
body {
		background: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    position: relative;
}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}

.navimg{
	width:8%; height: 8%; margin-right: 85%;
}


h1,h2,h3,h4,h6{
  font-family: 'Raleway', sans-serif;
  
  letter-spacing: 0.3rem;
  
}

h1 {
	font-family: 'Gotu', sans-serif;
	
  color: #fd90a7;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
   font-weight: bold;
}

h2 {
	
  color: #ffff;
  font-size: 1rem;
}

h3 {
  font-weight: bold;
  color: #f36e8c;
  font-size: 16px;
  letter-spacing: 4px;
  
}

h5 {
	
  font-weight: 400;
  letter-spacing: 1px;
}

h6 {
	font-family: 'Gotu', sans-serif;
  color: #fd90a7;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
  
}

p {
  
  font-size: 16px;
  line-height: 28px;
  word-spacing: 1px;
  letter-spacing: 1px;
}

.hi, .hi1, .hi2{
	
	line-height: 60px;
	    word-spacing: 0px; 
    letter-spacing: 0px;
}

.hi, .hi1{
	font-family: 'Raleway', sans-serif;
	color:#0F1DD8;
	font-weight: 900;
}

.hi{
	font-size: 50px;
	
}
.hi2{
	font-family: 'Gotu', sans-serif;
	font-size: 30px;
	color:#0f1dd9;
}

.hi1{
	font-size: 80px;

}

.intro{
	    margin-top: 10%;
}

.bttn{
	font-family: 'Gotu', sans-serif;
	display: flex;
    list-style: none;
    margin-left: -10%;
}

.bttn li{
	padding: 10px;
}
.contactbtn{
	 transition: all 0.4s ease-in-out;
    border-color: #0f1dd9;
    color: #0f1dd9;
    border-style: solid;
    border-radius: 8px;
    border-width: 0.15vw;
    padding: 0.5vw;
    font-size: 1.3vw;
}


.intro a:hover{
	color: #f1d9de;
	background-color: #0f1dd9;
}


a {
  outline: none;
  text-decoration: none;
}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

img {
  width: 100%;
  max-width: 100%;
}

.mygif{
	width:40%; height: 40%;
}

.nav-container,
nav {
  overflow: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

nav a {
  color: #333333;
}

.navbar {
  background: transparent;
  height: 94px;
  max-height: 94px;
  margin: 0;
  border-radius: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.brand {
  float: left;
  padding: 30px 0 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}
.brand a {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  opacity: 1;
  text-decoration: none;
}

.navicon {  
  position: relative;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 0 0;
}

nav ul {
  display: inline-block;
}

nav ul.right {
  float: right;
  right: 0
}

#nav-menu a {
  font-weight: 300;
  font-size: 26px;
  color: #0E1DD8;
  text-transform: uppercase;

  font-family: 'Open Sans Condensed', sans-serif;
}

#nav-menu li {
  list-style: none;
  padding: 6px;

}

.nav-text-light a {
  color: #ffffff;
}

.sticky .nav-text-light a {
  color: #555555;
}

.sticky nav.nav-inner .navbar {
  height: 70px;
  max-height: 70px;
  margin: 0;
  background: #ffffff;
}

.sticky nav.transparent .navbar {
  background: transparent;
}

html { 

}


/* Slideshow container */

.slideshow-container {

  position: relative;
  margin: auto;
}


/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position:absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color:rgba(0, 0, 0, 0.31);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}






@media all and (max-width: 990px) {
  .nav-text-light a {
    color: #555555;
  }
  .nav-inner {
    background: #ffffff;
  }
  .transparent {
    background: transparent;
  }
  .navicon {
    padding-right: 10px;
  }
  nav ul.right {
  float: left;
  }
}

a.icon {
  font-size: 32px;
  padding-right: 20px;
}

.intro-inner {  
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.close {
  font-family: inherit;
  font-size: 32px;
  font-weight: 300;
  text-shadow: none;
}
.close:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

.circle {
  width: 45px;
  height: 45px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
  z-index: 99;
  padding: 4px 0 0;
}

.circle i {
  font-size: 36px;
  color: #0E1DD8;
}

.circle.dark {
  border-color: #292929;
}

.circle.dark:before {
  border-color: transparent transparent transparent #292929;
}

.circle.large {
  height: 120px;
  width: 120px;
  margin-top: -60px;
  margin-left: -60px;
}

.circle.large:before {
  margin-top: -18px;
  margin-left: -10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 31.0px;
  border-color: transparent transparent transparent #ffffff;
}

.circle.large.dark:before {
  border-color: transparent transparent transparent #292929;
}

.circle.inline {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  z-index: 0;
}

@media all and (max-width: 767px) {
  .circle.large {
    width: 90px;
    height: 90px;
    margin-top: -45px;
  }
  .circle.large:before {
    margin-top: -14px;
    margin-left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25.0px;
    border-color: transparent transparent transparent #fff;
  }
}

.list-menu {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: #f7e0e2f7;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  opacity: 0;
  z-index: -1;
}

.list-menu.reveal-modal {
  opacity: 1;
  z-index: 999999;
  visibility: visible;
}

.list-menu .ion-close-round {
  font-size: 31px;
  position: absolute;
  top: 32px;
  right: 32px;
  color: #0E1DD8;
  cursor: pointer;
}



/* header section styles
/* ========================================== */
#header {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  text-align: center;
  
  padding-bottom: 100px;
}

