/*==================================================
  Template Name: sandy 
  Description: Onepage Template
  Author: sandy
  Version: 1
  ==================================================*/

/*==================================================

  [Table of Contents]
  --------------------------------------------------
  - body
    - Typography
    - Common 
    - Navigation
    - Homepage
      - Intro
      - About
      - Services
      - Skills
      - Portfolio
      - Testimonials
      - Timeline
      - Footer/Contact
    - Media Queries 
      - 991px
      - 767px
      - 480px
    - Preloader
    
==================================================*/


body{
background: conic-gradient(from 180deg, #ffffff 0.000deg, #ffffff 27.692deg, #fffffd calc(27.692deg + 0.1deg), #fffffd 55.385deg, #fffff3 calc(55.385deg + 0.1deg), #fffff3 83.077deg, #fff8e9 calc(83.077deg + 0.1deg), #fff8e9 110.769deg, #ffeee0 calc(110.769deg + 0.1deg), #ffeee0 138.462deg, #fbe4d7 calc(138.462deg + 0.1deg), #fbe4d7 166.154deg, #f5dbcf calc(166.154deg + 0.1deg), #f5dbcf 193.846deg, #efd3c7 calc(193.846deg + 0.1deg), #efd3c7 221.538deg, #e9cac0 calc(221.538deg + 0.1deg), #e9cac0 249.231deg, #e3c2b9 calc(249.231deg + 0.1deg), #e3c2b9 276.923deg, #ddbbb3 calc(276.923deg + 0.1deg), #ddbbb3 304.615deg, #d7b5af calc(304.615deg + 0.1deg), #d7b5af 332.308deg, #d2afaa calc(332.308deg + 0.1deg) 360.000deg);
  height: 100%;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #333;
}


/*==================================================
  Typography
  ==================================================*/

@font-face {
  font-family: "Ailerons";
  src: url('../fonts/Ailerons.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Aileronsd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Ailerons.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Ailerons.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Ailerons.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Ailerons.svg#Ailerons') format('svg'); /* Legacy iOS */
}


.headline h2{
  margin-bottom: 50px;
  font-family: "Ailerons";
  font-size: 50px;
  position: relative;
  display: inline-block;
}

.headline h2::before{
  content:"";
  background: #00BCE3;
  height: 2px;
  width: 90px;
  position: absolute;
  bottom: -25px;
  left: 0;
  transform: translateX(-50%);
}

.headline h5{
  margin-bottom: 50px;
  font-family: "Ailerons";
  font-size: 50px;
  position: relative;
  display: inline-block;
}

.headline h5::before{
  content:"";
  background: #ffffff;
  height: 2px;
  width: 90px;
  position: absolute;
  bottom: -25px;
  left: 0;
  transform: translateX(-50%);
}


.blue{
  color: #00BCE3;
}

.white{
  color: #fff;
}

.grey{
  color: #6D6E71;
}

a{
  color: #00BCE3;
}

a:hover{
  color: #D7DF23;
}

a,
a:active,
a:focus 
{outline: none;}


/*==================================================
  Common
  ==================================================*/

section{
  position: relative;
}
  
.container{
  max-width: 1030px;
  position: relative;
}

.wrapper{
  padding-top: 120px;
  position: relative;
}

.btn-primary{
  background: #00BCE3;
  border: 2px solid #00BCE3;
  padding: 6px 30px;
  font-family: "Ailerons";
  color: #fff;
  font-size: 25px;
  border-radius: 0;
  margin-bottom: 20px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
  background: #00BCE3;
  border: 2px solid #008aab;
  color: #008aab;
  transition: all .5s;
}

.btn-secondary{
  background: transparent;
  border: 2px solid #00BCE3;
  padding: 6px 30px;
  font-family: "Ailerons";
  color: #00BCE3;
  font-size: 25px;
  border-radius: 0;
  margin-bottom: 20px;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus{
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  transition: all .5s;
}

.form-control{
  background: transparent;
  border: 0;
  box-shadow: none;
  border-bottom: 2px solid #f5f5f5;
  border-radius: 0;
  font-size: 15px;
}

ul.element-scroll-parallax li{
  list-style: none;
  position: absolute;
  z-index: 999;
}

.marginless{
  margin: 0 !important;
}

.overflow-h{
  overflow: hidden;
}


/*==================================================
  Navigation
  ==================================================*/

#header.on-scroll{
  left: 0;
  position: fixed;
  right: 0;
  transform: translateY(-50px);
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  z-index: 1001;
}
#header.on-scroll.visible{
  transform: translateY(0px);
  visibility: visible;
}
  
