/*--------------------------------------------------------------

Master Stylesheet

Template:	    Swift - Creative One Page Template
Author: 		Hozaifa_Gawesh
URL:			https://themeforest.net/user/hozaifa_gawesh/


[Table of contents] :

    1.Global
    2.Parallax
    3.About
    4.Services
    5.portfolio
    6.features
    7.Pricing
    8.Team 
    9.Testimonials
    10.Blog
    11.Contact
    12.Loading

----------------------------------------------------------------*/


/***********************************
1. Start Global
***********************************/

*{
	margin: 0;
	padding: 0;
}

body {
/*    font-family: Didact Gothic,sans-serif;*/
    font-family: 'Open Sans',sans-serif;
}

ul , li{
	list-style: none;
	margin: 0;
	padding: 0;
}

a , a:hover , a:focus {
	text-decoration: none;
	outline: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

i, span, a, input, button, img, div, h3{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
input:focus{
	outline: 0;
}

.clear{
	clear: both;
}

p {
    line-height: 1.7 !important;
}

::selection {
    background-color: #fc466b;
    color: #fff;
}

/***********************************
End Global
***********************************/



/***********************************
2. Start Parallax
***********************************/

.parallax {
    background: url("../image/4.jpg") no-repeat center fixed;
    background-size: cover;
    width: 100%;
    height: 850px;
    position: relative;
    overflow: hidden;
}

.parallax .overlay-parallax {
    position: absolute;
    background: linear-gradient(to right, rgba(252, 70, 107, .7), rgba(63, 94, 251, .7));
    width: 100%;
    height: 100%;
}

.parallax .header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 1px 1px 5px #666;
}

.parallax .header .logo {
    margin: 15px 0;
    float: left;
}

.parallax .header .logo img {
    width: 180px;
}

.parallax .header .navbar-default {
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
    float: right;
}

.parallax .header .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .active a{
    padding-left: 0;
}

.parallax .header .navbar-default .navbar-nav>.active>a,
.parallax .header .navbar-default .navbar-nav>.active>a:focus,
.parallax .header .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.parallax .header .navbar-default .navbar-nav>li>a {
    font-size: 15px;
    text-transform: uppercase;
    padding: 34px 10px;
    color: #333;
    font-weight: bold;
}

.parallax .header .navbar-default .navbar-nav>.active>a,
.parallax .header .navbar-default .navbar-nav>.active>a:focus,
.parallax .header .navbar-default .navbar-nav>.active>a:hover {
    color: #fc466b;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fc466b !important;
}

.parallax .slider {
	position: absolute;
	top: 27%;
	left: 0;
    right: 0;
    margin: auto;
	z-index: 20;
	text-align: center;
	width: 100%;
	height: auto;
	border-radius: 60px 0 60px 0;
	padding-top: 70px;
	padding-bottom: 70px;
}

.parallax .slider .border-top-slider {
    width: 61%;
    border-top: 1px dashed #fff;
    margin: auto;
    position: relative;
    top: -50px;
}

.parallax .slider .border-top-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 7px;
    background-color: #fff;
}

.parallax .slider .border-top-slider:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 7px;
    background-color: #fff;
}

.parallax .slider .border-bottom-slider {
    width: 61%;
    border-top: 1px dashed #fff;
    margin: auto;
    position: relative;
    top: 20px;
}

.parallax .slider .border-bottom-slider:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 7px;
    background-color: #fff;
}

.parallax .slider .border-bottom-slider:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 7px;
    background-color: #fff;
}

.parallax .slider .words > div {
    display: none;
}

.parallax .slider .words .active {
    display: block;
}

.parallax .slider h1{
	text-align: center;
	color: #fff;
	font-size: 65px;
	letter-spacing: 4px ;
	margin-bottom: 10px;
    font-weight: bold;
	
	-webkit-text-shadow: 0px 2px 2px #000;
	-moz-text-shadow: 0px 2px 2px #000;
	-o-text-shadow: 0px 2px 2px #000;
	-ms-text-shadow: 0px 2px 2px #000;
	text-shadow: 0px 2px 2px #000;
}

