/*
Template: Nayaran - HTML Template
Author: Salman Ahmed
Author URI: http://spinetheme.com/nayaran
Description:  Landing Page HTML5 Template.
Version: 1.0
*/

/*
=================================
|***  Table of contents:   ***|
=================================

1. General styles
2. Typography
3. Main Style CSS
*/


/* ----------------------------------------
   ----------- 1.GENERAL STYLES -----------
   ---------------------------------------- */
* {
  margin: 0;
  padding: 0;
}  
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
a:focus {
 outline: 0 solid
}
a {
   transition: all 0.3s ease 0s;
}
img {
 max-width: 100%;
 height: auto;
}
input::-moz-focus-inner {
    border: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
 -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a:hover {
  text-decoration: none;
  outline: none !important;
}
a:focus,
a:active {
  color: #66cc00;
  text-decoration: none;
  outline: none !important;
  border-color: #66cc00;
}
::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff;
}

/* ----------------------------------------
   -------------- 2.TYPOGRAPHY ------------
   ---------------------------------------- */

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Regular.woff2') format('woff2'),
        url('assets/fonts/Montserrat-Regular.woff') format('woff'),
        url('assets/fonts/Montserrat-Regular.ttf') format('truetype'),
        url('assets/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


h1,
h2,
h3,
h4,
h5,
h6,
a {
   font-family: 'Montserrat', sans-serif;
   margin: 0 0 10px;
   font-weight: 700;
   color: #fff;
   line-height: 1.5;
}
h1 {
  font-size: 45px;
  line-height: 70px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 0.04em;
}
h3 {
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
h4 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.025em;
}
p {
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.025em;
  font-size: 16px;
}
a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  outline: none !important;
  cursor: pointer;
  line-height: 28px;
}


/* ----------------------------------------
   ----------- 3.Main STYLES CSS -----------
   ---------------------------------------- */

body {
    background-color: #333;
    background-image: url("assets/img/big_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 11;
}
.section-padding {
    padding: 50px 0;
}
.header-logo-area {
    margin-bottom: 45px;
    position: relative;
}
.header-logo-area::after {
    background: #fff none repeat scroll 0 0;
    bottom: -45px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0.2;
    position: absolute;
    width: 100%;
}
.single-image-item {
    float: left;
    overflow: hidden;
    text-align: center;
    width: 14.2%;
}
.single-image-item img {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 160px;
    width: 160px;
}
.main-images-area {
  margin-top: 40px;
  overflow: hidden;
}
.middle-content-area {
    margin-bottom: 85px;
    margin-top: 120px;
}
.btn_mail_me {
    border: 1px solid #fff;
    border-radius: 50px;
    display: inline-block;
    margin: 0;
    padding: 10px 45px;
}
.email-btn {
    margin-top: 50px;
}
.single-c-item {
    display: inline-block;
    margin: 0 8px;
}
.email-btn i {
    display: inline-block;
    padding-right: 10px;
}
.btn_mail_me:hover {
    border: 1px solid #66cc00;
    color: #66cc00;
}
html::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.69;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

html, body {
  min-height: 100%;
  position: relative;
}