nav.nav-center-aligned{
  background: #000;
  border: 0;
  border-radius: 0;
}

nav.nav-center-aligned .navbar-collapse{
  text-align: center;
}

nav.nav-center-aligned .navbar-nav{
  display: inline-block;
  float: none;
  vertical-align: top;
}

nav.nav-center-aligned .navbar-nav li:last-child::after{
  content: none;
}

nav.nav-center-aligned .navbar-nav li a{
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  padding: 25px 20px 0 20px;
}

nav.nav-center-aligned .navbar-nav li a:hover,
nav.nav-center-aligned .navbar-nav li a:focus,
nav.nav-center-aligned .navbar-nav li a:active{
  color: #00BCE3;
  transition: all 1s;
}

nav.nav-center-aligned .navbar-nav li.active a,
nav.nav-center-aligned .navbar-nav li.active a:hover
nav.nav-center-aligned .navbar-nav li.active a:active,
nav.nav-center-aligned .navbar-nav li.active a:focus{
  background: transparent !important;
  color: #00BCE3 !important;
  transition: all .2s;
}

nav.nav-center-aligned .navbar-nav li a span{
  position: absolute;
  font-size: 11px;
  top: 5px;
  left: 15px;
  color: #6D6E71;
}

nav.nav-center-aligned .navbar-collapse, 
nav.nav-center-aligned .navbar-toggle{
  border: 0;
}

nav.nav-center-aligned .navbar-toggle:focus, 
nav.nav-center-aligned .navbar-toggle:hover{
  background: transparent;
}

nav.nav-center-aligned .menu-sign{
  color: #6D6E71; 
  font-size: 16px; 
  font-weight: 700;
}

nav.nav-center-aligned .menu-sign img{
  margin-left: 10px;
}

nav.nav-center-transparent .navbar-header .navbar-brand{
  background: #f4593b;
  height: 120px;
  margin: 0;
  border-radius: 0 0 4px 4px;
}

/* Camera Frame*/
  
.camera-frame{
  position: absolute;
}

.camera-frame span{
  position: fixed;
  display: block;
  height: 75px;
  width: 75px;
}

.camera-frame span:nth-child(1){
  background: transparent;
  border-left: 1px solid #00BCE3;
  border-top: 1px solid #00BCE3;
  top: 30px;
  left: 30px;
}

.camera-frame span:nth-child(2){
  background: transparent;
  border-left: 1px solid #00BCE3;
  border-bottom: 1px solid #00BCE3;
  bottom: 30px;
  left: 30px;
}

.camera-frame span:nth-child(3){
  background: transparent;
  border-right: 1px solid #00BCE3;
  border-top: 1px solid #00BCE3;
  top: 30px;
  right: 30px;
}

.camera-frame span:nth-child(4){
  background: transparent;
  border-right: 1px solid #00BCE3;
  border-bottom: 1px solid #00BCE3;
  bottom: 30px;
  right: 30px;
}

/*Scroll*/

.scroll{
  position: fixed;
  left: 30px;
  color: #00bce3;
  top: 50%;
  display: inline-block;
  transform: rotate(270deg);
}

.scroll p{
  position: relative;
}

.scroll p::after{
  content: "";
  background: #00bce3;
  position: absolute;
  height: 1px;
  width: 100px;
  left: 0;
  top: 50%;
  transform: translateX(-110%) translateY(-50%);
}

/*Social Links*/

