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

	Template Name: Rainfo - Minimal Creative Portfolio for Freelancers & Agencies 
	Version: 1.0

-------------------------------------------------------------------------*/
/*------------------------------------------------------
	
	STYLESHEET INDEXING
	
		Default Styles
	|	
	|	|___ variables
	|	|___ mixins
	|	|___ reset
	|	|___ typography
	|	|___ animations
	|	|___ shortcode

		Elements Styles

	|	|___ button
	|	|___ section-title
	|	|___ progress-bar
	|	|___ story
	|	|___ service
	|	|___ award
	|	|___ blog
	|	|___ blog-details
	|	|___ paralax
	|	|___ contact
	|	|___ fullpage

	Template Styles

	|	|___ header
	|	|___ navigation
	|	|___ banner
	|	|___ portfolio-details
	|	|___ footer
	|	|___ responsive
	
	|___ END STYLESHEET INDEXING

-----------------------------------------------------------*/
/*--------------------------------------
    Default Styles
---------------------------------------*/
/* container 450px*/
/* container 300px*/
@media only screen and (max-width: 575px) {
  .container {
    width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    width: 300px;
  }
}
/**
 * Reset Styels
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

a {
  color: #ca3c08;
  text-decoration: none;
}

a:visited {
  color: #ac0404;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  color: #ea9629;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p {
  margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

ul {
  list-style-type: square;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

/**
 * Typography
 */
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

html {
  overflow: hidden;
  overflow-y: auto;
}

body {
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 400;
}

a {
  transition: all 0.4s ease-in-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
  color: #000000;
}

h1,
.h1 {
  font-size: 42px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 36px;
  }

  h2,
  .h2 {
    font-size: 26px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 34px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: 700;
}

h4,
.h4,
h5,
.h5 {
  font-weight: 600;
}

h6,
.h6 {
  font-weight: 500;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a:visited {
  color: inherit;
}

input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid #cccccc;
  transition: all 0.4s ease-out 0s;
  color: #000000;
}
input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: #000000;
}

input,
select,
textarea {
  width: 100%;
  font-size: 14px;
}

input,
select {
  height: 40px;
  padding: 0 15px;
}

/**
 * Utilities
 */
