/*
  Theme Name:Spire | Creative Agency HTML5 Responsive Template
  Theme URL: http://themewar.com/
  Author: ThemeWar
  Author URI: http://www.themewar.com
  Description: 
  Version: 1.0
*/

/*=======================================================================
[Table of contents]
=========================================================================

==========================================================================*/
/*============================ Header Section ============================*/
.headerArea{
    position: relative;
    height: 498px;
}
.headerArea img {
    height: 100%;
}
.logoContent{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.logo{
    width: 367px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 40px;
}
.logoContent p {
    color: #fff;
    font-family: Montserrat;
    font-size: 23px;
    font-weight: 400;
}
.logoContent > a {
    background: #2a7aff none repeat scroll 0 0;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    color: #fff;
    display: block;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    height: 65px;
    margin: 50px auto 0;
    padding-top: 16px;
    width: 230px;
    text-transform: capitalize;
}
.logoContent > a:hover {
    background: #304ffe;
}
.logoContent a i{
    color: #fff;
    float: left;
    font-size: 27px;
    margin-left: 45px;
    margin-right: 25px;
}
.logoContent a span{
    float: left;
    padding-top: 10px;
}
.singleDemo{
    position: relative;
}
.singleDemo img{
    border-radius: 5px;
}
.overlay{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(94,104,206,.14);
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.demoDesc {
    margin-bottom: 100px;
}
.demoDesc h4 {
    color: #34374c;
    font-size: 21px;
    padding: 24px 0 7px;
}
.demoDesc p {
    color: #acacac;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}
.viewBtn {
    position: relative;
    margin-top: 24px;
}
.viewBtn:before{
    background: #d1d1d1 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 32px;
    width: 100%;
}
.demoDesc a {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    z-index: 2;
}
.demoDesc a span {
    background: #5a68ce;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 65px;
    margin: 0 auto;
    padding-top: 23px;
    width: 120px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.demoDesc a span:hover {
  background: #3b448f;
}
.logoImg{
    margin-right: 18px;
}
/*============================ Footer Section ============================*/
.footerArea{
    padding: 71px 0 89px;
    background: #f9f9ff;
}
.footerMenu li{
    display: block;
}
.footerMenu li a{
    display: inline-block;
    color: #4a4f6d;
    font-size: 16px;
    font-weight: 300;
    font-family: Lato;
    margin: 3px 0;
    padding: 6px 17px 9px;
    border-radius: 5px;
    background: transparent;
}
.footerMenu li a:hover,
.footerMenu li a:focus{
    background: #5a68ce;
    color: #fff;
}
.footerArea h4{
    color: #3f4360;
    font-size: 25px;
    margin-top: 2px;
    padding-bottom: 25px;
}
.footerAbout p{
    color: #3f4360;
    font-size: 16px;
    line-height: 1.5625;
}
.footerSocial h4{
    padding-bottom: 38px;
}
.footerSocial ul li{
    display: inline-block;
    padding-right: 29px;
}
.footerSocial ul li a{
    color: #5a68ce;
    font-size: 20px;
    display: inline-block;
}
.footerSocial ul li:last-child{
    padding-right: 0;
}
.footerSocial ul li a:hover,
.footerSocial ul li a:focus{
    color: #5ed7b9;
}
.footerSubScribe{
    position: relative;
    margin-top: 60px;
}
.footerSubScribe input{
    background: #f9f9ff none repeat scroll 0 0;
    border: 1px solid #b4bae8;
    border-radius: 5px;
    color: #7c7f91;
    font-family: Lato;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0 12px 21px;
    width: 100%;
}
.footerSubScribe button{
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #5a68ce;
    font-size: 36px;
    left: auto;
    position: absolute;
    right: 15px;
    top: 2px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.footerSubScribe button:hover{
    color: #65e9c8;
}
.footerSubScribe button .fa.fa-spinner.fa-spin{
    font-size: 20px;
    position: relative;
    top: -6px;
}
/*============================ Copyright Section ============================*/
.copyRight{
    background: #fff;
    padding: 30px 0;
    position: relative;
}
.copyText{
    margin-right: 220px;
}
.copyText p{
    color: #9c9c9c;
    font-size: 14px;
    line-height: 1.5;
}
.copyText p a{
    color: #9c9c9c; 
}
.copyText p a:hover{
    color: #5a68ce; 
}
.footerLogo h1{
    margin-top: 4px;
}
.footerLogo h1 a{
    color: #5a68ce;
    font-size: 42px;
    text-transform: capitalize;
}
#backTo {
    color: #5a68ce;
    font-size: 35px;
    position: absolute;
    right: 90px;
    top: 7px;
}
#backTo:hover{
    color: #65e9c8;
}