.social-links{
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.social-links ul.follow{
  margin: 0; 
  padding: 0;
  text-align: center;
}

.social-links ul.follow li{
  list-style: none;
  display: block;
  background: #00bce3;
  margin: 5px 0;
  width: 30px;
  height: 30px; 
  border-radius: 50%;
}

.social-links ul.follow li a{
  color: #fff;
  line-height: 30px;
}
  
.social-links ul.follow li a:hover,  
.social-links ul.follow li a:active,
.social-links ul.follow li a:focus{
  color: #000000;
  transition: 1s all;
}
  
/*--------------------------------------------------------------
2. Spacing
----------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .st-height-b0 {
    height: 0px;
  }
  .st-height-b5 {
    height: 5px;
  }
  .st-height-b10 {
    height: 10px;
  }
  .st-height-b15 {
    height: 15px;
  }
  .st-height-b20 {
    height: 20px;
  }
  .st-height-b25 {
    height: 25px;
  }
  .st-height-b30 {
    height: 30px;
  }
  .st-height-b35 {
    height: 35px;
  }
  .st-height-b40 {
    height: 40px;
  }
  .st-height-b45 {
    height: 45px;
  }
  .st-height-b50 {
    height: 50px;
  }
  .st-height-b55 {
    height: 55px;
  }
  .st-height-b60 {
    height: 60px;
  }
  .st-height-b65 {
    height: 65px;
  }
  .st-height-b70 {
    height: 70px;
  }
  .st-height-b75 {
    height: 75px;
  }
  .st-height-b80 {
    height: 80px;
  }
  .st-height-b85 {
    height: 85px;
  }
  .st-height-b90 {
    height: 90px;
  }
  .st-height-b95 {
    height: 95px;
  }
  .st-height-b100 {
    height: 100px;
  }
  .st-height-b105 {
    height: 105px;
  }
  .st-height-b110 {
    height: 110px;
  }
  .st-height-b115 {
    height: 115px;
  }
  .st-height-b120 {
    height: 120px;
  }
  .st-height-b125 {
    height: 125px;
  }
  .st-height-b130 {
    height: 130px;
  }
  .st-height-b135 {
    height: 135px;
  }
  .st-height-b140 {
    height: 140px;
  }
  .st-height-b145 {
    height: 145px;
  }
  .st-height-b150 {
    height: 150px;
  }
  .st-height-b155 {
    height: 155px;
  }
  .st-height-b160 {
    height: 160px;
  }
  .st-height-b165 {
    height: 165px;
  }
  .st-height-b170 {
    height: 170px;
  }
  .st-height-b175 {
    height: 175px;
  }
  .st-height-b180 {
    height: 180px;
  }
  .st-height-b185 {
    height: 185px;
  }
  .st-height-b190 {
    height: 190px;
  }
  .st-height-b195 {
    height: 195px;
  }
  .st-height-b200 {
    height: 200px;
  }
  .st-height-b205 {
    height: 205px;
  }
  .st-height-b210 {
    height: 210px;
  }
}

@media screen and (max-width: 991px) {
  .st-height-lg-b0 {
    height: 0px;
  }
  .st-height-lg-b5 {
    height: 5px;
  }
  .st-height-lg-b10 {
    height: 10px;
  }
  .st-height-lg-b15 {
    height: 15px;
  }
  .st-height-lg-b20 {
    height: 20px;
  }
  .st-height-lg-b25 {
    height: 25px;
  }
  .st-height-lg-b30 {
    height: 30px;
  }
  .st-height-lg-b35 {
    height: 35px;
  }
  .st-height-lg-b40 {
    height: 40px;
  }
  .st-height-lg-b45 {
    height: 45px;
  }
  .st-height-lg-b50 {
    height: 50px;
  }
  .st-height-lg-b55 {
    height: 55px;
  }
  .st-height-lg-b60 {
    height: 60px;
  }
  .st-height-lg-b65 {
    height: 65px;
  }
  .st-height-lg-b70 {
    height: 70px;
  }
  .st-height-lg-b75 {
    height: 75px;
  }
  .st-height-lg-b80 {
    height: 80px;
  }
  .st-height-lg-b85 {
    height: 85px;
  }
  .st-height-lg-b90 {
    height: 90px;
  }
  .st-height-lg-b95 {
    height: 95px;
  }
  .st-height-lg-b100 {
    height: 100px;
  }
  .st-height-lg-b105 {
    height: 105px;
  }
  .st-height-lg-b110 {
    height: 110px;
  }
  .st-height-lg-b115 {
    height: 115px;
  }
  .st-height-lg-b120 {
    height: 120px;
  }
  .st-height-lg-b125 {
    height: 125px;
  }
  .st-height-lg-b130 {
    height: 130px;
  }
  .st-height-lg-b135 {
    height: 135px;
  }
  .st-height-lg-b140 {
    height: 140px;
  }
  .st-height-lg-b145 {
    height: 145px;
  }
  .st-height-lg-b150 {
    height: 150px;
  }
  .st-height-lg-b155 {
    height: 155px;
  }
  .st-height-lg-b160 {
    height: 160px;
  }
  .st-height-lg-b165 {
    height: 165px;
  }
  .st-height-lg-b170 {
    height: 170px;
  }
  .st-height-lg-b175 {
    height: 175px;
  }
  .st-height-lg-b180 {
    height: 180px;
  }
  .st-height-lg-b185 {
    height: 185px;
  }
  .st-height-lg-b190 {
    height: 190px;
  }
  .st-height-lg-b195 {
    height: 195px;
  }
  .st-height-lg-b200 {
    height: 200px;
  }
  .st-height-lg-b205 {
    height: 205px;
  }
  .st-height-lg-b210 {
    height: 210px;
  }
}


.main-header .nav-right .cart-box a:hover{

}

.main-header .nav-right .cart-box a span{
  position: absolute;
  display: inline-block;
  top: -13px;
  right: 0px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 6px 5px 2px #d4e6df;
}

.menu-area {
  position: relative;
}


/*==================================================
Intro Section
==================================================*/

#intro{
  background: url(../media/designer/23.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
}

#intro::after{
  content: "";
  background: rgba(0, 181, 204, .3);
  position: absolute;
  width: 335px;
  height: 60px;
  left: 50%;
  bottom: -60px;
}