#header {
  background-size: cover;
  padding: 62px 20px 62px 20px;
}

.face{

	display: flex;
	text-align: left;
	margin-left:10%;
}


.header-one .header-thumb,
.header-two .header-thumb,
.header-three .header-thumb,
.header-four .header-thumb,
.header-six .header-thumb, 
.header-seven .header-thumb {
  padding: 32px 20px 32px 20px !important;
}

.header-two,
.header-three, .header-four,
.header-five, .header-seven, .header-six, .header-seven, .header-eight, .header-nine, .header-ten {
  height: 60vh !important;
  min-height: 420px;
  padding-top: 120px !important;
}

.header-one {
  background-color: #f1d9de;
  height: 1vh !important;
  min-height: 700px;
  
}
.header-two {
  background: url('../images/header1.jpg') no-repeat;
  background-color:#555555f0;
  background-blend-mode: multiply;
}
.header-three {
  background: url('../images/header2.jpg') no-repeat;
    background-color:#555555f0;
  background-blend-mode: multiply;
}
.header-four {
  background: url('../images/header3.jpg') no-repeat;
    background-color:#555555f0;
  background-blend-mode: multiply;
}
.header-five {
  background: url('../images/header4.jpg') no-repeat;
    background-color:#555555f0;
  background-blend-mode: multiply;
}

.header-six {
  background: url('../images/header5.png') no-repeat;
    background-color:#555555f0;
  background-blend-mode: multiply;
}

.header-seven {
  background: url('../images/header6.jpg') no-repeat;
    background-color:#555555f0;
  background-blend-mode: multiply;
}

.header-eight {
  background: url('../images/header7.jpg') no-repeat;
    background-color:#555555f0;
  background-blend-mode: multiply;
}

.header-nine {
	  background: url('../images/header8.jpg') no-repeat;
    background-color:#555555f0;
  background-blend-mode: multiply;
}

.header-ten {
	  background: url('../images/illus/sisqu.JPG') no-repeat;
    background-color:#555555f0;
  background-blend-mode: multiply;
}


.zoom:hover{
   transform: scale(1.5);
   background-color: #e4e4e4;
}

.info-nav{
  position:sticky;
  margin-top: 2em;
  top:10em;
  right:0;
  padding:0px;
  line-height: 2em;
  background-color:white;
  display:inline-block;
  list-style-type:none;
  font-weight: 300;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.info-nav ul{
   list-style-type:none;

   padding:0;
}





#portfolio {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 6rem;
}

#portfolio img {
  width: 100%;
}

#portfolio .portfolio-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
} 

#portfolio .portfolio-thumb .portfolio-overlay {
  background: #141414;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
  opacity: 0.9;
}

#portfolio .portfolio-thumb .portfolio-overlay .portfolio-item {
    text-align: center;
    padding: 30% 20px 20px;
}

#portfolio .portfolio-thumb .portfolio-overlay .fa {
    background: #f9f9f9;
    border-radius: 100px;
    color: #141414;
    font-size: 1.3rem;
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    text-decoration: none;
    margin-bottom: 4px;
}


.filter-wrapper {
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #0d1dd8;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
border-bottom: 2px solid #FE91A7;
color:#FE91A7;
}


.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 25px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}


/* Projects styles
/* ========================================== */
#single-project {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

#single-project .project-info {
  padding-bottom: 10px;
}

#single-project img {
  padding-top: 14px;
}

.marvel-device{
  width:300px;
}












/* about section styles
/* ========================================== */
#about {
  padding-top: 5rem;
  padding-bottom: 8rem;
}

#about .col-md-4 {
  padding-top: 16px;
  padding-bottom: 32px;
}

#about img {
  padding-bottom: 20px;
}

#about blockquote {
  letter-spacing: 2px;
  margin-top: 20px;
}

/* blog & single post section styles
/* ========================================== */
#blog, 
#single-post {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

#blog .blog-thumb {
  padding-top: 60px;
  padding-bottom: 40px;
}

#blog .post-format,
#single-post .post-format {
  padding-bottom: 10px;
}

#blog .post-format span,
#single-post .post-format span {
  color: #888;
  font-weight: 400;
  letter-spacing: 1px;
  padding-right: 10px;
}

#blog .blog-thumb .btn {
  border-radius: 0px;
  padding: 10px 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 22px;
  transition: all 0.4s ease-in-out;
}
#blog .blog-thumb .btn:hover {
  background: #111112;
  border-color: transparent;
  color: #ffffff;
}

