

@font-face {
    font-family: 'helveticacondensed_medium';
    src: url('../fonts/helvetica-condensed-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helvetica_condensedregular';
    src: url('../fonts/helvetica_condensed-webfont.woff2') format('woff2'),
         url('../fonts/helvetica_condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'universblack';
    src: url('../fonts/universblack.eot');
    src: url('../fonts/universblack.eot') format('embedded-opentype'),
         url('../fonts/universblack.woff2') format('woff2'),
         url('../fonts/universblack.woff') format('woff'),
         url('../fonts/universblack.ttf') format('truetype'),
         url('../fonts/universblack.svg#universblack') format('svg');
}

@font-face {
    font-family: 'Univers_Light_Condensed';
    src: url('../fonts/Univers_Light_Condensed.eot');
    src: url('../fonts/Univers_Light_Condensed.eot') format('embedded-opentype'),
         url('../fonts/Univers_Light_Condensed.woff2') format('woff2'),
         url('../fonts/Univers_Light_Condensed.woff') format('woff'),
         url('../fonts/Univers_Light_Condensed.ttf') format('truetype'),
         url('../fonts/Univers_Light_Condensed.svg#Univers_Light_Condensed') format('svg');
}


@font-face {
    font-family: 'UniversLTStd59UltraCondensed_46341';
    src: url('../fonts/UniversLTStd59UltraCondensed_46341.eot');
    src: url('../fonts/UniversLTStd59UltraCondensed_46341.eot') format('embedded-opentype'),
         url('../fonts/UniversLTStd59UltraCondensed_46341.woff2') format('woff2'),
         url('../fonts/UniversLTStd59UltraCondensed_46341.woff') format('woff'),
         url('../fonts/UniversLTStd59UltraCondensed_46341.ttf') format('truetype'),
         url('../fonts/UniversLTStd59UltraCondensed_46341.svg#UniversLTStd59UltraCondensed_46341') format('svg');
}

/* =================================================================== 
 *
 *  Sublime v1.0 Main Stylesheet
 *  06-10-2018
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  # base style overrides
 *    ## links
 *  # typography & general theme styles
 *    ## Lists
 *    ## responsive video container
 *    ## floated image
 *    ## tables
 *    ## Spacing 
 *  # preloader
 *  # forms
 *    ## Style Placeholder Text
 *    ## Change Autocomplete styles
 *  # buttons
 *  # additional components
 *    ## alert box
 *    ## additional typo styles
 *    ## skillbars
 *  # reusable and common theme styles
 *    ## display headings
 *    ## section header
 *    ## grid overlay
 *  # header styles
 *    ## header logo
 *    ## main navigation
 *    ## mobile menu toggle 
 *  # home
 *    ## home content
 *    ## home video link
 *    ## home buttons
 *    ## home scroll
 *    ## home social
 *    ## home animations
 *  # about
 *    ## about process
 *  # services  
 *    ## services list
 *  # works
 *    ## bricks/masonry
 *  # clients
 *  # testimonials
 *  # contact
 *    ## contact social
 *  # footer
 *    ## copyright
 *    ## go top
 *
 * =================================================================== */


/* ===================================================================
 * # base style overrides
 *
 * ------------------------------------------------------------------- */
 
 

html {
  font-size: 10px;
}
.aboutimg_mobile  .hidden-md,.aboutimg_mobile  .hidden-sm{display:none;}

.s-earlydays.hidden-md{display:none!important;}
@media only screen and (max-width:400px) {
  html {
    font-size: 9.411764705882353px;
  }

}

.portfolio-text{padding-left:50px!important;}
.producer  {
    margin:0 -15px;
}
.slick-slide {
    padding:10px;
  
    text-align:center;
    margin-right:15px;
    margin-left:15px;
}
html,
body {
  height: 100%;
}

body {
  background: #121212;
  font-family: helvetica_condensedregular!important;


  font-size: 1.7rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.941;
  color: rgba(255, 255, 255, 0.3);
  margin: 0;
  padding: 0;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
  height:100%;
  width:100%;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* ------------------------------------------------------------------- 
 * ## links
 * ------------------------------------------------------------------- */
a {
  color: #793ea5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #FFFFFF;
}

a:hover,
a:active {
  outline: 0;
}


/* ===================================================================
 * # typography & general theme styles
 * 
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  text-rendering: optimizeLegibility;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 6rem;
  margin-bottom: 1.8rem;
}

@media only screen and (max-width:600px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 5.1rem;
  }
}

h5, .h5, h6, .h6 {
  margin-top: 4.2rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width:600px) {
  h5, .h5, h6, .h6 {
    margin-top: 3.6rem;
    margin-bottom: 0.9rem;
  }
}

h1, .h1 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
  text-transform: uppercase;
  font-family: 'Univers_Light_Condensed'!important;
  font-size: 56px!important
}

@media only screen and (max-width:600px) {
  h1, .h1 {
    font-size: 3.3rem;
    letter-spacing: -.07rem;
  }
}

h2, .h2 {
  font-size: 3rem;
  line-height: 1.3;
}

h3, .h3 {
  font-size: 2.4rem;
  line-height: 1.25;
}

h4, .h4 {
  font-size: 2.1rem;
  line-height: 1.286;
}

h5, .h5 {
  font-size: 1.8rem;
  line-height: 1.333;
}

h6, .h6 {
  font-size: 1.6rem;
  line-height: 1.3125;
  text-transform: uppercase;
  letter-spacing: .16rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.625;
  margin-bottom: 3.6rem;
  color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width:1200px) {
  p.lead {
    font-size: 2.2rem;
  }

}

@media only screen and (max-width:1000px) {
  p.lead {
    font-size: 2.1rem;
  }

}

@media only screen and (max-width:800px) {
  p.lead {
    font-size: 2rem;
  }

}

em,
i,
strong,
b {
  font-size: inherit;
  line-height: inherit;
}

em,
i {
 
  font-style: italic;
}

strong,
b {
  
  font-weight: 700;
}

small {
  font-size: 1.2rem;
  line-height: inherit;
}

blockquote {
  margin: 3.9rem 0;
  padding-left: 4.5rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(255, 255, 255, 0.15);
  font-family: arial, sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;
}

blockquote p {
  font-family: "Nunito Sans", sans-serif;
  padding: 0;
  font-size: 2.1rem;
  line-height: 1.857;
  color: rgba(255, 255, 255, 0.7);
}

blockquote cite {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.5;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: rgba(255, 255, 255, 0.3);
  border: none;
}

abbr {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .05rem;
  color: rgba(255, 255, 255, 0.2);
}
.nopadding{padding:0px!important;}
var,
kbd,
samp,
code,
pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
  padding: 2.4rem 3rem 3rem;
  background: #F1F1F1;
  overflow-x: auto;
}

code {
  font-size: 1.4rem;
  margin: 0 .2rem;
  padding: .3rem .6rem;
  white-space: nowrap;
  background: #1f1f1f;
  border: 1px solid #252525;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.card{background:#fff;}
pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint > code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none;
}

mark {
  background: #ffd900;
  color: #000000;
}

hr {
  border: solid rgba(255, 255, 255, 0.05);
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}
.mt10{margin-top:10px!Important}
.mt20{margin-top:20px!Important}
.mt80{margin-top:80px!Important}
.mt40{margin-top:40px!Important}
a{cursor:pointer;}
a:hover{text-decoration:none!Important;}
/* ------------------------------------------------------------------- 
 * ## Lists
 * ------------------------------------------------------------------- */
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}



ul li {
  padding-left: .4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .8rem;
  position: relative;
}

ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #793ea5;
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #793ea5;
}

dd {
  margin: 0 0 0 2rem;
}

/* ------------------------------------------------------------------- 
 * ## responsive video container
 * ------------------------------------------------------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------------- 
 * ## floated image
 * ------------------------------------------------------------------- */
img.pull-right {
  margin: 1.5rem 0 0 3rem;
}

img.pull-left {
  margin: 1.5rem 3rem 0 0;
}

/* ------------------------------------------------------------------- 
 * ## tables
 * ------------------------------------------------------------------- */
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: "Nunito Sans", sans-serif;
  border-collapse: collapse;
}

th,
td {
  padding: 1.5rem 3rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

th {
  color: #FFFFFF;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

td {
  line-height: 1.5;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------------- 
 * ## Spacing 
 * ------------------------------------------------------------------- */
button,
.btn {
  margin-bottom: 1.2rem;
}

fieldset {
  margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.ss-custom-select {
  margin-bottom: 3rem;
}

/* ===================================================================
 * # Margin
 *
 * ------------------------------------------------------------------- */
 
 .mt10{margin-top:10px!important;}
  .mt20{margin-top:20px!important;}
   .mt30{margin-top:30px!important;}
    .mt40{margin-top:40px!important;}
	 .mt50{margin-top:50px!important;}
	 .mt100{margin-top:100px!important;}
	 
	  
 .pt10{padding-top:10px!important;}
  .pt20{padding-top:20px!important;}
   .pt30{padding-top:30px!important;}
    .pt40{padding-top:40px!important;}
	 .pt50{padding-top:50px!important;}
	 .pt100{padding-top:100px!important;}
	 .pt150{padding-top:150px!important;}
/* ===================================================================
 * # preloader - (_preloader-dots.scss)
 *
 * ------------------------------------------------------------------- */
 #preloader img{position: absolute;
    left: 50%;
    top: 40%;
    width: 100px;
    height: 100px;
    padding: 0;
    display: inline-block;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #151515;
      z-index: 9999999999;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  padding: 0;
  display: inline-block;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

#loader > div {
  content: "";
  background: #FFFFFF;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

#loader > div:nth-of-type(1) {
  left: 15px;
}

#loader > div:nth-of-type(3) {
  left: -15px;
}

/* dots jump */
.dots-jump > div {
  -webkit-animation: dots-jump 1.2s infinite ease;
  animation: dots-jump 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-jump > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-jump > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }

}

@keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }

}

/* dots fade */
.dots-fade > div {
  -webkit-animation: dots-fade 1.6s infinite ease;
  animation: dots-fade 1.6s infinite ease;
  animation-delay: 0.4s;
}