h1.name{
  display: inline-block;
  background : rgba(0, 181, 204, .3);
  padding: 10px 20px; 
  font-family: "Ailerons";
  font-size: 210px;
  color: rgba(255,255,255, .9);
  text-align: center;
}

.my-info h3{
  display: inline-block;
  background-color: rgba(0, 181, 204, .3);
  padding: 10px 20px; 
  font-family: "Ailerons";
  color: #fff;
}

.blue-box{
  background: rgba(0, 181, 204, .0);
  height: 100%;
  width: 335px;
  position: absolute;
  left: 50%;
}


/*Positioning the Hover Scene Layers*/

ul#scene{
  padding: 0;
  text-align: center;
  margin: 0;
}

ul#scene li{
  position: relative;
  width: 100%;
  height: 100%;
}

ul#scene li img{
  margin: auto;
}

ul#scene li:nth-child(4) img{
  position: absolute; 
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
}

ul#scene li:nth-child(5) img{
  position: absolute; 
  left: 0;
  right: 0;
  margin: auto;
  top: 60px;
}

ul#scene li:nth-child(6) .my-info{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 150px;
}

ul#scene li:nth-child(7) img{
  position: absolute; 
  left: 0;
  right: 0;
  margin: auto;
  bottom: 120px;
  z-index: 10;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0;
  left: 0;
}

#background-wrap {
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  opacity: 0.1;
}

/* KEYFRAMES */
@-webkit-keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}
@keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