.hidden {
  display: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.poss_relative {
  position: relative;
}

.poss_absolute {
  position: absolute;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.wrapper {
  position: relative;
}

/* Define Colors */
.color-theme {
  color: #000000;
}

.color-light {
  color: #999999;
}

.color-dark {
  color: #333333;
}

.color-black {
  color: #000000;
}

.white {
  color: #fff;
}

/* Background Color */
.bg_color--1 {
  background: #fff;
}

.bg_color--2 {
  background: #000000;
}

.bg_color--3 {
  background: #f9f9f9;
}

.bg_color--4 {
  background: #fff;
}

.bg-theme {
  background: #000000 !important;
}

.bg-secondary {
  background: #3498db !important;
}

.bg-grey {
  background: #f5f5f5 !important;
}

.bg-dark {
  background: #2a2a2a !important;
}

/* Youtube Video Background */
.background-video-holder {
  position: relative;
}

.youtube-video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0 !important;
  left: 0;
  z-index: -1;
}

.youtube-bg {
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.bg-fixed {
  background-attachment: fixed;
}

/* Background Image */
.bg_image--1 {
  background-image: url(img/bg/bg-image-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--2 {
  background-image: url(img/bg/bg-image-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--3 {
  background-image: url(img/bg/bg-image-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--4 {
  background-image: url(img/bg/bg-image-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--5 {
  background-image: url(img/bg/bg-image-5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--6 {
  background-image: url(img/bg/bg-image-6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--7 {
  background-image: url(img/bg/bg-image-7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--8 {
  background-image: url(img/logopedinja/Logopedinja_NB_WEB_047.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--9 {
  background-image: url(img/bg/bg-image-9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--10 {
  background-image: url(img/bg/bg-image-10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--11 {
  background-image: url(img/bg/bg-image-11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--12 {
  background-image: url(img/bg/bg-image-12.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--13 {
  background-image: url(img/bg/bg-image-13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--14 {
  background-image: url(img/bg/bg-image-14.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--15 {
  background-image: url(img/bg/bg-image-15.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--16 {
  background-image: url(img/bg/bg-image-16.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--17 {
  background-image: url(img/bg/bg-image-17.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--18 {
  background-image: url(img/bg/bg-image-18.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--19 {
  background-image: url(img/bg/bg-image-19.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--20 {
  background-image: url(img/bg/bg-image-20.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*--  Section Separation  */
/*-- Padding Top --*/
.pt--5 {
  padding-top: 5px;
}

.pt--10 {
  padding-top: 10px;
}

.pt--15 {
  padding-top: 15px;
}

.pt--20 {
  padding-top: 20px;
}

.pt--25 {
  padding-top: 25px;
}

.pt--30 {
  padding-top: 30px;
}

.pt--35 {
  padding-top: 35px;
}

.pt--40 {
  padding-top: 40px;
}

.pt--45 {
  padding-top: 45px;
}

.pt--50 {
  padding-top: 50px;
}

.pt--55 {
  padding-top: 55px;
}

.pt--60 {
  padding-top: 60px;
}

.pt--65 {
  padding-top: 65px;
}

.pt--70 {
  padding-top: 70px;
}

.pt--75 {
  padding-top: 75px;
}

.pt--80 {
  padding-top: 80px;
}

.pt--85 {
  padding-top: 85px;
}

.pt--90 {
  padding-top: 90px;
}

.pt--95 {
  padding-top: 95px;
}

.pt--100 {
  padding-top: 100px;
}

.pt--105 {
  padding-top: 105px;
}

.pt--110 {
  padding-top: 110px;
}

.pt--115 {
  padding-top: 115px;
}

.pt--120 {
  padding-top: 120px;
}

.pt--125 {
  padding-top: 125px;
}

.pt--130 {
  padding-top: 130px;
}

.pt--135 {
  padding-top: 135px;
}

.pt--140 {
  padding-top: 140px;
}

.pt--145 {
  padding-top: 145px;
}

.pt--150 {
  padding-top: 150px;
}

@media only screen and (max-width: 575px) {
  .pt_sm--5 {
    padding-top: 5px;
  }

  .pt_sm--10 {
    padding-top: 10px;
  }

  .pt_sm--15 {
    padding-top: 15px;
  }

  .pt_sm--20 {
    padding-top: 20px;
  }

  .pt_sm--25 {
    padding-top: 25px;
  }

  .pt_sm--30 {
    padding-top: 30px;
  }

  .pt_sm--35 {
    padding-top: 35px;
  }

  .pt_sm--40 {
    padding-top: 40px;
  }

  .pt_sm--45 {
    padding-top: 45px;
  }

  .pt_sm--50 {
    padding-top: 50px;
  }
}
/*-- Padding Bottom --*/
.pb--5 {
  padding-bottom: 5px;
}

.pb--10 {
  padding-bottom: 10px;
}

.pb--15 {
  padding-bottom: 15px;
}

.pb--20 {
  padding-bottom: 20px;
}

.pb--25 {
  padding-bottom: 25px;
}

.pb--30 {
  padding-bottom: 30px;
}

.pb--35 {
  padding-bottom: 35px;
}

.pb--40 {
  padding-bottom: 40px;
}

.pb--45 {
  padding-bottom: 45px;
}

.pb--50 {
  padding-bottom: 50px;
}

.pb--55 {
  padding-bottom: 55px;
}

.pb--60 {
  padding-bottom: 60px;
}

.pb--65 {
  padding-bottom: 65px;
}

.pb--70 {
  padding-bottom: 70px;
}

.pb--75 {
  padding-bottom: 75px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pb--85 {
  padding-bottom: 85px;
}

.pb--90 {
  padding-bottom: 90px;
}

.pb--95 {
  padding-bottom: 95px;
}

.pb--100 {
  padding-bottom: 100px;
}

.pb--105 {
  padding-bottom: 105px;
}

.pb--110 {
  padding-bottom: 110px;
}

.pb--115 {
  padding-bottom: 115px;
}

.pb--120 {
  padding-bottom: 120px;
}

.pb--125 {
  padding-bottom: 125px;
}

.pb--130 {
  padding-bottom: 130px;
}

.pb--135 {
  padding-bottom: 135px;
}

.pb--140 {
  padding-bottom: 140px;
}

.pb--145 {
  padding-bottom: 145px;
}

.pb--150 {
  padding-bottom: 150px;
}

@media only screen and (max-width: 575px) {
  .pb_sm--5 {
    padding-bottom: 5px;
  }

  .pb_sm--10 {
    padding-bottom: 10px;
  }

  .pb_sm--15 {
    padding-bottom: 15px;
  }

  .pb_sm--20 {
    padding-bottom: 20px;
  }

  .pb_sm--25 {
    padding-bottom: 25px;
  }

  .pb_sm--30 {
    padding-bottom: 30px;
  }

  .pb_sm--35 {
    padding-bottom: 35px;
  }

  .pb_sm--40 {
    padding-bottom: 40px;
  }

  .pb_sm--45 {
    padding-bottom: 45px;
  }

  .pb_sm--50 {
    padding-bottom: 50px;
  }
}
/*-- Padding Left --*/
.pl--5 {
  padding-left: 5px;
}

.pl--10 {
  padding-left: 10px;
}

.pl--15 {
  padding-left: 15px;
}

.pl--20 {
  padding-left: 20px;
}

.pl--25 {
  padding-left: 25px;
}

.pl--30 {
  padding-left: 30px;
}

.pl--35 {
  padding-left: 35px;
}

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

.pl--45 {
  padding-left: 45px;
}

.pl--50 {
  padding-left: 50px;
}

.pl--55 {
  padding-left: 55px;
}

.pl--60 {
  padding-left: 60px;
}

.pl--65 {
  padding-left: 65px;
}

.pl--70 {
  padding-left: 70px;
}

.pl--75 {
  padding-left: 75px;
}

.pl--80 {
  padding-left: 80px;
}

.pl--85 {
  padding-left: 85px;
}

.pl--90 {
  padding-left: 90px;
}

.pl--95 {
  padding-left: 95px;
}

.pl--100 {
  padding-left: 100px;
}

.pl--105 {
  padding-left: 105px;
}

.pl--110 {
  padding-left: 110px;
}

.pl--115 {
  padding-left: 115px;
}

.pl--120 {
  padding-left: 120px;
}

.pl--125 {
  padding-left: 125px;
}

.pl--130 {
  padding-left: 130px;
}

.pl--135 {
  padding-left: 135px;
}

.pl--140 {
  padding-left: 140px;
}

.pl--145 {
  padding-left: 145px;
}

.pl--150 {
  padding-left: 150px;
}

.pl--5 {
  padding-left: 5px !important;
}

@media only screen and (max-width: 575px) {
  .pl_sm--5 {
    padding-left: 5px;
  }

  .pl_sm--10 {
    padding-left: 10px;
  }

  .pl_sm--15 {
    padding-left: 15px;
  }

  .pl_sm--20 {
    padding-left: 20px;
  }

  .pl_sm--25 {
    padding-left: 25px;
  }

  .pl_sm--30 {
    padding-left: 30px;
  }

  .pl_sm--35 {
    padding-left: 35px;
  }

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

  .pl_sm--45 {
    padding-left: 45px;
  }

  .pl_sm--50 {
    padding-left: 50px;
  }
}
/*-- Padding Right --*/
.pr--5 {
  padding-right: 5px;
}

.pr--10 {
  padding-right: 10px;
}

.pr--15 {
  padding-right: 15px;
}

.pr--20 {
  padding-right: 20px;
}

.pr--25 {
  padding-right: 25px;
}

.pr--30 {
  padding-right: 30px;
}

.pr--35 {
  padding-right: 35px;
}

.pr--40 {
  padding-right: 40px;
}

.pr--45 {
  padding-right: 45px;
}

.pr--50 {
  padding-right: 50px;
}

.pr--55 {
  padding-right: 55px;
}

.pr--60 {
  padding-right: 60px;
}

.pr--65 {
  padding-right: 65px;
}

.pr--70 {
  padding-right: 70px;
}

.pr--75 {
  padding-right: 75px;
}

.pr--80 {
  padding-right: 80px;
}

.pr--85 {
  padding-right: 85px;
}

.pr--90 {
  padding-right: 90px;
}

.pr--95 {
  padding-right: 95px;
}

.pr--100 {
  padding-right: 100px;
}

.pr--105 {
  padding-right: 105px;
}

.pr--110 {
  padding-right: 110px;
}

.pr--115 {
  padding-right: 115px;
}

.pr--120 {
  padding-right: 120px;
}

.pr--125 {
  padding-right: 125px;
}

.pr--130 {
  padding-right: 130px;
}

.pr--135 {
  padding-right: 135px;
}

.pr--140 {
  padding-right: 140px;
}

.pr--145 {
  padding-right: 145px;
}

.pr--150 {
  padding-right: 150px;
}

@media only screen and (max-width: 575px) {
  .pr_sm--5 {
    padding-right: 5px;
  }

  .pr_sm--10 {
    padding-right: 10px;
  }

  .pr_sm--15 {
    padding-right: 15px;
  }

  .pr_sm--20 {
    padding-right: 20px;
  }

  .pr_sm--25 {
    padding-right: 25px;
  }

  .pr_sm--30 {
    padding-right: 30px;
  }

  .pr_sm--35 {
    padding-right: 35px;
  }

  .pr_sm--40 {
    padding-right: 40px;
  }

  .pr_sm--45 {
    padding-right: 45px;
  }

  .pr_sm--50 {
    padding-right: 50px;
  }
}
/*-- Margin Top --*/
.mt--5 {
  margin-top: 5px;
}

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

.mt--15 {
  margin-top: 15px;
}

.mt--20 {
  margin-top: 20px;
}

.mt--25 {
  margin-top: 25px;
}

.mt--30 {
  margin-top: 30px;
}

.mt--35 {
  margin-top: 35px;
}

.mt--40 {
  margin-top: 40px;
}

.mt--45 {
  margin-top: 45px;
}

.mt--50 {
  margin-top: 50px;
}

.mt--55 {
  margin-top: 55px;
}

.mt--60 {
  margin-top: 60px;
}

.mt--65 {
  margin-top: 65px;
}

.mt--70 {
  margin-top: 70px;
}

.mt--75 {
  margin-top: 75px;
}

.mt--80 {
  margin-top: 80px;
}

.mt--85 {
  margin-top: 85px;
}

.mt--90 {
  margin-top: 90px;
}

.mt--95 {
  margin-top: 95px;
}

.mt--100 {
  margin-top: 100px;
}

/*-- Margin Bottom --*/
.mb--5 {
  margin-bottom: 5px;
}

.mb--10 {
  margin-bottom: 10px;
}

.mb--15 {
  margin-bottom: 15px;
}

.mb--20 {
  margin-bottom: 20px;
}

.mb--25 {
  margin-bottom: 25px;
}

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

.mb--35 {
  margin-bottom: 35px;
}

.mb--40 {
  margin-bottom: 40px;
}

.mb--45 {
  margin-bottom: 45px;
}

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

.mb--55 {
  margin-bottom: 55px;
}

.mb--60 {
  margin-bottom: 60px;
}

.mb--65 {
  margin-bottom: 65px;
}

.mb--70 {
  margin-bottom: 70px;
}

.mb--75 {
  margin-bottom: 75px;
}

.mb--80 {
  margin-bottom: 80px;
}

.mb--85 {
  margin-bottom: 85px;
}

.mb--90 {
  margin-bottom: 90px;
}

.mb--95 {
  margin-bottom: 95px;
}

.mb--100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .pr-sm-15 {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pr-md-15 {
    padding-right: 15px !important;
  }
}
/*-- Margin Bottom --*/
.ptb--5 {
  padding: 5px 0;
}

.ptb--10 {
  padding: 10px 0;
}

.ptb--15 {
  padding: 15px 0;
}

.ptb--20 {
  padding: 20px 0;
}

.ptb--25 {
  padding: 25px 0;
}

.ptb--30 {
  padding: 30px 0;
}

.ptb--35 {
  padding: 35px 0;
}

.ptb--40 {
  padding: 40px 0;
}

.ptb--45 {
  padding: 45px 0;
}

.ptb--50 {
  padding: 50px 0;
}

.ptb--55 {
  padding: 55px 0;
}

.ptb--60 {
  padding: 60px 0;
}

.ptb--65 {
  padding: 65px 0;
}

.ptb--70 {
  padding: 70px 0;
}

.ptb--75 {
  padding: 75px 0;
}

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

.ptb--85 {
  padding: 85px 0;
}

.ptb--90 {
  padding: 90px 0;
}

.ptb--95 {
  padding: 95px 0;
}

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

.ptb--105 {
  padding: 105px 0;
}

.ptb--110 {
  padding: 110px 0;
}

.ptb--115 {
  padding: 115px 0;
}

.ptb--120 {
  padding: 120px 0;
}

.ptb--125 {
  padding: 125px 0;
}

.ptb--130 {
  padding: 130px 0;
}

.ptb--135 {
  padding: 135px 0;
}

.ptb--140 {
  padding: 140px 0;
}

.ptb--145 {
  padding: 145px 0;
}

.ptb--150 {
  padding: 150px 0;
}

.ptb--155 {
  padding: 155px 0;
}

.ptb--160 {
  padding: 160px 0;
}

.ptb--165 {
  padding: 165px 0;
}

.ptb--170 {
  padding: 170px 0;
}

.ptb--175 {
  padding: 175px 0;
}

.ptb--180 {
  padding: 180px 0;
}

.ptb--185 {
  padding: 185px 0;
}

.ptb--190 {
  padding: 190px 0;
}

.ptb--195 {
  padding: 195px 0;
}

.ptb--200 {
  padding: 200px 0;
}

.ptb--205 {
  padding: 205px 0;
}

.ptb--210 {
  padding: 210px 0;
}

.ptb--215 {
  padding: 215px 0;
}

.ptb--220 {
  padding: 220px 0;
}

.ptb--225 {
  padding: 225px 0;
}

.ptb--230 {
  padding: 230px 0;
}

.ptb--235 {
  padding: 235px 0;
}

.ptb--240 {
  padding: 240px 0;
}

.ptb--245 {
  padding: 245px 0;
}

.ptb--250 {
  padding: 250px 0;
}

.ptb--300 {
  padding: 300px 0;
}

.ptb--400 {
  padding: 400px 0;
}

.rn-plr--200 {
  padding-left: 200px;
  padding-right: 200px;
}

.rn-ptb-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.ptb--150 {
  padding: 150px 0;
}

.ptb--mid {
  padding-top: 140px;
  padding-bottom: 135px;
}

.rn-plr--160 {
  padding-left: 160px;
  padding-right: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-plr--160 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-plr--160 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/*-- Padding Top Bottom --*/
.section-ptb-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb-xl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .section-ptb-xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-ptb-md {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb-md {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .section-ptb-md {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-ptb-100 {
  padding: 100px 0;
}
@media only screen and (max-width: 575px) {
  .section-ptb-100 {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb-100 {
    padding: 60px 0;
  }
}

.section-pt-xl {
  padding-top: 160px;
}
@media only screen and (max-width: 575px) {
  .section-pt-xl {
    padding-top: 60px;
  }
}

.section-pb-xl {
  padding-bottom: 160px;
}
@media only screen and (max-width: 575px) {
  .section-pb-xl {
    padding-bottom: 60px 0;
  }
}

.rn-plr {
  padding-left: 160px;
  padding-right: 160px;
}

/* Text specialized */
.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
}

.text-underline {
  font-style: underline;
}

/* Font specialized */
.body-font {
  font-family: "Poppins", sans-serif;
}

.heading-font {
  font-family: "Poppins", sans-serif;
}

/* Height and width */
.fullscreen {
  min-height: 100vh;
  width: 100%;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-33 {
  width: 33.33%;
}

.w-25 {
  width: 25%;
}

.w-10 {
  width: 10%;
}

.h-100 {
  height: 100%;
}

.h-75 {
  height: 75%;
}

.h-50 {
  height: 50%;
}

.h-25 {
  height: 25%;
}

.h-33 {
  height: 33.33%;
}

.h-10 {
  height: 10%;
}

/*-- Custom Row ---*/
.row--0 {
  margin-left: -0px;
  margin-right: -0px;
}
.row--0 > [class*="col"] {
  padding-left: 0px;
  padding-right: 0px;
}

.row--5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row--5 > [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row--10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row--10 > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row--7-5 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row--7-5 > [class*="col"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row--55 {
  margin-left: -55px;
  margin-right: -55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--55 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--55 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--55 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .row--55 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--55 > [class*="col"] {
  padding-left: 55px;
  padding-right: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--55 > [class*="col"] {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--55 > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--55 > [class*="col"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--55 > [class*="col"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--20 {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--20 > [class*="col"],
.row--20 > [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 > [class*="col"],
  .row--20 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 > [class*="col"],
  .row--20 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 > [class*="col"],
  .row--20 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 > [class*="col"],
  .row--20 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*------------------------------------
    Input Placeholder
---------------------------------------*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*--------------------------
	Overlay styles 
---------------------------*/
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
}

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

[data-overlay]:before {
  background-color: #000000;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

.bg-theme,
.bg-dark,
.bg-dark-light,
.bg-secondary {
  color: #ffffff;
}
.bg-theme h1,
.bg-theme h2,
.bg-theme h3,
.bg-theme h4,
.bg-theme h5,
.bg-theme h6,
.bg-theme p,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark p,
.bg-dark-light h1,
.bg-dark-light h2,
.bg-dark-light h3,
.bg-dark-light h4,
.bg-dark-light h5,
.bg-dark-light h6,
.bg-dark-light p,
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6,
.bg-secondary p {
  color: #ffffff;
}

/*------------------------------
    Scroll Up 
--------------------------------*/
#scrollUp {
  width: auto;
  height: auto;
  color: #000000;
  right: 43px;
  bottom: 100px;
  text-align: center;
  overflow: hidden;
  z-index: 9811 !important;
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    display: none !important;
  }
}
#scrollUp i {
  display: block;
  font-size: 50px;
}
#scrollUp:hover i {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.form-message {
  margin-bottom: 0;
  text-align: center;
}
.form-message.error {
  margin-top: 20px;
  color: #f80707;
}
.form-message.success {
  margin-top: 20px;
  color: #0d8d2d;
}

.bk-parallax {
  position: relative;
  z-index: 0;
}

.bk-parallax > .bk-parallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*----------------------
    Social Color
------------------------*/
.facebook {
  background-color: #3b5998;
  color: #fff;
}
.facebook:hover {
  background-color: #3b5998;
  color: #fff;
}

.twitter {
  background-color: #00acee;
  color: #fff;
}
.twitter:hover {
  background-color: #00acee;
  color: #fff;
}

.linkedin {
  background-color: #0e76a8;
  color: #fff;
}
.linkedin:hover {
  background-color: #0e76a8;
  color: #fff;
}

.pinterest {
  background-color: #c8232c;
  color: #fff;
}
.pinterest:hover {
  background-color: #c8232c;
  color: #fff;
}

.google-plus {
  background-color: #dd4b39;
  color: #fff;
}
.google-plus:hover {
  background-color: #dd4b39;
  color: #fff;
}

.flickr {
  background-color: #ff0084;
  color: #fff;
}
.flickr:hover {
  background-color: #ff0084;
  color: #fff;
}

.yahoo {
  background-color: #720e9e;
  color: #fff;
}
.yahoo:hover {
  background-color: #720e9e;
  color: #fff;
}

#rn-preloader-wrap {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: flex;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#rn-preloader-wrap:before,
#rn-preloader-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#rn-preloader-wrap:after {
  left: auto;
  right: 0;
}

.rn-preloaded:before,
.rn-preloaded:after {
  -webkit-animation: rnPreloaderShatter 300ms ease-in-out 500ms forwards;
  -o-animation: rnPreloaderShatter 300ms ease-in-out 500ms forwards;
  animation: rnPreloaderShatter 300ms ease-in-out 500ms forwards;
}

.rn-preloader-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.rn-preloader-box .rn-preloader-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.rn-preloader-circle,
.rn-preloader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: -50px;
  margin-top: -50px;
  transition: 0.7s !important;
}

.rn-preloader-circle {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.rn-preloader-line-mask {
  overflow: hidden;
  -webkit-transform-origin: 50px 50px;
  -moz-transform-origin: 50px 50px;
  -ms-transform-origin: 50px 50px;
  -o-transform-origin: 50px 50px;
  transform-origin: 50px 50px;
  -webkit-mask-image: -webkit-linear-gradient(
    top,
    #000000,
    rgba(0, 0, 0, 0) 5%
  );
  -webkit-mask-image: linear-gradient(top, #fff, rgba(255, 255, 255, 1) 5%);
  -webkit-animation: rnRotate 1.5s infinite linear;
  -moz-animation: rnRotate 1.5s infinite linear;
  -o-animation: rnRotate 1.5s infinite linear;
  animation: rnRotate 1.5s infinite linear;
}

.rn-preloader-line-mask .rn-preloader-line {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.rn-preloader-content > img {
  transition: 0.3s;
}

.rn-preloader-content > img {
  animation: rnPreloaderZoomInOut 1s infinite;
}

.rn-preloaded .rn-preloader-box img {
  opacity: 0;
}

.rn-preloaded .rn-preloader-circle,
.rn-preloaded .rn-preloader-line-mask {
  opacity: 0;
}

@keyframes rnPreloaderShatter {
  0% {
    width: 50%;
  }
  100% {
    width: 0%;
  }
}
@keyframes rnRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rnPreloaderZoomInOut {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*--------------------------------
	Elements Styles
------------------------------------*/
/**
 * Button
 */
/*======================
 * Section Title
===========================*/
h2.section-title {
  color: #000000;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: -10px;
}

.section-title-2 h2 {
  color: #000000;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: -10px;
}
.section-title-2 p {
  color: #000000;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 300;
}

/* =========================
Progress Bar Css 
===========================*/
/* Progress Position */
.progress.progress-label-top span.percent-label {
  position: absolute;
  right: 0;
  top: -39px;
}
.progress.progress-label-bottom span.percent-label {
  position: absolute;
  right: 0;
  bottom: -29px;
  z-index: 3;
  top: auto;
}
.progress.progress-label-center-right span.percent-label {
  position: absolute;
  right: 50px;
}

.progress-radious-0 {
  border-radius: 0;
}
.progress-radious-0 .progress-bar {
  border-radius: 0;
}

.progress-radious-3 {
  border-radius: 3px;
}
.progress-radious-3 .progress-bar {
  border-radius: 3px;
}

.progress-radious-5 {
  border-radius: 5px;
}
.progress-radious-5 .progress-bar {
  border-radius: 5px;
}

/* ================
Main Css 
==================*/
.progress.progress-label-top span.percent-label {
  position: absolute;
  right: 0;
  top: -39px;
}
.progress.progress-label-bottom span.percent-label {
  position: absolute;
  right: 0;
  bottom: -29px;
  z-index: 3;
  top: auto;
}
.progress.progress-label-center-right span.percent-label {
  position: absolute;
  right: 50px;
}

/*------------------------------------------------
    // Progress Indicator Style
 ----------------------------------------------*/
.progress.progress-indicator-1 .progress-bar {
  position: relative;
}
.progress.progress-indicator-1 .progress-bar::after {
  position: absolute;
  content: "";
  border: 4px solid #000000;
  width: 24px;
  height: 24px;
  right: -1px;
  border-radius: 100%;
  background: #fff;
}
.progress.progress-indicator-1 .progress-bar.progress-bar-bg--7::after {
  border: 4px solid #f13f4b;
}
.progress.progress-indicator-2 .progress-bar {
  position: relative;
}
.progress.progress-indicator-2 .progress-bar::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  right: -1px;
  border-radius: 100%;
}
.progress.progress-indicator-2 .progress-bar.progress-bar-bg--1::after {
  background: #000000;
}

.progress-height-4 {
  height: 4px;
}
.progress-height-4 .progress-bar {
  height: 4px;
}

.progress-height-5 {
  height: 5px;
}
.progress-height-5 .progress-bar {
  height: 5px;
}

.progress-height-6 {
  height: 6px;
}
.progress-height-6 .progress-bar {
  height: 6px;
}

/*------------------------------------------------
    // Progress label Style
 ----------------------------------------------*/
.single-skill {
  overflow: hidden;
  border-radius: 0;
  width: 500px;
  margin-top: 36px;
}
.single-skill p {
  font-family: "Poppins", sans-serif;
  color: #666666;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 17px;
  text-align: left;
}
.single-skill .progress {
  overflow: visible;
  border-radius: 0;
}
.single-skill .progress .progress-bar {
  position: relative;
  background: #000000;
}

.progress span.percent-label {
  color: #000;
}
.progress.font-medium span.percent-label {
  color: #ffffff;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

/* =====================
    Portfolio Area 
=======================*/
.rn-portfolio-area .container {
  max-width: 1455px;
}

.portfolio {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}
.portfolio .content {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 99;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.portfolio .content h4 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
  opacity: 0;
  transition: 0.4s ease-in-out;
  transform: translateY(20px);
}
.portfolio .content h4 a {
  color: #ffffff;
}
.portfolio .content span {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
  display: block;
  opacity: 0;
  transition: 0.4s ease-in-out;
  transform: translateY(30px);
}
.portfolio:hover .content h4 {
  opacity: 1;
  transform: translateY(0px);
}
.portfolio:hover .content span {
  transform: translateY(0px);
  opacity: 1;
}

.portfolio {
  position: relative;
  height: 550px;
  width: 100%;
  padding: 40px;
  transform-style: preserve-3d;
  transition: 0.4s ease-in-out;
  position: relative;
}
.portfolio::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("img/logopedinja/Logopedinja_NB_WEB_083.jpg");
  content: "";
  background-size: cover !important;
  background-position: center !important;
}
.portfolio.project-bg--1::before {
  background: url("img/logopedinja/Logopedinja_NB_WEB_054.jpg");
}
.portfolio.project-bg--2::before {
  background: url("img/logopedinja/Logopedinja_NB_WEB_041.jpg");
}
.portfolio.project-bg--3::before {
  background: url("img/logopedinja/Logopedinja_NB_WEB_086.jpg");
}
.portfolio.project-bg--4::before {
  background: url("img/logopedinja/Logopedinja_NB_WEB_008.jpg");
}
.portfolio.project-bg--5::before {
  background: url("img/logopedinja/Logopedinja_NB_WEB_046.jpg");
}
.portfolio.project-bg--6::before {
  background: url("img/logopedinja/Logopedinja_NB_WEB_061.jpg");
}
.portfolio.colorful-project-bg--1::before {
  background: url("img/project/colorful/work-1.jpg");
}
.portfolio.colorful-project-bg--2::before {
  background: url("img/project/colorful/work-2.jpg");
}
.portfolio.colorful-project-bg--3::before {
  background: url("img/project/colorful/work-3.jpg");
}
.portfolio.colorful-project-bg--4::before {
  background: url("img/project/colorful/work-4.jpg");
}
.portfolio.colorful-project-bg--5::before {
  background: url("img/project/colorful/work-5.jpg");
}
.portfolio.colorful-project-bg--6::before {
  background: url("img/project/colorful/work-6.jpg");
}
.portfolio.colorful-project-bg--7::before {
  background: url("img/project/colorful/work-7.jpg");
}
.portfolio.colorful-project-bg--8::before {
  background: url("img/project/colorful/work-8.jpg");
}
.portfolio.colorful-project-bg--9::before {
  background: url("img/project/colorful/work-9.jpg");
}
.portfolio .bgDescription {
  background: transparent url(img/logo/bgDescription.png) repeat-x top left;
  height: 335px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  z-index: 3;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
.portfolio:hover .bgDescription {
  opacity: 1;
  visibility: visible;
}
.portfolio:hover {
  box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.1);
}

/* Sidebar Style */
.sidebar--content {
  min-height: 100vh;
  padding-bottom: 40px;
  padding-top: 32px;
  background: #f8f8f8 none repeat scroll 0 0;
  height: 100vh;
  min-height: 100vh;
  position: fixed;
  text-align: center;
  top: 0;
  width: 120px;
  z-index: 999;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.sidebar--page--content {
  width: calc(100% - 120px);
  margin-left: 120px;
  padding: 0 7.5px;
}

/* ===========================
Portfolio Style 2 
===============================*/
.portfolio-fullcontainer .portfolio-inner {
  margin: 0 -15px !important;
}

.portfolio_style--2 {
  margin: 0 5px;
  margin-bottom: 10px;
}

.rp_portfolio_menu {
  text-align: left;
  margin: 0 -23px;
}
.rp_portfolio_menu button {
  border: 0 none;
  color: #2e2e2d;
  font-size: 18px;
  font-weight: 300;
  margin: 0 23px;
  height: 120px;
  line-height: 120px;
}

/* =======================
    Portfolio Style 5 
================================*/
.rp_portfolio_menu5 button {
  color: #2e2e2d;
  font-size: 18px;
  border: 0 none;
  margin: 0 17px;
  font-weight: 300;
  position: relative;
  padding: 0;
}
.rp_portfolio_menu5 button::after {
  width: 0;
  height: 1px;
  bottom: -5px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #000000;
  content: "";
}
.rp_portfolio_menu5 button:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.rp_portfolio_menu5 button.is-checked::after {
  width: 100%;
  opacity: 0.3;
}

.rp_portfolio_menu.rp_portfolio_menu3 button {
  color: #2e2e2d;
  font-size: 18px;
  border: 0 none;
  margin: 0 17px;
  font-weight: 300;
  position: relative;
  height: auto;
  line-height: inherit;
  padding: 0;
}
.rp_portfolio_menu.rp_portfolio_menu3 button::after {
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #000000;
  content: "";
}
.rp_portfolio_menu.rp_portfolio_menu3 button:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.rp_portfolio_menu.rp_portfolio_menu3 button.is-checked::after {
  width: 100%;
  left: 0;
  right: auto;
}

/* =======================
    Portfolio Style 3
===========================*/
.portfolio_style--3 {
  margin-bottom: 10px;
}
.portfolio_style--3 .thumb {
  position: relative;
  overflow: hidden;
}
.portfolio_style--3 .thumb a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  -ms-transition: -ms-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  transition: transform 0.35s;
  width: 100%;
}
.portfolio_style--3 .thumb .port-hover-action {
  position: absolute;
  padding: 30px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  -ms-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
  visibility: hidden;
}
.portfolio_style--3 .thumb .port-hover-action .content h3 {
  opacity: 0;
  color: #ffffff;
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  -ms-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.portfolio_style--3 .thumb .port-hover-action .content h3 a {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}
.portfolio_style--3:hover .thumb a img {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
.portfolio_style--3:hover .thumb .port-hover-action {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.portfolio_style--3:hover .thumb .port-hover-action .content h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.portfolio-fullcontainer .portfolio_style--3 {
  margin-bottom: 15px;
}

/* ==========================
    Portfolio New Style
==============================*/
.rp_portfolio_menu-new {
  padding: 44px 0;
  margin-left: -70px;
}

.rp_portfolio_menu-new button {
  position: relative;
  padding: 0;
  border: 0 none;
  margin: 0 14px;
}
.rp_portfolio_menu-new button::after {
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #000000;
  content: "";
}
.rp_portfolio_menu-new button:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.rp_portfolio_menu-new button.is-checked::after {
  width: 100%;
  left: 0;
  right: auto;
}

.bm-header .rp_portfolio_menu-new {
  margin-left: -15px;
}

.bm-header .hd-right {
  margin-right: -15px;
}

/* ==========================
    Sidebar Social Icon 
==============================*/
.sidebar-social-icon {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.sidebar-social-icon .icon-on-hover {
  position: relative;
}
.sidebar-social-icon .icon-on-hover span.icon {
  color: #222;
  font-size: 35px;
  margin-top: 0;
  display: block;
  cursor: pointer;
  line-height: 35px;
}
.sidebar-social-icon .icon-on-hover span i {
  color: #222;
  font-size: 30px;
  margin-top: 0;
  display: block;
  cursor: pointer;
  line-height: 35px;
}
.sidebar-social-icon .icon-on-hover .hover-social-icon {
  opacity: 0;
  visibility: hidden;
  z-index: -2;
  transition: opacity 300ms linear 0s;
}
.sidebar-social-icon .icon-on-hover .hover-social-icon a {
  display: block;
  text-align: center;
  color: #222;
  font-size: 12px;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #000;
  border-radius: 100%;
  margin: 10px 0;
  line-height: 28px;
  transition: opacity 300ms linear 0s;
  opacity: 0;
  visibility: hidden;
}

/* -----------------------
    Search Style Area 
--------------------------*/
.rf-search button {
  border: 0 none;
}
.rf-search button:hover {
  color: #222222;
}

.search-popup {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.search-popup .searchinner {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px 0 100px;
}
.search-popup .searchinner .searchform {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.search-popup .searchinner .searchform input {
  height: 45px;
  border: none;
  padding: 0;
  font-size: 26px;
  padding-right: 50px;
}
.search-popup button {
  padding: 0;
  color: #333333;
  font-size: 26px;
  border: none;
  cursor: pointer;
  height: 50px;
}
.search-popup.is-visible {
  z-index: 1;
}
.search-popup.is-visible .searchinner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .searchinner .searchform input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.5;
}

.search-popup .searchinner .searchform input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.5;
}

.search-popup .searchinner .searchform input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.5;
}

.search-popup .searchinner .searchform input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.5;
}

.sidebar-social-icon .icon-on-hover span.icon {
  transform: rotate(0deg);
  transition: 0.2s;
}

.sidebar-social-icon .icon-on-hover.focus span.icon {
  transform: rotate(90deg);
}

ul.social-icon.hover-icon {
  position: absolute;
  bottom: 70px;
  padding: 0;
  left: 46px;
  opacity: 1;
  transition: 0.5s;
  transform: translateY(30px);
}

.sidebar-social-icon ul.social-icon.hover-icon {
  position: absolute;
  bottom: 70px;
  padding: 0;
  left: 46px;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(30px);
}

.sidebar-social-icon ul.social-icon.hover-icon.show {
  opacity: 1;
  transform: translateY(0px);
}

.sidebar-social-icon ul.social-icon.hover-icon li {
  display: block !important;
  margin: 10px 0;
}

.sidebar-social-icon ul.social-icon.hover-icon {
  display: block;
}

.rn-custom-portfolio-wrapper {
  /*margin-top: -60px;*/
}

.rn-hil-portfolio div:nth-child(3n + 2) {
  margin-top: 60px;
}

/* =======================
    Story Area 
===========================*/
.story-content .story-btn a {
  display: inline-block;
  color: #000000;
  font-weight: 500;
  position: relative;
  height: 37px;
  padding: 0 17px;
  line-height: 37px;
  z-index: 1;
  margin-top: 25px;
}
.story-content .story-btn a::before {
  position: absolute;
  content: "";
  background: #e0e0e0;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  transition: width 1s cubic-bezier(0.63, 0.05, 0.43, 1.7);
}
.story-content .story-btn a:hover::before {
  width: 100%;
}

.story-content .content p {
  color: #222;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
}

/* =====================
Service Area 
========================*/
.service {
  margin-top: 40px;
}
.service h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 11px;
}
.service h4 a {
  color: #000000;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.service p {
  color: #000000;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
}

/*=======================
    Award Area 
=======================*/
.award-content ul.rn-award-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.award-content ul.rn-award-list li {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  margin-top: 38px;
  letter-spacing: 1px;
}
.award-content ul.rn-award-list li a {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  display: block;
  transition: 0.3s ease-in-out;
}
.award-content ul.rn-award-list li a:hover {
  color: #000000;
}
.award-content ul.rn-award-list li a span {
  font-weight: 300;
}

.rn-ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.rn-images-bg-wrapper {
  background-size: cover;
  background-position: center center;
}

.rn-blog-wrapper,
.rn-service-bg-wrapper,
.rn-skill-bg-wrapper,
.rn-story-bg-wrapper {
  background-size: cover;
  background-position: center center;
}

/* ======================
    Blog Area 
=======================*/
.rn-blog {
  margin-top: 40px;
}
.rn-blog h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 13px;
}
.rn-blog h2 a {
  color: #000000;
}
.rn-blog h2 a span {
  font-weight: 300;
  font-size: 18px;
}
.rn-blog p {
  color: #222;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 1px;
}

/* ====================
    Breadcaump Area 
==========================*/
.main-paralax-wrapper {
  perspective: 1px;
  transform-style: preserve-3d;
  overflow-x: hidden;
  overflow-y: scroll;
}

.parallaxContainer {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  z-index: -1;
  padding: 320px 0;
  justify-content: center;
  align-items: center;
  /* transform: translateZ(-0.95px) scale(2); */
  background-color: #fff;
  background-size: cover !important;
}
.parallaxContainer.paralaxbg--1 {
  background: url(img/logopedinja/Logopedinja_NB_WEB_041.jpg);
}
.parallaxContainer.paralaxbg--2 {
  background: url(img/logopedinja/Logopedinja_NB_WEB_054.jpg);
}
.parallaxContainer.paralaxbg--3 {
  background: url(img/logopedinja/Logopedinja_NB_WEB_086.jpg);
}
.parallaxContainer.paralaxbg--4 {
  background: url(img/logopedinja/Logopedinja_NB_WEB_008.jpg);
}
.parallaxContainer.paralaxbg--5 {
  background: url(img/logopedinja/Logopedinja_NB_WEB_046.jpg);
}
.parallaxContainer.paralaxbg--6 {
  background: url(img/logopedinja/Logopedinja_NB_WEB_061.jpg);
}

.static-breadcaump {
  padding: 312px 0 310px 0;
}

.bradcaump_inner {
  position: relative;
  z-index: 8;
  display: block;
}
.bradcaump_inner h2.bradcaump-title {
  color: #ffffff;
  font-size: 120px;
  line-height: 180px;
  margin: 0;
}
.bradcaump_inner ul.blog-meta {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 42px;
}
.bradcaump_inner ul.blog-meta li {
  color: #ffffff;
  font-size: 36px;
  font-weight: 300;
}
.bradcaump_inner ul.blog-meta li a {
  color: #ffffff;
}
.bradcaump_inner ul.blog-meta li.separator {
  margin: 0 44px;
}
.bradcaump_inner p {
  color: #ffffff;
  font-size: 22px;
  line-height: 38px;
  font-weight: 300;
  padding: 0 10%;
}

/* ====================
Blog Details Area 
=========================*/
.blog-details-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.blog-details-wrapper .dropcaps-inner p {
  color: #000000;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 40px;
}
.blog-details-wrapper .dropcaps-inner p:first-of-type:first-letter {
  color: #000000;
  float: left;
  font-size: 80px;
  margin-right: 15px;
  margin-bottom: 8px;
  font-weight: 700;
  margin-top: 17px;
}
.blog-details-wrapper .content p {
  color: #000000;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 30px;
}
.blog-details-wrapper .content blockquote {
  padding: 0;
  margin: 0;
  margin-bottom: 38px;
}
.blog-details-wrapper .content blockquote p {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #000;
  display: inline-block;
}
.blog-details-wrapper .content .bl-feature {
  margin-bottom: 43px;
  margin-top: 43px;
}
.blog-details-wrapper .content .bl-feature ul.feature-blog-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 -15px;
}
.blog-details-wrapper .content .bl-feature ul.feature-blog-list li {
  margin: 0 15px;
}

/* ======================
    Paralax Area  
========================*/
.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.hsContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.hsContent {
  max-width: 700px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.hsContent h2 {
  color: #fff8de;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 5px;
  font-size: 35px;
  line-height: 38px;
  margin-bottom: 12px;
}

.hsContent p {
  width: 400px;
  color: #b2b2b2;
}

.hsContent a {
  color: #b2b2b2;
  text-decoration: underline;
}

/* Slide 1 */
#slide-1 .bcg {
  background-image: url("img/bg/bg-image-4.jpg");
}

#slide-1 .hsContent {
  bottom: 200px;
  top: auto;
}

/* Slide 2 */
#slide-2 .bcg {
  background-image: url("img/bg/bg-image-5.jpg");
}

#slide-2 .hsContent {
  margin-left: -450px;
  bottom: 200px;
  top: auto;
}

/* Slide 3 */
#slide-3 .bcg {
  background-image: url("img/bg/bg-image-6.jpg");
}

#slide-3 .hsContent {
  margin-left: -239px;
}

#slide-3 h2 {
  color: #f2ead6;
  background-color: rgba(0, 0, 0, 0.6);
}

/* Slide 4 */
#slide-4 .bcg {
  background-image: url("../img/bcg_slide-4.jpg");
}

#slide-4 .hsContent {
  margin-left: -450px;
}

#slide-4 h2 {
  background: none;
  padding-left: 0;
  padding-right: 0;
}

/*====================
 Contact Area 
=========================*/
.contact-wrapper {
  padding: 5px 240px 135px;
}

.form-wrapper {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  margin-top: -40px;
  position: relative;
  z-index: 8;
  top: -100px;
  margin-bottom: -100px;
}
.form-wrapper input {
  color: #7c7d7e;
  font-size: 18px;
  font-weight: 300;
  border: 0 none;
  border-bottom: 1px solid #ebebec;
  padding: 0;
  margin-top: 25px;
  height: 60px;
}
.form-wrapper textarea {
  color: #7c7d7e;
  font-size: 18px;
  border: 0 none;
  border-bottom: 1px solid #ebebec;
  margin-top: 40px;
  min-height: 220px;
  margin-bottom: 40px;
}
.form-wrapper button {
  border: 0 none;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form-wrapper button i {
  color: #17181b;
  font-size: 14px;
  padding-left: 5px;
}

.form-wrapper input:first-child {
  margin-top: 0;
}

.form-wrapper button span {
  padding-right: 15px;
}

.form-wrapper button svg {
  transition: 0.5s;
}

.form-wrapper button:hover svg {
  width: 100px !important;
}

.contact-address {
  padding-left: 120px;
}
.contact-address h2 {
  color: #1c1c1e;
  font-weight: 500;
  font-size: 45px;
}
.contact-address .address {
  margin-top: 40px;
  display: flex;
}
.contact-address .address i {
  width: 45px;
  margin-top: 10px;
  color: #828283;
}
.contact-address .address p {
  color: #5b5c5d;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
}
.contact-address .address p a {
  color: #5b5c5d;
  line-height: 24px;
  transition: 0.3s ease-in-out;
  display: inline-block;
  position: relative;
}
.contact-address .address p a::after {
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #000000;
  content: "";
}
.contact-address .address p a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

#googleMap {
  width: 100%;
  height: 800px;
}

.form-messege-active.error {
  margin: 30px 0 0 0;
  padding: 15px 20px;
  background: #000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  color: red;
}

.form-messege-active.success {
  margin: 30px 0 0 0;
  padding: 15px 20px;
  background: #28a745;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  color: #fff;
}

/* ========================
    Fullpage Css 
===========================*/
.swiper-container {
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet {
  display: inline-block;
  opacity: 1;
  outline: none;
  width: 24px;
  height: 2px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 80px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 14px 0;
}

.swiper-pagination-bullet-active {
  transform: scaleX(1.5);
  background: black;
}

/* =======================
    Extra
===========================*/
.multiscroll-tooltip {
  position: absolute;
  top: 0px;
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  width: auto;
}

.multiscroll-tooltip.right {
  right: 40px;
}

/*


#multiscroll-nav ul li .multiscroll-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    width: auto;
    -webkit-transition: all .25s ease!important;
    -o-transition: all .25s ease!important;
    transition: all .25s ease!important;
    visibility: hidden;
    opacity: 0;
}

#fp-nav ul li .multiscroll-tooltip.right {
    padding-right: 20px;
    top: 8px;
    right: 20px;
}

*/
#multiscroll-nav li {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}

#multiscroll-nav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  padding: 5px 0;
  width: auto;
  height: 20px;
  width: 30px;
  box-sizing: content-box;
}

#multiscroll-nav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  border: 0;
  background: rgba(0, 0, 0, 0.15);
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#multiscroll-nav ul li a.active span,
#multiscroll-nav ul li a:hover span,
#multiscroll-nav ul li:hover a.active span {
  background: #000;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#multiscroll-nav ul li a svg {
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#multiscroll-nav ul li a svg circle {
  fill: transparent;
  stroke: #000;
  stroke-width: 1;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  -webkit-transition: stroke-dasharray 0s ease 0.3s, opacity 0.3s ease;
  -o-transition: stroke-dasharray 0s ease 0.3s, opacity 0.3s ease;
  transition: stroke-dasharray 0s ease 0.3s, opacity 0.3s ease;
  opacity: 0;
}

#multiscroll-nav ul li a.active svg circle,
#multiscroll-nav ul li a:hover svg circle {
  -webkit-transition: stroke-dasharray 0.6s ease, opacity 0s ease;
  -o-transition: stroke-dasharray 0.6s ease, opacity 0s ease;
  transition: stroke-dasharray 0.6s ease, opacity 0s ease;
  stroke-dasharray: 585;
  opacity: 1;
}

.demo-preview-btn {
  position: fixed;
  right: 0;
  bottom: auto;
  top: 200px;
  z-index: 999999;
  transition: 0.3s;
}

.demo-preview-btn a {
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #000f11;
  transform: rotate(90deg) translateY(-20px);
}

/*----------------------------------
	Template Styles
-----------------------------------*/
/*===================
 * Header
=======================*/
.rn-header {
  padding: 0 90px;
  position: relative;
  z-index: 999;
}
.rn-header.header-transparent {
  position: absolute;
  left: auto;
  right: auto;
  width: 100%;
  top: 70px;
  z-index: 9999;
}
.rn-header.rn-header--withmenu.header-transparent {
  position: absolute;
  left: auto;
  right: auto;
  width: 100%;
  top: 30px;
  z-index: 9999;
}

.text-white .mainmenu-wrap .menu-horizontal li a {
  color: #ffffff;
}

.text-white .menu-horizontal li a::after {
  background: #ffffff;
}

.text-white .mainmenu-wrap .purchase-btn button,
.text-white .mainmenu-wrap .purchase-btn a {
  border: 1px solid #ffffff;
  color: #ffffff;
}

/*.menu-section{
    opacity: 0;
}*/
.menu-section {
  background-color: #fff;
  height: 100vh;
  padding-top: 120px;
  position: absolute;
  top: -70px;
  width: 40%;
  pointer-events: all;
  right: 0;
  z-index: 99;
}

/*.menu-open .menu-section {
    background-color: #000;
    height: 100vh;
    padding-top: 120px;
    position: absolute;
    top: -70px;
    width: 50%;
    pointer-events: all;
    right: 0;
    z-index: 99;
}*/
nav ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 2em auto;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 200;
  text-align: left;
  padding: 0 146px;
}

nav ul.menu a {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
  color: #fff !important;
  line-height: 44px;
  width: 100%;
  font-weight: 300;
  font-size: 27px;
}

nav ul.menu li {
  margin: 0;
  display: block;
}

nav .menu li a {
  position: relative;
  -webkit-transition: color 0ms ease 0.35s;
  transition: color 0ms ease 0.35s;
  line-height: 70px;
  font-size: 30px;
}
nav .menu li a .menu-text {
  color: #8bd4dd;
  font-size: 30px;
  line-height: 70px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s;
}
nav .menu li a:hover .menu-text {
  color: #7dbec6;
}
nav .menu li a .menu-arrow {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 60px;
  align-items: center;
  height: 25px;
  line-height: 0;
  transition: width 0.5s cubic-bezier(0.5, 0, 0.2, 1);
  margin-left: 15px;
}
nav .menu li a .menu-arrow-icon {
  position: absolute;
  right: 0;
  width: 0;
  transition: width 0.5s cubic-bezier(0.5, 0, 0.2, 1);
}
nav .menu li a .menu-arrow-icon svg {
  transition: width 0.5s cubic-bezier(0.5, 0, 0.2, 1);
  width: 100% !important;
}
nav .menu li a:hover .menu-arrow-icon {
  right: auto;
  left: 0;
  width: 100%;
}

.menu-toggle a span.open {
  margin-top: 1px;
  position: relative;
  display: inline-block;
}

.menu-toggle.on span.close_menu i {
  padding-left: 17px;
  margin-top: 5px;
  display: inline-block;
}

/* =======================
    menu-horizontal 
===========================*/
.rn-header--5 {
  padding: 70px 80px;
}

.mainmenu-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mainmenu-wrap .menu-horizontal {
  display: flex;
  justify-content: flex-end;
  margin: 0 -17px;
}
.mainmenu-wrap .menu-horizontal li {
  margin: 0 17px;
}
.mainmenu-wrap .menu-horizontal li a {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
}
.mainmenu-wrap .purchase-btn {
  padding-left: 40px;
}
.mainmenu-wrap .purchase-btn button,
.mainmenu-wrap .purchase-btn a {
  display: inline-block;
  padding: 0 26px;
  height: 40px;
  line-height: 39px;
  border: 1px solid #000000;
  border-radius: 3px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
}
.mainmenu-wrap .purchase-btn button:hover,
.mainmenu-wrap .purchase-btn a:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}

/* ======================
Hesder Static With Menu 
===========================*/
.rn-header--withmenu {
  padding: 15px 80px 25px;
  position: relative;
}

.menu-horizontal li a {
  display: inline-block;
  position: relative;
}
.menu-horizontal li a::after {
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #000000;
  content: "";
}
.menu-horizontal li:hover a::after {
  width: 100%;
  left: 0;
  right: auto;
}

.bm-header.rn-header {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

div#menu-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-toggle-inner {
  align-items: center;
  display: flex;
  cursor: pointer;
}

.menu-toggle span.menu-text {
  color: #2e2e2d;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu-text-wrap {
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 30px;
  text-align: center;
}

span.menu-text.close-text,
span.menu-text.open-text {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
}

span.menu-text.open-text {
  transform: translateY(-100%);
}

.open span.menu-text.open-text {
  transform: translateY(-200%);
}

.open span.menu-text.close-text {
  transform: translateY(-100%);
}

.hamburger-wrap {
  display: inline-block;
  padding-left: 15px;
}

.hamburger-wrap span {
  width: 30px;
  height: 2px;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  margin-bottom: 4px;
  display: block;
  background: #000;
}

#menu-toggle .hamburger-wrap #hamburger span {
  transition: 0.5s;
}

#menu-toggle .hamburger-wrap #hamburger {
  width: 30px;
}

.menu-toggle-inner {
  z-index: 9999;
}

.menu-toggle.open span.menu-text {
  color: #8bd4dd;
}

.hamburger-wrap #hamburger span {
  background: #8bd4dd;
}

#menu-toggle.open .hamburger-wrap #hamburger span {
  background: #8bd4dd;
}

.menu-toggle-inner:hover .hamburger-wrap #hamburger span:nth-child(2) {
  width: 70%;
}

#menu-toggle.open .hamburger-wrap #hamburger span:nth-child(1),
#menu-toggle.open .hamburger-wrap #hamburger span:nth-child(3) {
  width: 0%;
}

#menu-toggle.open .hamburger-wrap #hamburger span:nth-child(2) {
  width: 70%;
}

.color-white .menu-toggle span.menu-text {
  color: #fff;
}

.color-white .hamburger-wrap span {
  background: #fff;
}

header.header.rn-header.header-padding-sm {
  padding-left: 45px;
  padding-right: 45px;
  top: 45px;
}

/**
 * Navigation
 */
/*====================
 * Banner
 ===================*/
/**
 * Banner
 */
.hide {
  display: none;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

.rv-slider-wrapper {
  position: relative;
}

#icons {
  display: none;
}

.number-wrapper {
  position: absolute;
  height: 100%;
  width: 12rem;
  z-index: 2;
  display: none;
}
.number-wrapper .number-count {
  position: relative;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
.number-wrapper .number {
  position: relative;
  font-size: 12rem;
  color: #efefef;
  margin-left: -5rem;
  font-weight: 700;
}

.nav-wrapper {
  position: absolute;
  height: 100%;
  width: 12rem;
  padding: 0 4rem;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 3;
}
.nav-wrapper .nav-arrows {
  position: relative;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%) translateX(-17px);
}
.nav-wrapper .nav-up {
  opacity: 0;
}
.nav-wrapper .nav-up,
.nav-wrapper .nav-down {
  width: auto;
  height: auto;
  cursor: pointer;
  position: relative;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  overflow: hidden;
  margin: 35px 0;
}
.nav-wrapper .nav-up .nipa,
.nav-wrapper .nav-down .nipa {
  color: #666666;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.nav-wrapper .nav-up .nipa span,
.nav-wrapper .nav-down .nipa span {
  position: relative;
  display: inline-block;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 23px;
}
.nav-wrapper .nav-up .nipa span::before,
.nav-wrapper .nav-down .nipa span::before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  color: #000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: auto;
  right: 100%;
}
.nav-wrapper .nav-up .nipa span:hover,
.nav-wrapper .nav-down .nipa span:hover {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.nav-wrapper .nav-up .nipa:hover,
.nav-wrapper .nav-down .nipa:hover {
  fill: black;
}

.slider-wrapper {
  position: relative;
}

.slider-container {
  position: relative;
  max-width: 100%;
  min-width: 100%;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
}
.slider-container .slide {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slider-container .slide:after {
  content: "";
  display: table;
  clear: both;
}
.slider-container .slide:first-child .txt-wrapper span.copy,
.slider-container .slide:first-child .txt-wrapper h2,
.slider-container .slide:first-child .txt-wrapper p {
  /* opacity:1; */
}
.slider-container .slide:nth-child(odd) .img {
  margin-left: 50%;
  transform: translateY(-100%);
}
.slider-container .slide:nth-child(odd) .txt {
  transform: translateY(100%);
}
.slider-container .slide:nth-child(even) .img {
  transform: translateY(100%);
}
.slider-container .slide:nth-child(even) .txt {
  margin-left: 50%;
  transform: translateY(-100%);
}
.slider-container .slide.active {
  position: absolute;
  z-index: 2;
}
.slider-container .slide.active .img,
.slider-container .slide.active .txt {
  transform: translateY(0);
}

.slider-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.slider-container:after {
  content: "";
  display: table;
  clear: both;
}
.slider-container .slide-content {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  transition: transform 0.3s linear;
  transition-delay: 0.2s;
}
.slider-container .slide-content.txt {
  display: table;
  padding: 0 160px;
}
.slider-container .slide-content .txt-wrapper {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.slider-container .slide-content .txt-wrapper span.copy {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 1;
  font-weight: 300;
  color: #000000;
  margin-bottom: 39px;
}
.slider-container .slide-content .txt-wrapper h2 {
  margin: 0;
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 40px;
}
.slider-container .slide-content .txt-wrapper p.excerpt {
  margin: 0;
  color: #2e2e2d;
  font-size: 18px;
  line-height: 30px;
}
.slider-container .slide-content .txt-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-container .slide-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.social-icon {
  display: flex;
  margin: 0 -4px;
  overflow: hidden;
}
ul.social-icon li {
  margin: 0 4px;
  position: relative;
  overflow: hidden;
}
ul.social-icon li a {
  width: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  color: #717171;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  line-height: 23px;
}
ul.social-icon li a::before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  color: #000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
ul.social-icon li a:hover {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
ul.social-icon.icon-position {
  position: absolute;
  bottom: 75px;
  left: -10px;
  z-index: 22;
}

.circle {
  position: absolute;
  width: 36px;
  height: 35px;
  top: 0 !important;
  left: 0 !important;
  background: transparent;
  border-radius: 100%;
  backface-visibility: hidden;
  visibility: hidden;
  z-index: 1;
  border: 1px solid #e3e3e4;
  -webkit-backface-visibility: hidden;
}

/*.slider-container .slide-content .txt-wrapper h2,
.slider-container .slide-content .txt-wrapper p{
    opacity: 0;
}*/
/* =========================
    Slider Style 5 
===========================*/
.slide--5 {
  padding: 120px 0;
  padding-bottom: 130px;
}
.slide--5 .content h1 {
  color: #000000;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 65px;
}
.slide--5 .content p {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 5%;
  margin-bottom: 76px;
}
.slide--5 .content a {
  display: inline-block;
  padding: 0 75px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #000000;
  border-radius: 43px;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
}
.slide--5 .content a:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}

/* =========================
    Paralax Slider
===========================*/
.paralx-slider .content h2 {
  color: #fff;
  font-size: 120px;
  font-weight: 600;
}
.paralx-slider .content p {
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
}

/* =========================
    Fullscreen Slider
===========================*/
.fullscreen-slider .content {
  position: relative;
  z-index: 3;
}
.fullscreen-slider .content h2 {
  color: #000000;
  font-size: 100px;
  font-weight: 600;
}
.fullscreen-slider .content p {
  color: #000000;
  font-size: 24px;
  line-height: 40px;
}

.fullscreen-slider .content a.rf-btn,
.paralx-slider .content a.rf-btn {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  height: 37px;
  padding: 0 17px;
  line-height: 37px;
  z-index: 1;
  margin-top: 25px;
}
.fullscreen-slider .content a.rf-btn::after,
.paralx-slider .content a.rf-btn::after {
  position: absolute;
  content: "";
  background: #222222;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  transition: width 2s cubic-bezier(0.63, 0.05, 0.43, 1.7);
}
.fullscreen-slider .content a.rf-btn:hover::after,
.paralx-slider .content a.rf-btn:hover::after {
  width: 100%;
}

/* ==================================
    Slider Slide With Slick
================================*/
.slider--8 .content h2 {
  color: #ffffff;
  font-size: 120px;
  font-weight: 900;
}
.slider--8 .content p {
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
  margin: 0;
}

/* ==================================
    Slider Style 9
================================*/
.slider-activation-with-slick {
  position: relative;
}
.slider-activation-with-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  z-index: 2;
  background: transparent;
  color: #d1d2d3;
  width: 50px;
  height: 50px;
  border: 0 none;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  font-size: 21px;
  line-height: 52px;
  transition: 0.3s ease-in-out;
  border: 1px solid #d1d2d3;
  opacity: 0;
}
.slider-activation-with-slick .slick-arrow:hover {
  background: #222222;
  color: #ffffff;
  border: 1px solid #222222;
}
.slider-activation-with-slick .rf-slide-next.slick-arrow {
  left: auto;
  right: 60px;
}
.slider-activation-with-slick .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
}
.slider-activation-with-slick .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slider-activation-with-slick .slick-dots li button {
  border: 1px solid #ffffff;
  width: 5px;
  height: 5px;
  padding: 0;
  border-radius: 50%;
  text-indent: -9999px;
  background: #fff;
}
.slider-activation-with-slick .slick-dots li button::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border: 2px solid transparent;
  left: -6px;
  top: -31%;
  border-radius: 100%;
  transition: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.slider-activation-with-slick .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.slider-activation-with-slick .slick-dots li.slick-active button::after {
  border: 2px solid #ffffff;
}
.slider-activation-with-slick:hover .slick-arrow {
  opacity: 1;
}

/*.slick-slide {
	&.slick-active {
		.rfanimation-style--1 {
			.content {
				h2 {
					animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
				}
				p {
					animation: 1200ms ease-in-out 0s normal none 1 running fadeInDown;
				}
			}
        }
		.rfanimation-style--2 {
			.content {
                
				h3 {
					-webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	                animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
                }
				h1 {
					-webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	                animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
                }
				p {
					-webkit-animation: tracking-in-expand-fwd 0.9s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	                animation: tracking-in-expand-fwd 0.9s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
				}
			}
        }

	}
}*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
/* animation tracking-in-expand-fwd */
@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
/* =========================
    Split Slider
===========================*/
.myContainer {
  overflow: hidden;
  height: 100vh;
  position: relative;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}

.ms-tableCell {
  height: 100% !important;
}

.ms-tableCell img {
  width: 100%;
}

/*#multiscroll-nav li {
    display: block;
    width: 20px;
    height: 20px;
    margin: 10px 5px;
    position: relative;
}
#multiscroll-nav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    margin: auto;
    border: 1px solid transparent;
    border-radius: 100%;
    transition: border 0.3s linear;
}
#multiscroll-nav span {
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border: none;
    background: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    transform: translateY(-50%) translateX(-50%);
}
#multiscroll-nav li .active {
    border: 1px solid #000;
}
#multiscroll-nav li .active span {
    background: #000;
}*/
.slipt-content-inner.slider .content span {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 1;
  font-weight: 300;
  color: #000000;
  margin-bottom: 39px;
}
.slipt-content-inner.slider .content h2 {
  margin: 0;
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 40px;
}
.slipt-content-inner.slider .content p {
  margin: 0;
  color: #2e2e2d;
  font-size: 18px;
  line-height: 30px;
}

/* ======================
    Slider Style 3 
========================*/
.box-layout {
  padding: 100px;
  padding-top: 0;
}

.slider--3 .content h3 {
  color: #000000;
  font-size: 70px;
  font-weight: 300;
  line-height: 100px;
  margin-bottom: 8px;
}
.slider--3 .content h1 {
  color: #000000;
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 40px;
}
.slider--3 .content p {
  color: #2e2e2d;
  font-weight: 300;
  line-height: 30px;
  font-size: 18px;
  margin: 0;
}

.txt-wrapper .copy,
.txt-wrapper .copy2,
.txt-wrapper .copy3 {
  opacity: 0;
  transition: 0.3s;
  transform: translateY(-100px);
}

.txt-wrapper .copy {
  transition: 0.3s;
}

.txt-wrapper .copy2 {
  transition: 0.6s;
}

.txt-wrapper .copy3 {
  transition: 0.9s;
}

.active .txt-wrapper .copy,
.active .txt-wrapper .copy2,
.active .txt-wrapper .copy3 {
  opacity: 1;
  transform: translateY(0px);
}

/* ====================
    Portfolio Details 
===========================*/
.rf-portfolio-details .container {
  max-width: 1450px;
}

.rp-port-details-inner .content h3 {
  color: #010101;
  font-size: 35px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 37px;
}
.rp-port-details-inner .content p {
  color: #0c0c0c;
  font-size: 20px;
  line-height: 34px;
  font-weight: 200;
}
.rp-port-details-inner .content .port-info .port-meta {
  margin-top: 48px;
}
.rp-port-details-inner .content .port-info .port-meta span {
  color: #020202;
  font-size: 18px;
  font-weight: 400;
}
.rp-port-details-inner .content .port-info .port-meta p {
  margin: 0;
  color: #727276;
  font-size: 16px;
  font-weight: 300;
}

/*======================
 * Footer
=====================================*/
.footer {
  padding: 0 250px;
}

.footer-top {
  padding-top: 110px;
}
.footer-top .content span {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}
.footer-top .content h4 {
  color: #000000;
  font-size: 45px;
  margin: 0;
  font-weight: 500;
  margin-top: 9px;
}

.footer-widget h3.ft-title {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}
.footer-widget .content p {
  color: #2e2e2d;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
}
.footer-widget .content .address p {
  margin-bottom: 6px;
}
.footer-widget .content .address p a {
  color: #2e2e2d;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  position: relative;
}
.footer-widget .content .address p a::after {
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #000000;
  content: "";
}
.footer-widget .content .address p a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.footer-widget .content.address-align-between {
  display: flex;
  justify-content: space-between;
}
.footer-widget.footer-left {
  padding-right: 51px;
}

.footer-widget ul.quick-link {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0 -10px;
}
.footer-widget ul.quick-link li {
  margin: 0 10px;
}
.footer-widget ul.quick-link li a {
  color: #2e2e2d;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: 0.3s ease-in-out;
  display: inline-block;
  position: relative;
}
.footer-widget ul.quick-link li a::after {
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #000000;
  content: "";
}
.footer-widget ul.quick-link li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

/* =====================
    Copyright Area 
==========================*/
.copyright {
  padding: 40px 250px;
  border-top: 1px solid #ebebeb;
}
.copyright .copyright-inner p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}

.copyright-right .social-icon {
  position: relative;
  overflow: hidden;
}
.copyright-right .social-icon a {
  width: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  color: #717171;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  line-height: 23px;
}
.copyright-right .social-icon a::before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  color: #000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.copyright-right .social-icon a:hover {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.footer-wrapper {
  position: relative;
}

/* Splite Slider */
.split-address .address p {
  color: #2e2e2d;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
}
.split-address .address p a {
  color: #2e2e2d;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  position: relative;
}
.split-address .address p a::after {
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #000000;
  content: "";
}
.split-address .address p a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

/* Scroll Up */
.scrolltotop {
  height: 35px;
  position: relative;
  float: right;
  right: -10px;
  top: 13px;
  width: 35px;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.scrolltotop:hover {
  top: 8px;
  opacity: 1;
}

.arrow-top {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  height: 10px;
  transform: rotate(135deg);
  width: 10px;
  position: absolute;
  left: 13.5px;
  top: 2px;
}

.arrow-top-line {
  background-color: #000;
  height: 35px;
  left: 50%;
  position: absolute;
  top: 3px;
  width: 2px;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.scrolltotop:hover .arrow-top-line {
  height: 32px;
}

footer#contact.rn-left-box-footer {
  width: calc(100% - 135px);
  margin-left: 135px;
}

/* ====================
Responsive Css 
==========================*/
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-container .slide-content.txt {
    padding: 0 100px;
  }

  .slider-container .slide-content .txt-wrapper h2 {
    font-size: 62px;
    margin-bottom: 40px;
  }

  .rn-plr {
    padding-left: 100px;
    padding-right: 100px;
  }

  .single-skill {
    width: 400px;
  }

  .footer {
    padding: 0 100px;
  }

  .copyright {
    padding: 40px 100px;
  }

  .number-wrapper .number {
    font-size: 137px;
    margin-left: -39px;
  }

  .portfolio {
    margin-top: 10px;
  }

  .story-style--3.story-content {
    padding: 100px;
  }

  .box-layout {
    padding: 60px;
    padding-top: 0;
  }

  nav .menu li a .menu-text {
    font-size: 25px;
    line-height: 48px;
  }

  .static-breadcaump {
    padding: 120px 0 170px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-container .slide-content.txt {
    padding: 0 50px;
    z-index: 99;
  }

  .rn-plr {
    padding-left: 50px;
    padding-right: 50px;
  }

  .rn-ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .single-skill {
    width: 374px;
  }

  .footer {
    padding: 0 50px;
  }

  .copyright {
    padding: 40px 50px;
  }

  .section-ptb-xl {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-top {
    padding-top: 60px;
  }

  .footer-wrapper.ptb--100 {
    padding: 50px 0;
  }

  nav ul.menu {
    margin: 3em auto;
    padding: 0 79px;
  }

  nav ul.menu a {
    line-height: 38px;
    font-size: 22px;
  }

  .slider-container .slide-content .txt-wrapper h2 {
    font-size: 61px;
    margin-bottom: 31px;
  }

  .slider-container .slide-content .txt-wrapper span.copy {
    font-size: 63px;
    margin-bottom: 19px;
  }

  .rn-header {
    padding: 0 55px;
  }

  .number-wrapper .number {
    font-size: 10rem;
  }

  .footer-widget.footer-left {
    padding-right: 15px;
  }

  .portfolio {
    margin-top: 10px;
  }

  .portfolio {
    height: 400px;
  }

  .header-transparent {
    top: 40px;
  }

  .section-title-2 h2 {
    font-size: 45px;
  }

  /* Spilit Slider */
  .myContainer {
    height: auto;
  }

  .ms-right .ms-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ms-right .ms-section:nth-child(even) {
    background: #f9f9f9;
  }

  .slipt-content-inner h2.section-title {
    font-size: 40px;
    margin-bottom: 14px;
  }

  .slipt-content-inner .award-content ul.rn-award-list li {
    margin-top: 26px;
  }

  .header-transparent.splite-header {
    position: inherit;
    padding: 25px 38px !important;
    top: 0;
  }

  .slipt-content-inner .award-content ul.rn-award-list li {
    margin-top: 20px;
  }

  .slipt-content-inner.slider .content h2 {
    font-size: 44px;
    margin-bottom: 29px;
  }

  .slipt-content-inner.slider .content span {
    font-size: 53px;
    margin-bottom: 21px;
  }

  .slipt-content-inner.slider {
    padding: 0 50px;
  }

  .slipt-content-inner.award-content ul.rn-award-list li {
    margin-top: 20px;
  }

  .slipt-content-inner .service {
    margin-top: 15px;
  }

  .slipt-content-inner .service:last-child {
    display: none;
  }

  /* End Slipt Slider */
  .box-layout {
    padding: 50px;
    padding-top: 0;
  }

  .slider.slider--3 {
    padding: 100px 40px;
  }

  .slider--3 .content h1 {
    font-size: 47px;
    margin-bottom: 26px;
  }

  .slider--3 .content h3 {
    font-size: 54px;
    line-height: 88px;
  }

  .story-style--3.story-content {
    padding: 100px 50px;
  }

  .mainmenu-wrap .menu-horizontal li {
    margin: 0 12px;
  }

  .rn-header--withmenu {
    padding: 35px 36px;
  }

  .slide--5 .content p {
    margin-bottom: 46px;
  }

  .slide--5 .content h1 {
    font-size: 48px;
    margin-bottom: 34px;
  }

  .fullscreen-slider .content h2 {
    color: #000000;
    font-size: 76px;
  }

  .paralx-slider .content h2 {
    font-size: 75px;
    margin-bottom: 23px;
  }

  .contact-wrapper {
    padding: 5px 50px;
  }

  .form-wrapper {
    padding: 30px 20px;
    margin-top: -40px;
    top: -66px;
    margin-bottom: -59px;
  }

  .contact-address {
    padding-left: 40px;
  }

  .rp-port-details-inner {
    padding-top: 34px;
  }

  .rp-port-details-inner .content h3 {
    font-size: 32px;
    margin-bottom: 9px;
  }

  .rp-port-details-inner .content p {
    font-size: 18px;
    line-height: 30px;
  }

  .rp-port-details-inner .content .port-info .port-meta {
    margin-top: 20px;
  }

  .search-popup .searchinner {
    padding: 0 32px;
  }

  .rn-hil-portfolio div:nth-child(3n + 2) {
    margin-top: 20px;
  }

  .static-breadcaump {
    padding: 120px 0 170px 0;
  }

  .hide-on-mobile {
    display: none !important;
  }

  header {
    padding: 20px 0px 40px 0px;
  }

  .header-items {
    flex-grow: 2;
    border-left: none !important;
  }

  .logo {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-container .slide-content.txt {
    padding: 0 50px;
    z-index: 99;
  }

  .rn-plr {
    padding-left: 50px;
    padding-right: 50px;
  }

  .rn-ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .single-skill {
    width: 280px;
  }

  .footer {
    padding: 0 20px;
  }

  .copyright {
    padding: 40px 20px;
  }

  .footer-top {
    padding-top: 100px;
  }

  h2.section-title {
    font-size: 30px;
  }

  .story-content .story-btn a {
    font-size: 14px;
  }

  .slider-container .slide-content .txt-wrapper h2 {
    font-size: 40px;
    margin-bottom: 23px;
  }

  .slider-container .slide-content .txt-wrapper span.copy {
    font-size: 38px;
    margin-bottom: 19px;
  }

  .portfolio {
    height: 340px;
  }

  .footer-widget.footer-left {
    padding-right: 30px;
  }

  .footer-widget ul.quick-link {
    display: block;
    margin: 0;
  }

  .footer-widget.footer-right.quicklink {
    left: 27px;
  }

  .footer-widget .content.address-align-between {
    display: block;
  }

  .service,
  .award-content ul.rn-award-list li,
  .rn-blog {
    margin-top: 25px;
  }

  .footer-widget.footer-right.contact {
    margin-left: -82px;
  }

  .rn-blog h2 a span {
    display: block;
    line-height: 37px;
  }

  .portfolio {
    margin-top: 10px;
  }

  .rn-header {
    padding: 0 30px;
  }

  nav ul.menu {
    margin: 0em auto;
    padding: 0 30px;
  }

  nav .menu li a .menu-text {
    font-size: 23px;
    line-height: 48px;
  }

  .slider-container .slide-content .txt-wrapper p.excerpt {
    font-size: 14px;
    line-height: 26px;
  }

  ul.social-icon.icon-position {
    bottom: 118px;
  }

  .nav-wrapper {
    width: 7rem;
    padding: 0 20px;
  }

  .number-wrapper .number {
    margin-left: -1rem;
  }

  .story-content .content p {
    font-size: 14px;
    line-height: 26px;
  }

  .section-title-2 h2 {
    font-size: 40px;
  }

  .section-title-2 p {
    font-size: 16px;
  }

  /* Spilit Slider */
  .myContainer {
    height: auto;
  }

  .ms-right .ms-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ms-right .ms-section:nth-child(even) {
    background: #f9f9f9;
  }

  .slipt-content-inner h2.section-title {
    font-size: 30px;
    margin-bottom: 14px;
  }

  .slipt-content-inner .award-content ul.rn-award-list li {
    margin-top: 26px;
  }

  .header-transparent.splite-header {
    position: inherit;
    padding: 25px 38px !important;
    top: 0;
  }

  .slipt-content-inner .award-content ul.rn-award-list li {
    margin-top: 20px;
  }

  .slipt-content-inner.slider .content h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .slipt-content-inner.slider .content span {
    font-size: 53px;
    margin-bottom: 21px;
  }

  .slipt-content-inner.slider {
    padding: 0 50px;
  }

  .slipt-content-inner.award-content ul.rn-award-list li {
    margin-top: 20px;
  }

  .slipt-content-inner .service {
    margin-top: 15px;
  }

  .slipt-content-inner .service:last-child {
    display: none;
  }

  .slipt-content-inner.award-content ul.rn-award-list li:last-child {
    display: none;
  }

  .slipt-content-inner .blog-wrapper .rn-blog:last-child {
    display: none;
  }

  .slipt-content-inner.rn-plr {
    padding: 0 25px;
  }

  .slipt-content-inner.slider .content p {
    font-size: 14px;
    line-height: 26px;
  }

  .slipt-content-inner .blog {
    margin-top: 19px;
  }

  #multiscroll-nav.right {
    display: none;
  }

  .split-address .address:last-child {
    display: none;
  }

  /* Mobile Menu */
  .mainmenu-wrap.formobile-menu {
    margin-right: 78px;
  }

  .mean-container .mean-bar {
    top: -55px;
    position: absolute;
  }

  .mean-container .mean-nav {
    margin-top: 75px;
  }

  .rn-header--withmenu {
    padding: 21px 40px;
    padding-top: 23px;
  }

  .box-layout {
    padding: 40px;
    padding-top: 0;
  }

  .slider.slider--3 {
    padding: 100px 40px;
  }

  .slider--3 .content h1 {
    font-size: 47px;
    margin-bottom: 26px;
  }

  .slider--3 .content h3 {
    font-size: 54px;
    line-height: 88px;
  }

  .story-style--3.story-content {
    padding: 100px 50px;
  }

  .slider--3 .content p br {
    display: none;
  }

  .slide--5 .content p {
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin-bottom: 40px;
  }

  .slide--5 .content h1 {
    font-size: 50px;
    margin-bottom: 28px;
  }

  .slide--5 {
    padding: 91px 0;
    padding-bottom: 114px;
  }

  .fullscreen-slider .content h2 {
    color: #000000;
    font-size: 50px;
  }

  .fullscreen-slider .content p {
    font-size: 18px;
    line-height: 30px;
  }

  .rn-header.header-transparent {
    top: 40px;
  }

  .rn-header.header-transparent .header-wrapper .row {
    align-items: center;
  }

  .paralx-slider .content h2 {
    font-size: 50px;
    margin-bottom: 23px;
  }

  .paralx-slider .content p br {
    display: none;
  }

  .paralx-slider .content p {
    font-size: 18px;
    line-height: 30px;
  }

  .slider--8 .content p br {
    display: none;
  }

  .slider--8 .content p {
    font-size: 19px;
    line-height: 30px;
    padding: 0 10%;
  }

  .slider--8 .content h2 {
    font-size: 80px;
  }

  .bradcaump_inner h2.bradcaump-title {
    font-size: 86px;
    line-height: 66px;
  }

  .contact-wrapper {
    padding: 5px 30px;
  }

  .form-wrapper {
    padding: 30px 0px;
    margin-top: -40px;
    top: -66px;
    margin-bottom: -59px;
  }

  .contact-address {
    padding-left: 0;
  }

  .form-wrapper textarea {
    min-height: 154px;
  }

  #googleMap {
    height: 400px;
  }

  .static-breadcaump {
    padding: 148px 0 180px 0;
  }

  .bradcaump_inner p {
    font-size: 20px;
    line-height: 34px;
    padding: 0 5%;
    margin-top: 30px;
  }

  .port-single-thumb img {
    width: 100%;
  }

  .rp-port-details-inner {
    padding-top: 34px;
  }

  .rp-port-details-inner .content h3 {
    font-size: 25px;
    margin-bottom: 9px;
  }

  .rp-port-details-inner .content p {
    font-size: 18px;
    line-height: 30px;
  }

  .rp-port-details-inner .content .port-info .port-meta {
    margin-top: 20px;
  }

  .rp_portfolio_menu-new button {
    margin: 0 9px;
    font-size: 15px;
  }

  .rp_portfolio_menu-new {
    margin-left: -34px;
  }

  .search-popup .searchinner {
    padding: 0 32px;
  }

  .rn-hil-portfolio div:nth-child(3n + 2) {
    margin-top: 20px;
  }

  .footer-top {
    padding-top: 60px;
  }

  .footer-wrapper.ptb--100 {
    padding: 50px 0;
  }

  .menu-section {
    top: -40px;
  }

  .footer-widget ul.quick-link li {
    margin: 0;
  }

  header.header.rn-header.header-padding-sm {
    padding-left: 0;
    padding-right: 0;
    top: 20px;
  }

  .hide-on-mobile {
    display: none !important;
  }

  header {
    padding: 20px 0px 40px 0px;
  }

  .header-items {
    flex-grow: 2;
    border-left: none !important;
  }

  .logo {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio {
    height: 340px;
  }

  .rn-plr {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rn-ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rn-story-left.w-50.rn-story-bg-wrapper,
  .w-50.rn-service-bg-wrapper,
  .w-50.rn-skill-bg-wrapper,
  .w-50.rn-story-bg-wrappe,
  .rn-award-left.w-50.rn-images-bg-wrapper,
  .rn-blog-right.w-50.rn-blog-wrapper {
    width: 100% !important;
    height: 500px;
  }

  .rn-story-area,
  .rn-skill-area,
  .rn-service-area,
  .rn-award-area,
  .rn-blog-area {
    flex-wrap: wrap;
  }

  .rn-story-right.w-50,
  .rn-award-right.w-50,
  .rn-service-right.w-50,
  .rn-blog-left.w-50 {
    width: 100% !important;
  }

  .single-skill {
    width: 463px;
  }

  h2.section-title {
    font-size: 40px;
  }

  .service {
    margin-top: 25px;
  }

  .section-title-2 h2 {
    font-size: 40px;
  }

  .section-title-2 p {
    font-size: 16px;
  }

  .award-content ul.rn-award-list li {
    margin-top: 25px;
  }

  .rn-blog h2 {
    font-size: 16px;
    line-height: 29px;
  }

  .footer {
    padding: 0 30px;
  }

  .footer-top {
    padding-top: 60px;
  }

  .footer-top .content h4 {
    font-size: 37px;
  }

  .footer-widget.footer-left {
    padding-right: 20px;
    margin-bottom: 40px;
  }

  .footer-widget.footer-right.quicklink {
    margin-top: 40px;
  }

  .copyright {
    padding: 30px 30px;
  }

  .copyright .copyright-inner p {
    text-align: center;
  }

  .footer-widget .content.address-align-between {
    display: block;
  }

  .slider-container .slide-content.txt {
    padding: 0 29px;
  }

  .slider-container .slide-content {
    width: 50%;
  }

  .slider-container .slide-content .txt-wrapper {
    padding: 30px;
  }

  .slider-container .slide-content .txt-wrapper h2 {
    font-size: 31px;
    margin-bottom: 19px;
  }

  .slider-container .slide-content .txt-wrapper span.copy {
    font-size: 32px;
    margin-bottom: 17px;
  }

  .slider-container .slide-content .txt-wrapper p.excerpt {
    font-size: 14px;
    line-height: 26px;
  }

  .number-wrapper .number {
    font-size: 110px;
    margin-left: 0;
    font-weight: 500;
  }

  nav ul.menu {
    padding: 0 30px;
    margin: 0em auto;
  }

  nav .menu li {
    margin: 10px 20px;
  }

  nav .menu a {
    line-height: 37px;
    font-size: 18px;
  }

  .nav-wrapper .nav-up::before,
  .nav-wrapper .nav-down::before {
    display: block;
    border: 1px solid transparent;
  }

  .nav-wrapper .nav-line {
    display: none;
  }

  .nav-wrapper {
    position: absolute;
    height: 100%;
    width: 100px;
    padding: 0 20px;
    top: auto;
    right: 0;
    text-align: center;
    z-index: 3;
    bottom: 0;
  }

  ul.social-icon li a {
    width: 29px;
    height: 29px;
  }

  .rn-header {
    padding: 0 13px;
  }

  .header-transparent {
    top: 40px;
  }

  nav .menu li a .menu-text {
    font-size: 20px;
    line-height: 46px;
    letter-spacing: 3px;
  }

  .slider-container .slide-content.txt {
    padding: 0;
  }

  .portfolio {
    margin-top: 30px;
  }

  .home-one-skill,
  .home-one-blog,
  .home-8-award {
    background: #efefef;
  }

  .section-title-2 p {
    margin: 0;
  }

  .rn-blog {
    margin-top: 30px;
  }

  .footer-wrapper {
    padding: 60px 0;
  }

  .copyright {
    padding: 30px 0;
  }

  .copyright .copyright-inner p {
    font-size: 13px;
  }

  .story-content .content p {
    font-size: 16px;
    line-height: 26px;
  }

  .progress {
    background-color: #ddd;
  }

  .portfolio .content h4 {
    font-size: 20px;
  }

  /* Spilit Slider */
  .myContainer {
    height: auto;
  }

  .ms-right .ms-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ms-right .ms-section:nth-child(even) {
    background: #f9f9f9;
  }

  .slipt-content-inner h2.section-title {
    font-size: 30px;
    margin-bottom: 14px;
  }

  .slipt-content-inner .award-content ul.rn-award-list li {
    margin-top: 26px;
  }

  .header-transparent.splite-header {
    position: inherit;
    padding: 25px 38px !important;
    top: 0;
  }

  .slipt-content-inner .award-content ul.rn-award-list li {
    margin-top: 20px;
  }

  .slipt-content-inner.slider .content h2 {
    font-size: 28px;
    margin-bottom: 17px;
  }

  .slipt-content-inner.slider .content span {
    font-size: 42px;
    margin-bottom: 14px;
  }

  .slipt-content-inner.slider {
    padding: 0 50px;
  }

  .slipt-content-inner.award-content ul.rn-award-list li {
    margin-top: 12px;
  }

  .slipt-content-inner .service {
    margin-top: 15px;
  }

  .slipt-content-inner .service:last-child {
    display: none;
  }

  .slipt-content-inner.award-content ul.rn-award-list li:last-child {
    display: none;
  }

  .slipt-content-inner .blog-wrapper .rn-blog:last-child {
    display: none;
  }

  .slipt-content-inner.rn-plr {
    padding-left: 25px;
    padding-right: 25px;
  }

  .slipt-content-inner.slider .content p {
    font-size: 14px;
    line-height: 26px;
  }

  .slipt-content-inner .blog {
    margin-top: 19px;
  }

  #multiscroll-nav.right {
    right: 30px;
  }

  .slipt-content-inner .story-content .content p {
    font-size: 14px;
  }

  .slipt-content-inner.award-content ul.rn-award-list li a {
    font-size: 16px;
  }

  .slipt-content-inner .rn-blog h2 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 3px;
  }

  .slipt-content-inner .rn-blog + .rn-blog,
  .slipt-content-inner .service + .service,
  .slipt-content-inner.award-content ul.rn-award-list li + li {
    display: none;
  }

  .myContainer {
    height: auto;
  }

  .ms-right .ms-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ms-right .ms-section:nth-child(even) {
    background: #f9f9f9;
  }

  #multiscroll-nav.right {
    right: inherit;
    bottom: 7px;
    z-index: 2;
    text-align: center;
    width: 100%;
  }

  #multiscroll-nav.right ul {
    display: flex;
    justify-content: center;
  }

  #multiscroll-nav li {
    margin: 7px 3px;
  }

  #multiscroll-nav.right {
    display: none;
  }

  .split-address .address + .address {
    display: none;
  }

  /* Mobile Menu */
  .mainmenu-wrap.formobile-menu {
    margin-right: 78px;
  }

  .mean-container .mean-bar {
    top: -55px;
    position: absolute;
  }

  .mean-container .mean-nav {
    margin-top: 75px;
  }

  .rn-header--withmenu {
    padding: 21px 40px;
    padding-top: 23px;
  }

  .box-layout {
    padding: 0;
    padding-top: 0;
  }

  .slider.slider--3 {
    padding: 100px 40px;
  }

  .slider--3 .content h1 {
    font-size: 38px;
    margin-bottom: 26px;
  }

  .slider--3 .content h3 {
    font-size: 48px;
    line-height: 79px;
  }

  .story-style--3.story-content {
    padding: 60px 30px;
  }

  .slider--3 .content p br {
    display: none;
  }

  .rp_portfolio_menu.rp_portfolio_menu3 button {
    margin: 0 9px;
  }

  .slide--5 .content p {
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    margin-bottom: 30px;
  }

  .slide--5 .content h1 {
    font-size: 30px;
    margin-bottom: 28px;
    line-height: 35px;
  }

  .slide--5 {
    padding: 91px 0;
    padding-bottom: 114px;
  }

  .slide--5 .content a {
    padding: 0 30px;
    height: 48px;
    line-height: 46px;
    border-radius: 70px;
    font-size: 14px;
  }

  .rp_portfolio_menu5 button {
    margin: 0 9px;
  }

  .fullscreen-slider .content h2 {
    color: #000000;
    font-size: 50px;
  }

  .fullscreen-slider .content p {
    font-size: 18px;
    line-height: 30px;
  }

  .rn-header.header-transparent {
    top: 20px;
  }

  .rn-header.header-transparent .header-wrapper .row {
    align-items: center;
  }

  .fullscreen-slider .content p br {
    display: none;
  }

  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 30px;
  }

  .paralx-slider .content h2 {
    font-size: 50px;
    margin-bottom: 23px;
  }

  .paralx-slider .content p br {
    display: none;
  }

  .paralx-slider .content p {
    font-size: 18px;
    line-height: 30px;
  }

  .slider--8 .content p br {
    display: none;
  }

  .slider--8 .content p {
    font-size: 14px;
    line-height: 28px;
    padding: 0 10%;
    font-weight: 300;
  }

  .slider--8 .content h2 {
    font-size: 80px;
  }

  .slider-activation-with-slick .slider--8.fullscreen {
    min-height: auto;
    padding-top: 169px;
    padding-bottom: 113px;
  }

  .slider-activation-with-slick .slick-dots {
    bottom: 30px;
  }

  .slider--8 .content h2 {
    font-size: 47px;
  }

  .slider-activation-with-slick .slick-arrow {
    left: 0;
  }

  .slider-activation-with-slick .rf-slide-next.slick-arrow {
    left: auto;
    right: 0;
  }

  .bradcaump_inner h2.bradcaump-title {
    font-size: 60px;
    line-height: 66px;
  }

  .bradcaump_inner ul.blog-meta {
    margin-top: 46px;
    flex-wrap: wrap;
  }

  .parallaxContainer {
    padding: 160px 0;
  }

  .bradcaump_inner ul.blog-meta li {
    font-size: 28px;
  }

  .bradcaump_inner ul.blog-meta li.separator {
    margin: 0 10px;
    font-size: 46px;
  }

  .contact-wrapper {
    padding: 5px 50px;
  }

  .form-wrapper {
    padding: 30px 20px;
    margin-top: 0;
    top: 0;
    margin-bottom: 0;
    box-shadow: inherit;
    padding-bottom: 45px;
  }

  .contact-address {
    padding-left: 0;
  }

  .form-wrapper textarea {
    min-height: 154px;
  }

  #googleMap {
    height: 400px;
  }

  .contact-address {
    padding-bottom: 60px;
  }

  .static-breadcaump {
    padding: 100px 0 100px 0;
  }

  .bradcaump_inner p {
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin-top: 30px;
  }

  .port-single-thumb img {
    width: 100%;
  }

  .rp-port-details-inner {
    padding-top: 34px;
  }

  .rp-port-details-inner .content h3 {
    font-size: 25px;
    margin-bottom: 9px;
  }

  .rp-port-details-inner .content p {
    font-size: 16px;
    line-height: 28px;
  }

  .rp-port-details-inner .content .port-info .port-meta {
    margin-top: 20px;
  }

  .rp_portfolio_menu-new {
    margin-left: 0;
    padding-bottom: 10px;
    padding-top: 34px;
  }

  .new-header {
    padding-bottom: 20px;
  }

  .rp_portfolio_menu-new button {
    margin-bottom: 10px;
  }

  .search-popup .searchinner {
    padding: 0 40px;
  }

  .sidebar--content {
    width: 70px;
  }

  .sidebar--page--content {
    width: calc(100% - 70px);
    margin-left: 70px;
    padding: 0 7.5px;
  }

  footer#contact.rn-left-box-footer {
    width: calc(100% - 85px);
    margin-left: 85px;
  }

  ul.social-icon.hover-icon {
    left: 26px;
  }

  .sidebar-social-icon ul.social-icon.hover-icon {
    left: 26px;
  }

  .contact-wrapper {
    padding: 5px 30px;
  }

  .form-wrapper {
    padding: 30px 0px;
  }

  .contact-address h2 {
    font-size: 20px;
  }

  header.header.rn-header.header-padding-sm {
    padding-left: 0;
    padding-right: 0;
    top: 20px;
  }

  .hide-on-mobile {
    display: none !important;
  }

  header {
    padding: 20px 0px 40px 0px;
  }

  .header-items {
    flex-grow: 2;
    border-left: none !important;
  }

  .logo {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 20px !important;
  }

  .mobile-title1 {
    font-size: 3em !important;
  }

  .mobile-title2 {
    font-size: 2em !important;
  }

  .mobile-title3 {
    font-size: 1em !important;
  }

  .main-imagewrap {
    height: 600px !important;
  }

  footer .footer-top h3 {
    font-size: 3em !important;
  }

  footer .footer-top h3 {
    font-size: 3em !important;
  }

  footer .content p,
  footer .content p a {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 575px) {
  .footer-widget.footer-left {
    padding-right: 10px;
  }

  .footer-widget .content.address-align-between {
    display: block;
  }

  .slider-container .slide-content .txt-wrapper h2 {
    font-size: 34px;
  }

  .slider-container .slide-content .txt-wrapper h2 {
    font-size: 25px;
  }

  nav ul.menu {
    padding: 0 16px 0 25px;
    margin: 0em auto;
  }

  .single-skill {
    width: 400px;
    margin-top: 24px;
  }

  .section-title-2 h2,
  h2.section-title,
  .footer-top .content h4 {
    font-size: 30px;
  }

  .rn-plr {
    padding: 50px 25px;
  }

  .menu-section {
    width: 80%;
    top: -20px;
  }

  .menu-section {
    width: 80%;
    top: -20px;
  }

  .footer-wrapper {
    padding: 50px 0;
  }

  .rn-header--withmenu {
    padding: 21px 24px;
    padding-top: 23px;
  }

  .rn-header--withmenu .logo {
    text-align: center;
    margin-bottom: 20px;
  }

  .mainmenu-wrap.formobile-menu {
    margin-right: 0;
    justify-content: flex-start;
  }

  .mainmenu-wrap .purchase-btn {
    padding-left: 0;
  }

  .slider.slider--3 {
    padding: 100px 20px;
  }

  .slider--3 .content h1 {
    font-size: 34px;
    margin-bottom: 23px;
  }

  .slider--3 .content h3 {
    font-size: 40px;
    line-height: 63px;
  }

  .slider--3 .content p {
    line-height: 28px;
    font-size: 16px;
  }

  .slide--5 {
    padding: 55px 0;
    padding-bottom: 83px;
  }

  .paralx-slider .content h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }

  .paralx-slider .content p {
    font-size: 14px;
    line-height: 26px;
  }

  .rn-header.rn-header--withmenu.header-transparent {
    top: 0;
    padding-bottom: 0;
  }

  .slider--8 .content p {
    line-height: 26px;
    padding: 0;
  }

  .blog-details-wrapper .dropcaps-inner p,
  .blog-details-wrapper .content p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .bradcaump_inner h2.bradcaump-title {
    font-size: 60px;
    line-height: 84px;
  }

  .parallaxContainer {
    padding: 124px 0;
  }

  .blog-details-wrapper .content .bl-feature ul.feature-blog-list {
    display: block !important;
    text-align: center;
  }

  .blog-details-wrapper .content .bl-feature ul.feature-blog-list li {
    margin-bottom: 30px;
  }

  .bradcaump_inner h2.bradcaump-title {
    font-size: 56px;
  }

  .search-popup .searchinner {
    padding: 0 10px;
  }

  .search-popup button {
    font-size: 14px;
  }

  .search-popup .searchinner .searchform input {
    font-size: 12px;
    padding-right: 13px;
  }

  .service h4 {
    font-size: 14px;
  }

  .story-content .content p {
    font-size: 14px;
    line-height: 24px;
  }

  .rn-hil-portfolio div:nth-child(3n + 2) {
    margin-top: 0;
  }

  .section-title-2 h2,
  h2.section-title,
  .footer-top .content h4 {
    font-size: 20px;
  }

  .award-content ul.rn-award-list li a {
    font-size: 14px;
  }

  .footer {
    padding: 0 15px;
  }

  .story-content .story-btn a {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }

  .swiper-container .fullscreen {
    width: auto;
  }

  header.header.rn-header.header-padding-sm {
    padding-left: 0;
    padding-right: 0;
    top: 20px;
  }

  .hide-on-mobile {
    display: none !important;
  }

  header {
    padding: 20px 0px 40px 0px;
  }

  .header-items {
    flex-grow: 2;
    border-left: none !important;
  }

  .logo {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 479px) {
  h2.section-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .story-content .story-btn a {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }

  .service h4 {
    font-size: 14px;
  }

  .story-content .content p {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-widget.footer-left {
    padding-right: 2px;
  }

  .single-skill {
    width: 247px;
  }

  .number-wrapper,
  .nav-wrapper {
    display: none;
  }

  .slider-container .slide-content {
    width: 100%;
  }

  .slider-container .slide.active .slide-content.txt {
    z-index: 22;
    position: absolute;
    z-index: 2;
  }

  .slider-container .slide:nth-child(odd) .img {
    margin-left: 0;
  }

  .slider-container .slide-content .txt-wrapper {
    background: rgba(255, 255, 255, 0.9);
  }

  nav .menu li a .menu-text {
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 1px;
  }

  .slipt-content-inner.slider .content p,
  .slipt-content-inner .story-content .content p,
  .slipt-content-inner .service p,
  .slipt-content-inner .rn-blog p {
    display: none;
  }

  .slipt-content-inner .rn-blog h2 {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 3px;
  }

  .slipt-content-inner .rn-blog {
    margin-top: 6px;
  }

  .slipt-content-inner.award-content ul.rn-award-list li a,
  .slipt-content-inner.award-content ul.rn-award-list li {
    font-size: 14px;
    line-height: 24px;
  }

  .slipt-content-inner .service h4 {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 27px;
  }

  .slipt-content-inner.rn-plr {
    padding: 0 19px;
  }

  .slipt-content-inner h2.section-title {
    font-size: 24px;
    margin-bottom: -3px;
  }

  .slipt-content-inner .story-content .story-btn a {
    padding: 0 9px;
    font-size: 14px;
  }

  .myContainer {
    height: auto;
  }

  .ms-right .ms-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ms-right .ms-section:nth-child(even) {
    background: #f9f9f9;
  }

  .fullscreen-slider .content h2 {
    font-size: 27px;
  }

  .fullscreen-slider .content p {
    font-size: 14px;
    line-height: 28px;
  }

  .service h4 {
    font-size: 14px;
  }

  .story-content .content p {
    font-size: 14px;
    line-height: 24px;
  }

  .rn-hil-portfolio div:nth-child(3n + 2) {
    margin-top: 0;
  }

  .section-title-2 h2,
  h2.section-title,
  .footer-top .content h4 {
    font-size: 20px;
  }

  .award-content ul.rn-award-list li a {
    font-size: 14px;
  }

  .footer {
    padding: 0 15px;
  }

  header.header.rn-header.header-padding-sm {
    padding-left: 0;
    padding-right: 0;
    top: 20px;
  }

  .hide-on-mobile {
    display: none !important;
  }

  header {
    padding: 20px 0px 40px 0px;
  }

  .header-items {
    flex-grow: 2;
    border-left: none !important;
  }

  .logo {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 20px !important;
  }
}

header {
  padding: 20px 80px 40px 80px;
}

.header-items {
  flex-grow: 2;
  border-left: solid 1px lightgray;
}

.logo {
  padding-left: 20px;
  padding-top: 10px;
  flex-grow: 4;
}

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

/* New Style */
.rf-btn {
  display: inline-block;
  padding: 0 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  color: #ffffff !important;
  background: #f42a59;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.05);
}
.rf-btn:hover,
.rf-btn:focus {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  border-color: transparent;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.item-shadow {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: -15%;
  -webkit-filter: blur(70px);
  filter: blur(70px);
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  text-align: center;
  opacity: 0;
  transition: 0.3s;
}

.portfolio-wrap:hover .item-shadow {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
body::-webkit-scrollbar {
  width: 0.65em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

body::-webkit-scrollbar-thumb {
  background-color: #c8c8c8;
  outline: 1px solid #c8c8c8;
}

/* .rn-header--withmenu {
  padding: 35px 80px;
} */