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

// Table of contents //

        Body
    0.  Typography
    1.  Buttons
    2.  General
    3.  Preloader
    4.  Navigation section
    5.  Home section
    6.  About section
    7.  Counter section
    8.  Resume section
    9.  Work section
    10. Contact section
    11. Footer
    12. Mobile Responsive styles

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

@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');

body {
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
}


/*---------------------------------------
    0 Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: bold;
}

h1 {
  color: #3d3d3f;
  font-size: 65px;
  letter-spacing: -1px;
}

h2 {
  color: #3d3d3f;
  font-size: 40px;
  line-height: 52px;
  margin-top: 0px;
}

h3 {
  color: #ff005e;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

h3 img {
  width: 450px;
}

h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

h5 {
  letter-spacing: 0.5px;
}

p {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
}



/*---------------------------------------
    1 Buttons               
-----------------------------------------*/

.btn-success:focus {
  background-color: #000;
  color: #ffffff;
}

.btn {
  background: rgba(78, 78, 78, 0.58);
}

.btn-default {
  background: #ff005e !important;
  color: #ffffff !important;
  font-weight: bold;
}

.section-btn {
  border: none;
  border-radius: 100px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.6px;
  padding: 16px 28px;
  margin-top: 22px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  text-transform: uppercase;
  margin-right: 14px;
    font-weight: bold;

}

.section-btn:focus,
.section-btn:hover {
  background: #3d3d3f;
  color: #ffffff;
}



/*---------------------------------------
    2 General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #ff005e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #ff005e;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

.section-title {
  margin: 0;
  padding-bottom: 62px;
}

#work,
#about,
#counter,
#resume,
#contact {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

#about,
#counter,
#contact {
  text-align: center;
}



/*---------------------------------------
    3 Preloader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-wordpress.sk-spinner {
  border-radius: 100px;
  width: 38px;
  height: 38px;
  position: relative;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite; 
}

.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #ff005e;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px; 
}

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }



/*---------------------------------------
    4 Navigation section              
-----------------------------------------*/

.custom-navbar {
    border: none;
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 18px 0px;
}

.custom-navbar .navbar-brand {
    color: #444;
    font-weight: bold;
    margin-top: -5px;

}

.custom-navbar .nav li a {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    line-height: 40px;
    padding-right: 22px;
    padding-left: 22px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #ff005e;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ff005e;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ff005e;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 22px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: #ffffff;
        box-shadow:0 40px 100px rgba(0,0,0,.2);
        padding: 0px 0;
    }

}



/*---------------------------------------
    5 Home section              
-----------------------------------------*/

#home {
    background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
     align-items: center;
    height: 100vh;
    position: relative;
}



/*---------------------------------------
    6 About section              
-----------------------------------------*/

#about {
  padding-bottom: 120px;
}

#about .col-md-3 img {
  border-radius: 5px;
}

#about ul.about-profile,
#about .about-skill {
  padding-top: 20px;
}

#about ul.about-profile {
  padding-left: 20px;
}

#about ul.about-profile li {
  display: block;
  list-style: none;
  font-size: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#about ul.about-profile span {
  color: #000;
  font-weight: 600;
}

#about .about-skill strong,
#about .about-skill span {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 6px;
  display: inline-block;
}

#about .about-skill .progress {
  background: #f6f5f3;
  border-radius: 10px;
  box-shadow: none;
  height: 8px;
}

#about .about-skill .progress-bar-primary {
  background: #ff005e;
}



/*---------------------------------------
    7 Counter section              
-----------------------------------------*/

#counter {
    background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;
}

#counter {color: #ffffff; font-size: 40px;}



/*---------------------------------------
    8 Resume section              
-----------------------------------------*/

#resume h4 {
  font-size: 24px;
  font-weight: bold;
}

#resume .resume-year h4 {
  color: #ff005e;
}

#resume .resume-year span {
  color: #454545;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.5px;
}

#resume .resume-info sub {
  color: #555;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 8px;
}

#resume .resume-border-bottom {
  border-bottom: 1px solid #f9f9f9;
  margin: 42px 62px 42px 0px;
}



/*---------------------------------------
    9 Work section              
-----------------------------------------*/

#work {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

#work .work-thumb {
  border-radius: 2px;
  margin-bottom: 26px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#work .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#work .work-thumb img {
  border-radius: 2px;
}



/*---------------------------------------
    10 Contact section              
-----------------------------------------*/

#contact .form-control {
  border: 2px solid #f0f0f0;
  border-radius: 5px;
  box-shadow: none;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:focus {
  border-color: #3d3d3f;
}

#contact input {
  height: 55px;
}

#contact button#submit {
  background: #ff005e;
  border: none;
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
  height: 55px;
  padding-bottom: 10px;
}

#contact button#submit:hover {
  background: #3d3d3f;
  color: #ffffff;
}



/*---------------------------------------
    11 Footer section              
-----------------------------------------*/

footer {
    background: #f6f5f3;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

footer .footer-copyright p {
  color: #565656;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
}



/*---------------------------------------
    12 Mobile Responsive styles              
-----------------------------------------*/

@media (max-width: 980px) {





 h1 {font-size: 70px;}

 #about .about-skill {
  margin-top: 22px;
 }

}



@media (max-width: 768px) {


#home {
    background: url('../images/home-bg.jpg') no-repeat fixed !important;
    background-position: top center !important;
    background-size: 1200px 700px !important;
 }


  h1 {font-size: 65px;}

  .custom-navbar {background-color: #ffffff;box-shadow:0 40px 100px rgba(0,0,0,.2);}

  .custom-navbar .navbar-brand {line-height: 15px;    margin-top: -15px;}

  .custom-navbar .nav li a {line-height: 25px;}
#counter {color: #ffffff; font-size: 30px;}
h3 img {
  width: 300px;
}

  #about .about-profile {
    margin-top: 22px;
    
  }

}



@media (max-width: 580px) {

  h1 {font-size: 35px}

  h3 {
    font-size: 14px;
    letter-spacing: 4px;
  }

}