/* ANIMATIONS */
.x1 {
  -webkit-animation: animateBubble 25s linear infinite,
 sideWays 2s ease-in-out infinite alternate;
          animation: animateBubble 25s linear infinite,
 sideWays 2s ease-in-out infinite alternate;
  left: -5%;
  top: 5%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.x2 {
  -webkit-animation: animateBubble 20s linear infinite,
 sideWays 4s ease-in-out infinite alternate;
          animation: animateBubble 20s linear infinite,
 sideWays 4s ease-in-out infinite alternate;
  left: 5%;
  top: 80%;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}

.x3 {
  -webkit-animation: animateBubble 28s linear infinite,
 sideWays 2s ease-in-out infinite alternate;
          animation: animateBubble 28s linear infinite,
 sideWays 2s ease-in-out infinite alternate;
  left: 10%;
  top: 40%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.x4 {
  -webkit-animation: animateBubble 22s linear infinite,
 sideWays 3s ease-in-out infinite alternate;
          animation: animateBubble 22s linear infinite,
 sideWays 3s ease-in-out infinite alternate;
  left: 20%;
  top: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}

.x5 {
  -webkit-animation: animateBubble 29s linear infinite,
 sideWays 4s ease-in-out infinite alternate;
          animation: animateBubble 29s linear infinite,
 sideWays 4s ease-in-out infinite alternate;
  left: 30%;
  top: 50%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.x6 {
  -webkit-animation: animateBubble 21s linear infinite,
 sideWays 2s ease-in-out infinite alternate;
          animation: animateBubble 21s linear infinite,
 sideWays 2s ease-in-out infinite alternate;
  left: 50%;
  top: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.x7 {
  -webkit-animation: animateBubble 20s linear infinite,
 sideWays 2s ease-in-out infinite alternate;
          animation: animateBubble 20s linear infinite,
 sideWays 2s ease-in-out infinite alternate;
  left: 65%;
  top: 70%;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}

.x8 {
  -webkit-animation: animateBubble 22s linear infinite,
 sideWays 3s ease-in-out infinite alternate;
          animation: animateBubble 22s linear infinite,
 sideWays 3s ease-in-out infinite alternate;
  left: 80%;
  top: 10%;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}

.x9 {
  -webkit-animation: animateBubble 29s linear infinite,
 sideWays 4s ease-in-out infinite alternate;
          animation: animateBubble 29s linear infinite,
 sideWays 4s ease-in-out infinite alternate;
  left: 90%;
  top: 50%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.x10 {
  -webkit-animation: animateBubble 26s linear infinite,
 sideWays 2s ease-in-out infinite alternate;
          animation: animateBubble 26s linear infinite,
 sideWays 2s ease-in-out infinite alternate;
  left: 80%;
  top: 80%;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}

/* OBJECTS */
.bubble {
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px white;
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px white;
  height: 200px;
  position: absolute;
  width: 200px;
}

.bubble:after {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=1);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  content: '';
  height: 180px;
  left: 10px;
  position: absolute;
  width: 180px;
}

/* Reduce motion and disable animated backgrounds when user prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  #background-wrap { display: none !important; }
  .bubble { animation: none !important; -webkit-animation: none !important; }
  .pulse { animation: none !important; -webkit-animation: none !important; }
  .element-scroll-parallax { display: none !important; }
}

/* Additional mobile optimizations for low-end devices */
@media (max-width: 767px) {
  #particles-js { display: none !important; }
  .ripple { background: none !important; }
  .element-scroll-parallax { display: none !important; }
}

.st-to-right {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .st-hero-wrap {
    height: initial;
  }
  .st-hero-wrap .st-hero-img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .st-hero.st-style2 h1 {
    font-size: 40px;
  }
  .st-hero.st-style2 p {
    font-size: 16px;
  }
  .st-hero.st-style2 p br {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .st-hero.st-style1 {
    height: 580px;
  }
  .st-hero.st-style1 .st-hero-text h1 {
    font-size: 90px;
  }
}


/*==================================================
About Section
==================================================*/

#about{
  padding-bottom: 120px;
}

/*My Photo*/

.photo-block{
  text-align: center;
}

.photo-block .photo{
  text-align: center;
  position: relative;
  z-index: -10;
}

.photo-block .photo img.photo-frame{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
}

.photo-block .photo img.my-photo{
  width: 320px;
  margin: auto;
  position: relative;
}

/*Social Links*/

.photo-block ul.social-link{
  margin: -20px 0 0;
  z-index: 10;
}

.photo-block ul.social-link a img {
  transform: scale(1);
  transition: 1s;
}

.photo-block ul.social-link li:first-child img,
.photo-block ul.social-link li:last-child img{
  margin-top: -20px;
}

.photo-block ul.social-link a:hover img {
  transform: scale(1.2);
  transition: 1s;
}

/*Action buttons*/

.text-me ul.actions{
  margin-top: 40px;
}

.text-me ul.actions li button{
  min-width: 170px;
}

/*Positioning the Parallax Elements*/

#about .photo-block ul.element-scroll-parallax li:nth-child(1){
  left: -10px;
  right: 0;
  top: -50px;
  z-index: -1;
  margin:auto;
}


/*==================================================
Services Section
==================================================*/

/*Service bg*/

.service-background .violate{
  height: 780px;
  width: 40%;
  background-image: radial-gradient( circle 490.7px at 3.1% 31.8%,   rgba(48,207,208,1) 52.2%, rgba(0,165,198,1) 91.8% );
  position: absolute;
  left: 0;
  z-index: 100;
}

.service-background .violate::after{
  content: "";
   border-color: rgba(0,165,198,1) transparent transparent;
   border-style: solid;
   border-width: 780px 200.5px 0 0;
   position: absolute;
   top: 0;
   right: -200px;
   z-index: 100;
}

.service-background .dark{
  height: 675px;
  width: 72%; 
  bottom: -20px;
  background: linear-gradient(120deg, #000000 0.000%, #000000 50.000%, #002712 100.000%);
  position: absolute;
  right: 0;
  float: right;
  position: relative;
  margin-top: 80px;
  z-index: -100;
}

.service-background .dark::after{
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 675px 193px 0px 0px;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}

/*Service Contents*/

.service-contents{
  position: absolute;
  top: 180px;
  z-index: 100;
  width: 100%;
}

.service-contents .service-item{
  margin-bottom: 50px;
}

.service-contents .service-item span.service-icon{
  float: left;
  color: #00BCE3;
  font-size: 50px;
  margin-top: -10px;
}

.service-contents .service-item .item-info{
  margin-left: 70px;
}


/*Positioning the Parallax Elements*/

#services ul.element-scroll-parallax li:nth-child(1){
  left: 45%;
}

#services ul.element-scroll-parallax li:nth-child(2){
  right: 0;
  bottom: 0;
}

#services ul.element-scroll-parallax li:nth-child(3){
  right: 0;
  bottom: 0;
  z-index: -2;
}

#services ul.element-scroll-parallax li:nth-child(4){
  right: 3%;
  top: 2%;
  z-index: -1;
}


