/*************************************

Name: MDB css
Author: Monderiko D. Baxter

****************************************/

/*================================================
            Table of contents  
==================================================

1. PRELOADER
2. HEADER SECTION
3. ABOUT SECTION
4. SERVICES SECTION
5. PORTFOLIO SECTION
6. CONTACT SECTION
7. FOOTER SECTION

/*================================================
             1. PRELOADER
==================================================*/
.preloader {
     position: fixed;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background-color: #fff;
     z-index: 9999999;
}
.preloader .spinner {
     left: 50%;
     margin-left: -20px;
     margin-top: -20px;
     position: absolute;
     top: 50%;
}
.spinner {
     width: 40px;
     height: 40px;
     background-color: #2084e7;
     margin: 100px auto;
     -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
     animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
     0% {
         -webkit-transform: perspective(120px)
     }
     50% {
         -webkit-transform: perspective(120px) rotateY(180deg)
     }
     100% {
         -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
}
}
@keyframes sk-rotateplane {
     0% {
         transform: perspective(120px) rotateX(0deg) rotateY(0deg);
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
     }
     50% {
         transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
         -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
     }
     100% {
         transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
         -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}


/*================================================
             2. HEADER SECTION
==================================================*/
.home-header {
     background: linear-gradient( rgba(20, 20, 20, .5), rgba(20, 20, 20, .5)), url('../images/logo.jpg');
     height: 853px;
     background-size: cover;
	 background-position:center;
}
.navbar {
     background: none;
     border: medium none;
     border-radius: 0;
     margin-bottom: 0;
     padding-bottom: 33px;
     padding-top: 25px;
     z-index: 10001;
}
.navbar-right li {
     padding-bottom: 0;
     padding-top: 0px;
}
.navbar .navbar-right li a {
     color: #ffffff;
     font-family: "Signika", sans-serif;
     font-weight: 600;
     font-size: 15px;
     padding-top: 27px;
     padding-bottom: 10px;
     text-transform: uppercase;
     position: relative;
     display: block;
}
.navbar .navbar-right li a:hover{
	 background-color: none;
     color: #2084e7;
	 transition:1s;
	 -webkit-transition: all 0.5s ease-in-out;
	 -moz-transition: all 0.5s ease-in-out;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
     background-color: none;
     color: #2084e7;
}
.navbar-inverse .navbar-brand {
     border: 2px solid #2084e7;
     color: #fff;
     font-family: "Signika", sans-serif;
     font-size: 26px;
     font-weight: 600;
     margin-top: 10px;
     padding: 16px 35px;
     text-transform: uppercase;
     margin-bottom: 8px;
} 
.top-nav-collapse {
     background-color: #121111;
     padding-bottom: 10px;
     padding-top: 10px;
}
a:hover {
     text-decoration: none;
}
a:focus {
     outline: 0 solid;
}
.element {
     font-family: 'Signika', sans-serif;
     font-size: 60px;
     font-weight: 700;
     color: #fff;
     text-align: center;
     margin-top: 250px;
     margin-bottom: 30px;
	 position:relative;
}
.typed-cursor, .element {
     display: inline;
     font-weight: 700;
}
.header-text{
    margin-top: 250px;
	color: #fff;
	font-size: 60px;
	text-align: center;
}
.header-text h1 {
     font-family: 'Signika', sans-serif;
     font-size: 60px;
     font-weight: 700;
     color: #fff;
     text-align: center;
     margin-top: 250px;
     margin-bottom: 30px;
}
.header-text p {
     font-family: 'Roboto', sans-serif;
	 font-size: 16px;
     line-height: 28px;
     font-weight: 400;
     color: #fff;
     text-align:center;
     margin-top: 40px;
	 margin-bottom: 50px;
}
.header-text button {
     background: none;
     font-family: 'Signika', sans-serif;
     font-size: 32px;
     font-weight: 700;
     color: #444;
     display: block;
     margin: 0px auto;
     border: none;
     padding: 10px 30px;
	 border:1px solid #2084e7;
}
.header-text button:hover{
     background: #2084e7;
     font-family: 'Signika', sans-serif;
     font-size: 32px;
     font-weight: 700;
     color: #fff;
     display: block;
     margin: 0px auto;
     border: none;
     padding: 10px 30px;
	 border:1px solid #2084e7;
	 transition: all 0.5s ease-in-out;
	 -webkit-transition: all 0.5s ease-in-out;
	 -moz-transition: all 0.5s ease-in-out;
}

/*================================================
             3. ABOUT SECTION
==================================================*/
.about-section {
     background: #f4f7f9;
     padding-top: 50px;
     padding-bottom: 50px;
}
.about-heading h2 {
     color: #2084e7;
     font-size: 36px;
     font-family: 'Signika', sans-serif;
     font-weight: 600;
     text-align: center;
     text-transform: uppercase;
	 padding-bottom:0px;
}
.about-heading hr {
     border-top: 3px solid #2084e7;
     width: 5%;
     display: block;
     margin: 0px auto;
     padding-bottom: 70px;
}
.about-text p {
     color: #444;
	 font-size: 16px;
     line-height: 28px;
     font-family: 'Roboto', sans-serif;
     font-weight: 400;
     padding-bottom: 20px;
}
.about-text button{
	border:none;
	padding:8px 15px;
	color: #444;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	border:1px solid #2084e7;
	margin-right:20px;
}
.about-text button:hover{
	background:#2084e7;
	border:none;
	color: #fff;
	padding:8px 15px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	border:1px solid #2084e7;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
.about-text .social-icon{
	padding-top:30px;
}
.about-text .social-icon a i{
	color:#000;
	font-size:18px;
	padding-right:15px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
.about-text .social-icon a i:hover{
	color:#2084e7;
	font-size:18px;
	padding-right:15px;
}
.about-img img {
     padding-bottom: 40px;
	 float:right;
}

/*================================================
             4. SERVICES SECTION
==================================================*/
.service-section {
     padding-top: 50px;
     padding-bottom: 50px;
}
.service-heading h2 {
     color: #2084e7;
     font-size: 36px;
     font-family: 'Signika', sans-serif;
     font-weight: 600;
     text-align: center;
     text-transform: uppercase;
	 padding-bottom:0px;
}
.service-heading hr {
     border-top: 3px solid #2084e7;
     width: 5%;
     display: block;
     margin: 0px auto;
     padding-bottom:70px;
}
.service-icon i {
     float: left;
     font-size: 20px;
     color: #2084e7;
     border: 1px solid #2084e7;
     padding: 8px;
     border-radius: 20px;
     margin-top: 13px;
}
.service-content {
     padding-left: 55px;
}
.service-text h3 {
     color: #062033;
     font-size: 20px;
     font-family: 'Signika', sans-serif;
     font-weight: 600;
}
.service-text h3 span{
	 color:#2084e7;
}
.service-text p {
     color: #444;
	 font-size: 16px;
     line-height: 28px;
     font-family: 'Roboto', sans-serif;
     font-weight: 400;
     padding-bottom: 20px;
}

/*================================================
             5. PORTFOLIO SECTION
==================================================*/
.portfolio-section {
     background: #f4f7f9 none repeat scroll 0 0;
     padding-bottom: 50px;
     padding-top: 50px;
}
.portfolio-heading h2 {
     color: #2084e7;
     font-size: 36px;
     font-family: 'Signika', sans-serif;
     font-weight: 600;
     text-align: center;
     text-transform: uppercase;
	 padding-bottom:0px;
}
.portfolio-heading hr {
     border-top: 3px solid #2084e7;
     width: 5%;
     display: block;
     margin: 0px auto;
     padding-bottom: 70px;
}
.single-work {
     margin-bottom: 25px;
     overflow: hidden;
     padding: 0;
     position: relative;
     top: 0;
     transition: all 0.4s ease-in-out 0s;
}
.single-work img {
     border-radius: 0px;
     width: 100%;
     height: auto;
}
.single-work a {
     overflow: hidden;
     position: relative;
     display: block;
}
.portfolio-wrapper .mix{
	 display: none;
}
.itemHovernew {
     position: absolute;
     top: 0;
     width: 100%;
     height: 100%;
	 padding-top:18%;
     padding-right: 20px;
     opacity: 0;
     background: rgba(0, 0, 0, 0.85);
	 transition: all 0.5s ease-in-out;
	 -webkit-transition: all 0.5s ease-in-out;
	 -moz-transition: all 0.5s ease-in-out;
}
.single-work a:hover .itemHovernew {
     opacity: 0.9;
     background-color: #2084e7;
}
.hover-content h3 {
     text-align: center;
     font-size: 20px;
     font-family: 'Signika', sans-serif;
     font-weight: 600;
	 color:#fff;
}
.hover-content h6 {
     text-align: center;
     font-size: 16px;
     font-family: 'Roboto', sans-serif;
     font-weight: 400;
	 color:#fff;
}
.filter-button-group ul {
     text-align: center;
     margin-bottom: 50px;
	 padding-left:0px;
}
.filter-button-group ul li {
     background: none;
     display: inline-block;
     color: #444;
	 border:1px solid #2084e7;
     font-size: 16px;
     font-family: 'Signika', sans-serif;
     font-weight: 400;
     padding: 10px 40px 10px 40px;
     transition: 1s;
}
.filter-button-group ul li:hover {
     color: #fff;
     background: #2084e7;
     border-radius: 0px;
     cursor: pointer;
}
.filter-button-group li.active {
     background: #2084e7;
     color: #fff;
     font-size: 16px;
     font-family: 'Signika', sans-serif;
     font-weight: 400;
}

/*================================================
             6. CONTACT SECTION
==================================================*/
.contact-section {
	 padding-top: 50px;
     padding-bottom: 75px;
}
.contact-heading h2 {
     color: #2084e7;
     font-size: 36px;
     font-family: 'Signika', sans-serif;
     font-weight: 600;
     text-align: center;
     text-transform: uppercase;
	 padding-bottom:0px;
}
.contact-heading hr {
     border-top: 3px solid #2084e7;
     width: 5%;
     display: block;
     margin: 0px auto;
     padding-bottom: 70px;
}
.contact-form .form-control {
     border: 2px solid #2084e7;
     border-radius: 0px;
     margin-bottom: 15px;
     height: 50px;
     color: #062033;
     font-family: "Roboto", sans-serif;
     font-size: 16px;
     font-weight: 400;
}
.contact-form #contact-message {
     height: 200px;
}
.contact-form .form-control::-webkit-input-placeholder {
     /* Chrome/Opera/Safari */
     color: #073557;
}
.contact-form .form-control::-moz-placeholder {
     /* Firefox 19+ */
     color: #073557;
}
.contact-form .form-control:-ms-input-placeholder {
     /* IE 10+ */
     color: #073557;
}
.contact-form .form-control:-moz-placeholder {
     /* Firefox 18- */
     color: #073557;
 }
.contact-btn-wrapper {
     float: right;
}
.contact-form .button-reset {
	  background: none;
	  border: medium none;
	  color: #444;
	  border:1px solid #2084e7;
	  font-family: "Roboto",sans-serif;
	  font-size: 18px;
	  font-weight: 400;
	  margin-top: 10px;
	  padding: 5px 15px;
	  transition: all 1s ease 0s;
}
.contact-form .button-reset:hover {
	  background:#2084e7;
	  border: medium none;
	  color: #fff;
	  border:1px solid #2084e7;
	  font-family: "Roboto",sans-serif;
	  font-size: 18px;
	  font-weight: 400;
	  margin-top: 10px;
	  padding: 5px 15px;
	  transition: all 1s ease 0s;
}
.contact-form .button-send {
	  background: none;
	  border: medium none;
	  color: #444;
	  border:1px solid #2084e7;
	  font-family: "Roboto",sans-serif;
	  font-size: 18px;
	  font-weight: 400;
	  margin-top: 10px;
	  padding: 5px 15px;
	  transition: all 1s ease 0s;
	  margin-left:10px;
}
.contact-form .button-send:hover {
	  background:#2084e7;
	  border: medium none;
	  color: #fff;
	  border:1px solid #2084e7;
	  font-family: "Roboto",sans-serif;
	  font-size: 18px;
	  font-weight: 400;
	  margin-top: 10px;
	  padding: 5px 15px;
	  transition: all 1s ease 0s;
}
 
/*================================================
             7. FOOTER SECTION
==================================================*/ 
.footer-section {
     background: #393939 none repeat scroll 0 0;
     padding-bottom: 70px;
     padding-top: 80px;
}
.footer-text p {
     color: #fff;
     font-family: "Roboto", sans-serif;
     font-size: 18px;
     font-weight: 400;
     text-align: center;
}