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

	Theme Name: Personala
	Theme URI: http://
	Description: The Multi-Purpose Onepage Template
	Author: his7am
	Author URI: http://themeforest.net/user/his7am
	Version: 1.0

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

	== Table Of Content
    00 particles
		01 Basic
		02 Buttons
		03 Navbar
		04 Header
		05 Hero
		06 Video
		07 Services
		08 Numbers
		09 Portfolio
		10 Testimonials
		11 Blog
		12 Contact
		13 Footer
		14 Responsive
	
/*---------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
span,
li,
img,
inpot,
button {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: inherit;
}

h1,
h2,
h3 {
  font-family: 'Poppins', cursive;
}

p {
  line-height: 1.6;
  font-size: 1.05em;
  font-weight: 400;
  color: #777;
}

h1 {
  font-size: 4em;
  line-height: 1;
}

h2 {
  font-size: 2.2em;
  line-height: 1.1;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: .9em;
  letter-spacing: 1px;
}

a,
button {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: all .25s ease-in-out;
}

a:focus,
a:active,
a:hover,
button:focus,
button:active,
button:hover,
a b.light-color:hover {
  text-decoration: none;
  color: #FFA804;
}

b {
  font-weight: 600;
}

img {
  width: 100%;
}

li {
  list-style: none;
  display: inline-block;
}





/* ----------------------------------------------------------------
        00 Particles
-----------------------------------------------------------------*/
canvas {
  display: block;
}


/* ---- stats.js ---- */

.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  display: none;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

#particles-js {
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
  background: transparent;
}

#particles-js .particles-js-canvas-el {
  z-index: 4;
}

/*---------------------------------------------------------------- */
/* ----------------------------------------------------------------
				01 Basic
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  list-style: none;
}

body {
  color: #333;
  line-height: 1.3;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  overflow-x: hidden !important;
}

.dark-theme {
  background: #131414;
  color: #eee;
}

.dark-theme .title:before {
  background: #222;
}

.dark-theme .nav-scroll {
  background: #181818;
}

.dark-theme .nav-scroll .icon-bar {
  color: #eee;
}

.dark-theme .nav-scroll .navbar-nav .nav-link {
  color: #eee;
}

.dark-theme .nav-scroll .logo {
  color: #fff;
}

.dark-theme .nav-scroll .logo:hover {
  color: #fff;
}

.dark-theme .hero .hero-img:after {
  background: #181818;
}

.dark-theme .services .active {
  border-color: #222;
}

.dark-theme .services .active.bolt:before,
.dark-theme .services .active.bolt:after {
  background: #131414;
}

.dark-theme .services .bord {
  border-color: #222;
}

.dark-theme .portfolio .item-img-overlay:before,
.dark-theme .portfolio .item-img-overlay:after {
  background: #181818;
}

.dark-theme .blog .pitem .content {
  background: #181818;
}

.dark-theme .blog .pitem .content h3 {
  color: #ccc;
}

.dark-theme .blog .pitem .content .more,
.dark-theme .blog .pitem .content p {
  border-color: #222;
}

.dark-theme footer {
  background: #181818;
}

h1,
h2,
h3,
h4,
h5,
h6,
.logo {
  font-family: 'Josefin Sans', sans-serif;
}

p {
  font-size: 15px;
  color: #a3a3a3;
  line-height: 1.6;
  word-spacing: 1px;
  margin: 0;
}

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

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-head {
  text-align: center;
  margin-bottom: 80px;
}

.title {
  display: block;
  font-size: 36px;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
}

/* .title:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
} */

/* .title:before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(1, 1, 1, 0.05);
  position: absolute;
  bottom: 0;
  left: 0;
} */

.title-left {
  text-align: left;
  margin-bottom: 30px;
}

.title-left:after {
  left: 0;
}

.bg-gray {
  background: #f7f7f7;
}

.bg-gray .title:before {
  background: #ddd;
}

.bg-gray .owl-theme .owl-dots .owl-dot span {
  background: #777;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-img .title:before {
  background: rgba(255, 255, 255, 0.1);
}

.section-padding {
  padding: 100px 0;
}

.section-ptb {
  padding: 80px 0;
}

.section-pt {
  padding: 80px 0 0;
}

.section-pb {
  padding: 0 0 80px;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 2rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: 0;
  font-size: 50px;
  line-height: 100px;
  font-family: "Trump Gothic East";
  color: #fff;
  position: relative;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(150, 150, 150, 0.4);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}

/* ----------------------------------------------------------------
				02 Buttons
-----------------------------------------------------------------*/
.buton {
  position: relative;
  cursor: pointer;
}

.buton button,
.buton a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  width: 130px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.buton button:before,
.buton a:before {
  content: attr(back);
  font-family: "Font Awesome\ 5 Free";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  line-height: 38px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: translateY(-100%) rotateX(90deg);
  transform: translateY(-100%) rotateX(90deg);
}

.buton button:after,
.buton a:after {
  content: attr(front);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: translateY(0) rotateX(0deg);
  transform: translateY(0) rotateX(0deg);
}

.buton button:hover:before,
.buton a:hover:before {
  -webkit-transform: translateY(0) rotateX(0deg);
  transform: translateY(0) rotateX(0deg);
}

.buton button:hover:after,
.buton a:hover:after {
  -webkit-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
}

.buton-bord button:before,
.buton-bord a:before {
  background: #000;
  color: #fff;
}

.buton-bord button:after,
.buton-bord a:after {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}

.buton-lg button,
.buton-lg a {
  width: 160px;
}

.buton-dark button:before,
.buton-dark a:before {
  color: #222;
  border: 1px solid #222;
}

.buton-dark button:after,
.buton-dark a:after {
  background: #222;
}