#single-post blockquote {
  margin-top: 32px;
  letter-spacing: 2px;
}

.post-image {
	margin: 25px 0px;
}

#single-post .blog-comment,
#single-post .blog-comment-form {
  margin-top: 62px;
}

#single-post .blog-comment h3,
#single-post .blog-comment-form h3 {
  padding-bottom: 20px;
}

#single-post .blog-comment .media {
  padding-bottom: 22px;
}

#single-post .blog-comment .media img {
  padding-right: 14px;
}

#single-post .blog-comment h4 {
  font-weight: 700;
}

#single-post .blog-comment-form .form-control {
  background: transparent;
  border: 1px solid #eee;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#single-post .blog-comment-form input[type="submit"] {
  background: #111112;
  border-color: transparent;
  color: #ffffff;
  height: 50px;
}



#contact {
  padding-top: 5rem;
  padding-bottom: 0rem;
     background-size:cover;
   
}


#contact .fa {
  font-size: 32px;
  padding-right: 10px;
}

#contact #map-canvas  {
  border: none;
  width: 100%;
  height: 300px;
  margin-top: 40px;
}

#contact .contact-form {
  padding-top: 14px;
}

#contact .form-control {
  background: transparent;
  border: 1px solid #eee;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #f0f0f0;
}

#contact textarea {min-height: 100px;}

#contact input {
	   
	    background: transparent;
	    border-color: #0e1cd9;
	        border-radius: 8px;
    border-style: solid;
}
#contact p{
	color:#0e1cd8;;
	
	
	font-size: 40px;
}

#contact input[type='text']:active {
	border-style: solid 1px #fd91a7;
	
}

#contact input[type='text']{
	padding-left: 10px;
	color:grey;
	    height: 5vw;
	        margin-top: 3vw;
}



#contact input[type='submit'] {
  background: #f7e0e000;
  color: #555555;
  font-size: 15px;
  width:60vw;
      height: 5vw;
  margin-left: 30%;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
  border-style: solid;
    border-color: #555555;
        line-height: normal;
}

#contact input[type='submit']:hover {
  background:#5d58eb;
  border-style:none;
  color:white;
}

.contact-submit {
	width: 50%;
}

#contact .col-md-4 {
  background: #fff;
  padding: 62px 0px 32px 42px;
  position: relative;
  bottom: -50px;
}

.form{
	   
	
	    font-size: 18px;
	        line-height: 7vw;
	        margin-bottom: 10%;
	     
}

#contact input[value]{
	
	font-size:15px;
	width: 60vw;
}



footer {
	background-image:url('../images/bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  
}



.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
}
.social-icon li a {
  border-radius: 100px;
  border: 1px solid transparent;
  color: #909090;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  padding: 0px;
  margin-top: 14px;
  margin-right: 8px;
  margin-left: 8px;
  position: relative;
  top: 0px;
}
.social-icon li a:hover {
  background: #ffffff;
}

/* Mobile styles
/* == */
@media (max-width: 980px) {

  .intro-inner {top: 30%;}

  #contact .col-md-4 {
    padding: 62px 20px 42px 32px;
  }

  #contact .col-md-4 p {
    font-size: 12px;
  }

  #contact #map-canvas {
    margin-bottom: 60px;
  }
}

#contact input[type='submit'] {
	
    margin-left: 0;
    color:white;
	background-color:#0e1cd9;
	border-style: none;
}



@media (max-width: 768px) {

  .brand {
    padding-left: 24px;
  }

  .header-one, .header-two,
  .header-three, .header-four,
  .header-five .header-six .header-seven {
    min-height: 600px;
	
  }

  #about .col-md-4,
  #single-project .col-md-3 {
    padding-bottom: 32px;
  }

}



#contact input[type='submit'] {
	color:white;
	
}

@media (max-width: 700px) {

  h1 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 13px;
    letter-spacing: 3px;
  }

  .filter-wrapper {
    padding: 0px;
  }

  #contact {
    padding-bottom: 4rem;
  }

  #contact .col-md-4 {
    padding: 32px 20px 22px 62px;
  }
  .contact-submit {
	width: 70%;
  }
  
  .navimg{
	      width: 30%;
    /* height: 15%; */
    margin-right: 20%;
  }

.mygif{
	width: 100%;
}

.hi, .hi1, .hi2{
	font-size: 20px;
	line-height: 20px;
}

.face{
	display: block;
	text-align: center;
	    margin-left: 10%;
}

intro{
	margin-top:0;
}

  .form input[type='text']{
	    margin-top: 5vw;
    padding: 5vw;
	
}

#contact input[type='submit'] {
	height: 10vw;
}

.bttn{display: none;}

}

@media (max-width: 450px) {
  .intro-inner {top: 50%;}
  #header{
	  padding:0;
  }

  
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 38px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}