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

	Template Name: Turn Right Limited
	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*/
/**
 * 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 {
    font-family: "Poppins", sans-serif; 
  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; }

::selection{
    background: #fcf113;
}

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

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Domine', serif;
  color: #000000;
  font-weight: 400;
  margin: 0; }

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: 'Domine', serif;
  line-height: 1.3;
  color: #333333; }

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: 16px; }

@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: 24px; } }
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: 16px; }

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

.rn_surface {
  position: relative;
  overflow: hidden; }

.rn_surface::after,
.rn_surface::before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.rn_surface::after {
  background: #fff;
  z-index: 1; }

.touch .rn_surface::after,
.touch .rn_surface::before {
  visibility: hidden; }

.rn_surface.animated::before {
  background: #ddd;
  animation: rn_surface 1s cubic-bezier(0.8, 0, 0.18, 1) both;
  z-index: 2; }

.rn_surface.animated::after {
  animation: rn_surfaceBack 1s cubic-bezier(0.8, 0, 0.18, 1) both; }

@keyframes rn_surface {
  0% {
    transform: translateX(-100%); }
  50% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }
@keyframes rn_surfaceBack {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }
@keyframes rn_surface-vertical {
  0% {
    transform: translateY(100%); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }
/**
 * 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-brand {
  color: #e5be00; }

.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: #eee; }

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

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

.bg_color--5 {
  background: #ffde13; }

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

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

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

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

.icons span{
    display: block;
    padding: 15px 0 0 0;
    min-height: 55px;
}

.icons .icon{
    float: left;
    margin: -3px 0 0;
    padding: 0 15px 0 0;
    width: 50px;
    filter: invert(50%) sepia(60%) saturate(1300%) hue-rotate(27deg) brightness(125%) contrast(120%);
}

/* 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); }

/* Background Image */
.bg_image--1 {
  background-image: url(img/bg/23476.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/bg/bg-image-8.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; }

.open-new-section{
    border-top: 1px solid #ddd;
}

.img-s1{
    border: 5px solid #f8f8f8;
    border-radius: 15px;

}

    .f-14{
        font-size: 14px;}

/*--  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; }

/*-- 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; }

/*-- Padding Top Bottom --*/

.section-ptb-l {
  padding: 60px 0; }
  @media only screen and (max-width: 575px) {
    .section-ptb-l {
      padding: 30px 0; } }

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

.section-ptb-xxl {
  padding: 260px 0; }
  @media only screen and (max-width: 575px) {
    .section-ptb-xxl {
      padding: 120px 0; } }

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

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

.section-mtb-xl {
  margin: 130px 0; }
  @media only screen and (max-width: 575px) {
    .section-mtb-xl {
      margin: 60px 0; } }

.section-mt-xl {
  margin-top: 130px; }
  @media only screen and (max-width: 575px) {
    .section-mt-xl {
      margin-top: 60px; } }

.section-mb-xl {
  margin-bottom: 130px; }
  @media only screen and (max-width: 575px) {
    .section-mb-xl {
      margin-bottom: 60px; } }

.section-ptb-md {
  padding: 70px 0; }
  @media only screen and (max-width: 575px) {
    .section-ptb-md {
      padding: 60px 0; } }

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

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

.section-mtb-md {
  margin: 70px 0; }
  @media only screen and (max-width: 575px) {
    .section-mtb-md {
      margin: 60px 0; } }

.section-mt-md {
  margin-top: 70px; }
  @media only screen and (max-width: 575px) {
    .section-mt-md {
      margin-top: 60px; } }

.section-mb-md {
  margin-bottom: 70px; }
  @media only screen and (max-width: 575px) {
    .section-mb-md {
      margin-bottom: 60px; } }

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

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

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

/* Font specialized */
.body-font {
  font-family: 'Domine', serif; }

.heading-font {
  font-family: 'Domine', 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--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: 40px;
  height: 40px;
  background-color: #000000;
  border: 3px solid #eeeeee;
  color: #333333;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      display: none !important; } }
  #scrollUp i {
    display: block;
    line-height: 34px;
    font-size: 22px; }
  #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; }

.behance {
  background-color: #0057ff;
  color: #fff; }
  .behance:hover {
    background-color: #0057ff;
    color: #fff; }

.dribbble {
  background-color: #EA4C89;
  color: #fff; }
  .dribbble:hover {
    background-color: #EA4C89;
    color: #fff; }

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

.github {
  background-color: #171515;
  color: #fff; }
  .github:hover {
    background-color: #171515;
    color: #fff; }

.instagram {
  background-color: #D82E86;
  color: #fff; }
  .instagram:hover {
    background-color: #D82E86;
    color: #fff; }

.quora {
  background-color: #A82400;
  color: #fff; }
  .quora:hover {
    background-color: #A82400;
    color: #fff; }

.reddit {
  background-color: #C6C6C6;
  color: #fff; }
  .reddit:hover {
    background-color: #C6C6C6;
    color: #fff; }

.skype {
  background-color: #00AFF0;
  color: #fff; }
  .skype:hover {
    background-color: #00AFF0;
    color: #fff; }

.slack {
  background-color: #63C1A0;
  color: #fff; }
  .slack:hover {
    background-color: #63C1A0;
    color: #fff; }

.snapchat {
  background-color: #FFFC00;
  color: #fff; }
  .snapchat:hover {
    background-color: #FFFC00;
    color: #fff; }

.tumblr {
  background-color: #34526F;
  color: #fff; }
  .tumblr:hover {
    background-color: #34526F;
    color: #fff; }

.vimeo {
  background-color: #86C9EF;
  color: #fff; }
  .vimeo:hover {
    background-color: #86C9EF;
    color: #fff; }

.youtube {
  background-color: #C4302B;
  color: #fff; }
  .youtube:hover {
    background-color: #C4302B;
    color: #fff; }

.full-width-box {
  padding-left: 80px;
  padding-right: 80px; }

#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: #ffffff;
  -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(255, 255, 255, 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, #000000, rgba(0, 0, 0, 0) 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(255, 255, 255, 0.5); }

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

.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); } }
/* Grid line */
.grid-lines-wrapper {
  position: relative;
  z-index: 1; }

.grid-lines-wrapper .grid-lines {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.grid-lines .grid-line {
  width: 25vw;
  height: 100%;
  border-right: 1px solid rgba(221, 221, 221, 0.3); }

.grid-lines .grid-line:last-child {
  border-right: none; }

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1280px; } }
.container-fluid {
  width: 100vw;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }

.row {
  display: -ms-flexbox;
  display: flex; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 16.66vw;
  flex: 0 0 16.66vw;
  max-width: 16.66vw; }

.col-2 {
  -ms-flex: 0 0 33.32vw;
  flex: 0 0 33.32vw;
  max-width: 33.32vw; }

.col-2_5 {
  -ms-flex: 0 0 41.64vw;
  flex: 0 0 41.64vw;
  max-width: 41.64vw; }

.col-3 {
  -ms-flex: 0 0 49.98vw;
  flex: 0 0 49.98vw;
  max-width: 49.98vw; }

.col-4 {
  -ms-flex: 0 0 66.64vw;
  flex: 0 0 66.64vw;
  max-width: 66.64vw; }

.col-5 {
  -ms-flex: 0 0 83.3vw;
  flex: 0 0 83.3vw;
  max-width: 83.3vw; }

.col-6 {
  -ms-flex: 0 0 99.99vw;
  flex: 0 0 99.99vw;
  max-width: 99.99vw; }

.offset-0_5 {
  margin-left: 8.333333vw; }

.offset-1 {
  margin-left: 16.666667vw; }

.offset-2 {
  margin-left: 33.333333vw; }

.offset-3 {
  margin-left: 50vw; }

.offset-4 {
  margin-left: 66.666667vw; }

.offset-5 {
  margin-left: 83.333333vw; }

.offset-11 {
  margin-left: 91.666667vw; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

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

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

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

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

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

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

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

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

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

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

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

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

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

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

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

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

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

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

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

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rn-project-area .offset-2 {
        margin-left: 30vw;
    }
  .col-1 {
    -ms-flex: 0 0 20vw;
    flex: 0 0 20vw;
    max-width: 20vw; }

  .col-2 {
    -ms-flex: 0 0 40vw;
    flex: 0 0 40vw;
    max-width: 40vw; }
    
  .col-2_5 {
    margin-left: -5vw;
    -ms-flex: 0 0 40vw;
    flex: 0 0 40vw;
    max-width: 40vw; }

  .col-3 {
    -ms-flex: 0 0 60vw;
    flex: 0 0 60vw;
    max-width: 60vw; }

  .col-4 {
    -ms-flex: 0 0 80vw;
    flex: 0 0 80vw;
    max-width: 80vw; }

  .col-5 {
    -ms-flex: 0 0 83.3vw;
    flex: 0 0 83.3vw;
    max-width: 83.3vw; }

  .col-6 {
    -ms-flex: 0 0 99.99vw;
    flex: 0 0 99.99vw;
    max-width: 99.99vw; }

  .offset-1 {
    margin-left: 10vw; }

  .offset-2 {
    margin-left: 20vw; }

  .offset-3 {
    margin-left: 30vw; }
    
  .screen-image .offset-3 {
    margin-left: 40vw; }

  .offset-4 {
    margin-left: 40vw; }

  .offset-5 {
    margin-left: 50vw; }

  .offset-11 {
    margin-left: 60vw; }

  .grid-lines .grid-line:nth-child(1), .grid-lines .grid-line:nth-child(6) {
    width: 12.5VW; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
    .rn-project-area .offset-2 {
        margin-left: 30vw;
    }
    
  .col-1 {
    -ms-flex: 0 0 20vw;
    flex: 0 0 20vw;
    max-width: 20vw; }

  .col-2 {
    -ms-flex: 0 0 40vw;
    flex: 0 0 40vw;
    max-width: 40vw; }
    
  .col-2_5 {
    -ms-flex: 0 0 40vw;
    flex: 0 0 40vw;
    max-width: 40vw; }

  .col-3 {
    -ms-flex: 0 0 60vw;
    flex: 0 0 60vw;
    max-width: 60vw; }

  .col-4 {
    -ms-flex: 0 0 80vw;
    flex: 0 0 80vw;
    max-width: 80vw; }

  .col-5 {
    -ms-flex: 0 0 75vw;
    flex: 0 0 75vw;
    max-width: 75vw; }

  .col-6 {
    -ms-flex: 0 0 90vw;
    flex: 0 0 90vw;
    max-width: 90vw; }

  .offset-1 {
    margin-left: 10vw; }

  .offset-2 {
    margin-left: 20vw; }

  .offset-3 {
    margin-left: 30vw; }
    
    .screen-image .offset-3 {
    margin-left: 40vw; }

  .offset-4 {
    margin-left: 40vw; }

  .offset-5 {
    margin-left: 50vw; }

  .offset-11 {
    margin-left: 60vw; }

  .grid-lines .grid-line:nth-child(1), .grid-lines .grid-line:nth-child(6) {
    width: 12.5VW; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-1 {
    -ms-flex: 0 0 20vw;
    flex: 0 0 20vw;
    max-width: 20vw; }

  .col-2 {
    -ms-flex: 0 0 40vw;
    flex: 0 0 40vw;
    max-width: 40vw; }
    
   .col-2_5 {
    -ms-flex: 0 0 40vw;
    flex: 0 0 40vw;
    max-width: 40vw; }

  .col-3 {
    -ms-flex: 0 0 60vw;
    flex: 0 0 60vw;
    max-width: 60vw; }

  .col-4 {
    -ms-flex: 0 0 80vw;
    flex: 0 0 80vw;
    max-width: 80vw; }

  .col-5 {
    -ms-flex: 0 0 75vw;
    flex: 0 0 75vw;
    max-width: 75vw; }

  .col-6 {
    -ms-flex: 0 0 90vw;
    flex: 0 0 90vw;
    max-width: 90vw; }

  .offset-1 {
    margin-left: 10vw; }

  .offset-2 {
    margin-left: 20vw; }

  .offset-3 {
    margin-left: 30vw; }
    
    .screen-image .offset-3 {
    margin-left: 40vw; }

  .offset-4 {
    margin-left: 40vw; }

  .offset-5 {
    margin-left: 50vw; }

  .offset-11 {
    margin-left: 60vw; }

  .grid-lines .grid-line:nth-child(1), .grid-lines .grid-line:nth-child(6) {
    width: 12.5VW; } }
@media only screen and (max-width: 767px) {
    .rn-project-area .row{
        display: block;
    }
  .col-1 {
    -ms-flex: 0 0 80vw;
    flex: 0 0 80vw;
    max-width: 80vw; }

  .col-2 {
    -ms-flex: 0 0 80vw;
    flex: 0 0 80vw;
    max-width: 80vw; }
    
  .col-2_5 {
    -ms-flex: 0 0 100vw;
    flex: 0 0 100vw;
    max-width: 100vw; }

  .col-3 {
    -ms-flex: 0 0 80vw;
    flex: 0 0 80vw;
    max-width: 80vw; }

  .col-4 {
    -ms-flex: 0 0 80vw;
    flex: 0 0 80vw;
    max-width: 80vw; }

  .col-5 {
    -ms-flex: 0 0 80vw;
    flex: 0 0 80vw;
    max-width: 80vw; }

  .col-6 {
    -ms-flex: 0 0 80vw;
    flex: 0 0 80vw;
    max-width: 80vw; }
    
    .offset-0 {
    margin-left: 10vw; }

  .offset-1 {
    margin-left: 10vw; }

  .offset-2 {
    margin-left: 80vw; }

  .offset-3 {
    margin-left: 80vw; }
    
    .screen-image .offset-3 {
    margin-left: 20vw; }

  .offset-4 {
    margin-left: 80vw; }

  .offset-5 {
    margin-left: 80vw; }

  .offset-11 {
    margin-left: 80vw; }

  .grid-lines .grid-line:nth-child(1),
  .grid-lines .grid-line:nth-child(6) {
    width: 12.5VW; }

  .grid-lines .grid-line:nth-child(2),
  .grid-lines .grid-line:nth-child(4) {
    border: none; } }
/* Slider */
/*--------------------------------
	Elements Styles
------------------------------------*/
/**
 * Button
 */
/* ======================
    Blog Area 
========================*/
.blog {
  display: flex;
  margin-top: 50px;
  margin: 50px 0;
  position: relative;
  z-index: 2; }
  .blog .thumb {
    flex-basis: 50%;
    position: relative; }
    .blog .thumb a img {
      width: 100%; }
    .blog .thumb .category {
      position: absolute;
      top: 30px;
      left: 30px; }
      .blog .thumb .category a {
        border: 2px solid #808585;
        display: block;
        height: 24px;
        padding: 0 15px;
        line-height: 20px;
        color: #ffffff;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        border-radius: 11px;
        letter-spacing: 1px; }
  .blog .content {
    flex-basis: 65%;
    padding: 40px 40px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between; }
    .blog .content span {
      color: #000000;
      font-weight: 300;
      font-size: 16px;
      letter-spacing: 1px;
      display: inline-block;
      margin-bottom: 6px; }
    .blog .content h2 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 12px; }
      .blog .content h2 a {
        color: #000000; }
    .blog .content p {
      color: #000000;
      font-size: 16px;
      line-height: 24px; }
    .blog .content ul.post-meta {
      display: flex;
      padding: 0;
      list-style: none;
      margin-top: 34px;
      margin-bottom: 0; }
      .blog .content ul.post-meta li {
        margin: 0 15px; }
        .blog .content ul.post-meta li i {
          padding-right: 7px; }
        .blog .content ul.post-meta li a {
          color: #000; }

.blog .content ul.post-meta li:first-child {
  margin-left: 0; }

.blog .content ul.post-meta li:last-child {
  margin-right: 0; }

.rn-blog-inner .col-2:nth-child(odd) .blog {
  padding-right: 30px; }

.rn-blog-inner .col-2:nth-child(even) .blog {
  padding-left: 30px; }

.rn-blog-area .row {
  margin-right: 15px; }

.blog .thumb, .blog .thumb img {
  flex-basis: 50%;
  position: relative;
  border-radius: 5px 0 0 5px; }

.rn-blog-area .section-title {
  margin-bottom: 48px; }

.rn-blog-area.section-ptb-xl {
  padding-bottom: 80px; }

/* ====================
Blog Details Area 
=========================*/
.top-banner-wrap {
  background-image: url(img/blog/single/cover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 70vh; }

.top-banner-wrap .section-title h2,
.top-banner-wrap .section-title h1,
.top-banner-wrap .rn-blog-meta .project-type h6,
.top-banner-wrap .rn-blog-meta .project-type p {
  color: #fff; }

.top-banner-wrap .project-type + .project-type {
  margin-top: 30px; }

/*=========================
 * Section Title
===========================*/

.section-title {
  line-height: 1; }
  .section-title span {
      font-family: "Poppins", sans-serif;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 17px;
    line-height: 1; }
  .section-title p {
    line-height: 26px; }
  .section-title h2 {
    font-size: 36px;
    color: #000000;
    font-weight: 600; }

.rn-project-area .section-title {
    text-align: center;
    /*border-bottom: solid 10px #fcf113;*/
    padding: 1.5em 0 0em;
}
.rn-project-area .section-title span {
    margin-bottom: 6px;
}
.rn-project-area .section-title h1, .rn-project-area .section-title h2 {
    margin-bottom: 0px;
}
 .rn-project-area .section-title h2 {
     font-size: 40px;
}

.rn-project-area .section-title.project-details {
    padding: 0em;
}

.section-title h5{ color: #222; text-transform: capitalize;}

/* =======================
    Extra
===========================*/
main.page-content div div, footer div {
  position: relative;
  z-index: 2; }

/** 
 * Image Zoom
 */
.medium-zoom-image,
.medium-zoom-overlay {
  z-index: 9999; }

/** 
 * Cursor
 */
/** 
 * Page Progress Bar
 */
.rn-page-progress-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #000; }

.rn-page-progress-bar {
  height: 2px;
  background: #fcf113;
  width: 0%; }

.project-type ul {
  margin: 0;
  padding-left: 17px; }

.videobg {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  pointer-events: none;
  z-index: 1; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

/**  STYLE 10 */
body::-webkit-scrollbar {
  width: 0.85em; }

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

body::-webkit-scrollbar-thumb {
  background-color: #000000;
  outline: 1px solid #000000; }

/*----------------------------------
	Template Styles
-----------------------------------*/
/*=======================
 * Header
========================*/
.overlay-wrapper-open {
  height: 100vh;
  overflow-y: hidden; }

.header-transparent {
  position: absolute;
  top: 60px;
  left: auto;
  right: auto;
  width: 100%;
  margin: 0 auto;
  z-index: 99; }

.header-top .menu i {
  color: #ffffff;
  font-size: 40px; }

.header .menu-toggle {
  display: flex;
  align-items: center; }

.rn-header {
  padding: 0 50px;
  position: relative;
  z-index: 999;
  transition: 0.3; }
  .rn-header.header-transparent {
    position: fixed;
    left: auto;
    right: auto;
    width: 100%;
    top: 0px;
    z-index: 9999;
    padding-top: 40px;
    padding-bottom: 40px; }
  .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, .text-white.menu-toggle span.menu-text {
  color: #000; }

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

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

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

nav.menu-section {
  display: flex;
  justify-content: space-around; }

/*.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: 16px;
  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 .35s;
  transition: color 0ms ease .35s;
  line-height: 70px;
  font-size: 30px; }
  nav .menu li a .menu-text {
    color: rgba(255, 255, 255, 0.8);
    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: white; }
  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.otmb {
  align-items: center;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end; }

.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: 16px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: 500; }
  .mainmenu-wrap .purchase-btn {
    padding-left: 40px; }
    .mainmenu-wrap .purchase-btn button {
      display: inline-block;
      padding: 0 26px;
      height: 40px;
      line-height: 39px;
      border: 1px solid #000000;
      border-radius: 3px;
      color: #000000;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      transition: 0.4s ease-in-out; }
      .mainmenu-wrap .purchase-btn button:hover {
        color: #ffffff;
        background: #000000;
        border: 1px solid #000000; }

/* ======================
Hesder Static With Menu 
===========================*/
.rn-header--withmenu {
  padding: 35px 80px;
  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: #fff;
  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); }

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

.white-bg .hamburger-wrap span {
  background: #000; }

.menu-text-wrap {
    display: none;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 25px;
  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: #ffffff; }

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

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

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

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

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

.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; }

.ovl-menu-section {
  width: 100vw;
  left: 0;
  top: 0;
  background: #333;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  z-index: 999999;
  position: absolute; }

.ovl-left, .ovl-right {
  width: 50vw; }

.ovl-right {
  /*background: #15171b;*/
  padding: 80px;
  padding-left: 0;
  min-height: 100%; }

.ovl-left-top {
  display: flex;
  min-height: 60%; }

.ovl-logo {
  width: 40%;
  padding: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }

.ovl-map {
  width: 60%;
  background-image: url("img/bg/map.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.ovl-logo a {
  display: block; }

.ovl-map img {
  width: 100%;
  height: 100%; }

.ovl-left-bottom {
  display: flex;
  min-height: 40%; }

.ovl-social {
  width: 40%;
  padding: 40px;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.ovl-quick-info {
  width: 60%;
  background: #fff;
  padding: 40px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center; }

.ovl-social ul.social-share {
  margin: 0;
  padding: 0; }

.ovl-social ul.social-share li {
  list-style: none; }

.ovl-social ul.social-share li a {
  color: #fff;
  display: block;
  line-height: 40px; }

.ovl-quick-info h3.title {
  color: #000;
  font-size: 20px; }

.ovl-quick-info p {
  color: #000;
  opacity: 0.7;
  margin-bottom: 0; }

.ovl-quick-info p span {
  display: block; }

.ovl-menu nav ul {
  margin: 0;
  padding: 0; }

.ovl-menu nav ul li {
  list-style: none; }

.ovl-menu nav ul li a {
  display: block;
  color: #000;
  font-size: 2vw;
  line-height: normal;
  padding: 0.5vh 0;
  transition: 0.3s;
  font-weight: 700; }

.ovl-menu {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  text-align: center; }

.ovl-map a {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden; }

.ovl-map a span {
  font-size: 1vw;
  color: #fff; }

.ovl-map a:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(100, 100, 100, 0.8);
  position: absolute;
  z-index: -1; }

.ovl-map:hover a {
  opacity: 1;
  visibility: visible; }

.ovl-menu nav ul ul li a {
  font-size: 1vw;
  opacity: 0.7;
  padding: .5vh 0; }

.ovl-menu .has-hovered li a {
  opacity: 0.4; }

.ovl-menu .has-hovered li a:hover {
  opacity: 1; }

.ovl-menu-section {
  opacity: 0;
  visibility: hidden; }

.header--fixed {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0; }

.headroom {
  transition: transform .25s ease-in-out;
  will-change: transform; }

.headroom--pinned {
  transform: translateY(0); }

.headroom--unpinned {
  transform: translateY(-100%); }

.header-top.d-flex.justify-content-between {
  padding: 35px 50px; }

.rn-header .white .hamburger-wrap span {
  background: #000; }

.rn-header .white .menu-toggle span.menu-text {
  color: #000; }

.rn-header .black .hamburger-wrap span {
  background: #fff; }

.rn-header .black .menu-toggle span.menu-text {
  color: #fff; }

.rn-header .image .hamburger-wrap span {
  background: #fff; }

.rn-header .image .menu-toggle span.menu-text {
  color: #fff; }

.logo {
  position: relative; }

.logo .black-logo {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden; }

.rn-header .white .logo .black-logo {
  opacity: 1;
  visibility: visible; }

.rn-header .white .logo .white-logo {
  opacity: 0;
  visibility: hidden; }

/**
 * Navigation
 */
/*=============================
 * Banner
===============================*/
/* ====================
    Slider Area 
=======================*/
.slider-content {
  background: #ffde13;
  color: #000000;
  width: 100%;
  padding: 53px 65px;
  display: flex;
  align-items: center; }
  .slider-content .left {
    flex-basis: 50%; }
    .slider-content .left p {
      color: #000000;
      font-size: 16px;
      letter-spacing: 1px;
      font-weight: 300; }
    .slider-content .left h1 {
      color: #000000;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 1px;
      margin: 0; }
  .slider-content .right {
    flex-basis: 50%;
    padding-left: 50px; }
    .slider-content .right p {
      color: #000000;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 1px;
      margin: 0; }

.slide {
  width: 100vw; }

.banner-area img {
  width: 100%; }

/* ======================
Our Story Area 
=============================*/
.story-inner {
  position: relative;
  z-index: 2;
  padding-right: 0; }
  .story-inner .content {
    margin-top: 42px; }
    .story-inner .content p {
      color: #000000;
      font-size: 16px;
      line-height: 26px; }
      .story-inner .content p + p {
        margin-top: 31px; }

.story-btn {
  margin-top: 34px; }
  .story-btn a {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 60px;
    position: relative; }
    .story-btn a::before {
      position: absolute;
      content: "";
      width: 53px;
      height: 1px;
      background: #dddddd;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: 0.5s; }
    .story-btn a::after {
      position: absolute;
      content: "";
      width: 0;
      height: 1px;
      background: rgba(0, 0, 0, 0.5);
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: 0.5s; }

.story-btn a:hover::before {
  width: 0px; }

.story-btn a:hover::after {
  width: 53px; }

.scroll-btn a{ 
    color: #999;
    font-weight: 500;}


.accordion .content-box{
    display: block;
    font-size: 14px;
    margin: 15px 0 0 31px;
    padding: 15px 20px;
    color: #444;
    display: none;
    background-color: #ffde13;
}

.accordion a img{
    float: left;
    margin-top: -2px;
    padding: 0 12px 0 0;
    width: 40px;
    filter: invert(50%) sepia(60%) saturate(1300%) hue-rotate(27deg) brightness(125%) contrast(120%);
}

.design-process{
    width: 600px;
    height: 340px;
    margin-top: 31px;
    background: url("img/bg/design-process.png") center center no-repeat;
    background-size: contain;
    position: relative;
}

.icon-scroll:before{
  position: absolute;
      left: 50%;}

.icon-scroll{
    margin-top: 20px;
  width: 35px;
  height: 60px;
  box-shadow: inset 0 0 0 1px #e5be00;
      border-radius: 25px;}

.icon-scroll:before{
  content: '';
  width: 8px;
  height: 8px;
  background: #e5be00;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
      animation-name: scroll;}

@-webkit-keyframes scroll{
    0%   { opacity: 1;}
    100% {opacity: 0;
        transform: translateY(36px);}}

.hero-content-title .typeStyle{
    opacity: 1;
    font-weight: bold;
    -webkit-animation: do-opacity 1s infinite;
   -moz-animation:    do-opacity 1s infinite;
   -o-animation:      do-opacity 1s infinite;
   animation:         do-opacity 1s infinite;
}

/*.story-race .scrollmagic-pin-spacer{
  width: 810px !important;
}*/

.story-race .story-image {
  height: 660px;
width: 665px;
  background-image: url("img/bg/race_m.jpg");
  background-position: center center !important;
  background-size: cover; }

.story-content{
    height: fit-content;
}

main.page-content div div.diagnose.car{
  position: absolute;
  top: 103px;
    left: 132px;
    height: 65px;
    width: 65px;
  background-image: url("img/bg/diagnose-car.svg");
  background-position: center center !important;
  background-size: cover; }

main.page-content div div.diagnose.icon{
  position: absolute;
  top: 205px;
  left: 125px;
  height: 130px;
  width: 130px;
  background-image: url("img/bg/diagnose-icon-pre.svg");
  background-position: center center !important;
  background-size: cover; }

main.page-content div div.research.car{
  position: absolute;
     top: 141px;
    left: 340px;
    height: 90px;
    width: 90px;
  background-image: url("img/bg/research-car.svg");
  background-position: center center !important;
  background-size: cover; }

main.page-content div div.research.icon{
  position: absolute;
  top: 30px;
    left: 400px;
    height: 130px;
    width: 130px;
  background-image: url("img/bg/research-icon-pre.svg");
  background-position: center center !important;
  background-size: cover; }

main.page-content div div.design.car{
  position: absolute;
  top: 248px;
    left: 575px;
     height: 120px;
    width: 120px;
  background-image: url("img/bg/design-car.svg");
  background-position: center center !important;
  background-size: cover; }

main.page-content div div.design.icon{
  position: absolute;
  top: 165px;
    left: 640px;
    height: 130px;
    width: 130px;
  background-image: url("img/bg/design-icon-pre.svg");
  background-position: center center !important;
  background-size: cover; }

main.page-content div div.develop.car{
  position: absolute;
    top: 509px;
    left: 519px;
    height: 150px;
    width: 150px;
  background-image: url("img/bg/develop-car.svg");
  background-position: center center !important;
  background-size: cover; }

main.page-content div div.develop.icon{
  position: absolute;
  top: 380px;
    left: 460px;
    height: 130px;
    width: 130px;
  background-image: url("img/bg/develop-icon-pre.svg");
  background-position: center center !important;
  background-size: cover; }

main.page-content div div.car.anime-item{
    display: none;
    opacity: 0;
}

main.page-content div div.anime-item.car.active{
  display: block;
  opacity: 1;
  -webkit-animation: do-opacity 1s ease-out;
  -moz-animation:    do-opacity 1s ease-out;
  -o-animation:      do-opacity 1s ease-out;
  animation:         do-opacity 1s ease-out;
}

main.page-content div div.diagnose.icon.after-active{
  background-image: url("img/bg/diagnose-icon.svg"); }

main.page-content div div.research.icon.after-active{
  background-image: url("img/bg/research-icon.svg"); }

main.page-content div div.design.icon.after-active{
  background-image: url("img/bg/design-icon.svg"); }

main.page-content div div.develop.icon.after-active{
  background-image: url("img/bg/develop-icon.svg"); }

main.page-content div div.diagnose.icon.active{
  background-image: url("img/bg/diagnose-icon-active.svg"); }

main.page-content div div.research.icon.active{
  background-image: url("img/bg/research-icon-active.svg"); }

main.page-content div div.design.icon.active{
  background-image: url("img/bg/design-icon-active.svg"); }

main.page-content div div.develop.icon.active{
  background-image: url("img/bg/develop-icon-active.svg"); }

main.page-content div div.anime-item.icon{
  opacity: 0.8;
}

main.page-content div div.anime-item.car.after-active{
  display: block;
  opacity: 0;
}

main.page-content div div.anime-item.icon.active, main.page-content div div.anime-item.icon.after-active{
  display: block;
  opacity: 1;
}

.point_f .item{
    font-size: 14px;
    text-align: left;
    padding: 20px 0 0;
}

.point_f .item img{
    width: 40%;
    display: block;
    margin: 15px 30% 0;
    filter: invert(50%) sepia(60%) saturate(1300%) hue-rotate(27deg) brightness(125%) contrast(120%)
}

@-webkit-keyframes do-opacity {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

img.products{
    max-width: 70%;
}

.contact-page .banner-area,
  .contact-page .banner-area img {
      background: url("img/bg/about2.jpg") center center no-repeat;
        background-size: cover;
    height: 100%; }

/* ======================
    Our Project Area 
============================*/
.rn-project .thumb {
  position: relative;
  z-index: 2;
  margin-left: -50px;
  display: inline-block;
  margin-bottom: 46px; }
  .rn-project .thumb .project-btn {
    z-index: 2;
    position: absolute;
    right: -65px;
    bottom: 0; }
    .rn-project .thumb .project-btn a {
      background: #000000;
      width: 130px;
      display: block;
      height: 70px;
      color: #fff;
      text-align: center;
      line-height: 75px;
      font-size: 36px;
      position: relative;
      overflow: hidden;
      border-radius: 4px; }
      .rn-project .thumb .project-btn a svg {
        fill: #ffffff;
        transition: all .4s;
        z-index: 5; }
.rn-project .project-type {
  flex-basis: 33.33%; 
    padding-right: 15px;
}
  .rn-project .project-type h6 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px; }
  .rn-project .project-type p {
    margin: 0;
    font-size: 16px;
    color: #000000;
    letter-spacing: 1px; }
.rn-project.rnalign-right .thumb .project-btn {
  left: -65px;
  bottom: 0;
  right: auto; }

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

.rn-project-meta-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  justify-content: space-between; }

.rn-project-meta-inner .section-title h2 {
  font-size: 40px;
  line-height: 55px; 
  border-bottom: solid 10px #fcf113;
}

.rn-project-meta {
  margin-bottom: 15px;
  margin-top: 50px; }

.rn-project-meta .project-type + .project-type {
  margin-top: 30px; }

.project-btn a::before {
  top: 0;
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  width: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5); }

.project-btn a:hover::before {
  animation: slide-effect 0.7s cubic-bezier(0.7, 0.15, 0.34, 0.87) both;
  width: 100%; }

.project-btn a:hover svg {
  transform: translateX(10px); }

@keyframes slide-effect {
  0% {
    transform: translateX(-100%); }
  50% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }
.rn-project .thumb img {
  border-radius: 5px; }

.rn-project-meta-area.rn-project.section-ptb-xl .rn-project-meta-inner {
  margin-top: -10px; }

.rn-project-meta-area.rn-project.section-ptb-xl .rn-project-content {
  margin-top: -7px;
  margin-bottom: -18px; }

.rn-project-meta-area.rn-project.section-ptb-xl .rn-project-meta {
  margin-bottom: -18px; }

/* ======================
Testimonial Area 
========================*/
.rn-testimonial-area {
  position: relative;
  z-index: 2; }

.testimonial .content p {
  color: #000000;
  font-size: 36px;
  line-height: 60px;
  padding: 0 30%;
  position: relative;
  margin-bottom: 34px;
  z-index: 2; }
  .testimonial .content p span, .rn-story-area .section-title h3 span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    left: 50%;
    z-index: -1; }
.testimonial .content .client-info {
  display: flex;
  justify-content: center;
  align-items: center; }
  .testimonial .content .client-info .info {
    text-align: left;
    padding-left: 30px; }
    .testimonial .content .client-info .info h6 {
      color: #000000;
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 10px; }
    .testimonial .content .client-info .info span {
      color: #000000;
      letter-spacing: 1px;
      font-weight: 300;
      font-size: 16px; }

.testimonial .content .client-info .thumb img {
  border-radius: 100%; }

/* Custom */
ul.rn-slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 50px;
  line-height: 0; }

ul.rn-slick-dots li {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin: auto 10px; }

ul.rn-slick-dots li button {
  border: none;
  width: 10px;
  height: 10px;
  padding: 0;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  text-indent: -99999999999px;
  transition: 0.3s; }

ul.rn-slick-dots li button:hover {
  background: rgba(0, 0, 0, 0.5); }

ul.rn-slick-dots li.slick-active button {
  background: rgba(0, 0, 0, 0.5); }

main.page-content div div:focus {
  outline: none; }

.testimonial .content:focus,
.testimonial .content p:focus {
  outline: none; }

/**
 * Brand
 */
.brand-wrapper .brand-left {
  padding-right: 50px; }
.brand-wrapper .brand-right {
  padding: 0 0px;
  margin: 0 auto; }
.brand-wrapper ul.clent-list {
  padding: 0;
  margin: 0;
  align-items: center;
  list-style: none; }
  .brand-wrapper ul.clent-list li {
    flex-basis: 50%;
    text-align: center;
    height: 214px;
    line-height: 214px;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
    .brand-wrapper ul.clent-list li:nth-child(5) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .brand-wrapper ul.clent-list li:nth-child(6) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .brand-wrapper ul.clent-list li a {
      display: block; }
      .brand-wrapper ul.clent-list li a img {
        opacity: 0.7;
        transition: 0.3s;
        max-height: 110px;
        max-width: 150px; }
    .brand-wrapper ul.clent-list li a:hover {
      background-color: #fff;
      transform: scale(1.1); }
      .brand-wrapper ul.clent-list li a:hover img {
        opacity: 1; }

.brand-wrapper .w-100 ul.clent-list li {
    flex-basis: 20%;
}

.team-content {
  padding: 15px 0; }

.team-content h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  transition: 0.3s ease-in-out; }

.team-content p {
  font-size: 16px;
  line-height: 26px;
  transition: 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000; }

a.team-item {
  display: block;
  margin-bottom: 30px; }

.team-thumb img {
  transition: 0.3s; }

a.team-item, .team-thumb {
  overflow: hidden; }

a.team-item:hover .team-thumb img {
  transform: scale(1.1); }

.rn-team-area.section-ptb-xl.bg_color--3 {
  padding-bottom: 75px; }

/*====================
 Contact Area 
=========================*/
.form-wrapper input {
  color: #7c7d7e;
  font-size: 18px;
  font-weight: 300;
  border: 0 none;
  border-bottom: 1px solid #ebebec;
  padding: 0;
  height: 50px; }
.form-wrapper textarea {
  font-weight: 300;
  color: #7c7d7e;
  font-size: 18px;
  border: 0 none;
  border-bottom: 1px solid #ebebec;
  margin-top: 40px;
  min-height: 100px;
  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: 16px;
    padding-left: 5px; }

.contact-form {
  margin-top: 70px; }

.form-wrapper .width-half {
  width: 50%;
  float: left; }

.form-wrapper .story-btn {
  margin-top: 0; }

.contact-info p {
  font-size: 16px;
  color: #000;
  opacity: 0.8;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-bottom: 5px; }

.contact-info h6, .contact-info h6 a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  line-height: 22px; }

.single-info {
  padding-right: 100px;
  margin-top: 20px; }

.contact-info .section-title {
  margin-bottom: 30px; }

.form-messege-active.error {
  margin: 30px 0 0 0;
  padding: 0 20px 15px 0;
  color: rgb(132, 0, 0); }

.form-messege-active.success {
  margin: 30px 0 0 0;
  padding: 0 20px 15px 0;
  color: #28a745; }

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

/*======================
 * Footer
==============================*/
/* Footer Top Area */
.rn-footer {
  position: relative;
  z-index: 3;
  padding: 80px 150px 0; }

.footer-top {
  display: flex;
  justify-content: space-between;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  align-items: center; }

.ft-menu ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0 -30px; }

.ft-menu ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
  opacity: 0.7; }

.ft-menu ul li a:hover {
  opacity: 1; }

.ft-menu ul li {
  margin: 0 30px; }

/* =======================
Footer Container 
============================*/
.footer-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0; }

.footer-left {
  flex-basis: 50%; }

.footer-right {
  flex-basis: 50%; }

.footer-left h1 {
  color: #f8f8f8;
  font-size: 100px;
  font-weight: 700;
  line-height: 1; }

.footer-left p a {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  opacity: 0.7;
  transition: 0.3s; }

.footer-left p a:hover {
  opacity: 1; }

.footer-left p {
  margin: 0; }

.footer-right h2 {
  color: #c1c1c1;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }

.address p {
  color: #fff;
  display: block;
  opacity: 0.7; }

.address p span {
  display: block; }

.address-wrapper {
  display: flex;
  margin: 0 -70px; }

.address {
  margin: 0 70px; }

/* =========================
Copyright Area 
=============================*/
.copyright {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 45px; }

.cp-right ul {
  display: flex;
  list-style: none;
  margin: 0;
  margin: 0 -15px; }

.cp-left p {
  color: #fff;
  margin: 0;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  opacity: 0.7; }

.cp-right ul li a {
  color: #fff;
  font-size: 16px;
  transition: 0.4s ease-in-out;
  opacity: 0.7; }

.cp-right ul li a:hover {
  opacity: 1; }

.cp-right ul li {
  margin: 0 15px; }

.cp-right ul li a:hover {
  color: #c1c1c1; }

/* 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 #fff;
  border-left: 2px solid #fff;
  height: 10px;
  transform: rotate(135deg);
  width: 10px;
  position: absolute;
  left: 13.5px;
  top: 2px; }

.arrow-top-line {
  background-color: #fff;
  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; }


.vertical-centered-box::after{
   content: "";
   background-image:
    linear-gradient(
      to top right, 
      #ffffff, #ffffff
    );
    opacity: 0.6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.vertical-centered-box{
    position: absolute !important;
    width: 100%;
    height: 100%;
}

.ovl-menu-section .ovl-right .vertical-centered-box{
    left: 0;
    top: 0;
    z-index: -1;
}

.slide.bg_image--1 .content-bottom{
    z-index: 3;
}

.rn-story-area .section-title h3{
    font-style: italic;
    color: #000000;
}

.about-content .story-image{
    height: 500px;
    width: 100%;
    background-image: url(img/bg/about.jpg);
  background-position: center center;
  background-size: cover;
}

.about-content ul li:nth-child(2){
    margin-top: 2em;
}

.about-content ul li a:hover{
    color: #ccc;
}

.ux-metter .section-title{
    text-align: center;
}

.ux-metter h4{
    color: #aaa;
    line-height: 1.8;
}

.ux-metter .item{
    text-align: center;
    padding: 0% 0;
    margin: 4%;
    background-color: #ffde13;
    color: #000;
    vertical-align: middle;
    box-shadow: 10px 10px #eee;
    line-height: 1.8;
    position: relative;
    height: 280px;
}

.ux-metter .item span{
    margin: 0;
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-40%, -40%);
    font-size: 14px;
}

.ux-metter .item b{
    font-size: 16px;
    color: #000;
}

#menu-particles-foreground.vertical-centered-box::after {
    background-image: linear-gradient( to top right, #fcf113, #fcf113 );
    opacity: 0.9;
}

.list-of-service div{
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    flex: 1;
    padding:0 0% 0 0%;
}

.list-of-service {
    justify-content: space-between;
        margin: 3em 0em;
    text-align: center;
}

.list-of-service span {
    white-space:nowrap;
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
    font-size: 14px;
    line-height: 5em;
    background-color: #ffde13;
    color: #222;
    padding: 1em;
    margin-right: 20px;
    box-shadow: 2px 1px 0px #eee;
    -moz-box-shadow: 2px 1px 0px #eee;
    -webkit-box-shadow: 2px 1px 0px #eee;
}

.list-of-service span::before, .tag span:before{
    content: "";
    display: inline-block;
    border-radius: 100px;
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    margin-right: 12px;
    box-shadow: inset 1px 1px 0px #aaa;
    -moz-box-shadow: inset 1px 1px 0px #aaa;
    -webkit-box-shadow: inset 1px 1px 0px #aaa;
    -o-box-shadow: inset 1px 1px 0px #aaa;
}

.list-of-service span:hover{
  -moz-transform:rotate(15deg);
  -webkit-transform:rotate(15deg);
  -o-transform:rotate(15deg);
  -ms-transform:rotate(15deg);
  transform:rotate(15deg);}

.tag b{
    display: block;
    padding-bottom: 10px;
}

.tag span {
    white-space:nowrap;
    border-radius: 5px;
    font-size: 14px;
    line-height: 4em;
    background-color: #eee;
    padding: 1em;
    margin-right: 5px;
    box-shadow: 2px 1px 0px #aaa;
    -moz-box-shadow: 2px 1px 0px #aaa;
    -webkit-box-shadow: 2px 1px 0px #aaa;
    -o-box-shadow: 2px 1px 0px #aaa;
}

.rtb-col .post-title h2, .rtb-col .excerpt{ background-color: #fff;}

.rtb-col .post-title h2, .rtb-col .excerpt{
        padding: 15px;
        margin-bottom: 0px;
}

.rtb-col .author, .rtb-col figure, .rtb-col .excerpt h3{
    display: none;
}

.rtb-col .post-date{
    font-size: 14px;
    margin: 10px;
    z-index: 3;
}

.rtb-col .read-more{
    background-color: #ffde13;
    padding: 5px;
}

.rtb-col .read-more a{
        color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    display: block;
    font-weight: bold;
}

/* ====================
Responsive Css 
==========================*/
.blog .thumb a,
.rn-project .thumb a {
  display: block; }

#intro-trigger .mobile{
        display: none;
    }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .icons .color-brand {
        width: 50% !important;
    }
    .story-race .story-image{
        transform: scale(0.9);
        margin-left: -25px !important;
    }
  .slider-content .left h1 {
    font-size: 30px;
    line-height: initial; }

  .slider-content .right p {
    font-size: 16px; }

  .slider-content .right {
    padding-left: 40px; }

  .section-title h2 {
    font-size: 36px; }
    
    .rn-project-area .section-title h2 {
     font-size: 40px;
}

  .section-title span {
    font-size: 16px;
    margin-bottom: 25px; }

  .rn-project .col-4.offset-2 {
    margin-left: 10vw; }

  .testimonial .content p {
    font-size: 28px;
    line-height: 48px;
    padding: 0 25%;
    margin-bottom: 30px; }

  .blog {
    flex-direction: column; }

  .blog .thumb {
    flex-basis: 100%; }

  .blog .content {
    flex-basis: 100%; }

  .rn-footer {
    padding: 50px 10VW 0; }

  .footer-left h1 {
    font-size: 65px; }

  .footer-left p a {
    font-size: 20px; }

  .rn-project .thumb {
    margin-left: 0;
    width: 100%; }

  .rn-project .thumb img {
    width: 100%; }

  .about-content .col-2.offset-1 {
    margin-left: 20vw; }

  .full-width-box {
    padding-left: 10vw;
    padding-right: 10vw; }

  .rn-project-meta-area .col-2.offset-1 {
    margin-left: 10vw; }

  .top-banner-wrap.rn-blog-details .col-1.offset-1 {
    margin-left: 0; }

  .contact-page .banner-area,
  .contact-page .banner-area img {
    height: 100%; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ux-metter .item{
        width: 42%;
        margin: 4%;
    }
    .icons .color-brand {
        width: 50% !important;
    }
    .design-process{
        height: 632px;
        width: 408px;
        margin-top: 31px;
        background: url("img/bg/design-process_m.svg") center center no-repeat;
        background-size: contain;
        position: relative;
    }

    .story-race .story-image{
        transform: scale(0.8);
        margin-left: -65px !important;
    }
    .col-2_5{
        margin-left: -5vw !important;
    }
  .ovl-right {
    padding: 50px;
    padding-left: 50px; }

  .slider-content {
    padding: 40px 40px; }

  .slider-content .left h1 {
    font-size: 30px;
    line-height: initial; }

  .slider-content .right {
    padding-left: 20px; }

  .slider-content .right p {
    font-size: 16px;
    line-height: 24px;
    margin: 0; }

  .section-title h2 {
    font-size: 36px;
    line-height: initial; }

  .section-title span {
    font-size: 16px;
    margin-bottom: 10px; }

  .rn-project .thumb {
    margin-left: 0;
    margin-bottom: 50px; }

  .rn-project .thumb .project-btn {
    right: 0; }

  .rn-project .col-4.offset-2, .rn-project .col-3.offset-2 {
    margin-left: 10vw; }

  .testimonial .content p {
    font-size: 20px;
    line-height: 35px;
    padding: 80px 20%;
    margin-bottom: 0; }

  .blog {
    flex-direction: column; }

  .blog .thumb {
    flex-basis: 100%; }

  .blog .content {
    flex-basis: 100%; }

  .rn-footer {
    padding: 50px 10VW 0; }

  .footer-left h1 {
    font-size: 65px; }

  .footer-left p a {
    font-size: 20px; }

  .rn-project .thumb {
    margin-left: 0;
    width: 100%; }

  .rn-project .thumb img {
    width: 100%; }

  .ft-menu ul li {
    margin: 0 12px; }

  .about-content .col-2.offset-1 {
    margin-left: 20vw; }

  .about-content.join-our-team-section .col-2.offset-1 {
    margin-left: 10vw; }

  .full-width-box {
    padding-left: 10vw;
    padding-right: 10vw; }

  .rn-project-meta-area .col-2.offset-1 {
    margin-left: 20vw; }

  .top-banner-wrap.rn-blog-details .col-1.offset-1 {
    margin-left: 0; }

  .contact-page .banner-area,
  .contact-page .banner-area img {
      
    height: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ux-metter .item{
        width: 42%;
        margin: 4%;
    }
    .icons .color-brand {
        width: 50% !important;
    }
    .design-process{
        height: 582px;
        width: 358px;
        margin-top: 31px;
        background: url("img/bg/design-process_m.svg") center center no-repeat;
        background-size: contain;
        position: relative;
    }
    .story-race .story-image{
            transform: scale(0.65);
    margin-left: -100px !important;
    }
    .col-2_5{
        margin-left: -5vw !important;
    }
    .rn-project-area .offset-2 {
    margin-left: 30vw;
}
    
  .ovl-right {
    padding: 30px;
    padding-left: 30px; }

  .slider-content {
    padding: 40px 40px; }

  .slider-content .left h1 {
    font-size: 30px;
    line-height: initial; }

  .slider-content .right {
    padding-left: 20px; }

  .slider-content .right p {
    font-size: 16px;
    line-height: 24px;
    margin: 0; }

  .section-title h2 {
    font-size: 24px;
    line-height: initial; }
    
    .rn-project-area .section-title h2 {
     font-size: 24px;
}
    

  .section-title span {
    font-size: 16px;
    margin-bottom: 10px; }

  .rn-project .thumb {
    margin-left: 0;
    margin-bottom: 50px; }

  .rn-project .thumb .project-btn {
    right: 0; }

  .rn-project .col-4.offset-2, .rn-project .col-3.offset-2 {
    margin-left: 10vw; }

  .testimonial .content p {
    font-size: 20px;
    line-height: 35px;
    padding: 80px 20%;
    margin-bottom: 0; }

  .blog {
    flex-direction: column; }

  .blog .thumb {
    flex-basis: 100%; }

  .blog .content {
    flex-basis: 100%; }

  .rn-footer {
    padding: 50px 10VW 0; }

  .footer-top .logo {
    max-width: 125px; }

  .footer-left h1 {
    font-size: 30px; }

  .footer-left p a {
    font-size: 16px; }

  .footer-container {
    padding: 50px 0; }

  .footer-container .address {
    margin: 0 15px; }

  .rn-project .thumb {
    margin-left: 0;
    width: 100%; }

  .rn-project .thumb img {
    width: 100%; }

  .ft-menu ul li {
    margin: 0 10px; }

  .ft-menu ul li a {
    font-size: 10px; }

  .brand-wrapper.d-flex.align-items-center {
    flex-direction: column; }

  .brand-right.w-50 {
    width: 100%; }

  .brand-wrapper .brand-left {
    padding: 0;
    width: 100%;
    margin-bottom: 50px; }

  .rn-project-area .col-1.offset-1 {
    max-width: 40vw;
    flex: 0 0 40vw;
    -ms-flex: 0 0 40vw; }

  .rn-project.mt--100 {
    margin-top: 50px; }
    
  .section-ptb-ml {
    padding: 40px 0; }

  .section-ptb-xl {
    padding: 70px 0; }
    
  .section-ptb-xxl {
    padding: 140px 0; }

  .cp-right ul li {
    margin: 0 10px; }

  .cp-right ul li a {
    font-size: 16px; }

  .cp-left p {
    font-size: 10px;
    letter-spacing: 0.5px; }

  .address-wrapper .address p {
    font-size: 16px;
    line-height: 24px; }

  .address-wrapper {
    display: flex;
    margin: 0 -15px; }

  .footer-left {
    flex-basis: 40%; }

  .footer-right {
    flex-basis: 60%;
    max-width: 60%; }

  .blog .content ul.post-meta li {
    margin: 0 10px; }

  .about-content .row .col-1.offset-1, .about-content .row .col-2.offset-1 {
    max-width: 80vw;
    min-width: 80vw;
    flex: 0; }

  .about-content .row {
    flex-direction: column; }

  .about-content.rn-project .project-type {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    margin: 30px 0; }

  .about-content .col-3.offset-1 {
    width: 80vw;
    max-width: 80vw;
    min-width: 80vw;
    flex: 0; }

  .about-content .content.row {
    flex-direction: row;
    flex-flow: wrap; }

  .row.section-pt-md {
    padding-top: 10vw; }

  .about-content .row.section-pt-md {
    padding-top: 15px; }

  .rn-team-area .col-1.offset-1 {
    max-width: 80vw; }

  .rn-team-area .team-container .team-wrapper .col-4.offset-1 {
    width: 80vw; }

  .rn-team-area .team-container .team-wrapper .col-4.offset-1 .row .col-1 {
    max-width: 40vw;
    flex: 0 0 40vw; }

  .rn-team-area .team-container .team-wrapper .col-4.offset-1 .row {
    flex-wrap: wrap; }

  .full-width-box {
    padding-left: 10vw;
    padding-right: 10vw; }

  .rn-project-meta-area .col-2.offset-1 {
    margin-left: 20vw; }
    
    .about-content.rn-project-meta-area .col-2.offset-1 {
        margin-left: 10vw;
    }
    
    .about-content.rn-project-meta-area .col-1.offset-1 {
        display: none;
    }

  .rn-project-meta-inner .section-title h2 {
    font-size: 24px;
    line-height: initial; }

  .top-banner-wrap.rn-blog-details .col-1.offset-1 {
    margin-left: 20vw; }

  .contact-page .row {
    flex-direction: column; }

  .contact-page .row .col-2 {
    width: 100vw;
    max-width: 100vw;
    flex: 0; }

  .contact-page .row .col-2.offset-1.row {
    width: 80vw; }

  .contact-page .col-1.offset-1 {
    max-width: 30vw;
    flex: 0 0 30vw;
    /* margin-left: 0; */ }

  .contact-page .row.align-items-center {
    flex-direction: row; } }
@media only screen and (max-width: 767px) {
    .ux-metter .item{
        width: 70%;
        margin: 5% 15%;
    }
    #intro-trigger{
        padding: 0;
    }
    .page-content.contact-page .rn-project-content{
        padding-top: 100px;
    }
    .accordion a img{
        margin-top: 0;
    }
    .design-process{
        margin: 0 auto;
        height: 632px;
        width: 100%;
        margin-top: 31px;
        background: url("img/bg/design-process_m.svg") center center no-repeat;
        background-size: contain;
        position: relative;
    }
    #intro-trigger .mobile{
        display: block;
    }
    
    .story-race {
        display: none;
    }
    
    .rn-project-area .offset-2 {
        margin-left: 10vw;
    }
    
    .story-content{
        margin: 0 5vw;
    }
    
    .icons .color-brand{
        width: 50% !important;
    }
    
    img.products {
        max-width: 100%;
    }
    
  .ovl-right {
    padding: 30px;
    padding-left: 30px; }

  .header-top.d-flex.justify-content-between {
    padding: 10vw; }

  .menu-text-wrap {
    display: none; }

  .logo {
    max-width: 50%; }

  .slide.fullscreen.d-flex.align-items-end {
    min-height: min-content;
    padding: 50vw 0 10vw 0; }

  .slider-content .left h1 {
    font-size: 30px;
    line-height: initial; }

  .slider-content .right {
    padding-left: 20px; }

  .slider-content .right p {
    font-size: 16px;
    line-height: 24px;
    margin: 0; }

  .slider-content .left, .slider-content .right {
    flex-basis: 100%;
    min-width: 100%; }

  .slider-content .right {
    padding-left: 0;
    padding-top: 30px; }

  .slider-content {
    flex-direction: column;
    padding: 30px; }

  .rn-story-area .col-1.offset-1, .about-content .col-1.offset-1 {
    max-width: 80vw;
    flex: 0 0 20vw;
    -ms-flex: 0 0 20vw;
    height: 350px; }

  .rn-story-area .row {
    flex-direction: column; }

  .story-inner {
    padding-top: 10vw; }

  .story-inner .content {
    margin-top: 10vw; }

  .story-inner .content p + p {
    margin-top: 5vw; }
    
    .accordion.story-btn{
        margin: 10vw 0 !important;
    }

  .section-title h2 {
    font-size: 24px;
    line-height: initial; }
    
    .rn-project-area .section-title h2 {
     font-size: 24px;
}

  .section-title span {
    font-size: 16px;
    margin-bottom: 10px; }

  .rn-project-area.section-pb-xl {
    padding: 10vw 0; }

  .rn-project .thumb {
    margin-left: 0;
    margin-bottom: 50px; }

  .rn-project .thumb .project-btn {
    right: 0; }

  .rn-project .col-4.offset-2, .rn-project .col-3.offset-2 {
    margin-left: 10vw; }

  .testimonial .content p {
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 10vw 0;
    margin-bottom: 0; }

  .testimonial .content .client-info .info {
    text-align: center;
    padding-left: 0; }

  .testimonial .content .client-info .info h6 {
    color: #000000;
    font-weight: 500;
    font-size: 16px; }

  .testimonial .content .client-info {
    flex-direction: column; }

  .testimonial .content .client-info .thumb {
    margin-bottom: 5vw; }

  ul.rn-slick-dots {
    margin-top: 20px; }

  .rn-testimonial-area .col-6 {
    margin-left: 10vw; }

  .brand-wrapper .w-100 ul.clent-list li {
    flex-basis: 50%;
    }
    
  .brand-wrapper ul.clent-list li a img {
    max-height: 100px;
    max-width: 100px; }

  .brand-wrapper ul.clent-list li {
    height: 150px;
    line-height: 150px; }

    .rn-project-meta-area.rn-project.section-ptb-xl .rn-project-content {
    margin-top: 20px;
    }
    
  .rn-blog-inner .col-2:nth-child(odd) .blog {
    padding-right: 0; }

  .rn-blog-inner .col-2:nth-child(even) .blog {
    padding-left: 0; }

  .rn-blog-area .row {
    margin-right: 0; }

  .blog {
    margin-top: 10vw;
    margin: 10vw 0; }

  .blog {
    flex-direction: column; }

  .blog .thumb {
    flex-basis: 100%; }

  .blog .content {
    flex-basis: 100%; }

  .rn-blog-inner .row {
    flex-wrap: wrap; }

  .blog .content h2 {
    font-size: 16px; }

  .blog .content ul.post-meta {
    margin-top: 20px; }

  .blog .content {
    flex-basis: 100%;
    padding: 10vw; }

  .blog .content p {
    font-size: 16px; }

  .rn-footer {
    padding: 50px 10VW 0; }

  .footer-top .logo {
    max-width: 125px; }

  .footer-left h1 {
    font-size: 30px; }

  .footer-left p a {
    font-size: 16px; }

  .footer-container {
    padding: 50px 0; }

  .footer-container .address {
    margin: 0 15px; }

  .rn-project .thumb {
    margin-left: 0;
    width: 100%; }

  .rn-project .thumb img {
    width: 100%; }

  .rn-project .thumb .project-btn a {
    width: 70px;
    height: 45px;
    line-height: 55px;
    font-size: 16px;
    border-radius: 0px; }

  .rn-project .thumb .project-btn a svg {
    height: 20px;
    width: 30px; }

  .rn-project .project-type {
    flex-basis: 100%; }

  .rn-project .project-type {
    flex-basis: 100%;
    padding: 15px 0; }

  .rn-project .content.row {
    flex-direction: column; }

  .rn-project .thumb {
    margin-bottom: 5vw; }

  .rn-project .project-type h6 {
    letter-spacing: 1px;
    margin-bottom: 5px; }

  .ft-menu ul li {
    margin: 0 10px; }

  .ft-menu ul li a {
    font-size: 10px; }

  .brand-wrapper.d-flex.align-items-center {
    flex-direction: column; }

  .brand-right.w-50 {
    width: 100%; }

  .brand-wrapper .brand-left {
    padding: 0;
    width: 100%;
    margin-bottom: 50px; }

  .rn-project-area .col-1.offset-1 {
    max-width: 80vw;
    flex: 0 0 80vw;
    -ms-flex: 0 0 80vw; }

  .rn-project.mt--100 {
    margin-top: 10vw; }

  .section-ptb-xl {
    padding: 10vw 0; }

  .cp-right ul li {
    margin: 0 10px; }

  .cp-right ul li a {
    font-size: 10px; }

  .cp-left p {
    font-size: 10px;
    letter-spacing: 0.5px; }

  .address-wrapper .address p {
    font-size: 16px;
    line-height: 24px; }

  .address-wrapper {
    display: flex;
    margin: 0 -15px; }

  .footer-left {
    flex-basis: 40%; }

  .footer-right {
    flex-basis: 60%;
    max-width: 60%; }

  .blog .content ul.post-meta li {
    margin: 0 10px;
    font-size: 16px; }

  .blog .content ul.post-meta li {
    font-size: 16px; }

  .footer-top {
    flex-direction: column;
    padding: 10vw 0;
    justify-content: flex-start;
    align-items: flex-start; }

  .footer-top .ft-menu ul {
    flex-wrap: wrap;
    text-align: center;
    margin: 0 -10px;
    margin-top: 10vw;
    align-items: center;
    justify-content: space-between; }

  .ft-menu {
    text-align: center; }

  ul.ftmainmenu li {
    display: block;
    width: 100%;
    text-align: left; }

  footer.footer.rn-footer.bg_color--4 {
    padding: 10vw; }

  .footer-right {
    width: 100%;
    flex-basis: 100%;
    min-width: 100%;
    margin-top: 10vw; }

  .footer-left {
    flex-basis: 100%;
    width: 100%; }

  .footer-container {
    padding: 10vw 0; }

  .copyright {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    padding: 0; }

  .cp-left {
    padding-top: 10vw; }

  .cp-right ul.social-share {
    margin: 0;
    padding: 0;
    margin-left: -10px; }

  .footer-right h2 {
    font-size: 16px; }

  .address-wrapper .address p {
    line-height: 21px; }

  .about-content .row .col-1.offset-1, .about-content .row .col-2.offset-1 {
    max-width: 80vw;
    min-width: 80vw;
    flex: 0; }

  .about-content .row {
    flex-direction: column; }

  .about-content.rn-project .project-type {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0; }

  .rn-project-meta-inner .section-title h2 {
    font-size: 25px;
    line-height: 35px; }

  .about-content .col-3.offset-1 {
    width: 80vw;
    max-width: 80vw;
    min-width: 80vw;
    flex: 0; }

  .about-content .content.row {
    flex-direction: row;
    flex-flow: wrap; }

  .row.section-pt-md {
    padding-top: 10vw; }

  .about-content .row.section-pt-md {
    padding-top: 15px; }

  .rn-team-area .col-1.offset-1 {
    max-width: 80vw; }

  .team-thumb img {
    width: 100%; }

  .rn-team-area .team-container .team-wrapper .col-4.offset-1 {
    width: 80vw; }

  .rn-team-area .team-container .team-wrapper .col-4.offset-1 .row .col-1 {
    max-width: 80vw;
    flex: 0 0 80vw; }

  .rn-team-area .team-container .team-wrapper .col-4.offset-1 .row {
    flex-wrap: wrap; }

  .rn-project-meta-inner .section-title h1 {
    font-size: 18px; }

  .full-width-box {
    padding-left: 10vw;
    padding-right: 10vw; }

  .rn-project-meta-area .col-2.offset-1 {
    width: 80vw;
    margin-left: 10vw; }

  .rn-project-meta-area .row {
    flex-direction: column; }

  .rn-project-meta {
    margin: 20px 0; }

  .rn-project-meta .project-type + .project-type {
    margin-top: 0; }

  .rn-project-meta-area.rn-project .row .col-1.offset-1,
  .rn-project-meta-area.rn-project .row .col-2.offset-1 {
    flex: 0; }

  /**
   * Blog Details
   */
  .top-banner-wrap.rn-blog-details .row.align-items-center {
    flex-direction: column;
    justify-content: flex-start; }

  .top-banner-wrap.rn-blog-details .row.align-items-center .col-1.offset-1, .top-banner-wrap.rn-blog-details .row.align-items-center .col-2.offset-1 {
    flex: 0;
    width: 80vw; }

  .top-banner-wrap.rn-blog-details .row.align-items-center .col-1.offset-1 {
    flex: 0; }

  .top-banner-wrap.rn-blog-details.rn-project.section-ptb-xl.row {
    min-height: 450px;
    padding-top: 150px; }

  .rn-blog-details.top-banner-wrap .project-type + .project-type {
    margin-top: 0; }

  .contact-page .row {
    flex-direction: column; }

  .contact-page .row .col-2 {
    width: 100vw;
    max-width: 100vw;
    flex: 0; }

  .contact-page .row .col-2.offset-1.row {
    width: 80vw; }

  .contact-page .col-1.offset-1 {
    max-width: 80vw;
    flex: 0 0 80vw;
    margin-left: 0;
    width: 80vw; }

  .contact-page .row.align-items-center {
    flex-direction: column; }

  .single-info {
    padding-right: 0; }

  .google-map {
    width: 80vw;
    height: 500px; }

  .contact-page .col-3.offset-1 {
    margin-left: 0; } 

    .headroom--not-top.headroom--pinned {
        background-color: white;
    }
    
}
@media only screen and (min-width: 478px) and (max-width: 991px) {
    .banner-area.top-banner{
        margin-left: calc(-50%);
        max-width: none;
        width: auto;
        height: 180px;
    }
    .banner-area img{
        height: 100%;
    }
  .ovl-map {
    display: none;
    width: 0; }

  .ovl-quick-info {
    display: none;
    width: 0; }

  .ovl-left {
    width: 25%; }

  .ovl-right {
    width: 75%; }

  .ovl-social,
  .ovl-logo {
    width: 100%;
    padding: 30px; }

  .ovl-menu nav ul li a {
    font-size: 6vw; }

  .logo {
    max-width: 35%; } }
@media only screen and (max-width: 575px) {
    .list-of-service span{
        font-size: 14px;
        padding: 0.5em;
        margin-right: 5px;
        line-height: 3em;
    }
    .list-of-service span::before{
        display: none;
    }
    .banner-area.top-banner{
        margin-left: calc(-50%);
        max-width: none;
        width: auto;
        height: 130px;
    }
    .banner-area img{
        height: 100%;
    }
    
  .rn-team-area .team-container .team-wrapper .col-4.offset-1 .row .col-1 {
    max-width: 40vw;
    flex: 0 0 40vw; } }
@media only screen and (max-width: 479px) {
  .ovl-left {
    width: 0;
    display: none; }

  .ovl-right {
    width: 100%; }

  .ovl-menu nav ul li a {
    font-size: 6vw; }

  .ovl-left, .ovl-right {
    width: 100vw; }

  .rn-team-area .team-container .team-wrapper .col-4.offset-1 .row .col-1 {
    max-width: 80vw;
    flex: 0 0 80vw; } }

/*# sourceMappingURL=style.css.map */
/*
     FILE ARCHIVED ON 00:56:21 Apr 19, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:19:13 Feb 21, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.696
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.012
  esindex: 0.017
  cdx.remote: 17.079
  LoadShardBlock: 69.737 (3)
  PetaboxLoader3.datanode: 124.007 (5)
  load_resource: 433.112
  PetaboxLoader3.resolve: 361.516
  loaddict: 40.341
*/