.section-header .header-text span {
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  font-family: "Maison Neue";
  display: block;
  text-align: right;
  font-weight: 400;
  margin-top: 10px;
}

.section-header .header-text p {
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  font-family: "Maison Neue";
  display: block;
  text-align: right;
  font-weight: 500;
  margin-bottom: 0;
}

.black-text,
.btn.btn-link {
  color: #000 !important;
}

/*----------------------------------------------------------------
 Header
-----------------------------------------------------------------*/

@font-face {
  font-family: "Maison Neue";
  src: url("../font/MaisonNeue-Book.eot");
  src: url("../font/MaisonNeue-Book.eot?#iefix") format("embedded-opentype"), url("../font/MaisonNeue-Book.woff2") format("woff2"), url("../font/MaisonNeue-Book.woff") format("woff"), url("../font/MaisonNeue-Book.svg#MaisonNeue-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Trump Gothic East";
  src: url("../font/TrumpGothicEast-Bold.eot");
  src: url("../font/TrumpGothicEast-Bold.eot?#iefix") format("embedded-opentype"), url("../font/TrumpGothicEast-Bold.woff2") format("woff2"), url("../font/TrumpGothicEast-Bold.woff") format("woff"), url("../font/TrumpGothicEast-Bold.svg#TrumpGothicEast-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/********************************/
@keyframes anim-in-layer {
  0% {
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes anim-out-layer {
  0% {
    transform: translateZ(0);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes anim-in-text {
  0% {
    transform: translate3d(100%, 0, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes anim-out-text {
  0% {
    transform: translateZ(0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.container {
  max-width: 1280px;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: none;
  z-index: 99;
  transition: all 0.8s;
}

header .navbar {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 0;
  transition: background 0.5s ease;
  left: 0;
}

header .navbar .navbar-brand {
  color: #000;
}

header .navbar .navbar-brand:hover {
  color: #000;
}

header .navbar button:focus {
  outline: none;
  outline: none;
}

header .navbar-nav .nav-link {
  text-decoration: none;
  transition: color 0.3s;
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-family: Trump Gothic East, sans-serif;
  font-weight: 700;
  font-size: 5rem;
  text-transform: uppercase;
  line-height: 1.22;
  color: #fff;
}

header .navbar-nav .nav-link .animatelink {
  position: absolute;
  left: 0;
  overflow: hidden;
  background-color: rgba(41, 45, 48, 0.98);
  width: 100%;
  display: block;
  transform: translate3d(-100%, 0, 0);
  animation: anim-out-layer 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

header .navbar-nav .nav-link .animatelink::before {
  background-color: rgba(41, 45, 48, 0.98);
  content: attr(data-text);
  width: 100%;
  display: block;
  transform: translate3d(100%, 0, 0);
  color: #f16a2e;
  animation: anim-out-text 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: anim-in-text 0.3s ease forwards;
}

header .navbar-nav .nav-link:hover {
  color: #fff;
}

header .navbar-nav .nav-link:hover .animatelink {
  animation: anim-in-layer 0.3s ease forwards;
}

header .navbar-nav .nav-item {
  position: relative;
  margin-left: 65%;
  text-align: left;
}

header .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  color: #2c353c;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

header .navbar-collapse .navbar-nav .nav-link:hover:before {
  width: 100%;
}

header .navbar.navbar--opened {
  position: absolute;
  width: 100%;
  height: 0;
  transition: background 0.5s ease;
}

header nav.navbar-dark {
  padding: 0px 30px;
}

.navbar {
  width: 100%;
  height: 70px;
  transition: background 0.5s ease;
  box-shadow: none;
  padding: 0;
}

.brand__logo {
  display: inline-block;
  background-repeat: no-repeat;
  width: 150px;
  height: auto;
  font-family: "Trump Gothic East";
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.brand__logo .color-red {
  color: #f16a2e;
}

header.navbar-nav .nav-link:hover {
  background: #fff;
  color: #000;
}

/************* custom nav *******************/
.mobile-nav {
  display: none;
}

.mobile-nav #menuToggle {
  display: block;
  position: absolute;
  top: 31px;
  right: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

.mobile-nav #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

.mobile-nav #menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

.mobile-nav #menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.mobile-nav #menuToggle input:checked~span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

.mobile-nav #menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #2c353c;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  background: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.mobile-nav #menuToggle span:first-child {
  transform-origin: 0% 0%;
}

.mobile-nav #menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

.mobile-nav #menu {
  position: absolute;
  width: 300px;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: -100px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.mobile-nav #menu li {
  padding: 10px 0;
  font-size: 22px;
  color: #2c353c;
  position: relative;
  font-weight: 500;
}

.mobile-nav #menu li a {
  padding: 10px 0;
  font-size: 22px;
  color: #2c353c;
  position: relative;
  font-weight: 500;
}

.headerlight .mobile-nav #menuToggle {
  top: 23px;
}

.header.headerlight.header-on {
  position: fixed;
  top: 0;
  background: rgba(17, 21, 23, 0.9) !important;
}

.header.headerlight.header-on .navbar {
  height: 70px;
}

.header.header-on {
  background: none !important;
}

.header.header-on .click-menu-btn .bar1 {
  background: #fff;
}

.header.header-on .click-menu-btn .bar2 {
  background: #fff;
}

.header.header-on .click-menu-btn .bar3 {
  background: #fff;
}

.header.header-on .brand__logo {
  color: #fff;
}

.header.header-on .navbar {
  height: 100px;
  transition: all 1s;
}

.header.header-off .navbar {
  height: 70px;
  transition: all 1s;
}

.header.header-off.open__menu .navbar {
  height: 70px;
}

.header .click-menu-btn .bar1 {
  background: #fff;
}

.header .click-menu-btn .bar2 {
  background: #fff;
}

.header .click-menu-btn .bar3 {
  background: #fff;
}

.header .brand__logo {
  color: #fff;
}

.header .navbar {
  height: 100px;
}

.header.headerlight {
  position: fixed;
  height: 70px;
}

.click-menu-btn .bar1 {
  width: 30px;
  height: 3px;
  background-color: #3d3d3d;
  margin-bottom: 6px;
  transition: 0.6s;
  display: block;
}

.click-menu-btn .bar2 {
  width: 30px;
  height: 3px;
  background-color: #3d3d3d;
  margin-bottom: 6px;
  transition: 0.6s;
  display: block;
}

.click-menu-btn .bar3 {
  width: 30px;
  height: 3px;
  background-color: #3d3d3d;
  margin-bottom: 6px;
  transition: 0.6s;
  display: block;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler:hover .navbar-toggler-icon .click-menu-btn span {
  background-color: #f16a2e;
  transition: 0.3s;
}

.change-btn .bar1 {
  background: #fff;
  -webkit-transform: rotate(-50deg) translate(-5px, 8px);
  transform: rotate(-50deg) translate(-5px, 8px);
}

.change-btn .bar3 {
  background: #fff;
  -webkit-transform: rotate(47deg) translate(-5px, -8px);
  transform: rotate(47deg) translate(-5px, -8px);
}

.change-btn .bar2 {
  opacity: 0;
}

.navbar.navbar-dark .navbar-toggler-icon {
  background-image: none;
  height: 1em;
}

.navbar-nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  justify-content: start;
  padding-top: 6.875rem;
}

.navbar-dark .navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  z-index: 999;
  position: relative;
}

.navbar-collapse {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100vh;
  background: rgba(41, 45, 48, 0.98);
  text-align: center;
  z-index: 5;
}

.btn--fix-width {
  width: 240px;
}

.btn--sm {
  width: 240px;
}

.btn--sm-cover {
  width: 240px;
}

.btn__wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.btn--primary {
  background-color: #f16a2e;
}

.btn--primary:hover {
  background-color: #d20b2d;
  color: #fff;
}

.btn {
  font-family: Maison Neue, sans-serif;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  padding: 16px 0 15px;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 2px;
  transition: background-color 0.8s, color 0.8s, border-color 0.8s;
  width: 100%;
  color: #fff;
  display: block;
}

.btn:before {
  content: attr(data-text);
  position: absolute;
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  z-index: 1;
  display: inline-block;
}

.btn .btn__text {
  transition: opacity 0.8s ease, transform 0.8s ease;
  z-index: 1;
  display: inline-block;
}

.btn .btn__overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 140%;
  transform: translate3d(100%, 0, 0) skew(0deg);
  background-color: #f16a2e;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
  border-radius: 2px;
  display: block;
}

.btn:hover:before {
  color: #fff;
  transform: translateZ(0);
  transition: transform 0.8s ease, opacity 0.8s ease;
  opacity: 1;
}

.btn:hover .btn__overlay {
  transform: translate3d(10%, 0, 0) skew(-20deg);
  opacity: 1;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.btn:hover .btn__text {
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

a:active {
  outline: none;
  outline: 0;
}

a:focus {
  outline: none;
}

a:hover {
  outline: none;
  outline: 0;
}

body div:focus {
  outline: none;
}

button:focus {
  outline: none;
}

img {
  outline: none;
}

.navbar__brand {
  transition: top 0.5s ease, opacity 0.5s ease;
  position: absolute;
  top: 30px;
  left: 30px;
  display: inline-block;
  z-index: 10;
  transition: top 0.5s ease, opacity 0.5s ease;
  transition: top 0.5s ease, opacity 0.5s ease;
  position: absolute;
  top: 30px;
  left: 30px;
  display: inline-block;
  z-index: 10;
  transition: top 0.5s ease, opacity 0.5s ease;
}

.navbar__brand .brand__logo {
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  display: inline-block;
  background-repeat: no-repeat;
  width: 64px;
  height: 32px;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  display: inline-block;
  background-repeat: no-repeat;
  width: 64px;
  height: 32px;
}

.navbar__brand:after {
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  content: "";
  position: absolute;
  left: 0;
  transform: translate3d(50%, 0, 0);
  background-repeat: no-repeat;
  width: 64px;
  height: 32px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.navbar__opener {
  transition: top 0.5s ease, opacity 0.5s ease;
  transition: top 0.5s ease, opacity 0.5s ease;
  display: inline-block;
  width: 64px;
  height: 48px;
  position: relative;
  transform: rotate(0deg);
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 14px;
  z-index: 100;
  background: transparent;
  border: 0;
  transition: top 0.5s ease, opacity 0.5s ease;
  transition: top 0.5s ease, opacity 0.5s ease;
  display: inline-block;
  width: 64px;
  height: 48px;
  position: relative;
  transform: rotate(0deg);
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 14px;
  z-index: 100;
  background: transparent;
  border: 0;
}

.navbar__opener span {
  display: block;
  position: absolute;
  height: 3px;
  width: 32px;
  opacity: 1;
  left: 16px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out, background-color 0.3s ease-out;
  background: #fff;
  display: block;
  position: absolute;
  height: 3px;
  width: 32px;
  opacity: 1;
  left: 16px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out, background-color 0.3s ease-out;
  background: #fff;
}

.navbar__opener span:first-child {
  top: 13px;
  top: 13px;
}

.navbar__opener span:nth-child(2) {
  top: 21px;
  top: 21px;
}

.navbar__opener span:nth-child(3) {
  top: 21px;
  top: 21px;
}

.navbar__opener span:nth-child(4) {
  top: 29px;
}

.navbar__title {
  transition: top 0.5s ease, opacity 0.5s ease;
  transition: top 0.5s ease, opacity 0.5s ease;
  transition: top 0.5s ease, opacity 0.5s ease;
  transition: top 0.5s ease, opacity 0.5s ease;
}

.display--hide {
  display: none;
}

.hide {
  display: none;
}

.navbar__menu {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #111517;
  height: 100%;
  width: 100%;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar--opened .navbar__menu::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-color: #f16a2e;
  opacity: .6;
  z-index: 2;
}

.navbar__menu .menu .menu__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.625rem;
  transition: opacity 0.3s ease-in;
  visibility: hidden;
}

.navbar__menu .menu .menu__item {
  padding: 0;
  margin: 0;
  text-align: left;
  display: block;
}

.navbar__menu .menu .menu__item .menu__link--anim .link__layer {
  position: absolute;
  left: 0;
  overflow: hidden;
  background-color: #111517;
  width: 100%;
  display: block;
  transform: translate3d(-100%, 0, 0);
  animation: anim-out-layer 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navbar__menu .menu .menu__item .menu__link--anim .link__layer:before {
  background-color: #111517;
  content: attr(data-text);
  width: 100%;
  display: block;
  transform: translate3d(100%, 0, 0);
  color: #f16a2e;
  animation: anim-out-text 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navbar__menu .menu .menu__item .menu__link--anim:hover .link__layer {
  animation: anim-in-layer 0.3s ease forwards;
}

.navbar__menu .menu .menu__item .menu__link--anim:hover .link__layer:before {
  animation: anim-in-text 0.3s ease forwards;
}

.navbar__menu .menu .menu__item .menu__link {
  font-family: Maison Neue, sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #888;
  text-decoration: none;
  line-height: 1.7777;
  transition: color 0.3s;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.navbar__menu .menu .menu__item .menu__link:hover {
  color: #fff;
}

.navbar__menu .menu .menu__item--big .menu__link {
  font-family: Trump Gothic East, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.22;
  color: #fff;
}

.navbar--opened .navbar__brand .brand__logo {
  background-repeat: no-repeat;
  width: 64px;
  height: 32px;
}

.navbar--opened .navbar__opener span {
  background: #fff !important;
  background: #fff !important;
}

.navbar--opened .navbar__opener span:first-child {
  top: 21px;
  width: 0;
  left: 50%;
  top: 21px;
  width: 0;
  left: 50%;
}

.navbar--opened .navbar__opener span:nth-child(4) {
  top: 21px;
  width: 0;
  left: 50%;
  top: 21px;
  width: 0;
  left: 50%;
}

.navbar--opened .navbar__opener span:nth-child(2) {
  transform: rotate(45deg);
}

.navbar--opened .navbar__opener span:nth-child(3) {
  transform: rotate(-45deg);
}

.navbar--opened .navbar__menu {
  visibility: visible;
  opacity: 1;
}

.navbar--opened .menu .menu__list--main {
  animation: showNavigation 0.9s ease forwards;
  visibility: visible;
}

.header.open__menu {
  position: fixed !important;
  top: 0px !important;
}

.header.open__menu .navbar {
  height: 100px;
}

.header.open__menu .navbar-toggler {
  color: #fff;
}

.header.open__menu .navbar-toggler .click-menu-btn .bar1 {
  background: #fff;
  transition: 0.3s;
}

.header.open__menu .navbar-toggler .click-menu-btn .bar2 {
  background: #fff;
  transition: 0.3s;
}

.header.open__menu .navbar-toggler .click-menu-btn .bar3 {
  background: #fff;
  transition: 0.3s;
}

.header.open__menu .navbar-toggler:hover .click-menu-btn .bar1 {
  background-color: #f16a2e;
  transition: 0.3s;
}

.header.open__menu .navbar-toggler:hover .click-menu-btn .bar2 {
  background-color: #f16a2e;
  transition: 0.3s;
}

.header.open__menu .navbar-toggler:hover .click-menu-btn .bar3 {
  background-color: #f16a2e;
  transition: 0.3s;
}

/* ----------------------------------------------------------------
				 Hero
-----------------------------------------------------------------*/

.hero {
  background: url(../img/hero.jpg) no-repeat center/cover;
  padding: 230px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-attachment: fixed;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}

.hero::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-color: #f16a2e;
  opacity: .6;
  z-index: 2;
}

.hero .container {
  margin-left: 5%;
}

.hero .hero-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
}

.hero .hero-text {
  position: relative;
  z-index: 5;
}

.hero .hero-text .text h2 {
  font-size: 90px;
  line-height: 90px;
  font-family: "Trump Gothic East";
  color: #fff;
  text-align: left;
  position: relative;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .hero .hero-bg.desktop {
    display: none;
  }
}

.hero .hero-bg.tablet {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero .hero-bg.tablet {
    display: block;
  }
}

.hero .hero-bg.mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .hero .hero-bg.mobile {
    display: block;
  }
}

.hero .hero-bg.mobile-small {
  display: none;
}

@media screen and (max-width: 480px) {
  .hero .hero-bg.mobile-small {
    display: block;
  }
}

.hero-text .text h1 {
  font-size: 100px;
  line-height: 100px;
  font-family: "Trump Gothic East";
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .hero-text .text h1 {
    font-size: 45px !important;
  }
}

.hero-text .title span {
  height: 15px;
  background: #f16a2e;
  width: 22%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}

.hero-text .title p {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-family: "Maison Neue";
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.title {
  padding-bottom: 72px;
}

.hero-btn a {
  outline: none;
  width: 240px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: "Maison Neue";
  font-size: 0.8125rem;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 16px 0 15px;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 2px;
  margin-top: 0;
  transition: background-color 0.8s, color 0.8s, border-color 0.8s;
  overflow: hidden;
  position: relative;
  min-height: 54px;
}

.hero-btn a:before {
  transition: background-color 0.8s, color 0.8s, border-color 0.8s;
  z-index: 1;
  display: inline-block;
}

.hero-btn a.color-btn {
  background: #f16a2e;
  color: #fff;
  margin-right: 20px;
  background-color: #f16a2e;
  position: relative;
  overflow: hidden;
}

.hero-btn a.color-btn:hover {
  background-color: #f16a2e;
  color: #fff;
}

.hero-btn a.color-btn:hover:before {
  color: #fff;
  transform: translateZ(0);
  opacity: 1;
}

.hero-btn a.color-btn:hover .overlay {
  transform: translate3d(10%, 0, 0) skew(-20deg);
  opacity: 1;
}

.hero-btn a.color-btn:hover .btn_text {
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
  color: #fff;
}

.hero-btn a.color-btn:before {
  content: attr(data-text);
  position: absolute;
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  z-index: 1;
  display: inline-block;
}

.hero-btn a.color-btn .btn_text {
  transition: opacity 0.8s ease, transform 0.8s ease;
  z-index: 1;
  display: inline-block;
}

.hero-btn a.color-btn .overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 140%;
  transform: translate3d(100%, 0, 0) skew(0deg);
  background-color: #f16a2e;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
  border-radius: 2px;
  display: block;
}

.hero-btn a.hidden-btn {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero-btn a.hidden-btn {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .hero-btn a.hidden-btn {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .hero-btn a.visible-btn {
    display: none !important;
  }
}

.hero-btn a.white-btn {
  color: #000;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
}

.hero-btn a.white-btn:hover {
  background-color: #fff;
  color: #fff;
}

.hero-btn a.white-btn:hover:before {
  color: #000;
  transform: translateZ(0);
  opacity: 1;
}

.hero-btn a.white-btn:hover .overlay {
  transform: translate3d(10%, 0, 0) skew(-20deg);
  opacity: 1;
}

.hero-btn a.white-btn:hover .btn_text {
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
  color: #fff;
}

.hero-btn a.white-btn:before {
  content: attr(data-text);
  position: absolute;
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  z-index: 1;
  display: inline-block;
}

.hero-btn a.white-btn .btn_text {
  transition: opacity 0.8s ease, transform 0.8s ease;
  z-index: 1;
  display: inline-block;
  transition: opacity 0.8s ease, transform 0.8s ease;
  z-index: 1;
  display: inline-block;
  color: #000;
}

.hero-btn a.white-btn .overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 140%;
  transform: translate3d(100%, 0, 0) skew(0deg);
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
  border-radius: 2px;
  display: block;
}

.hero-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 33px 30px 25px;
  background: transparent;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .hero-bottom {
    padding: 15px 30px 15px;
  }
}

.hero-bottom ul {
  float: right;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  text-align: center;
}

.hero-bottom ul li {
  display: inline-block;
  margin-right: 25px;
}

.hero-bottom ul li span {
  font-size: 25px;
  color: #fff;
  font-family: "Maison Neue";
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .hero-bottom ul li span {
    font-size: 18px;
  }
}

.hero-bottom ul li:last-child {
  margin-right: 0;
}

/********************** Timeline Css ***************/
.education-section {
  padding: 100px 0 50px;
  background: url("../img/education-bg.jpg") no-repeat center center/cover;
  position: relative;
}

.education-section .heading {
  margin-bottom: 60px;
  padding-right: 40px;
}

.education-section .heading:before {
  content: '';
  height: 10px;
  width: 50px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: block;
  background: #f16a2e;
}

.education-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  top: 0;
  left: 0;
}

.heading h3 {
  color: #fff;
}

.heading .font-lite-black {
  color: #ccc;
}

.education h4 {
  color: #fff;
}

.education .font-lite-black {
  color: #ccc;
}

.font-lite-black {
  color: #999;
}

.education-wrapper {
  position: relative;
}

.education-wrapper:after {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 0;
  left: -51px;
  width: 2px;
  background: #ccc;
}

.education-wrapper .education {
  position: relative;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.font-yellow {
  color: #f16a2e;
}

.margin-t-10 {
  margin-top: 10px;
}

.education-wrapper .education:after {
  content: '';
  position: absolute;
  top: 8px;
  left: -58px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  z-index: 1;
  box-shadow: 0 0 0 8px rgba(241, 106, 46, .4);
  background: #f16a2e;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

/**************** SERVICES CSS **********/

.ftco-section {
  padding: 7em 0;
  position: relative;
  background: url("../img/services-bg.jpg") no-repeat center center/cover;
}

.ftco-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
}

@media (max-width: 767.98px) {
  .ftco-section {
    padding: 6em 0;
  }
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.heading-section h2.big.big-2 {
  right: 0;
}

.heading-section h2.big {
  position: absolute;
  top: 66px;
  left: 0;
  font-size: 5vw;
  color: rgba(255, 255, 255, 0.1);
  z-index: 1;
  font-weight: 900;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.heading-section {
  position: relative;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.services-1 {
  margin-bottom: 40px;
  padding: 2em;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  box-shadow: 0px 20px 69px -27px rgba(0, 0, 0, 0.17);
  transition: .3s all ease;
  color: #ffbd39;
}

.services-1:hover {
  background: #f16a2e;
}

.heading-section h2 {
  font-size: 50px;
  font-weight: 700;
  color: #ccc;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.services-1 .icon {
  display: block;
  margin-bottom: 30px;
}

.services-1 .icon i {
  font-size: 60px;
  line-height: 1.0;
  color: #ffbd39;
}

.services-1 .desc h3 {
  line-height: 1.3;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  color: #fff;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.services-1 .desc h3:after {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  content: '';
  width: 30px;
  height: 1px;
  background: #f16a2e;
  margin: 0 auto;
}

.services-1:hover .icon i {
  color: #fff;
}

.services-1:hover h3 {
  color: #000000;
}

.services-1:hover h3:after {
  background: #000000;
}


/* ----------------------------------------------------------------
        06 Video
-----------------------------------------------------------------*/
.video-area {
  padding: 100px 0;
  background: url(../images/mainbg.jpg) fixed;
  position: relative;
  background-size: cover;
  z-index: 1;
}

.video-area-text i {
  font-size: 30px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  padding-left: 6px;
}

.single-service i,
.video-area-text i {
  height: 100px;
  width: 100px;
  line-height: 100px;
}

.video-area:after {
  position: absolute;
  background: rgba(0, 0, 0, .8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.get-started:after,
.video-area:after,
.welcome-image-area:after {
  content: "";
}

.video-area-text h2 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  margin: 25px 0px 10px;
}


/* ----------------------------------------------------------------
				08 Portfolio
-----------------------------------------------------------------*/
.work {
  background: #f5f5f5;
}

.work-inner {
  margin-top: 15px;
}

.section-padding {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 50px;
  text-align: center;
}

.section-title h2 {
  font-size: 48px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 0;
  color: #1b1b1b;
}

.section-title p {
  font-size: 16px;
  font-weight: 400;
  padding: 0 250px;
}

ul.work {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

ul.work li.active {
  color: #000;
}

ul.work li {
  display: inline-block;
  padding-bottom: 4px;
  margin: 0 8px;
  text-transform: uppercase;
  font-weight: 300;
  color: #938d8d;
  border: none;
  cursor: pointer;
  font-size: 12px;
  border-bottom: 2px solid transparent;
}

.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.work-inner .mix {
  display: none;
}

.work-posts .item {
  height: 100%;
  max-height: 500px;
  overflow: hidden;
  border: 3px solid #ccc;
  margin: 5px 0;
}

.work .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  cursor: pointer;
}

.work .grid figure:hover {
  background: rgba(0, 0, 0, 1);
}

.work .grid figure,
.work figure.effect-ruby img {
  width: 100%;
  height: auto;
}

.work .grid figure,
.work figure.effect-ruby img {
  width: 100%;
  height: auto;
}

figure.effect-ruby img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1);
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}

.grid figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.work figure.effect-ruby {
  background-color: #000;
}

figure.effect-ruby:hover img {
  opacity: 0.1;
  -webkit-transform: scale(1);
  transform: scale(1.15);
}

figure.effect-ruby img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}

.work figure.effect-ruby p {
  font-size: 30px;
  text-transform: uppercase;
  border: none;
  padding: 0;
  margin: 25% 0 10px;
  font-weight: 600;
  letter-spacing: 3px;
  font-family: Oswald, sans-serif;
}

figure.effect-ruby:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

figure.effect-ruby p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

/* ----------------------------------------------------------------
				11 Get Started
-----------------------------------------------------------------*/
.get-started {
  padding: 100px 0;
  background: url(../images/mainbg.jpg) fixed;
  position: relative;
  background-size: cover;
  z-index: 1;
}

.get-started:after {
  position: absolute;
  background: rgba(0, 0, 0, .8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.get-started:after,
.video-area:after,
.welcome-image-area:after {
  content: "";
}

.get-text h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.get-text a:hover {
  background: #fff;
  color: #333;
  border: 1px solid #fff;
}

.get-text a {
  color: #fff;
  padding: 12px 25px;
  border: 1px solid #000;
  font-weight: 600;
  background: #000;
  border-radius: 30px;
}

.get-text a,
.pricing-header .plan-title {
  font-size: 14px;
  text-transform: capitalize;
}

.get-text a,
.single-blog h3,
a.comment-link,
a.plan-more {
  display: inline-block;
}

.white-text {
  color: #fff !important;
}

.section-grid {
  padding: 40px 0px 135px;
  background: #1e80d6;
}

.section-header {
  margin-bottom: 60px;
}

.section-left .top-heading h3 {
  line-height: 40px;
  margin-bottom: 80px;
  text-transform: uppercase;
}

/* ----------------------------------------------------------------
        12 Contact Detail Area
-----------------------------------------------------------------*/

.contact-details-area {
  background: #F5F5F5;
}

.single-contact-info,
.single-service,
.single-testimonial,
.video-area-text i,
.work .grid figure,
ul.work {
  text-align: center;
}

.single-contact-info i {
  font-size: 30px;
  color: #fff;
  background: #333;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}

.single-contact-info h2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  margin-top: 20px;
}

.single-contact-info p {
  font-size: 14px;
  color: #333;
}

/* ----------------------------------------------------------------
				13 Contact
-----------------------------------------------------------------*/
.contact {
  background-attachment: fixed;
}

.contact .form input[type='text'],
.contact .form input[type='email'],
.contact .form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  background: rgba(10, 10, 10, 0.4);
  color: #fff;
  margin-bottom: 15px;
}

.contact .form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}

.contact .form button {
  background: transparent;
  border: 0;
}

.contact .info {
  margin-top: 50px;
}

.contact .info .item .icon {
  float: left;
  padding-top: 5px;
  font-size: 25px;
  color: #000;
}

.contact .info .item .cont {
  margin-left: 45px;
  padding-left: 15px;
  border-left: 1px solid rgba(200, 200, 200, 0.4);
}

.contact .info .item .cont h6 {
  font-size: 14px;
}

/* ----------------------------------------------------------------
				13 Footer
-----------------------------------------------------------------*/
.footer {
  padding: 15px 0;
  background: #111;
  text-align: center;
}

.footer p {
  font-size: 13px;
}

.footer .list-inline-item a {
  padding: 5px;
  width: 32px;
  border: 1px solid #fff;
  border-radius: 15px;
}

.footer .list-inline-item a:hover i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.footer .list-inline-item a i {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}

.footer .footer-alt ul {
  margin-top: 0px !important;
  margin-bottom: 15px;
}

/***************| about |*********************/
#about {
  background: #f5f5f5;
  padding: 100px 0px 100px;
}

#about .header-text span {
  color: #000;
}

#about .header-text p {
  color: #000;
}

#about .section-left .top-heading h3 {
  color: #000;
  margin-bottom: 25px;
}

#about .section-left .top-heading h3::after {
  background: #f16a2e;
}

#about .section-left .top-heading p {
  color: #000;
}

#about .section-left {
  text-align: right;
  margin-bottom: 25px;
}

#about .skills-progress {
  text-align: right;
}

#about .section-right {
  padding-left: 0;
}

#about .section-right img {
  width: 100%;
}

/******** Skill Css *****/
.skills-progress .skills .skill {
  margin-bottom: 30px;
}

.skills-progress .skills .skill:last-child {
  margin-bottom: 0;
}

.skills-progress .skills .skill h6 {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.skills-progress .skills .skill h6 span {
  padding: 4px 8px 0;
  font-size: 10px;
  float: left;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  top: 8px;
}

.skills-progress .skills .skill .skills-progress {
  position: relative;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
}

.skills-progress .skills .skill .skills-progress span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5%;
  background: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/*Progress Bar Css*/
.progress-bar {
  display: flex;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: rgb(233, 236, 239);
  overflow: hidden;
  border-radius: 0.25rem;
}

.skills-progress .skills h3 {
  color: #fff;
  border-bottom: 3px solid #f16a2e;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: top;
}

/**************| Education |***************/
#education {
  background: #f5f5f5;
}

#education .top-heading h3::after {
  background: #f16a2e;
}

/************** Footer **************/
footer {
  background: #000;
  padding: 100px 0px 15px;
  text-align: center;
}

footer p {
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Maison Neue";
}

.bg-black {
  background: #000 !important;
}

.bg-black .section-left .top-heading h3::after {
  background: #f16a2e;
}

/********************* Gallery slider ****************/
.gallery-slider {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .gallery-slider {
    padding-top: 50px;
    text-align: center;
  }
}

.gallery-slider .top-heading {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .gallery-slider .top-heading {
    margin-bottom: 50px;
    display: inline-block;
  }
}

.gallery-slider .top-heading h3 {
  text-transform: uppercase;
  line-height: 1.2;
}

.gallery-slider .carousel {
  width: 100%;
}

.gallery-slider .slide-box {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .gallery-slider .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 25%;
    height: 100px;
  }
}