.parallax .slider h1 span {
    background-color: #fff;
    color: #fc466b;
    padding: 0 12px;
    border-radius: 3px;
    box-shadow: 0 0 0 0;
    text-transform: uppercase;
    font-size: 70px;
}

.parallax .slider p{
	text-align: center;
	color: #fff;
	font-size: 16px;
    margin-top: 45px;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 2px;
	
	-webkit-text-shadow: 0px 2px 2px #000;
	-moz-text-shadow: 0px 2px 2px #000;
	-o-text-shadow: 0px 2px 2px #000;
	-ms-text-shadow: 0px 2px 2px #000;
	text-shadow: 0px 2px 2px #000;
}

.parallax .buttons-intro {
    margin: 50px auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 64%;
}

.parallax .buttons-intro a {
    border: 1px solid #fff;
    padding: 10px 18px;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 2px;
    color: #fc466b;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.parallax .buttons-intro a:nth-child(1) { 
    left: -8px;
}

.parallax .buttons-intro a:nth-child(1):before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
    
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.parallax .buttons-intro a:nth-child(1):hover:before {
    width: 0;
}

.parallax .buttons-intro a:nth-child(1):hover {
    color: #fff !important;
}

.parallax .buttons-intro a:nth-child(2) {
    left: 40px;
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.parallax .buttons-intro a:nth-child(2):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to left, #fc466b, #3f5efb);
    width: 0;
    height: 100%;
    z-index: -1;
    
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.parallax .buttons-intro a:nth-child(2):hover:before {
    width: 100%;
}

.parallax .buttons-intro a:nth-child(2):hover {
    border-color: #fff;
}

.triangle-bottom {
    width: 0;
    height: 0;
    border-left: 90px solid transparent;
    border-bottom: 80px solid #fff;
    border-right: 90px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.triangle-bottom img {
    position: absolute;
    top: 25px;
    left: -15px;
}

.triangle-top {
    width: 0;
    height: 0;
    border-left: 90px solid transparent;
    border-top: 80px solid #fff;
    border-right: 90px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.triangle-top img {
    position: absolute;
    top: -77px;
    left: -15px;
}

/***********************************
End Parallax
***********************************/




/***********************************
3. Start About
***********************************/

.about {
    width: 100%;
    padding: 100px 0;
}

.heading-section {
    position: relative;
    margin-bottom: 40px;
}

.heading-section span {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #eee;
    position: absolute;
    top: -35px;
    left: 10px;
    letter-spacing: 3px;
    z-index: 0;
}

.heading-section:hover span{
    top: -25px;
}

.heading-section h2 {
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #333;
    position: relative;
    z-index: 2;
    margin-top: -13px;
}

.heading-section .border-heading {
    width: 50px;
    height: 5px;
    background: linear-gradient(to left, #fc466b, #3f5efb);
    margin-top: 18px;
    position: relative;
    
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
}

.heading-section:hover .border-heading {
    width: 300px;
}

.heading-section .border-heading i {
    color: #fc466b;
    font-size: 30px;
    position: absolute;
    right: -4px;
    top: -22px;
}

.heading-section p {
    color: #111;
    font-size: 14px;
    width: 65%;
    margin-top: 15px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.about .info-about {
    border-radius: 3px;
    padding: 40px 15px;
}

.about .active-info {
    box-shadow: 1px 1px 10px #999;
}

.about .info-about:hover {
    box-shadow: 1px 1px 10px #999;
}

.about .info-about .icon {
    text-align: center;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    text-align: center;
    border: 1px solid #fc466b;
    position: relative;
}

.about .info-about .icon:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 15px;
    width: 1px;
    height: 120px;
    background-color: #fff;
}

.about .info-about .icon:after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: 15px;
    width: 1px;
    height: 120px;
    background-color: #fff;    
}

.about .info-about .icon:before,
.about .info-about .icon:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.about .info-about:hover .icon:before,
.about .info-about:hover .icon:after {
    height: 0;
}

.about .info-about .icon i {
    font-size: 90px;
    color: #fc466b;
    line-height: 150px;
}

.about .info-about .info-icon h3 {
    color: #222;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 25px;
    letter-spacing: 1px;
}

.about .info-about .info-icon p {
    color: #666;
    font-size: 15px;
    text-align: center;
    width: 98%;
    margin: 20px auto 0;
}

/***********************************
End About
***********************************/




/***********************************
4. Start Services
***********************************/

.heading-section.white span {
    opacity: .5
}

.heading-section.white h2 {
    color: #fff;
}

.heading-section.white .border-heading {
    background: #fff;
}

.heading-section.white .border-heading i {
    color: #fff;
}

.heading-section.white p {
    color: #fff;
}

.services {
    background: url("../image/1.jpg") no-repeat center fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.services .overlay-services {
    background: linear-gradient(to right, rgba(252, 70, 107, .7), rgba(63, 94, 251, .7));
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

.services .heading-section {
    margin-bottom: 0;
}

.services .service {
    background-color: #fff;
    padding: 40px 20px;
    margin-top: 40px;
}

.services .service .icon-service {
    float: left;
    border: 1px solid #fc466b;
    width: 70px;
    height: 50px;
    text-align: center;
    position: relative;
}

.services .service .icon-service:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 10px;
    width: 50px;
    height: 1px;
    background-color: #fff;
}

.services .service .icon-service:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 10px;
    width: 50px;
    height: 1px;
    background-color: #fff;
}

.services .service .icon-service:before,
.services .service .icon-service:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.services .service:hover .icon-service:before,
.services .service:hover .icon-service:after {
    width: 0;
}

.services .service .icon-service i {
    font-size: 30px;
    color: #fc466b;
    line-height: 48px;
}

.services .service .info-service {
    float: left;
    margin-left: 20px;
    width: 230px;
}

.services .service .info-service h3 {
    font-size: 25px;
    color: #fc466b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -5px;
    display: inline-block;
    position: relative;
}

.services .service .info-service h3:before {
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 0;
    background: linear-gradient(to right, #fc466b, #3f5efb);
    
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.services .service:hover .info-service h3:before {
    width: 70%;
}

.services .service .info-service p {
    font-size: 15px;
    margin-top: 10px;
    color: #111;
    margin-bottom: 0;
}

/***********************************
End Services
***********************************/




/***********************************
5. Start Portfolio
***********************************/

.portfolio {
    width: 100%;
    padding: 100px 0 20px;
    overflow-x: hidden;
}

.portfolio .image-portfolio {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -moz-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -o-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -ms-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.portfolio .image-portfolio img {
    width: 100%;
    height: 100%;
}

.mfp-bg {
    z-index: 99995;
}

.mfp-wrap {
    z-index: 99999;
}

.portfolio .image-portfolio .overlay-image-portfolio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(252, 70, 107, .7), rgba(63, 94, 251, .7));
    
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.portfolio .image-portfolio:hover .overlay-image-portfolio {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.portfolio .image-portfolio .overlay-image-portfolio .info-overlay-portfolio {
    position: relative;
    top: -30px;
    opacity: 0;
    
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.portfolio .image-portfolio:hover .overlay-image-portfolio .info-overlay-portfolio {
    top: 0;
    opacity: 1;
}

.portfolio .image-portfolio .overlay-image-portfolio h4 {
    text-align: center;
    color: #fff;
    margin-top: 45%;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.portfolio .image-portfolio .overlay-image-portfolio .border-overlay {
    width: 0;
    height: 1px;
    background-color: #fff;
    margin: auto;
}

.portfolio .image-portfolio:hover .overlay-image-portfolio .border-overlay {
    width: 70%;
}

.portfolio .image-portfolio .overlay-image-portfolio p {
    text-align: center;
    color: #fff;
    padding-top: 10px;
    font-size: 16px;
}

.portfolio .top20 {
    position: relative;
    top: 20px;
}

.portfolio .center-div {
    position: relative;
    left: 147px;
    top: -30px;
}

.portfolio .top-section {
    position: relative;
    top: -80px;
}

/***********************************
End Portfolio
***********************************/




/***********************************
6. Start Features
***********************************/

.features {
    background: url("http://placehold.it/1700x1000/50") no-repeat center fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.features .overlay-features {
    background: linear-gradient(to right, rgba(252, 70, 107, .7), rgba(63, 94, 251, .7));
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

.feature.feature-right {
    text-align: right;
}

.features .overlay-features .feature {
    background-color: #fff;
    padding: 30px 20px;
    margin: 25px 0 0;
    border-radius: 2px;
}

.features .overlay-features .feature.feature-right .icon-feature {
    float: right;
}

.features .overlay-features .feature .icon-feature {
    width: 70px;
    height: 55px;
    text-align: center;
    border: 1px solid #fc466b;
    position: relative;
}

.features .overlay-features .feature .icon-feature:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 10px;
    width: 50px;
    height: 1px;
    background-color: #fff;
}

.features .overlay-features .feature .icon-feature:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 10px;
    width: 50px;
    height: 1px;
    background-color: #fff;
}

.features .overlay-features .feature .icon-feature:before,
.features .overlay-features .feature .icon-feature:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.features .overlay-features .feature:hover .icon-feature:before,
.features .overlay-features .feature:hover .icon-feature:after {
    width: 0;
}

.features .overlay-features .feature .icon-feature i {
    font-size: 35px;
    text-align: center;
    color: #fc466b;
    line-height: 55px;
}

.features .overlay-features .feature .info-feature h3 {
    margin-top: 12px;
    color: #fc466b;
    font-size: 25px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
}

.features .overlay-features .feature .info-feature h3:before {
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 0;
    background: linear-gradient(to right, #fc466b, #3f5efb);
    
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.features .overlay-features .feature:hover .info-feature h3:before {
    width: 70%;
}

.features .overlay-features .feature .info-feature p {
    font-size: 15px;
    margin-top: 12px;
    color: #111;
    margin-bottom: 0;
}

.features .overlay-features .image-iphone {
    text-align: center;
    margin-top: 18px;
}

.features .overlay-features .image-iphone:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/***********************************
End Features
***********************************/




/***********************************
7. Start Pricing
***********************************/

.pricing {
    width: 100%;
    padding: 100px 0;
    overflow-x: hidden;
}

.pricing .price {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #ccc;
    position: relative;
    margin-top: 20px;
}

.pricing .price:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #fc466b, #3f5efb); 
    border-radius: 4px 4px 0 0;
    
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.pricing .price:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(to right, #fc466b, #3f5efb); 
    border-radius: 0 0 4px 4px;
    
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.pricing .price:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.pricing .price:hover:after {
    width: 100%;
}

.pricing .price h2 {
    font-size: 80px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    color: #fc466b;
    z-index: 2;
    padding: 10px 0;
}

.pricing .price .offer {
    background: linear-gradient(to right, #fc466b, #3f5efb); 
    color: #fff;
}

.pricing .price .offer h2 {
    color: #fff;
}

.pricing .price h2:before {
    content: '$';
    position: absolute;
    top: 15px;
    left: -12px;
    font-size: 15px;
}

.pricing .price h2 span {
    font-size: 15px;
}

.pricing .price h5 {
    color: #444;
    letter-spacing: 1px;
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.pricing .price p {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #111;
    margin: 0 20px;
    font-size: 15px;
    border-bottom: 1px dashed #cacaca;
}

.pricing .price a {
    border: 1px dashed #fc466b;
    padding: 10px 30px;
    margin-top: 40px;
    display: inline-block;
    color: #fc466b;
    letter-spacing: 2px;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.pricing .price a:hover {
    color: #fff;
}

.pricing .price a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(to right, #fc466b, #3f5efb);
    z-index: -1;
    
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.pricing .price a:hover:after {
    width: 100%;
}

/***********************************
End Pricing
***********************************/




/***********************************
8. Start Team
***********************************/

.team {
    background: url("http://placehold.it/1700x1000/50") no-repeat center fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.team .overlay-team {
    background: linear-gradient(to right, rgba(252, 70, 107, .7), rgba(63, 94, 251, .7));
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

.team .personal {
    background-color: #fff;
    padding: 20px 15px;
    text-align: center;
    border-radius: 3px;
    margin-top: 20px;
}

.team .personal .info-personal {
    position: relative;
    overflow: hidden;
}

.team .personal .info-personal h3 {
    letter-spacing: 1px;
    font-size: 25px;
    padding-top: 10px;
    color: #fc466b;
}

.team .personal .info-personal p {
    color: #111;
    letter-spacing: 1px;
    font-size: 15px;
    padding-top: 5px;
    display: inline-block;    
    position: relative;
    margin-bottom: 30px;
}

.team .personal .info-personal p:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 30%;
    height: 1px;
    background: linear-gradient(to right, #fc466b, #3f5efb);
    
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.team .personal:hover .info-personal p:after {
    width: 80%;
}

.team .personal .info-personal .image-and-social {
    position: relative;
}

.team .personal .info-personal img {
    width: 100%;
    position: relative;
    left: 0;
}

.team .personal:hover .info-personal img {
    left: 100px;
}

.team .personal .social-personal {
    position: absolute;
    left: -300px;
    top: 36px;
}

.team .personal:hover .social-personal {
    left: 20px;
}

.team .personal .social-personal .icon-social {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    border: 1px solid #fc466b;
    position: relative;
}

.team .personal .social-personal .icon-social:hover {
    background: linear-gradient(to bottom, #fc466b, #3f5efb);
}

.team .personal .social-personal .icon-social:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -1px;
    width: 1px;
    height: 30px;
    background-color: #fff;
}

.team .personal .social-personal .icon-social:after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: -1px;
    width: 1px;
    height: 30px;
    background-color: #fff;
}

.team .personal .social-personal .icon-social:before,
.team .personal .social-personal .icon-social:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.team .personal .social-personal .icon-social:hover:before,
.team .personal .social-personal .icon-social:hover:after {
    height: 0;
}

.team .personal .social-personal .icon-social i {
    line-height: 50px;
    color: #fc466b;
}

.team .personal .social-personal .icon-social:hover i {
    color: #fff;
}

/***********************************
End Team
***********************************/




/***********************************
9. Start Blog
***********************************/

.blog {
    width: 100%;
    padding: 100px 0;
    overflow-x: hidden;
}

.blog .article {
    width: 100%;
    border: 1px solid #ccc;
margin-top: 20px;
}

.blog .article .image-article {
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
}

.blog .article .image-article img {
    width: 100%;
    height: 100%;
}

.blog .article .image-article .overlay-article {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(252, 70, 107, .7), rgba(63, 94, 251, .7));
}

.blog .article:hover .image-article .overlay-article {
    left: 0;
}

.blog .article .image-article .overlay-article .icon-link {
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #fff;
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    margin: -20px auto 0;
    font-size: 22px;
    
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    
    -webkit-transform: rotate(45deg);    
    -moz-transform: rotate(45deg);    
    -o-transform: rotate(45deg);    
    -ms-transform: rotate(45deg);    
    transform: rotate(45deg);    
}

.blog .article:hover .image-article .overlay-article .icon-link {
    top: 50%;
}

.blog .article .image-article .overlay-article i {
   line-height: 50px;
    color: #fff;
    transform: rotate(-45deg); 
}

.blog .article .info-article {
    padding: 15px;
}

.blog .article .info-article h3 {
    font-size: 25px;
    color: #383838;
    letter-spacing: 1px;
    font-weight: bold;
    padding-top: 10px;
}

.blog .article .info-article h4 {
    color: #fc466b;
    font-size: 15px;
    padding-top: 20px;
    font-weight: bold;
}

.blog .article .info-article h4 .user {
    padding-right: 5px;
}

.blog .article .info-article h4 .date {
    padding-left: 5px;
}

.blog .article .info-article h4 i {
    padding-right: 5px;
}

.blog .article .info-article p {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #111;
    letter-spacing: .5px;
    border-bottom: 1px dashed #ccc;
    font-size: 15px;
}

.blog .article .info-article .heart-and-link {
    padding-top: 22px;
    padding-bottom: 5px;
}

.blog .article .info-article .heart-and-link i {
    font-size: 20px;
}

.blog .article .info-article .heart-and-link span {
    font-weight: bold;
    font-size: 15px;
    position: relative;
    top: -2px;
    padding-left: 3px;
}

.blog .article .info-article .heart-and-link a {
    float: right;
    background: linear-gradient(to right, #fc466b, #3f5efb);
    color: #fff;
    padding: 8px 20px;
    border-radius: 22px;
    position: relative;
    top: -9px;
    font-size: 15px;
    z-index: 2;
    overflow: hidden;
}

.blog .article .info-article .heart-and-link a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #000;
    z-index: -1;
    border-radius: 22px;
    
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.blog .article .info-article .heart-and-link a:hover:before {
    width: 100%;
}

/***********************************
End Blog
***********************************/




/***********************************
10. Start Testimonials
***********************************/

.testimonials {
    background: url("http://placehold.it/1700x1000/50") no-repeat center fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.testimonials .overlay-testimonials {
    background: linear-gradient(to right, rgba(252, 70, 107, .7), rgba(63, 94, 251, .7));
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

.testimonials .testimonial {
    margin-top: 20px;
}

.testimonials .testimonials-client {
    width: 80%;
    text-align: center;
    margin: auto;
}

.testimonials .testimonials-client .img-client {
    text-align: center;
    margin: auto;
}

.testimonials .testimonials-client .img-client img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.testimonials .testimonials-client .img-client p {
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 15px;
    color: #fff;
}

.testimonials .testimonials-client .content-client p{
    color: #fff;
    font-size: 15px;
    margin-top: 30px;
    letter-spacing: 1px;
}

.testimonials .owl-theme .owl-controls .owl-page span {
    width: 30px;
    height: 4px;
    background: #fff;
}

.testimonials .owl-theme .owl-controls {
    position: relative;
    top: 10px;
}

/***********************************
End Testimonials
***********************************/




/***********************************
11. Start Contact
***********************************/

.contact {
    width: 100%;
    padding: 100px 0 0;
    overflow-x: hidden;
}

.contact .form-contact .form-control {
    height: 45px;
    border-radius: 0;   
    box-shadow: 0 0 0 0;
    position: relative;
    margin-bottom: 20px;
}

.form-control:focus {
    border-color: #fc466b;
    outline: 0;
}

.contact .form-contact textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact .form-contact input[type="submit"] {
    background: linear-gradient(to right, #fc466b, #3f5efb);
    color: #fff;
    border: 0;
    letter-spacing: 2px;
}

.contact .form-contact input[type="submit"]:hover {
    background: #1a1a1a;
    color: #fff;
    
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.contact .info-contact {
    margin-bottom: 30px;
}

.contact .info-contact .icon-contact {
    width: 60px;
    height: 60px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #fc466b;
    position: relative;
    
     -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.contact .info-contact:hover .icon-contact {
    background: linear-gradient(to bottom, #fc466b, #3f5efb);
}

.contact .info-contact .icon-contact:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -1px;
    width: 1px;
    height: 40px;
    background-color: #fff;
}

.contact .info-contact .icon-contact:after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: -1px;
    width: 1px;
    height: 40px;
    background-color: #fff;
}

.contact .info-contact .icon-contact:before,
.contact .info-contact .icon-contact:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.contact .info-contact:hover .icon-contact:before,
.contact .info-contact:hover .icon-contact:after {
    height: 0;
}

.contact .info-contact .icon-contact i {
    line-height: 60px;
    color: #fc466b;
    font-size: 30px;
}

.contact .info-contact:hover i {
    color: #fff;
}

.contact .info-contact p {
    padding-top: 15px;
    color: #111;
    font-size: 15px;
}

.contact .subscribe {
    background: url("http://placehold.it/1700x1000/50") no-repeat center fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    margin-top: 80px;
}

.contact .subscribe .overlay-subscribe {
    background-color: rgba(255, 255, 255, .7);
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

.contact .subscribe .overlay-subscribe h2 {
    text-align: center;
    color: #444;
    letter-spacing: 5px;
    font-size: 30px;
    font-weight: bold;
    margin-top: -8px;
}

.contact .subscribe .overlay-subscribe form {
    margin-top: 50px;
    display: block;
    width: 100%;
    text-align: center;
}

.contact .subscribe .overlay-subscribe form input[type="email"] {
    padding-left: 20px;
    width: 340px;
    height: 50px;
    border: 0;
    border-radius: 30px 0 0 30px;
    font-size: 17px;
}

.contact .subscribe .overlay-subscribe form input[type="submit"] {
    background: linear-gradient(to right, #fc466b, #3f5efb);
    color: #fff;
    border: 0;
    height: 50px;
    width: 140px;
    margin-left: -5px;
    position: relative;
    top: 1px;
    border-radius: 0 30px 30px 0;
    font-size: 18px;
    letter-spacing: 2px;
}

.contact .subscribe .overlay-subscribe form input[type="submit"]:hover {
    background: #1a1a1a;
}

.contact .subscribe .overlay-subscribe p {
    padding-top: 50px;
    text-align: center;
    color: #111;
    font-size: 16px;
    letter-spacing: 4px;
    margin-bottom: 0;
    position: relative;
    top: 8px;
}

.contact .footer {
    width: 100%;
    background-color: #0c0c0c;
    padding: 70px;
}

.contact .footer .social-media {
    text-align: center;
}

.contact .footer .social-media i {
    margin-right: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #1a1a1a;
    background-color: #fff;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 10px;
}

.contact .footer .social-media i:hover {
    background: linear-gradient(to right, #fc466b, #3f5efb);
    color: #fff;
}

.contact .footer p.copyright {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 13px;
}

.contact .footer p{
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #fff;
    font-size: 14px;
}

.contact .footer p i {
    font-size: 18px;
    
    animation: plus-heart 1s infinite;
    -webkit-animation: plus-heart 1s infinite;
    -moz-animation: plus-heart 1s infinite;
    -o-animation: plus-heart 1s infinite;
    -ms-animation: plus-heart 1s infinite;
}

@keyframes plus-heart {
    0%{transform: scale(1)}
    50%{transform: scale(1.3)}
}

.contact .footer p a {
    color: #fc466b;
}

.contact .footer p a:hover {
    color: #fff;
}

#scroll-top {
    position: fixed;
    right: 50px;
    bottom: 70px;
    z-index: 9999;
    text-align: center;
    display: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

#scroll-top i {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background-color: #000;
    z-index: 999999;
}

#scroll-top:hover {
    bottom: 75px;
}
/***********************************
End Contact
***********************************/



/***********************************
12. Start Loading
***********************************/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999999;
}

.sk-cube-grid {
  width: 70px;
  height: 70px;
   position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -50px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #1a1a1a;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}


/***********************************
End Loading
***********************************/