.dots-fade > div:nth-of-type(1) {
  animation-delay: 0.8s;
}

.dots-fade > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }

}

@keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }

}

/* dots pulse */
.dots-pulse > div {
  -webkit-animation: dots-pulse 1.2s infinite ease;
  animation: dots-pulse 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-pulse > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-pulse > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

@keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}


/* ===================================================================
 * # forms
 *
 * ------------------------------------------------------------------- */
fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  height: 4rem;
  padding: 1.5rem 2.4rem;
  border: 0;
  outline: none;
  color: #555!important;
 
  font-size: 1.5rem;
  line-height: 3rem;
  max-width: 100%;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ss-custom-select {
  position: relative;
  padding: 0;
}

.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}

.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
  color: #666666;
  background: #FFFFFF;
}

.ss-custom-select select::-ms-expand {
  display: none;
}

.ss-custom-select::after {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* IE9 and below */
.oldie .cl-custom-select::after {
  display: none;
}

textarea {
  min-height: 15rem;
}
#lblMessage{ background: #000;
    color: #ffd04a;
    text-align: center;
    width: 100%;
    font-size: 23px;
    border-radius: 7px;
    }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #FFFFFF;
}

label,
legend {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: .9rem;
  line-height: 1.714;
  color: #FFFFFF;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: .15rem;
}

/* ------------------------------------------------------------------- 
 * ## Style Placeholder Text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {

  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.4);
}

:-moz-placeholder {

  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

::-moz-placeholder {

  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

:-ms-input-placeholder {

  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.4);
}

::-ms-input-placeholder {

  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.4);
}

::placeholder {

  /* Most modern browsers support this now. */
  color: rgba(255, 255, 255, 0.4);
}

.placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

/* ------------------------------------------------------------------- 
 * ## Change Autocomplete styles in Chrome
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #793ea5;
  transition: background-color 5000s ease-in-out 0s;
}


/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .4rem;
  height: 5.4rem;
  line-height: 5rem;
  padding: 0 3rem;
  margin: 0 .3rem 1.2rem 0;
  color: #000000;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #c5c5c5;
  border: .2rem solid #c5c5c5;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #b8b8b8;
  border-color: #b8b8b8;
  color: #000000;
  outline: 0;
}

/* button primary
 * ------------------------------------------------- */
.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
  background: #793ea5;
  border-color: #793ea5;
  color: #FFFFFF;
}

.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover,
input[type="reset"].btn--primary:hover,
input[type="button"].btn--primary:hover,
.btn.btn--primary:focus,
button.btn--primary:focus,
input[type="submit"].btn--primary:focus,
input[type="reset"].btn--primary:focus,
input[type="button"].btn--primary:focus {
  background: #6b3792;
  border-color: #6b3792;
}

/* button modifiers
 * ------------------------------------------------- */
.btn.full-width,
button.full-width {
  width: 100%;
  margin-right: 0;
}

.btn--medium,
button.btn--medium {
  height: 5.7rem !important;
  line-height: 5.3rem !important;
}

.btn--large,
button.btn--large {
  height: 6rem !important;
  line-height: 5.6rem !important;
}

.btn--stroke,
button.btn--stroke {
  background: transparent !important;
  border: 0.2rem solid #FFFFFF;
  color: #FFFFFF;
}

.btn--stroke:hover,
button.btn--stroke:hover {
  background: #FFFFFF !important;
  border: 0.2rem solid #FFFFFF;
  color: #000000;
}

.btn--pill,
button.btn--pill {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  border-radius: 1000px !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


/* =================================================================== 
 * # additional components
 *
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- 
 * ## alert box - (_alert-box.scss)
 * ------------------------------------------------------------------- */
.alert-box {
  padding: 2.1rem 4rem 2.1rem 3rem;
  position: relative;
  margin-bottom: 3rem;
  border-radius: 3px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
}

.alert-box__close {
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
  cursor: pointer;
}

.alert-box__close.fa {
  font-size: 12px;
}

.alert-box--error {
  background-color: #ffd1d2;
  color: #e65153;
}

.alert-box--success {
  background-color: #c8e675;
  color: #758c36;
}

.alert-box--info {
  background-color: #d7ecfb;
  color: #4a95cc;
}

.alert-box--notice {
  background-color: #fff099;
  color: #bba31b;
}

.fa-youtube-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f16a";
    font-family: FontAwesome;
    font-size: 60px;
    height: 30px;
    line-height: 30px;
    border-radius: 28px;
    color: red!important;
}

/* ------------------------------------------------------------------- 
 * ## additional typo styles - (_additional-typo.scss)
 * ------------------------------------------------------------------- */

/* drop cap 
 * ----------------------------------------------- */
.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 1.5rem .6rem 0 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 8.4rem;
  line-height: 6rem;
  text-indent: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt,
.lining dd {
  display: inline;
  margin: 0;
}

.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}

.lining dd + dd:before {
  content: ", ";
}

.lining dd + dd:before {
  content: ", ";
}

.lining dd:before {
  content: ": ";
  margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {

  display: inline;
  counter-reset: definitions;
}

.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}

.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}

.dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *    <blockquote>
 *      <p></p>
 *    </blockquote>
 *  </aside>
 *
 * --------------------------------------------------------------------- */
 .quotes{padding-left: 50px;}
.pull-quote {
  position: relative;
  padding: 2.1rem 3rem 2.1rem 0px;
}

.pull-quote:before,
.pull-quote:after {
  height: 1em;
  position: absolute;
  font-size: 10rem;
  font-family: Arial, Sans-Serif;
  color: rgba(255, 255, 255, 0.15);
}

.pull-quote:before {
  content: "\201C";
  top: -3.6rem;
  left: 0;
}

.pull-quote:after {
  content: '\201D';
  bottom: 3.6rem;
  right: 0;
}

.pull-quote blockquote {
  margin: 0;
}

.pull-quote blockquote:before {
  content: none;
}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *    <li><a href="#">[value]<em>[name]</em></a></li>
 *  </ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
  padding: 0;
  margin: 3rem 0;
}