.gallery-slider .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 0.5rem;
}

.gallery-slider .d-sm-none {
  display: none;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .gallery-slider .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 25%;
    height: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .gallery-slider .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 25%;
    max-width: 25.3333%;
    height: 150px;
  }
}

@media (min-width: 992px) {
  .gallery-slider .slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/************** Media Query **************/
@media screen and (min-width: 48em) {
  .btn {
    font-size: 16px;
    font-size: 1rem;
    padding: 24px 0 20px;
  }

  .navbar__brand {
    top: 49px;
    left: 49px;
    z-index: 100;
    top: 49px;
    left: 49px;
    z-index: 100;
  }

  .navbar__opener {
    top: 43px;
    right: 43px;
    top: 43px;
    right: 43px;
  }

  .navbar__menu .menu {
    margin-left: 60%;
    padding-top: 6.875rem;
  }

  .navbar__menu .menu .menu__item--big .menu__link {
    font-size: 48px;
    font-size: 3rem;
  }
}

@media screen and (min-width: 120em) {
  .navbar__menu .menu .menu__item .menu__link {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .navbar__menu .menu .menu__item--big .menu__link {
    font-size: 80px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 1400px) {
  .hero {
    padding: 120px 0px 120px;
  }

  .hero-text {
    padding-left: 130px;
  }

  .hero-text .text h1 {
    font-size: 85px;
    line-height: 95px;
  }

  .hero-text .title span {
    width: 10%;
    margin-right: 30px;
  }

  .hero-text .title p {
    font-size: 22px;
  }

  .testimonial {
    padding: 100px 0 100px;
  }

  .testimonial-content {
    padding: 0 18.75rem;
  }

  .testimonial-content .quotes {
    width: 40rem;
  }

  .timeline {
    padding: 100px 130px 100px 130px;
  }

  .date h3 {
    font-size: 50px;
  }

  .stack {
    padding: 100px 130px;
  }

  .section-grid {
    padding: 40px 130px 135px;
  }

  .section-left .top-heading p {
    font-size: 18px;
    line-height: 25px;
  }

  .section-left .top-heading h3 {
    font-size: 4.785rem;
    line-height: 90px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .section-grid .display-none {
    display: none;
  }

  .section-grid .full-width {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .section-left .top-heading h3 {
    line-height: 100px;
    margin-bottom: 50px;
  }

  .testimonial {
    padding: 8.5% 8.125rem;
  }

  .testimonial-content {
    padding: 0;
  }

  .testimonial-content .quotes {
    width: 100%;
  }

  .testimonial-content .quotes p {
    font-size: 1.625rem;
    line-height: 2.4rem;
  }

  .top-heading p {
    font-size: 1.235rem;
    line-height: 26px;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .hero-text {
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .hero-text .title span {
    width: 22%;
  }

  .cd-headline.clip span {
    font-size: 40px;
    line-height: 60px;
    background: rgba(0,0,0,.5);
  }

  .hero-text .text h2 {
    font-size: 20px !important;
    line-height: 60px !important;
  }

  .hero .container {
    margin-left: 0 !important;
  }

  .hero-text .title p {
    display: block;
    line-height: 45px;
  }

  .hero-text .text h1 {
    line-height: 1;
    font-size: 2.5rem;
  }

  .date {
    min-height: 150px;
  }

  .date h3 {
    font-size: 40px;
  }

  .date p {
    font-size: 14px;
    line-height: 1.2;
  }

  .section-header .header-text span {
    font-size: 1.235rem;
    line-height: 35px;
    margin-top: 0;
  }

  .section-header .header-text p {
    font-size: 1.235rem;
    line-height: 35px;
  }

  .hero-bottom ul {
    width: 100%;
  }

  .timeline {
    padding: 50px 7.125rem;
  }

  .stack {
    padding: 50px 8.125rem;
  }

  .stack .cards {
    margin-bottom: 30px !important;
    min-height: 110px;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .stack .cards {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .stack .cards .skill-logo {
    width: 100%;
  }

  .stack .cards .skill-logo img {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #roger-section .top-heading p {
    width: 100%;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  .section-grid {
    padding: 40px 115px 135px;
  }

  .section-grid .logo img {
    width: 150px;
  }
}

@media screen and (max-width: 991px) {
  .section-left .top-heading h3 {
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .navbar__menu .menu {
    margin-left: 30px;
    padding-top: 1.875rem;
    position: relative;
    z-index: 9;
  }

  .hero-text {
    padding: 0;
    text-align: center;
  }

  .hero-text .text h1 {
    font-size: 2.5rem;
    line-height: 1;
  }

  .hero-text .title {
    margin-bottom: 25px;
    padding-bottom: 0;
  }

  .hero-text .title span {
    width: 15%;
    margin-right: 0;
    height: 5px;
  }

  .hero-text .title p {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: center;
    padding: 0 30px;
    max-width: 360px;
    margin: 0 auto;
  }

  .title {
    padding-bottom: 15px;
  }

  .timeline {
    padding: 50px 0px;
    text-align: center;
  }

  .top-heading h3 {
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 0.5rem;
  }

  .top-heading h3::after {
    display: none;
  }

  .top-heading p {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.4rem;
    margin-bottom: 15px;
  }

  .hero-btn .btn__wrap a {
    font-family: Maison Neue, sans-serif;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    display: block;
    line-height: 1;
    width: 250px;
    margin: 0;
  }

  .hero {
    padding: 100px 0px 100px;
  }

  .hero-bottom ul li {
    display: inline-block;
    margin-right: 15px;
  }

  .stack {
    padding: 50px 0;
    text-align: center;
  }

  .stack .cards {
    min-height: 150px;
  }

  .section-grid {
    padding: 50px 0px 50px;
    text-align: center;
  }

  .section-header {
    margin-bottom: 15px;
  }

  .section-header .logo {
    float: none !important;
  }

  .section-header .header-text {
    float: none !important;
    margin-top: 15px;
  }

  .section-header .header-text span {
    display: block;
    text-align: center;
  }

  .section-header .header-text p {
    text-align: center;
  }

  .section-left .top-heading h3 {
    margin: 0;
    font-size: 3rem;
    line-height: 1;
  }

  #roger-section .top-heading p {
    color: #fff;
    margin: 0.3125rem 0;
    font-family: Maison Neue, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.875rem;
    padding: 1.5rem 10px;
  }

  .testimonial {
    padding: 7% 0;
  }

  .testimonial-content .quotes footer cite .testimony_transparent {
    font-size: 0.75rem;
  }

  .testimonial-content .quotes footer cite .testimony_company {
    font-size: 0.75rem;
  }

  #about {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 600px) {
  .work .logobox {
    min-height: 120px;
    margin-bottom: 15px !important;
  }

  .hero-text .text h1 {
    font-size: 55px;
    line-height: 1;
  }

  .hero-text .title span {
    vertical-align: middle;
  }
}

@media screen and (max-width: 480px) {
  .hero-text .text h1 {
    font-size: 46px;
    line-height: 1;
  }

  .hero-text .title p {
    font-size: 14px;
    width: 100%;
  }

  .hero-text .title span {
    vertical-align: top;
    margin-top: 8px;
    width: 20%;
    height: 2px;
    margin-left: 0px;
  }

  .hero {
    padding: 110px 0px 90px;
  }

  .section-header .header-text p {
    font-size: 1.1rem;
    line-height: 1;
  }

  .hero-bottom {
    padding: 15px;
  }

  .hero-bottom ul li {
    margin-right: 10px;
  }

  .hero-bottom ul li span {
    font-size: 12px;
  }

  .top-heading p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  #roger-section .top-heading p {
    font-size: 1.1rem;
    line-height: 1.4;
    padding: 0;
  }

  footer {
    background: #000;
    padding: 30px 0px;
    text-align: center;
  }

  footer p {
    font-size: 15px;
  }

  .gallery-slider .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 25%;
    height: 80px;
  }
}

@media screen and (max-width: 320px) {
  .hero-text .text h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

/* ----------------------------------------------------------------
				14 Responsive
-----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .navbar .navbar-collapse {
    max-height: 320px;
    overflow: auto;
    background: #111;
    text-align: center;
    padding: 10px 0;
  }

  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }

  .nav-scroll .navbar-collapse .active {
    color: #000 !important;
  }

  .header .caption h1 {
    font-size: 50px;
  }

  .services .item {
    padding: 0;
  }

  .services .active {
    border: 0;
  }

  .services .bord {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }

  .mb-sm30 {
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=style.css.map */