/*==================================================
Footer
==================================================*/

#footer{
  background: linear-gradient(90deg, #000000 0.000%, #000000 50.000%, #002712 100.000%);
  position: relative;
}

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

form.contact-form .form-group{
  margin-bottom: 30px;
}

form.contact-form .form-group .form-control{
  border-bottom: 2px solid rgba(0,165,198, .2);
}

#footer button.btn-more{
  width: 100%;
}

.contact-info{
  background-image: linear-gradient( -60.4deg,  rgba(0,6,10,1) 1%, rgba(0,165,198,1) 91.4% );
  height: 750px;
  width: 100%;
  position: relative;
  top: -180px;
  padding: 220px 40px;
  color: #fff;
}

.contact-info .contact-detail{
  position: relative;
  padding-left: 30px;
  border-left: 2px solid #191919;
}

.contact-info .contact-detail .reach{
  margin-bottom: 30px;
}

ul.social-icons{
  margin-left: 30px;
}

ul.social-icons li{
  background: transparent;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 3px;
  text-align: center;
}

ul.social-icons li a{
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

ul.social-icons li a:hover{
  color: #00BCE3;
  transition: all 1s;
}

/*Positioning Parallax Elements*/

#footer ul.element-scroll-parallax li:nth-child(1){
  left: 0;
}

#footer ul.element-scroll-parallax li:nth-child(2){
  right: 8%;
  bottom: 10%;
}

#footer ul.element-scroll-parallax li:nth-child(3){
  right: 50%;
  bottom: 5%;
}


/*==================================================
 Media Queries
==================================================*/ 

@media only screen and (max-width : 1600px) {
  .service-background .violate{width: 38%;}
}

@media only screen and (max-width : 1500px) {
  .service-background .violate{width: 37%;}
}


/*==================================================
 CSS for width 991px
==================================================*/ 