.stats-tabs li {
  display: inline-block;
  margin: 0 1.5rem 3rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.stats-tabs li a {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  border: none;
  color: #FFFFFF;
}

.stats-tabs li a:hover {
  color: #793ea5;
}

.stats-tabs li a em {
  display: block;
  margin: .6rem 0 0 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
}

/* ------------------------------------------------------------------- 
 * ## skillbars  - (_skillbars.scss)
 * ------------------------------------------------------------------- */
.skill-bars {
  list-style: none;
  margin: 6rem 0 3rem;
}

.skill-bars li {
  height: .6rem;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  margin-bottom: 6.9rem;
  padding: 0;
  position: relative;
}

.skill-bars li strong {
  position: absolute;
  left: 0;
  top: -3rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.skill-bars li .progress {
  background: #793ea5;
  position: relative;
  height: 100%;
}

.skill-bars li .progress span {
  position: absolute;
  right: 0;
  top: -3.6rem;
  display: block;
  font-family: "Nunito Sans", sans-serif;
  color: #FFFFFF;
  font-size: 1.1rem;
  line-height: 1;
  background: #793ea5;
  padding: .6rem .6rem;
  border-radius: 3px;
}

.skill-bars li .progress span::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #793ea5;
  content: "";
}

.skill-bars li .percent5 {
  width: 5%;
}

.skill-bars li .percent10 {
  width: 10%;
}

.skill-bars li .percent15 {
  width: 15%;
}

.skill-bars li .percent20 {
  width: 20%;
}

.skill-bars li .percent25 {
  width: 25%;
}

.skill-bars li .percent30 {
  width: 30%;
}

.skill-bars li .percent35 {
  width: 35%;
}

.skill-bars li .percent40 {
  width: 40%;
}

.skill-bars li .percent45 {
  width: 45%;
}

.skill-bars li .percent50 {
  width: 50%;
}

.skill-bars li .percent55 {
  width: 55%;
}

.skill-bars li .percent60 {
  width: 60%;
}

.skill-bars li .percent65 {
  width: 65%;
}

.skill-bars li .percent70 {
  width: 70%;
}

.skill-bars li .percent75 {
  width: 75%;
}

.skill-bars li .percent80 {
  width: 80%;
}

.skill-bars li .percent85 {
  width: 85%;
}

.skill-bars li .percent90 {
  width: 90%;
}

.skill-bars li .percent95 {
  width: 95%;
}

.skill-bars li .percent100 {
  width: 100%;
}


/* ===================================================================
 * # reusable and common theme styles
 *
 * ------------------------------------------------------------------- */
body.menu-is-open {
  overflow: hidden;
}

.wide {
  max-width: 1400px;
}

.narrow {
  max-width: 1000px;
}

.bit-narrow {
  max-width: 1120px;
}

.darker {
  background-color: #0f0f0f;
}

/* ------------------------------------------------------------------- 
 * ## display headings
 * ------------------------------------------------------------------- */
 .black_heading{color:#000!Important;}
 p{text-align:justify;}
.display-1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
  margin-top: 0;
  margin-bottom: 4.8rem;
}

.subhead {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.333;
  text-transform: uppercase;
  letter-spacing: .25rem;
  color: #793ea5;
  margin-top: 0;
  margin-bottom: 3rem;
  position: relative;
}

.item-title {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 2.4rem;
}

/* ------------------------------------------------------------------- 
 * ## section header
 * ------------------------------------------------------------------- */
 .header-menu-toggle{    width:39px;
    height: 35px;
    background: #000000;
    margin-top: 2px;}
	
	.header-menu-toggle:hover{background-color: #eeb104!important;}
  .header-black  .social a{color:#000!important;}
.header-menu-icon:hover{}

..header-menu-toggle
.header-black .social a:hover{color: #eeb104!important;}

  
.section-header.has-bottom-sep {
  padding-bottom: 1.5rem;
  position: relative;
  text-align: center;
}

.section-header.has-bottom-sep::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 550px;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ------------------------------------------------------------------- 
 * ## grid overlay
 * ------------------------------------------------------------------- */
.grid-overlay {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  max-width: 1200px;
  width: 89%;
  height: 100%;
  opacity: .5;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 3;
}

.grid-overlay > div,
.grid-overlay::before,
.grid-overlay::after {
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
}

.grid-overlay::before {
  content: "";
  left: 25%;
}

.grid-overlay::after {
  content: "";
  right: 25%;
}

.grid-overlay > div {
  left: 50%;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * reusable and common theme styles
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1600px) {
  .grid-overlay {
    border-right: none !important;
    border-left: none !important;
  }

  .grid-overlay::before {
    left: 22.5%;
  }

  .grid-overlay::after {
    right: 22.5%;
  }

}

@media only screen and (max-width:1200px) {
  .display-1 {
    font-size: 4.5rem;
  }

  .display-1 br {
    display: none;
  }

}

@media only screen and (max-width:1100px) {
  .display-1 {
    font-size: 4.2rem;
  }

}

@media only screen and (max-width:1000px) {
  .display-1 {
    font-size: 4rem;
  }

}

@media only screen and (max-width:800px) {
  .display-1 {
    font-size: 3.6rem;
    margin-bottom: 4.5rem;
  }

  .subhead {
    font-size: 1.6rem;
  }

  .section-header.has-bottom-sep::before {
    width: 300px;
  }

}

@media only screen and (max-width:700px) {
  .display-1 {
    font-size: 3.2rem;
  }

  .subhead {
    font-size: 1.5rem;
  }

}

@media only screen and (max-width:600px) {
  .display-1 {
    font-size: 2.8rem;
    margin-bottom: 4.2rem;
  }

}

@media only screen and (max-width:500px) {
  .display-1 {
    font-size: 2.6rem;
  }

  .section-header.has-bottom-sep::before {
    width: 200px;
  }

}

@media only screen and (max-width:400px) {
  .display-1 {
    font-size: 2.4rem;
  }

  .subhead {
    font-size: 1.4rem;
  }

  .item-title {
    font-size: 2.1rem;
  }

  .grid-overlay > div,
  .grid-overlay::before,
  .grid-overlay::after {
    display: none;
  }

}


#enquirypopup .modal-dialog {
    width: 400px;
    padding: 0px ;
    position: relative;
}

#enquirypopup .modal-dialog {
    width: 400px;
    padding: 0px ;
    position: relative;
}


.custom-modal-header {
    
    border-top: none;
}

#enquirypopup .modal-dialog .close {
    z-index: 99999999;
    color: white;
    text-shadow: 0px 0px 0px;
    font-weight: normal;
    top: 4px;
    right: 6px;
    position: absolute;
    opacity: 1;
    background: #fff!important;
    color: #000!important;
}

.custom-modal-header .modal-title {
    /* font-weight: bold; */
    font-size: 18px;
}

.flex-container img{width:100%;}


.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal{z-index:9999999999!important;}
.onloadpopup{  
    position: relative; margin-top:30px;width: 25%!important;}
a.gallery {
	margin:5px;
	padding:5px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}
a.gallery:hover {
	transition:all .3s;
	transform:scale(1.1);
}
a.gallery img {
	height:100px;
}
.leftRs i, .rightRs i{font-size:62px;color:#fff;}
.leftRs i:hover, .rightRs i:hover{font-size:62px;color:#eeb104}
#portfolio_gallery {
    width: 100%;
    position: relative;
    z-index: 99;
    margin-left: 0px;
    margin-top: 0px;
}
.ResHovered{color:#fff;}
#portfolio_gallery .tile img{padding:15px ;}
a.custom {
	display:inline-block;
	padding:10px;
	color:#fff;
	background:#000;
	border:3px solid #fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	text-decoration:none;
}
a.custom:hover {
	transition:all .3s;
	transform:scale(1.1);
}
#inline,
.inline {
	padding:15px;
	text-align:left;
}
/* ===================================================================
 * # header styles
 *
 * ------------------------------------------------------------------- */
.s-header {
     z-index: 99999;
  width: 100%;
  height: 78px;
  background-color: transparent;
  position: absolute;
  top: 21px;
}
.logohide{display: none!important;}
/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header-logo {
  z-index: 501;
  display: inline-block;
  margin: 0;
  padding: 0;
position: fixed;
      left: 3rem;
    top: 8%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index:99999;
}

.header-logo a {
  display: block;
  padding: 0;
  outline: 0;
  border: none;
}


/* ------------------------------------------------------------------- 
 * ## main navigation 
 * ------------------------------------------------------------------- */
 
 .header-nav__list li a:after {
    content: '';
    display: block;
    position: absolute;
    right: 58px;
    bottom: -5px;
    width: 0;
    height: 1px;
    background-color: #eeb104;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
 .header-nav__list li a:hover:after {
    width: 76%;
}
.header-nav {
  z-index: 99999;
  font-size: 1.6rem;
  line-height: 1.875;
  padding: 3.6rem 3rem 3.6rem 3rem;
  height: 100%;
  
  background: #0C0C0C;
  color: rgba(255, 255, 255, 0.25);
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.7, 0.3, 0, 1);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
}

.header-nav a,
.header-nav a:visited {
  color: rgba(255, 255, 255, 0.5);
}

.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active {
  color: #eeb104;
    text-decoration: none;
}
.header-nav__close span:hover::before, .header-nav__close span:hover::after{

 background-color: #eeb104!important;

}
.header-nav h3 {
  display: inline-block;
 
  font-weight: 700;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .4rem;
  margin-bottom: 3rem;
  margin-top: 1.2rem;
  padding-right: 140px;
 color: #eeb104;
  position: relative;
}

.header-nav h3::after {
  content: "";
  display: block;
  height: 1px;
  width: 110px;
  background-color: #eeb104;
  position: absolute;
  top: 50%;
  right: 0;
}

.header-nav p {
  margin-bottom: 2.7rem;
}

.header-nav__content,
.header-nav h3 {
  left: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.header-nav__content {
  position: relative;
  max-width: 300px;
}

.header-nav__list {
 
 color: #f1f1f1;
    font-size: 1.8rem;
   
    line-height: 1.5;
  margin: 0 0 4.2rem 0;
  padding: 0;
  list-style: none;
  counter-reset: ctr;
}

.header-nav__list li {
  padding: .9rem 0;
}

.header-nav__list a {
  display: block;
  color: #FFFFFF;
  position: relative;
}

/*.header-nav__list a::before {
  display: block;
  content: counter(ctr, decimal-leading-zero) ".";
  counter-increment: ctr;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}*/

.header-nav__list a:hover::before {
  color:#eeb104;
}

.header-nav__list .current a::before {
  color: #793ea5;
}

.header-nav__social {
  list-style: none;
  display: inline-block;
  font-size: 2.4rem;
  margin: 0;
}

.header-nav__social li {
  display: inline-block;
  margin-right: 12px;
  padding-left: 0;
}

.header-nav__social li a {
  color: rgba(255, 255, 255, 0.15);
}

.header-nav__social li a:hover,
.header-nav__social li a:focus {
  color: white;
}

.header-nav__social li:last-child {
  margin: 0;
}

.header-nav__close {
  z-index: 601;
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 39px;
  right: 30px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.header-nav__close span::before,
.header-nav__close span::after {
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -1px;
}

.header-nav__close span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-nav__close span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

.menu-is-open .header-nav .header-nav__content,
.menu-is-open .header-nav h3 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  left: 0;
  position:relative;
      z-index: 999999;
}

/* ------------------------------------------------------------------- 
 * ## mobile menu toggle 
 * ------------------------------------------------------------------- */
.header-menu-toggle {
 
    line-height: 28px;
   
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: rem;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: fixed;
    right: 1rem;
    top: 8px;
	z-index: 9999999;
}

.header-black .social a:hover{color:#eeb104!important;}
.opacity {
   
       visibility: hidden;
}

.header-menu-icon {
  display: block;
  width: 26px;
  height: 3px;
  margin-top: -1px;
  right: auto;
  bottom: auto;
  background-color: white;
  position: absolute;
  left:7px;
  top: 50%;
}

.header-menu-icon::before,
.header-menu-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
}

.header-menu-icon::before {
  top: -9px;
}

.header-menu-icon::after {
  bottom: -9px;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
  .header-logo {
    left: 60px;
  }

  .header-menu-toggle {
    right: 10px;
  }

}

@media only screen and (max-width:900px) {
  .header-nav h3 {
    padding-right: 0;
  }

  .header-nav h3::after,.pushmenu h3::after {
    display: none;
  }

  .header-nav__content {
    max-width: 280px;
  }

 
  .header-nav__list li {
    padding: .6rem 0;
  }
.header-nav{z-index: 999999999999;}
}

@media only screen and (max-width:800px) {
  .header-logo {
    left: 20px;
  }

  .header-nav {
  
  padding: 3.6rem 2rem 3.6rem 2rem;
  }

  .header-menu-toggle {
    right: 20px;
  }

}

@media only screen and (max-width:600px) {
  .s-header {
    height: 90px;
    top: 12px;
  }

  .header-nav {
    padding: 3.6rem 2rem 3.6rem 2rem;
  }

 

}

@media only screen and (max-width:400px) {
  .s-header {
    top: 6px;
  }

  .header-logo {
    left: 10px;
  }

  .header-menu-toggle {
    top:6px;
    right: 20px;
  }

  .header-nav__social {
    font-size: 2.2rem;
  }

}


/* ===================================================================
 * # home
 *
 * ------------------------------------------------------------------- */
.s-home {
  width: 100%;
  height: 100vh;
  min-height: 786px;
  background-color: transparent;
position: relative;
    display: table;
    height: 100%;
    z-index: 999;
  display: table;
}
.parallax-mirror{z-index: 999!Important;}
.parallax-slider{-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
      -webkit-transition: all .8s ease-in-out; top:0px!important}
.s-home::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  opacity: .7;
  z-index: 2;
   -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;

    background-color: #000;
}

.bghomeoverlay:before{background:0px;}
.bghome {
  -webkit-filter: none !important; 
    filter: none !important; 
  background-color: initial!important;
 
   
}


.s-home::after {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: .5;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
}

.s-home .grid-overlay > div {
  display: none;
}

.no-js .s-home {
  background: #000000;
}

/* ------------------------------------------------------------------- 
 * ## home content
 * ------------------------------------------------------------------- */
.home-content {
  display: table-cell;
  vertical-align: middle;
  padding-top: 6.6rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 4;
}

.home-content h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18rem;
  line-height: 1;
  letter-spacing: -.02em;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
}

.home-content h3 {
  margin-top: 1.2rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 3.8rem;
  line-height: 1.342;
  font-style: normal;
  color: #9c9c9c;
}

.home-content__main {
  position: relative;
  text-align: center;
}

/* ------------------------------------------------------------------- 
 * ## home video link
 * ------------------------------------------------------------------- */
.home-content__video {
  display: inline-block;
  margin-top: 4.2rem;
}

.home-content__video .video-link {
  display: block;
  text-align: center;
  width: 20rem;
  outline: none;
  position: relative;
}

.home-content__video .video-icon {
  display: inline-block;
  height: 9rem;
  width: 9rem;
  border-radius: 50%;
  background-color: #793ea5;
  background-image: url(../images/icons/icon-play.svg);
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: 24px 27px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.home-content__video .video-text {
  display: inline-block;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
  color: #9c9c9c;
  text-transform: uppercase;
  letter-spacing: .5rem;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
}

.home-content__video .video-link:hover .video-text {
  color: white;
}

.home-content__video .video-link:hover .video-icon {
  background-color: #6b3792;
}

/* ------------------------------------------------------------------- 
 * ## home buttons
 * ------------------------------------------------------------------- */
.home-content__button {
  margin-top: 7.8rem;
  position: relative;
}

.home-content__button .btn {
  width: 30rem;
  height: 7.2rem !important;
  line-height: 6.8rem !important;
  margin-right: 0;
  position: absolute;
}

.home-content__button .btn:first-child {
  right: 50%;
  left: auto;
}

.home-content__button .btn:last-child {
  left: 50%;
  right: auto;
}

.home-content__button .btn:not(.btn--primary) {
  background-color: #13161b;
  border-color: #13161b;
  color: #FFFFFF;
}

.home-content__button .btn:not(.btn--primary):hover,
.home-content__button .btn:not(.btn--primary):focus {
  background-color: #080a0c;
  border-color: #080a0c;
}

/* ------------------------------------------------------------------- 
 * ## home scroll
 * ------------------------------------------------------------------- */
.home-content__scroll {
  position: absolute;
  right: 9.5rem;
  bottom: 5.4rem;
  -webkit-transform: rotate(-90deg) translate3d(100%, 50%, 0);
  -ms-transform: rotate(-90deg) translate3d(100%, 50%, 0);
  transform: rotate(-90deg) translate3d(100%, 50%, 0);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

.home-content__scroll .scroll-link {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .35rem;
  text-align: left;
  color: #FFFFFF;
  position: relative;
  padding-right: 180px;
}

.home-content__scroll .scroll-link:hover,
.home-content__scroll .scroll-link:focus {
  color: #d09faf;
}

.home-content__scroll::after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  width: 150px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
}

/* ------------------------------------------------------------------- 
 * ## home social
 * ------------------------------------------------------------------- */
.home-social {
  list-style: none;
  font-family: "Nunito Sans", sans-serif;
  margin: 0;
  position: absolute;
  bottom: 3.6rem;
  left: 8rem;
  z-index: 5;
}
.social-bg {
    padding-top: 1rem;
    padding-bottom: 3.8rem;
    color: #fff;
    position: relative;
    height: 100%;
   
    background-position: center center;
	
    background: url(../images/social_bg.jpg) 0% 0% repeat-x;
    z-index: 9999;
    background-size: cover;
    float: left;
    width: 100%;
    padding-top: 144px;
	background-attachment: fixed;
}
.home-social a {
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-social li {
  position: relative;
  padding: .6rem 0;
}

.home-social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.home-social i,
.home-social span {
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-social i {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 3px;
  left: 0;
}

.home-social span {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 30px;
  top: 0;
  left: 50px;
  padding: 0 15px;
  margin: 3px 0;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.home-social span::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #000000;
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -6px;
}

.home-social li:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* animate .home-content__main
 * ------------------------------------------------------------------- */
html.ss-preload .home-content__main {
  opacity: 0;
}

html.ss-loaded .home-content__main {
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
  opacity: 1;
}

/* ------------------------------------------------------------------- 
 * ## home animations
 * ------------------------------------------------------------------- */

/* fade in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

/* fade out */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }

}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }

}

/* ------------------------------------------------------------------- 
 * responsive:
 * home
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1600px) {
  .home-content h1 {
    font-size: 17rem;
  }

  .home-content h3 {
    font-size: 3.7rem;
  }

}

@media only screen and (max-width:1400px) {
  .home-content h1 {
    font-size: 16rem;
  }

  .home-content h3 {
    font-size: 3.6rem;
  }

  .home-content__video .video-icon {
    height: 8.4rem;
    width: 8.4rem;
    background-size: 22px 24px;
  }

}

@media only screen and (max-width:1200px) {
  .home-content {
    padding-top: 4.5rem;
  }

  .home-content h1 {
    font-size: 14rem;
  }

  .home-content h3 {
    font-size: 3.2rem;
  }

  .home-content__video {
    height: 6.6rem;
    line-height: 6.6rem;
    vertical-align: middle;
  }

  .home-content__video .video-link {
    padding-left: 9rem;
    width: auto;
  }

  .home-content__video .video-icon {
    height: 6.6rem;
    width: 6.6rem;
    background-size: 12px 13px;
    position: absolute;
    top: 0;
    left: 0;
  }


  .home-content__button {
    margin-top: 7.2rem;
  }

  .home-content__button .btn {
    font-size: 11px;
    width: 28rem;
    height: 6.6rem !important;
    line-height: 6.2rem !important;
  }

  .home-content__scroll {
    right: 7rem;
  }

  .home-content__scroll .scroll-link {
    font-size: 1.1rem;
  }

  .home-social {
    left: 5.5rem;
  }

}

@media only screen and (max-width:1000px) {
  .home-content h1 {
    font-size: 13rem;
  }

  .home-content h3 {
    font-size: 3rem;
  }

  .home-content__button .btn {
    width: 24rem;
  }

  .home-content__scroll {
    right: 6rem;
  }

  .home-social {
    left: 4.5rem;
  }

}

@media only screen and (max-width:900px) {
  .home-content h1 {
    font-size: 12rem;
  }

  .home-content h3 {
    font-size: 2.7rem;
  }

  .home-social {
    display: none;
  }

}

@media only screen and (max-width:800px) {
  .home-content h1 {
    font-size: 11.4rem;
  }

  .home-content h3 {
    font-size: 2.6rem;
  }

  .home-content__video {
    margin-top: 3.6rem;
  }

  .home-content__video .video-link {
    padding-left: 8rem;
  }

  .home-content__video .video-icon {
    height: 6rem;
    width: 6rem;
  }

  .home-content__video .video-text {
    top: -6px;
    font-size: 1.2rem;
    line-height: 6rem;
  }

  .home-content__button {
    margin-top: 6.6rem;
  }

  .home-content__button .btn {
    width: 22rem;
  }

}

@media only screen and (max-width:700px) {
  .home-content h1 {
    font-size: 10.2rem;
  }

  .home-content h3 {
    font-size: 2.4rem;
  }

  .home-content__scroll {
    right: 5rem;
    bottom: 4.8rem;
  }

  .home-content__scroll::after {
    display: none;
  }

}

@media only screen and (max-width:600px) {
  .home-content {
    padding-top: 6rem;
  }

  .home-content h1 {
    font-size: 9rem;
  }

  .home-content h3 {
    font-size: 2.1rem;
  }

  .home-content__main {
    padding: 0 35px;
  }

  .home-content__video {
    margin-top: 3rem;
  }

  .home-content__button {
    margin-top: 4.8rem;
  }

  .home-content__button .btn {
    position: static;
    display: block;
    height: 6rem !important;
    line-height: 5.6rem !important;
    width: 100%;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
  }

}

@media only screen and (max-width:500px) {
  .home-content h1 {
    font-size: 7.5rem;
  }

  .home-content h3 {
    font-size: 1.8rem;
  }

}

@media only screen and (max-width:400px) {
  .s-home {
    min-height: 630px;
  }

  .home-content h1 {
    font-size: 6.5rem;
  }

  .home-content__main {
    padding: 0 25px;
  }

  .home-content__video .video-link {
    padding-left: 7.5rem;
  }

  .home-content__video .video-icon {
    height: 5.4rem;
    width: 5.4rem;
  }

  .home-content__video .video-text {
    line-height: 5.4rem;
    font-size: 1.1rem;
  }

  .home-content__button {
    margin-top: 3.6rem;
  }

}

@media only screen and (max-width:350px) {
  .home-content h1 {
    font-size: 6.2rem;
  }

}


/* ===================================================================
 * # about
 *
 * ------------------------------------------------------------------- */
.s-about {
  padding-top: 2rem;
  padding-bottom: 18rem;
  background-color: #121212;
  position: relative;
background: url(../images/aboutus.jpg) no-repeat;height: 100vh;
    min-height: 1245px;
	width:100%;
}
.about_us{background: #dcdcdc;}
.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;

}
body.flashy-active .flashy-overlay {
    
    z-index: 99999999;
}

.flashy-overlay .flashy-close{top: -10px!important;
   opacity: 1!important; 
    padding: 45px!important;}
.testimonials__slider  {    z-index: 9999;
    position: relative!important;}
	.testimonials {margin-top:100px;}
.testimonials__slider img{border: 4px solid #222;  border-radius: 4px;}
.testimonials p{
    font-size: 18px;
    color: #334;margin-bottom: 20px;}
.testimonials__slider {    width: 360px;
    height: 190px;
    text-align: center;
    margin: 0px auto;}

.video-thumbnail:hover:before {
  color: #eee;
}

.aboutus{position:absolute; top:0;z-index:9999;}
.s-about h1, .aboutus h1{margin-bottom: 0px;
    margin-top: 1rem;
    text-shadow: 5px 4px 3px #000;
    color: #fff;
    letter-spacing: 0.02em;
    font-size: 48px!important;
   margin-top: 15px;
    font-family: universblack!important;}
	
	/*.aboutus span{margin-top: -11px;
    display: inline-block;}*/
	.black_white{background: url(../images/slider1.jpg)top right no-repeat;
    height: 100%;
    position: absolute!important;
    right: 0;
    background-size: cover;
    top: 0;
    width: 100%;}

	.revenue{margin-top:80px;}
	.bigfont{font-size:90px;}
	 .aboutus .fa-rupee{font-size: 46px;}
.aboutus{
    height: 100%;
    position: absolute!important;
   
    background-size: cover;    padding-left: 250px!important;z-index: 99999;}
	
	.aboutimg{background: url(../images/about_img.png)top right no-repeat;
    height: 100%;
    position: absolute!important;
    right: 0;
    background-size: cover;top:0;}
.s-about .bigfont{font-size:70px;}
.s-about .fa-rupee{font-size:40px;}
	.smallfont{display: inherit;
    margin-top: -15px!important;
  }

.bigfont{margin-top: 0px!important;}
/* ------------------------------------------------------------------- 
 * ## about process
 * ------------------------------------------------------------------- */
.process {
  margin-top: 6.6rem;
  counter-reset: ctr;
}

.process h4 {
  padding-left: 7rem;
  margin-bottom: 2.1rem;
  position: relative;
}

.process h4::before {
  content: counter(ctr);
  counter-increment: ctr;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  background-color: #793ea5;
  height: 48px;
  width: 48px;
  line-height: 48px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -5px;
}

.item-process {
  position: relative;
  min-height: 24.6rem;
  margin-bottom: 3rem;
}

.item-process:nth-child(2n+1) {
  padding-right: 30px;
}

.item-process:nth-child(2n+2) {
  padding-left: 30px;
}
/******** quote *********/

#quote{    background: url(../images/quote_bg.jpg) 50% 0%;
    min-height: 500px;}
		.quotes{ padding-top:200px;padding-left: 50px!important;}
	.quotes h1{color:#fff; text-transform:uppercase;font-size: 36px;}
	/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
  color: #fff;
  font-weight: bold;
  overflow: hidden; /* Ensures the content is not revealed until the animation */

  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
 
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
	font-size: 61px!important;
}

.author{text-align:right; font-size:20px;color:#fff;}
/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}
/* -------------------------
.------------------------------------------ 
 * responsive:
 * about
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1000px) {
  .item-process:nth-child(2n+1) {
    padding-right: 25px;
  }

  .item-process:nth-child(2n+2) {
    padding-left: 25px;
  }

}

@media only screen and (max-width:1000px) {
  .s-about {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .item-process:nth-child(n) {
    padding: 0 15px;
    min-height: 0;
  }

}

@media only screen and (max-width:600px) {
  .s-about {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .process h4 {
    padding-left: 6rem;
  }

  .process h4::before {
    font-size: 1.8rem;
    height: 42px;
    width: 42px;
    line-height: 42px;
    top: -4px;
  }

  .item-process:nth-child(n) {
    padding: 0 10px;
  }

}

@media only screen and (max-width:400px) {
  .process h4 {
    padding-left: 5.8rem;
  }

  .process h4::before {
    font-size: 1.6rem;
    height: 39px;
    width: 39px;
    line-height: 39px;
    top: -5px;
  }

  .item-process:nth-child(n) {
    padding: 0;
    margin-bottom: 1.5rem;
  }

}


/* ===================================================================
 * # services
 *
 * ------------------------------------------------------------------- */
.s-services {
  padding-top: 18rem;
  padding-bottom: 18rem;
  position: relative;
  background: #d4d4d4;
  color:#333
}

.p{text-align:left;}
.heading h3, .heading-inner h1{color:#000;text-align: left;width:100%; text-transform:uppercase;margin-top: 0px;
    margin-bottom: 0px;}
	.heading-inner h1{margin-bottom: 10px;font-size: 44px;text-shadow: 0px 0px 0.1px #949494;}
/* ------------------------------------------------------------------- 
 * ## services list
 * ------------------------------------------------------------------- */
.services {
  margin-top: 9rem;
}

.item-service {
  margin-bottom: .9rem;
}

.item-service h3 {
  margin-top: 0;
}

.item-service:nth-child(2n+1) {
  padding-right: 50px;
}

.item-service:nth-child(2n+2) {
  padding-left: 50px;
}

.item-service__text {
  margin-left: 7.2rem;
}

.item-service__icon {
  float: left;
  color: #793ea5;
  font-size: 4.5rem;
  margin-top: -1.8rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * services
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
  .services {
    max-width: 1000px;
  }

  .services .item-service:nth-child(2n+1) {
    padding-right: 30px;
  }

  .services .item-service:nth-child(2n+2) {
    padding-left: 30px;
  }

}

@media only screen and (max-width:1000px) {
 
  .s-services {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .services .item-service:nth-child(2n+1) {
    padding-right: 20px;
  }

  .services .item-service:nth-child(2n+2) {
    padding-left: 20px;
  }

  .item-service__text {
    margin-left: 0;
  }

  .item-service__icon {
    float: none;
    margin-top: 0;
    font-size: 4.2rem;
  }

}

@media only screen and (max-width:800px) {
  .services {
    margin-top: 4.2rem;
  }

  .services .item-service:nth-child(n) {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 700px;
  }

  .services .service-icon {
    font-size: 4.2rem;
    float: none;
    margin-top: 0;
  }

}

@media only screen and (max-width:600px) {
  .s-services {
    padding-top: 12rem;
  }

  .services .item-service:nth-child(n) {
    padding-right: 10px;
    padding-left: 10px;
  }

}

@media only screen and (max-width:400px) {
  .services .item-service:nth-child(n) {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }

}


/* ===================================================================
 * # works
 *
 * ------------------------------------------------------------------- */
.s-works {
  padding-top: 18rem;
  padding-bottom: 18rem;
  position: relative;
}

.s-works::before {
  content: "";
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  opacity: .3;
  background-color: rgba(0, 0, 0, 0.9);
  background-image: url(../images/pattern.jpg);
  background-size: 760px 380px;
}

/* ------------------------------------------------------------------- 
 * ## bricks/masonry
 * ------------------------------------------------------------------- */
.masonry-wrap {
  margin-top: 7.2rem;
  max-width: 1100px;
  position: relative;
}

.masonry-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.masonry:after {
  content: "";
  display: table;
  clear: both;
}

.masonry .grid-sizer,
.masonry__brick {
  width: 50%;
}

.masonry__brick {
  float: left;
  padding: 0;
}

.item-folio {
  position: relative;
  overflow: hidden;
}

.item-folio__thumb img {
  vertical-align: bottom;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.item-folio__thumb a {
  display: block;
}

.item-folio__thumb a::before {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.item-folio__thumb a::after {
  content: "...";
  font-family: georgia, serif;
  font-size: 2.7rem;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 1;
}

.item-folio__text {
  position: absolute;
  left: 0;
  bottom: 3.6rem;
  padding: 0 3.3rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-folio__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.286;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: .2rem;
  margin: 0 0 .3rem 0;
}

.item-folio__cat {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.714;
  margin-bottom: 0;
}

.item-folio__caption {
  display: none;
}

.item-folio__project-link {
  display: block;
  color: #FFFFFF;
  box-shadow: 0 0 0 1px #FFFFFF;
  border-radius: 50%;
  height: 4.2rem;
  width: 4.2rem;
  text-align: center;
  z-index: 500;
  position: absolute;
  top: 3rem;
  left: 3rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.item-folio__project-link i {
  font-size: 1.8rem;
  line-height: 4.2rem;
}

.item-folio__project-link::before {
  display: block;
  content: "";
  height: 3rem;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -3rem;
  left: 50%;
}

.item-folio__project-link:hover,
.item-folio__project-link:focus,
.item-folio__project-link:active {
  background-color: #FFFFFF;
  color: #000000;
}

/* on hover 
 * ----------------------------------------------- */
.item-folio:hover .item-folio__thumb a::before {
  opacity: 1;
  visibility: visible;
}

.item-folio:hover .item-folio__thumb a::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.item-folio:hover .item-folio__thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.item-folio:hover .item-folio__project-link,
.item-folio:hover .item-folio__text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * works
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1000px) {
  .s-works {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

}

@media only screen and (max-width:800px) {
  .item-folio__title,
  .item-folio__cat {
    font-size: 1.3rem;
  }

}

@media only screen and (max-width:600px) {
  .s-works {
    padding-top: 12rem;
  }

  .masonry-wrap {
    padding: 0 35px;
  }

  .masonry__brick {
    float: none;
    width: 100%;
  }

  .item-folio__title,
  .item-folio__cat {
    font-size: 1.4rem;
  }

}

@media only screen and (max-width:400px) {
  .masonry-wrap {
    padding: 0 25px;
  }

}


/* ===================================================================
 * # clients
 *
 * ------------------------------------------------------------------- */
.s-clients {
  padding-top: 16.2rem;
  padding-bottom: 15rem;
  position: relative;
}

.s-clients .grid-overlay {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.s-clients .grid-overlay > div,
.s-clients .grid-overlay::before,
.s-clients .grid-overlay::after {
  background-color: rgba(255, 255, 255, 0.05);
}

.section-header,
.clients-wrap,
.clients {
  z-index: 3;
}

.clients-wrap {
  margin-top: 6rem;
}

.clients {
  list-style: none;
  text-align: center;
  margin-left: 0;
  font-weight: 700;
  font-size: 4.5rem;
  position: relative;
}

.clients a {
  color: rgba(255, 255, 255, 0.15);
}

.clients a:hover,
.clients a:focus {
  color: #793ea5;
}

.clients li {
  display: inline-block;
  padding: 0 1.5rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * clients
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1000px) {
  .s-clients {
    padding-top: 15rem;
  }

  .clients {
    font-size: 4.2rem;
  }

}

@media only screen and (max-width:900px) {
  .clients {
    font-size: 4rem;
  }

}

@media only screen and (max-width:800px) {
  .clients-wrap {
    margin-top: 3.6rem;
  }

  .clients {
    font-size: 3.4rem;
  }

}

@media only screen and (max-width:600px) {
  .s-clients {
    padding-top: 12rem;
    padding-bottom: 10.2rem;
  }

  .clients {
    font-size: 3rem;
  }

}

@media only screen and (max-width:500px) {
  .clients-wrap {
    margin-top: 1.5rem;
  }

  .clients {
    font-size: 2.4rem;
  }

  .clients li {
    padding: 0 1rem;
  }

}

@media only screen and (max-width:400px) {
  .clients {
    font-size: 2.1rem;
  }

  .clients li {
    padding: 0 .6rem;
  }

}


/* ===================================================================
 * # testimonials
 *
 * ------------------------------------------------------------------- */
.s-testimonials {
  padding-top: 6rem;
  padding-bottom: 14rem;
  position:absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background: #dcdcdc;
  height: 100%;
  float:left;
  width:100%;
  
}

.s-testimonials::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .9;
 
}
.testimonials__slider {text-align:center;}
.testimonials__icon {
  height: 4.5rem;
  width: 4.5rem;
  background-color: transparent;
  background-image: url(../images/icons/icon-quote.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15rem;
  left: 50%;
  margin-left: -2.25rem;
}
#social_box iframe{background:#fff; border:none;}
iframe{border:3px solid #000; border-radius:5px;     width: 100%;}

.testimonials__slider .slick-slide {
  outline: none;
}

.testimonials__slider .slick-dots {
  display: block;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 1rem 0 0 0;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
}

.testimonials__slider .slick-dots li {
  display: inline-block;
  width: 20px;
    height: 20px;
  margin: 0;
  padding: 9px;
  cursor: pointer;
}

.testimonials__slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 50%;
 background: #8c8c8c;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.testimonials__slider .slick-dots li button:hover,
.testimonials__slider .slick-dots li button:focus {
  outline: none;
}

.testimonials__slider .slick-dots li.slick-active button,
.testimonials__slider .slick-dots li:hover button {
  background: transparent;
  box-shadow: 0 0 0 2px #000000;
}

.testimonials__author {
  margin-top: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #793ea5;
}

.testimonials__author span {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
  letter-spacing: 0;
}
/* ===================================================================
 * # PORTFOLIO
 *
 * ------------------------------------------------------------------- */
 .tab-content > .tab-pane:not(.active), 
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
 .s-portfolio {
  padding-top: 6rem;
  padding-bottom: 7rem;
  color:#fff;
  position: relative;
  margin-top: -10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background:url(../images/portfolio_bg.jpg) no-repeat;
  z-index: 9999;
}

#portfolio1 .videos_bg {
  
    right: -15px;
}
#myTabs a{background:#eeb104; color:#000; font-weight:bold;padding: 2px 15px!important;
    border: 2px solid #d8d8d8;
    text-transform: uppercase;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;}
	#myTabs a:hover,  .btn_yellow:hover, .act_btn:hover, #myTabs .active a{background: #4b0507!important;
    color: #fff!important;}
	.nav-justified>li{width:auto}
	#myTabs li{padding-right:1em;width: auto;}
	
	
	/* ===================================================================
 * # VIDEOS
 *
 * ------------------------------------------------------------------- */
 
 .videos_content  .leftRs{    left: -25px;}
  .resCarousel-inner .item {
            /*border: 4px solid #eee;*/
            /*vertical-align: top;*/
            text-align: center;
        }
        
        .resCarousel-inner .item .tile div,
        .banner .item div {
            display: table;
            width: 100%;
             
            text-align: center;
            /*box-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/
        }
        
        .resCarousel-inner .item h1 {
            display: table-cell;
            vertical-align: middle;
            color: white;
        }
        
        .banner .item div {
            background: url('demoImg.jpg') center top no-repeat;
            background-size: cover;
            min-height: 550px;
        }
        
        .item .tile div {
            background: url('demoImg.jpg') center center no-repeat;
            background-size: cover;
           
            color: white;
        }
        .portfolio-slider.hidden-xs{display:none;}
        .portfolio-slider.hidden-md{display:block;}
		
  .s-videos {

  
 
    color: #fff;
    position: relative;
    
    z-index: 9999;
    height: 100%;
    
    
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
	float:left;
}
.portfolio_bg{background:#360d07 url(../images/videos_bg.jpg) no-repeat!important;background-position: center center;background-attachment: fixed;
  background-size: cover;}
.s-videos .pull-right{margin-right:38px;}
#videos .portfolio-text{ 
    padding-bottom: 20px;}
	#videos .portfolio-slider{padding-top: 59px}
 .videos_bg{     background: url(../images/videos_bg1.jpg) no-repeat;
    min-height: 470px;
    position: absolute;
    z-index: 1;
    width: 100%;
        top: 0px;
    padding-top: 117px;right: -144px;}
	.video_slider, .portfolio-slider{    position: relative;
    z-index: 9;}
	.video_slider{padding-top: 150px;}
	 .portfolio-slider{
    padding-bottom: 20px;}
	.btn_yellow{background: #eeb104;
    color: #000;
    font-weight: bold;
    padding: 2px 6px!important;
    border: 2px solid #d8d8d8;
    text-transform: uppercase;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
	.list li{list-style: none;
    display: inline-block;}
	
		/* ===================================================================
 * # BLOG
 *
 * ------------------------------------------------------------------- */
 .blog_bg{ background: #010000 url(../images/blog_bg.jpg) top; background-attachment:fixed;   background-size: cover;}
 .more_btn{padding-bottom:10px;}
 .s-blog {
 padding-bottom:1em;
    color: #fff;
    position: relative;
   
    z-index: 9999;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
	float:left;
 
}
.blog_posts{display:none;}
.blog_posts h1{font-size:24px!important;}
.blog_content{
    padding: 50px 0px;background:rgba(255,255,255,0.6);margin-top:230px;}
	.blog_posts{margin-top:300px;}
.blog_heading h1{color:#111; text-transform:capitalize;}
.blog_date{    color: #5e2384;
    font-weight: bold;}
.blog_date span{color:#555;}
.blog_text,.blog_cat{color:#111;}


	/* ===================================================================
 * # EARLY DAYS
 *
 * ------------------------------------------------------------------- */
  .s-earlydays .owl-nav{
    position: absolute;
 top: 35%;
    width: 100%;
}
  .s-earlydays .owl-prev{
    float:left;
 }
  .s-earlydays .owl-next{
    float:right;
}
button.owl-prev.disabled:hover{   background: url(../images/white_prev.png) no-repeat!important;}
button.owl-next.disabled:hover{    background: url(../images/white_next.png) no-repeat!important;}
.owl-next{background:url("../images/white_next.png") no-repeat!important; height:50px; width:40px;}
.owl-next:hover{background:url("../images/next.png") no-repeat!important; }
.owl-prev{background:url("../images/white_prev.png") no-repeat!important; height:50px; width:40px;}
.owl-prev:hover{background:url("../images/prev.png") no-repeat!important;}

.slick-next:hover::before{background:url("../images/next.png") no-repeat!important;}
.slick-prev:hover::before{background:url("../images/prev.png") no-repeat!important;}
 .s-earlydays .item{padding: 0px 0px 0px 50px;
    margin-right: 50px;}
	.slick-slide{opacity: .88;}
	
	.slick-slide:hover{opacity:1;    color: #eeb104;}
 .s-earlydays {
 padding-top: 10rem;
     padding-bottom: 10rem;
  color:#fff;
  position: relative;
 font-size: 18px;
  
 
  z-index: 9999;
  height: 100%;
 
}
.earlydays_bg{ background: url(../images/earlydays_bg.jpg) 50% 0% no-repeat;background-repeat: no-repeat;
  background-position: center center;background-attachment: fixed;
  background-size: cover;}
.early_img2,.early_img1{margin-top: -170px;}
 .s-earlydays h1{font-size:60px;}
.early_pic1{ background: url(../images/earlys_bg1.png) 50% 0% no-repeat;
    height: 329px;width: 300px;}

	.pic2 .Etitle{padding-left: 100px;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    margin-top: -30px;
    color: #000;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-family: 'Alex Brush', cursive;
    font-size: 22px;
    font-weight: 300;    font-weight: bold;}
	.pic2 img{width: 280px;
    margin-left: 7px;
    margin-top: 30px;
    margin-bottom: 20px;}
	.pic1 img{    width: 237px;
    margin-top: 26px;
    margin-left: 37px;}
	.pic1 .Etitle{    font-weight: bold;
-webkit-transform: rotate(10deg);
color:#000;
/* Firefox */
-moz-transform: rotate(10deg);

/* IE */
-ms-transform: rotate(10deg);

/* Opera */
-o-transform: rotate(10deg);
text-align:center;
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); font-family: 'Alex Brush', cursive;margin-top: -5px;
    font-size: 22px;
    }
	.owl-next.disabled,.owl-prev.disabled{opacity:0.4;cursor: default!important;}
	.slick-disabled{cursor: default!important;}
.early_pic2{ background: url(../images/earlys_bg2.png) 50% 0% no-repeat;    min-height: 319px;
    margin-top: -100px;
    margin-left: -93px;
    width: 300px;}
	
	
	
.blog_posts h1{font-size:24px;}
.blog_content{
    padding: 15px 0px;background:rgba(255,255,255,0.6);margin-top:0px;}
	.blog_posts{margin-top:24px;}
.blog_heading h1{color:#111; text-transform:capitalize;    font-size: 37px!important;margin-top: 5px;}
.blog_date{    color: #5e2384;
    font-weight: bold;}
.blog_date span{color:#555;}
.blog_text,.blog_cat{color:#111;}
.blog_heading a{color:#111;}
.blog_heading a:hover{color:#5e2384}
.s-blog .heading h1{font-size:60px;}
.blog_text{padding-top:20px;font-weight: bold;}
.fb_iframe_widget {
   
    height: 500px;
    overflow: hidden;
    border-radius: 6px;
	width:370px;
	   
}

.instawidget {
   
    background: #fff;
	height: 456px;
    padding-top: 12px;
}
.instawidget img{width:130px;}
/* ===================================================================
 * # SCRIPT
 *
 * ------------------------------------------------------------------- */
 
  .s-script {

 
 padding-top: 1rem;
    padding-bottom: 3.8rem;
    color: #fff;
    position: absolute;
    height: 100%;
    padding: 15px;
    background-position: center center;
   
    z-index: 9999;
    background-size: cover;
    float: left;
    width: 100%;
    padding-top: 150px;
}
.scriptpage{ background: url(../images/script_bg.jpg) 0% 0% no-repeat;}
textarea {
    overflow: auto;
    width: 100%;
}
 .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.s-script h1, .s-script h3{color:#fff;}
.btn {
 border: 2px solid gray;
    color: black;
    background-color: #ddd;
    padding: 0px 10px!important;
    border-radius: 8px;
    font-size: 14px!Important;
    font-weight: bold;
    font-weight: bold!important;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
  .s-news {

 
  color:#fff;
  position: relative;
    height: 100%;


 
      z-index: 9999;
	    background-size: cover;
		
 
}

/* ===================================================================
 * # SCRIPT
 *
 * ------------------------------------------------------------------- */
 

.act_btn {
    background: #eeb104;
    color: #000;
    font-weight: bold;
    padding: 2px 6px!important;
    border: 2px solid #d8d8d8;
    text-transform: uppercase;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


/* ===================================================================
 * # NEWS
 *
 * ------------------------------------------------------------------- */
 .news_section{padding-left:100px!important;}
  .s-news {

  color: #000;
    position: relative;
    background: url(../images/news_bg.jpg) top;
    z-index: 9999;
    height: 100%;
    background-size: cover;
    position: fixed;
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
	float:left;
 
}
.bg-grey{ background: #f8f8f8 url(../images/news_bg.jpg) top;}
.s-news .col-md-3{border: 1px solid #aaa;
    padding: 7px 7px;    background-color: #fff; margin-bottom:30px;min-height:313px;}
.newssection{padding:0px 100px!important;}
.newssection a{color:#333;}
.newssection a:hover {color:#eeb104!important;}
#news img{    border: 2px solid #ddd;}
.news_desc {margin-top:10px;text-align: left; margin-bottom:5px; font-weight: bold}
.news_date{   text-align: left;}
.news_desc a:hover , .news_date:hover{color:#eeb104}
.news_desc a{color:#333;}

.slick-prev.slick-disabled:before{background: url(../images/black_prev.png)!important;}
.slick-next.slick-disabled:before{background: url(../images/black_next.png)!important;}
/* ===================================================================
 * # Contact
 *
 * ------------------------------------------------------------------- */
 .submit_btn{background: url(../images/submit_img.png) no-repeat; width:100%;height:55px; cursor:pointer;}
  .submit_btn:hover{background: url(../images/submit_img_hover.png) no-repeat; width:100%;height:55px;}
  .s-contact {
  
 padding-top: 1rem;
    padding-bottom: 3.8rem;
    color: #fff;
    position: absolute;
    height: 100%;
    padding: 15px;
    background-position: center center;
    background: url(../images/contact_bg.jpg) 0% 0% no-repeat;
    z-index: 9999;
    background-size: cover;
    float: left;
    width: 100%;
    padding-top: 150px;
}
.contact_info{margin-top:30px;}
.map{    margin-top: 30px;
    margin-bottom: 30px;}
.contactus{background-color: rgba(255, 255, 255, 0.8);}
.contact_info p, .contact_info h1,.contact_info .h3{text-align:center;}
.modal_content{text-align:center;}
 .s-contact h1, .s-contact h3{text-align:center;}
  .s-contact h1{font-size: 50px;}
 .nopadding{padding:0px;}
 .modal-body{padding:0px!important;}
 .modal_content{    margin-top: 100px;}
 .modal-dialog{width:auto!important;}
 #termsncondition .modal-dialog{width:75%!important;}
 #termsncondition .modal-body{padding:15px!important;}
  #termsncondition .close{margin-top: -20px;
    /* margin-left: -20px; */
    /* margin-right: 72px; */
    right: 0px;
    /* width: 36px; */
    /* height: 34px; */
    /* line-height: 24px!important; */
    /* vertical-align: middle; */
    /* padding: 20px; */
    background: none!important;
    color: #333!important;
    font-size: 40px!important;}
 .popup_image{background: #812a6b;}
 .first-section{color: #cfcfcf;
    font-size: 32px;}
 .second-section{font-size: 84px;
    font-weight: bold;
    margin-top: 50px;line-height: 1em;}
	 .third-section{font-size: 30px;
    color: #121212;
    font-weight: bold;
}
		 .fourth-section{font-size: 30px;
    margin-top: 80px;
    font-weight: bold;
    background: #eaeaea;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 150px;
    margin-bottom: 30px;}
		 .fifth-section{    font-size: 30px;
    padding: 5px 100px;
    font-weight: bold;
    background: #ec473b;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 10px 150px;}
		 .sixth-section{color: #cfcfcf;
    font-size: 20px;
    margin-top: 70px;}
	.close span{margin-top: -7px;
    position: relative;
    display: inherit;
    margin-left: 5px;}
	.close{margin-top: -20px;
    position: absolute;
    right: -12px;
    font-size: 30px!important;
    color: #fff!important;
    background: #373737!important;
    opacity: 1!important;
    border-radius: 100%!important;
    width: 50px;
    height: 50px;
    line-height: 50px!important;
    /* margin-right: -4px; */
    text-align: center;z-index:99;}
	.social{width: 130px;
    height: 45px;
    line-height: 45px;
   
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5rem;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: fixed;
    right: 1rem;
    top: 5px;
    color: #fff;}
	.social a{color: #fff;font-size: 20px;}
	.social a:hover{color: #eeb104}
	
/* ------------------------------------------------------------------- 
 * responsive:
 * testimonials
 * ------------------------------------------------------------------- */
 

@media only screen and (max-width:1200px) {
.s-news .col-md-3{min-height:270px}
  .testimonials__slider {
    font-size: 3.3rem;
  }
  
  .s-videos{padding:30px;}

}

@media only screen and (max-width:1000px) {
  .s-testimonials {
    padding-top: 15rem;
    padding-bottom: 19.2rem;
  }

}

@media only screen and (max-width:900px) {
  .testimonials__icon {
    height: 3.9rem;
    width: 3.9rem;
    margin-left: -1.95rem;
  }

  .testimonials__slider {
    font-size: 3rem;
  }

}

@media only screen and (max-width:800px) {
  .testimonials__icon {
    height: 3.6rem;
    width: 3.6rem;
    margin-left: -1.8rem;
  }

  .testimonials__slider {
    font-size: 2.7rem;
  }

}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 


.early_img1{margin-top:0px;}
.early_img2, .early_img1 {
   margin-top:0px;
}
.heading-inner h1 {
   
    font-size: 50px!important;
}
#home .aboutus{    padding-left: 50px!important;
    
    margin-top: 20px;}
	
	.aness_pic  img{min-height: 766px;
    width: 100%;}
.pull-right {
    float: none!important;
}
.portfolio-slider {
    margin-right: 0px;
}

.leftRs{left: -15px!important;}
.rightRs{right: -40px!important;}


 .videos_content  .leftRs{left:-30px!important;}
 .videos_content  .rightRs{right:-55px!important;}
 
 
}

 @media only screen and (max-width:768px) {
 .pushmenu-push {
    overflow-y: scroll!important; 
    
}
.onloadpopup{    width: 100%!important;
    position: relative;}
 .s-blog .text-center-mobile{text-align:center;}
 .nav_tab_hide{display:none;}

 
  .hidden-sm, hidden-md{display:block;}
 .s-earlydays.hidden-md{display:block!important;}
  .flashy-overlay .flashy-close{top: 20%!important;
  padding:0px!important;margin-right:10px;}
 @-webkit-keyframes in-right {
            0% {
               opacity: 0;
               -webkit-transform: translateY(200px);
			   
            }
            100% {
               opacity: 1;
               -webkit-transform: translateY(0);
            }
         }
         
         @keyframes in-right {
            0% {
               opacity: 0;
               transform: translateY(200px);
			   
            }
            100% {
               opacity: 1;
               transform: translateY(0);
            }
         }
         
		 
         .in-right {
	 opacity: 1!important;
    -webkit-animation-name: in-right;
     animation-name: in-right;
	-webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
	margin-top: 60px;
         }
.clearfix{clear:both;}
.abouttext{opacity:0;}

.aboutimg_mobile {
    z-index:99999;
    background: url(../images/about_img.png)50% 50% no-repeat;
    height: 100%;
    position: fixed!important;  
     right: 0%; 
    background-size: cover;
   display:block;
     left: 0%; 
    text-align: center;
    margin: 0px auto;
    max-width: 100%;
    width: 100%;
	
}
 .aness_pic{display:none;}
.aness_pic_mobile{ z-index:9999;
    background: url(../images/aneesbazmee_img1.png) 65% 100% no-repeat;
    height: 100%;
    position: fixed!important;  
     right: 0%; 
     background-size: cover;
     display:block;
     left: 0%; 
    text-align: center;
    margin: 0px auto;
    max-width: 100%;
    width: 100%;
	top:15%;
	
	}
 .rightRs{right:-25px!important;}
 .s-videos .pull-right,.portfolio-slider {
    margin-right: 0px;
}
 .leftRs{left:0px!important;}
 
 .videos_content  .leftRs{left:-30px!important;}
 .videos_content  .rightRs{right:-60px!important;}
 .s-videos .pt100{padding-top: 30px!important;}
 #portfolio_gallery{    margin-top: 20px;}
.pull-right {
    float: none!important;
}
  .aboutus{
      padding-left: 190px!important;
	  z-index: 9;
  }
.early_img2, .early_img1 {
    margin-top: -198px;
    width: 50%!Important;
    margin-left: 150px;
}
.s-earlydays .heading {margin-top:20px;}

.social {
    width: 150px;}
	textarea {
    min-height: 10rem;
}

element.style {
}
.submit_btn {
    background: url(../images/submit_img.png) no-repeat 50% 50%;
   
    text-align: center;
}
.submit_btn:hover { background: url(../images/submit_img_hover.png) no-repeat 50% 50%;}

.newssection {
     padding: 0px 30px!important; 
}
.s-news  h1{padding-left:30px;}
.s-videos{ position: relative!important;
    height: 100%;    float: left; }
	.portfolio-text {
    padding-left: 0px!important;
}
#myTabs li {
    padding-right: 0em;
    width: 32%;
    float: left;
}
.tile p {
    font-size: 12px;}

.s-videos .container-fluid{background: #2c0603!important;  }
}

 @media only screen and (max-width:767px) {
 
.home .header-logo {
   top: 40px;
}
#termsncondition .modal-dialog{width:100%!important;margin-top: 100px;}
 .s-earlydays .item {
    padding: 0px 0px 0px 0px;
     margin: 100px 0px 0px 0px;
}



	
 .hidden-xs,.owl-nav{display:none;}
 

 #myTabs a{font-size:13px;}
 .slick-arrow{display:none!important;}
 .main{background:none!important;}
 .header-logo{position: absolute!important;display: block!important;}
 .darkHeader .header-logo img, .lightHeader .header-logo img{width: 58%;
    padding-top: 50px;}
	.darkHeader{position: fixed;
    z-index:999999;
    background: #444;
    width: 100%;
    float: left;
    top: 0;
    height: 60px;}
	.pushmenu-push{overflow-x: scroll!important;}
	.lightHeader{position: fixed;
    z-index: 999999;
    background: #fff;
    width: 100%;
    float: left;
    top: 0;
    height: 60px;}
 .s-videos {
    padding: 10px;
}
.s-videos .pt100{padding-top:0px!important;}
.s-videos .pull-right {
   
    float: none!important;
}
 .blog_posts {padding-top:10px!important;}
 .s-blog #myTabs li{    padding-right: 0em;
    
    float: left;
    float: none; /* width: 100%; */
    display: inline-block;}
	
 .text-center-mobile{text-align:center;}
   .s-contact,.s-news,.s-script, .s-blog, .s-videos, .s-testimonials{
        position: relative;
  }
  .blog_content  img{width:100%;}
.s-social{    position: relative;}
 .fb_iframe_widget {
   
    height: 500px;
    overflow: hidden;
    border-radius: 6px;
	    width: 100%;
}
 .ResSlid0 .item{width:49%!important;}
 .tile p{    font-size: 14px!important;}
 .leftRs i, .rightRs i {
    font-size: 40px;
    color: #fff;
	display:none;
}
.fa-youtube-play{position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f16a";
    font-family: FontAwesome;
    font-size: 60px;
    height: 40px;
    line-height: 40px;
    border-radius: 28px;
   
    color: red!important;}
.rightRs{right:8px!important; }
 #portfolio_gallery .tile img {
    padding: 8px;
}
s
.video-thumbnail:before{font-size:20px; background:none;}
.item .tile div{height:auto!important;}
  .aboutus{
      padding-left: 45px!important;margin-top: 60px;    z-index: 99;
  }
  .bigfont{font-size:50px;}
.smallfont{font-size:24px;margin-top: 0px!important;}




.s-testimonials .container-fluid{background: #dcdcdc;}
h1, .h1{font-size: 40px!important;}
.s-earlydays{    padding-top: 12rem;}
.s-earlydays .owl-nav {
    
    top: 0%;
   
}
.early_img2, .early_img1 {
    margin-top: -90px;
}
.s-social .col-md-4{margin-bottom:20px;}
 #alldata,.portfolio-d{display:none!important;}
 
}

@media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 736px) 
    and (orientation : landscape) 
    
{ 
.aness_pic_mobile{
background-position:0% 0%;

}

 .aness_pic{display:block;}
 
 
  .aness_pic_mobile{display:none!important;}
  
  .aboutimg_mobile{top:0%;background-position:0% 0%;}
  .header-logo img{width:55px;}
  .s-header{top:0;}
 }
@media only screen and (max-width:600px) {
  .s-testimonials {
    padding-top: 7.8rem;
    padding-bottom: 15rem;
  }

  .testimonials__icon {
    height: 3.3rem;
    width: 3.3rem;
    margin-left: -1.65rem;
    top: 9rem;
  }

  .testimonials__slider {
    font-size: 2.5rem;
  }

  .testimonials__author {
    font-size: 1.4rem;
  }

  .testimonials__author span {
    font-size: 1.4rem;
  }

}

@media only screen and (max-width:400px) {
  .testimonials__slider {
    font-size: 2.1rem;
  }

}

@media only screen and (max-width:350px) {
  .testimonials__slider {
    font-size: 1.9rem;
  }

}


/* ===================================================================
 * # contact
 *
 * ------------------------------------------------------------------- */

.enquiry{margin-top:20px}
.enquiry p{margin-bottom:1px;}
.s-contact a {
  color: #FFFFFF;
}

.s-contact .grid-overlay {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 2;
}

.s-contact .grid-overlay > div,
.s-contact .grid-overlay::before,
.s-contact .grid-overlay::after {
  background-color: rgba(255, 255, 255, 0.12);
}

.s-contact .subhead {
  color: #2a1538;
}

.s-contact .section-header,
.s-contact .contact-main {
  z-index: 3;
  position: relative;
}

.contact-main {
  font-size: 3.3rem;
  line-height: 1.636;
  margin-top: 9rem;
}

.contact-main [class*="contact-"] {
  margin-bottom: 0;
}

.contact-main .contact-email {
  margin-bottom: 3.6rem;
}

.contact-email a {
  font-size: 9rem;
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}

.contact-email a:hover,
.contact-email a:focus {
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

/* ------------------------------------------------------------------- 
 * ## contact social
 * ------------------------------------------------------------------- */
.contact-social {
  list-style: none;
  display: inline-block;
  margin: 4.2rem 0 0 0;
  font-size: 4.2rem;
}

.contact-social li {
  margin-right: 15px;
  padding-left: 0;
  display: inline-block;
}

.contact-social li a {
  color: white;
  border: none !important;
}

.contact-social li a:hover,
.contact-social li a:focus {
  color: #FFFFFF;
}

.contact-social li:last-child {
  margin: 0;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * contact
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
  .contact-main {
    font-size: 3.1rem;
  }

  .contact-email a {
    font-size: 7.6rem;
  }

}

@media only screen and (max-width:1000px) {


  .contact-main {
    font-size: 3rem;
  }

  .contact-email a {
    font-size: 7.2rem;
  }

}

@media only screen and (max-width:900px) {
  .contact-main {
    font-size: 2.8rem;
  }

  .contact-email a {
    font-size: 6.2rem;
  }

  .contact-social {
    font-size: 4rem;
  }

}

@media only screen and (max-width:800px) {
  .contact-main {
    font-size: 2.6rem;
  }

  .contact-email a {
    font-size: 5.5rem;
  }

  .contact-social {
    font-size: 3.5rem;
  }

}

@media only screen and (max-width:700px) {
  .contact-main {
    font-size: 2.4rem;
  }

  .contact-email a {
    font-size: 3.8rem;
  }

  .contact-social {
    font-size: 3.2rem;
  }

}

@media only screen and (max-width:600px) {
 

  .contact-main {
    font-size: 2.1rem;
    margin-top: 7.2rem;
  }

  .contact-social {
    font-size: 3rem;
  }

}

@media only screen and (max-width:500px) {
  .contact-main {
    font-size: 1.8rem;
  }

  .contact-email a {
    font-size: 3rem;
  }

}

@media only screen and (max-width:440px) {
  .contact-main {
    font-size: 1.6rem;
    margin-top: 4.5rem;
  }

  .contact-email a {
    font-size: 2.5rem;
  }

  .contact-social {
    margin: 3rem 0 0 0;
    font-size: 2.4rem;
  }
#twitter-widget-0{width:324px!important}
}

/* ===================================================================
 * # footer
 *
 * ------------------------------------------------------------------- */
footer {

    padding-top: 1rem;
    padding-bottom: 1rem;
    color: rgba(255, 255, 255, 1);
        background: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    position: absolute;
    z-index: 999999;
    width: 100%;
    bottom: 0;
}

footer a {
  color: #FFFFFF;
}

/* ------------------------------------------------------------------- 
 * ## copyright
 * ------------------------------------------------------------------- */
.ss-copyright span {
  font-size: 16px;
  display: inline-block;
}

.ss-copyright span::after {
  content: "·";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: white;
}

.ss-copyright span:last-child::after {
  display: none;
}
.carousel-control.left{color:#000!important; left:-55px!important;background-image: none!important;top:50%}
.carousel-control.right{color:#000!important; right:-55px!important;background-image: none!important;top:50%}
.carousel-control{width:10%!important}
.glyphicon-chevron-left, glyphicon-chevron-right{z-index: 9999999999;
    position: relative;}
.ss-go-top a {
     color: #FFFFFF;
    background-color: #000000;
    text-align: center;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .3rem;
    height: 60px;
    line-height: 60px;
    padding: 0 4rem 0 4rem;
    position: absolute;
    right: 0%;
    top: -37.5px;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 2;

}
form{margin-bottom:0px!important}
/* ------------------------------------------------------------------- 
 * ## go top
 * ------------------------------------------------------------------- */
.ss-go-top a::before {
  content: "";
  display: block;
  height: 16px;
  width: 12px;
  background-image: url(../images/icons/icon-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 3.5rem;
  margin-top: -9px;
}

.ss-go-top a:hover,
.ss-go-top a:focus {
  background-color: #2d173d;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media only screen and (max-width:600px) {
  .ss-copyright span {
    display: block;
  }

  .ss-copyright span::after {
    display: none;
  }

  .ss-go-top a {
    font-size: 10px;
    height: 70px;
    line-height: 70px;
    top: -35px;
    padding: 0 3rem;
  }

  .ss-go-top a::before {
    display: none;
  }

}

@media only screen and (max-width:400px) {
  .cl-copyright span {
    font-size: 15px;
  }

  .ss-go-top a {
    height: 65px;
    line-height: 65px;
    top: -32.5px;
    padding: 0 3rem;
    padding: 0 2rem;
  }

}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
::-moz-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}
::-moz-scrollbar{background-color: #000000;
	border: 2px solid #555555;
}
::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}
::-webkit-scrollbar-thumb{background-color: #000000;
	border: 2px solid #555555;}
	
	@media only screen and (max-width:320px) {
	.bigfont {
    font-size: 46px;
}
	}
/*# sourceMappingURL=main.css.map */
/********* ANIMATE CSS ?