@media only screen and (max-width : 991px) {
   
  /* Intro Section-----------------------------------------------------------------------------------------------------------------------------------*/
  h1.name{font-size: 150px;}
    
  /* About Section-----------------------------------------------------------------------------------------------------------------------------------*/
  #about{text-align: center;}
   
  /* Services Section -----------------------------------------------------------------------------------------------------------------------------------*/
  #services{background: linear-gradient(90deg, #000000 0.000%, #000000 50.000%, #002712 100.000%);; padding-bottom: 80px;}
  #services .service-contents{position: relative; top: 0;}
  #services .service-contents .col-md-4{margin-bottom: 50px;}    

 /* Fixed Section -----------------------------------------------------------------------------------------------------------------------------------*/ 
  
 .camera-frame span{width: 40px;height: 40px;}

      
  /* Footer -----------------------------------------------------------------------------------------------------------------------------------*/
  .contact-info{top: 0;}
  
}


/*==================================================
 CSS for width 767px
==================================================*/ 

@media only screen and (max-width : 767px) {
  
  nav.nav-center-aligned .navbar-collapse{text-align: left;}
  nav.nav-center-aligned .navbar-nav li::after{content: none;}
  nav.nav-center-aligned .navbar-collapse{max-height: 100%;}
  nav.nav-center-transparent .navbar-header .navbar-brand{height: 90px; padding-top: 10px;}

  
  /* Intro Section -----------------------------------------------------------------------------------------------------------------------------------*/
  #intro::after{left: 0; right: 0; margin: auto;}
  h1.name{font-size: 100px;}
  ul#scene li:nth-child(4) img{width: 450px;}
  .blue-box{left: 0; right: 0; margin: auto;}
  
  /* Folio Section -----------------------------------------------------------------------------------------------------------------------------------*/
  #folio #portfolio{
    margin: 1rem 0;
    -webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
  } 
  
   
}


/*==================================================
 CSS for width 480px
==================================================*/ 

@media only screen and (max-width : 480px) {
  
  /* Intro Section -----------------------------------------------------------------------------------------------------------------------------------*/
  #intro::after{width: 150px;}
  .blue-box{width: 150px;}
  h1.name{font-size: 50px;}
  ul#scene li:nth-child(4) img{width: 250px;}
  ul#scene li:nth-child(6) .my-info{bottom: 50px;}
  
  /* About Section -----------------------------------------------------------------------------------------------------------------------------------*/
  .photo-block .photo img.my-photo{width: 220px;}
  .photo-block .photo img.photo-frame{width: 260px; top: -20px;}
  .photo-block ul.social-link li{padding: 0;}
    
  /* Portfolio Section -----------------------------------------------------------------------------------------------------------------------------------*/
  ul.folio-menu li{display: block; text-align: left;}
  ul.folio-menu li::after{content: none;}
  #folio #portfolio{
    margin: 1rem 0;
    -webkit-column-count: 1; 
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
  }
}


/*==================================================
 Preloader CSS
==================================================*/ 

.preloader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 9999999;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #00BCE3;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}



/*====================================================================================The End====================================================================================*/

/*==================================================
  Buy Now Button
==================================================*/

.btn-buy{
  background-image: radial-gradient( circle 490.7px at 3.1% 31.8%,   rgba(48,207,208,1) 52.2%, rgba(0,165,198,1) 91.8% );
  padding: 10px 30px;
  position: fixed;
  bottom: 40px; 
  right: 37px;
  color: #ffffff;
  font-weight: 700;
  font-style: italic;
  box-shadow: 0 5px 20px rgba(0,0,0, .2);
  z-index: 999;
}

.btn-buy:hover,
.btn-buy:active,
.btn-buy:focus{
  color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0, .3);
  transition: all 1s;
}

.btn-buy .italy{
  font-size: 13px;
  font-style: italic;
  margin-right: 5px;
  color: #fff;
}

.btn-buy .price{
  position: relative;
  margin-left: 15px;
  color: #ffffff;
}

.btn-buy .price::before{
  content: "";
  background: rgba(255,255,255, .9);
  height: 15px;
  width: 1px;
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
}




