/*---------------------------------------------------
   Main style stylesheet
   project:       Retal- parallax one page Template
   Version:       1.0
   Author:        MTthemes22
   primary use:   marketing
-----------------------------------------------------*/

/*----------------------------------------------------
body
  +loading page
  +navbar
  +header section'
  +about section
  +services section
  +team section
  +clients section
  +help section
  +numbers section
  +price section
  +blog section
  +contact section
  +scroll to top button

------------------------------------------------------*/
*{
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
           box-sizing: border-box;
}

body {
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    font-family: 'Raleway', sans-serif;
}

p{
    font-family: 'Hind', sans-serif;
}

h1,
h2,
h3,
h4,
h5{
    font-family: 'Montserrat', sans-serif;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

a:focus,
a:hover{
    outline: none;
    text-decoration: none;
}

.fa {
  font-family: 'FontAwesome';
  font-style: normal;
}

.heading{
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 50px;
    color: #000;
    text-align: center;
	margin-top: 0;
}

.heading span{
    color: #97009c;
	font-size: 18px;
	font-weight: 300;
}

.para{
    font-size: 17px;
    text-align: center;
    font-weight: 300;
    color: #333;
    margin-bottom: 60px;
}

.a-btn{
    text-decoration: none;
	border-radius: 40px;
    padding: 10px 20px;
    color: #fff;
    background-color: #97009c;
    border: 1px solid transparent;
    font-weight: 400;
}

/*----------------------------------------------------
Start Section Loading
----------------------------------------------------*/
.loading-overlay {
  background:#222;
  color:#222;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:99999
}

.spinner {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 300px auto;
}

#loading-text {
  display: block;
  position: absolute;
  top: 180%;
  left: 50%;
  color: #fff;
  font-weight: 400;
  width: 100px;
  height: 30px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
}

#loading-content {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid #97009c;
}

#loading-content:after {
  content: "";
  position: absolute;
  border: 3px solid #97009c;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

#loading-content:before {
  content: "";
  position: absolute;
  border: 3px solid #97009c;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

#loading-content {
  border: 3px solid transparent;
  border-top-color: #97009c;
  border-bottom-color: #97009c;
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

#loading-content:before {
  border: 3px solid transparent;
  border-top-color: #97009c;
  border-bottom-color: #97009c;
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
    -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 3s linear infinite;
}

#loading-content:after {
  border: 3px solid transparent;
  border-top-color: #97009c;
  border-bottom-color: #97009c;
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*----------------------------------------------------
End Section Loading
----------------------------------------------------*/

/*----------------------------------------------------
Start Section header
----------------------------------------------------*/
.header { 
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    border-radius: 0; 
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    background-color: transparent;
} 

.navbar-brand {
    height: auto;
    display: block;
    font-size: 35px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; 
} 

.navbar-brand:hover, 
.navbar-brand:focus {
    color: #97009c;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.header .navbar-nav { 
    margin: 0;
    float: right;
} 

.header .navbar-nav li a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 30px 15px;
    font-family: 'Montserrat', sans-serif;;
}

.header .navbar-nav li a:hover,
.header .navbar-nav li a:focus{
    background: none;
} 

.header .navbar-toggle { 
    margin-top: 20px;
    padding: 10px;
}

.header .navbar-toggle .icon-bar {
    background: #fff;
    height: 3px; 
}

.header ul.socail{
	list-style: none;
	position: absolute;
	top: 30px;
	right: 15px;
}

.header ul.socail li{
	display: inline-block;
}
 
.header.shrink {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 10px 25px -15px #999;
} 

.header.shrink .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333;
}

.header.shrink .navbar-nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
}

.header.shrink .navbar-nav li a:hover{
	color: #97009c;
}

.header.shrink .navbar-nav li.active a {
     color: #97009c;
}

.header.shrink .navbar-toggle { 
    margin-top: 10px;
    padding: 10px;
}

.header.shrink .navbar-toggle .icon-bar {
    background: #555;
    height: 3px; 
}
/*----------------------------------------------------
end Section header
----------------------------------------------------*/

/*----------------------------------------------------
start section home for default page
----------------------------------------------------*/
.home{
    height: 600px;
    overflow: hidden;
    /* background-image: url(../images/pexels-photo.jpg); */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .overlay{
    -webkit-background: linear-gradient(45deg,rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.7));
	background: linear-gradient(45deg,rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.7));
    height: 600px; 
}

.home .overlay .row{
	height: 600px;
}

.home .overlay .title{
	height: 600px;
	margin-top: 200px;
}

.home .overlay .title span{
    color: #fff;
    font-size: 45px;
	font-weight: 500;
	display: block;
	margin-bottom: 0px;
	margin-top: 0;
	line-height: 1.25;
}

.home .overlay .title p{
    line-height: 1.6em;
    color: #ddd;
    font-size: 17px;
    font-weight: 400;
	margin-bottom: 0;
}
.home .overlay .title .a-btn{
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
    background-color: #97009c;
    border: 1px solid #97009c;
	color: #fff;
}

.home .overlay .title .a-btn .fa{
	margin-right: 5px;
}

.home .overlay .title .a-btn:hover{
    border: 1px solid #fff;
    color: #97009c;
    background-color: #fff;
}

.home .overlay .image img{
	margin-top: 100px;
	width: 80%;
	margin-left: 150px;
}
/*----------------------------------------------------
end section home for default page
----------------------------------------------------*/

/*----------------------------------------------------
Start Section about
----------------------------------------------------*/
.about{
    padding: 70px 0;
	text-align: center;
}

.about .item{
	border-radius: 10px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.about .item .fa{
    color: #fff;
    font-size: 30px;
	-webkit-background: linear-gradient(45deg,rgb(25, 21, 105), rgb(129, 46, 184));
	background: linear-gradient(45deg,rgb(25, 21, 105), rgb(129, 46, 184));
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 5px 25px -5px #aaa;
}

.about .item:hover .fa{
	box-shadow: 0 10px 35px -2px #999;
}

.about .item h3{
	color: #333;
    font-weight: 500;
    font-size: 25px;
    margin: 20px 0 10px 0;
}

.about .item p{
    color: #555;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.about .words .a-btn{
    display: inline-block;
    margin-top: 10px;
}

.about .words .a-btn:hover{
    border: 1px solid #97009c;
    background-color: #fff;
    color: #333;
}
/*----------------------------------------------------
end Section about
----------------------------------------------------*/

/*----------------------------------------------------
start features section 
----------------------------------------------------*/
/* .features{
	background-image: url(../images/pexels-photo.jpg);
	background-attachment: fixed;
	background-size: cover;
} */

.features .overlay{
	-webkit-background: linear-gradient(45deg,rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.7));
	background: linear-gradient(45deg,rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.7));
	padding: 70px 0;
}

.features .heading{
	color: #fff;
}

.features .para{
	color: #eee
}

.features ul .single-feature{
	padding-top: 30px;
}

.features img{
	margin: auto;
	width: 275px;
}

.features ul .single-feature .fa{
	clear: both;
    color: #fff;
    font-size: 30px;
    line-height: 70px;
    width: 70px;
	text-align: center;
	border-radius: 50%;
	background: linear-gradient(45deg,rgba(100, 24, 103, 0.9), rgba(184, 46, 150, 0.7));
}

.features .left ul .single-feature .fa{
	float: right;
	margin-left: 20px;
}

.features .right ul .single-feature .fa{
	float: left;
	margin-right: 20px;
}

.features ul .single-feature .item{
	display: block;
	overflow: hidden
}

.features .left ul .single-feature .item{
	text-align: right;
}

.features .right ul .single-feature .item{
	text-align: left;
}

.features ul .single-feature .item h2{
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	margin-top: 10px;
}

.features ul .single-feature .item p{
	color: #ddd;
	font-size: 16px;
    line-height: 24px;
}
/*----------------------------------------------------
end features section 
----------------------------------------------------*/

/*----------------------------------------------------
start Section why
----------------------------------------------------*/
.why{
    padding: 70px 0;
}

.why .words,
.why .image{
	margin-bottom: 30px;
}

.why .words p{
    font-weight: 400;
    color: #555;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.why .words .main-p{
    margin-bottom: 30px;
}

.why .words  .fa{
    font-size: 22px;
    color: #97009c;
	margin-right: 5px;
}
/*----------------------------------------------------
end Section why
----------------------------------------------------*/

/*----------------------------------------------------
start video section 
----------------------------------------------------*/
.video{
	background-image: url(../images/pexels-photo-212289.jpeg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.video .overlay{
	padding: 70px 0;
	-webkit-background: linear-gradient(45deg,rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.7));
	background: linear-gradient(45deg,rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.7));
}

.video h1{
	color: #fff;
	font-size: 45px;
	margin-bottom: 30px;
}

.video .fa{
	color: #fff;
	height: 80px;
	width: 80px;
	line-height: 80px;
	font-size: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	padding-left: 7px;
	padding-top: -5px
}

.video .fa:hover{
	background-color: #97009c;
	border: 1px solid #97009c;
}
/*----------------------------------------------------
end video section 
----------------------------------------------------*/

/*----------------------------------------------------
Start Section description
----------------------------------------------------*/
.description{
	padding: 70px 0;
}

.description .image,
.description .item{
	margin-bottom: 30px;
}

.description .item h2{
	color: #333;
	font-size: 35px;
	margin-bottom: 20px;
}

.description .item p{
	margin-bottom: 20px;
	font-size: 16px;
    line-height: 24px;
	font-weight: 400;
	color: #555;
}

.description .item  .a-btn{
	margin-top: 10px;
	display: inline-block
}

.description .item  .a-btn:hover{
	background-color: transparent;
	border: 1px solid #97009c;
	color: #97009c;
}
/*----------------------------------------------------
end Section description
----------------------------------------------------*/

/*----------------------------------------------------
start numbers section 
----------------------------------------------------*/
.numbers{
    background-image: url(../images/pexels-photo-404280.jpeg);
	background-attachment: fixed;
	background-size: cover;
    text-align: center;
}

.numbers .overlay{
	padding: 70px 0;
	-webkit-background: linear-gradient(45deg,rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.7));
	background: linear-gradient(45deg,rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.7));
}

.numbers .item{
    margin-bottom: 30px;
}

.numbers .item .fa{
	color: #fff;
	font-size: 40px;
}

.numbers .item p{
    color: #eee;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
}

.numbers .item h1{
    color: #fff;
    font-weight: 800;
    font-size: 45px;
	margin-top: 0
}
/*----------------------------------------------------
end numbers section 
----------------------------------------------------*/

/*----------------------------------------------------
start screenshots section 
----------------------------------------------------*/
.screenshots{
	padding: 70px 0;
}

.screenshots .item .image{
	position: relative;
}

.screenshots .item .image .overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	opacity: 0;
}

.screenshots .item .image:hover .overlay{
	opacity: 1;
}

.screenshots .item .image .overlay .fa{
	position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: -25px;
    margin-top: -25px;
    background-color: #555;
    border-radius: 50%;
}

.screenshots .item .image .overlay .fa:hover{
	background-color: #97009c;
}
/*----------------------------------------------------
end screenshots section 
----------------------------------------------------*/

/*----------------------------------------------------
Start Section team
----------------------------------------------------*/
.team{
    padding: 70px 0;
    text-align: center;
    background-color: #fff;
}

.team .item{
    margin-bottom: 30px;
}

.team .item img{
    margin: 0 auto;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

.team .item .image{
    overflow: hidden
}

.team .item .image:hover img{
    transform: scale(1.05);
}

.team .item h5{
    color: #333;
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

.team .item span{
    color: #555;
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
}

.team .item p{
    color: #666;
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
}

.team .item .image{
    position: relative;
}

.team .item .social{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background: linear-gradient(45deg,rgba(25, 21, 105, 0.85), rgba(129, 46, 184, 0.65));
	background: linear-gradient(45deg,rgba(25, 21, 105, 0.85), rgba(129, 46, 184, 0.65));
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.team .item .image:hover .social{
    opacity: 1;
}

.team .item a .fa{
    display: inline-block;
    margin: 5px;
    font-size: 14px;
    height: 35px;
    width: 35px;
    line-height: 35px;
	border: 2px solid #eee;
    color: #97009c;
	background-color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: transform 0.5s ease-in-out;
}

.team .item a .fa-facebook{
	transform: translateX(30px);
	transition: transform 0.5s ease-in-out;
}

.team .item a .fa-twitter{
	transform: translateX(15px);
	transition: transform 0.5s ease-in-out;
}

.team .item a .fa-rss{
	transform: translateX(-30px);
	transition: transform 0.5s ease-in-out;
}

.team .item a .fa-google-plus{
	transform: translateX(-15px);
	transition: transform 0.5s ease-in-out;
}

.team .item:hover a .fa{
	transform: translateX(0);
}

.team .item a .fa:hover{
    color: #fff;
	background-color: #97009c;
	border: 1px solid #97009c;
}

.team .item .image:hover a{
    transform: translateY(0);
}
/*----------------------------------------------------
end Section team
----------------------------------------------------*/

/*----------------------------------------------------
start clients section 
----------------------------------------------------*/
.clients{
    text-align: center;
	background-image: url(../images/men-share-news-photos-video-on-the-smartphone-a-man-shows-a-friend-an-application-in-a-mobile-phone-friends-with-a-smartphone-technology_1321-27.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.clients .overlay{
	-webkit-background: linear-gradient(45deg,rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.7));
	background: linear-gradient(45deg,rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.7));
	padding: 70px 0;
}

.clients .item img{
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 10px;
}

.clients .item p{
    color: #fff;
    font-size: 18px;
    line-height: 1.7em;
    margin: 0 10%;
    text-align: center;
}

.clients .item .fa{
    color: #aaa;
    font-size: 20px;
}

.clients .item h4{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
}

.clients .item span{
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
	color: #fff;
}

.owl-theme .owl-dots .owl-dot span{
    background-color: transparent;
    border: 1px solid #aaa;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    border: 1px solid #97009c;
    background-color: #97009c;
}
/*----------------------------------------------------
end clients section 
----------------------------------------------------*/

/*----------------------------------------------------
start price section 
----------------------------------------------------*/
.price{
    padding: 70px 0;
    text-align: center;
}

.price .item{
    box-shadow: 0px 10px 35px 0px #ccc;
    margin-bottom: 30px;
    padding: 50px 0;
    -webkit-background: linear-gradient(45deg,rgb(25, 21, 105), rgb(129, 46, 184));
	background: linear-gradient(45deg,rgb(25, 21, 105), rgb(129, 46, 184));
}

.price .item:hover{
    box-shadow: 0px 15px 35px 0px #aaa;
}

.price .item .price-box{
    margin: 0 10%;
    margin-bottom: 20px;
}

.price .item .price-box p{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.price .item .price-box span{
	color: #ddd;
}

.price .item .price-box strong{
    font-weight: 500;
    font-size: 50px;
    color: #fff;
}

.price .item p{
    color: #f3f3f3;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

.price .item p.last{
    margin-bottom: 30px;
}

.price .item .a-btn{
    margin: 20px 10% 0 10%;
    background-color: #fff;
	color: #333;
}

.price .item .a-btn:hover{
    border-color: #fff;
	background-color: transparent;
    color: #fff;
}
/*----------------------------------------------------
end price section 
----------------------------------------------------*/

/*----------------------------------------------------
start download Section
----------------------------------------------------*/
.download{
	background-image: url(../images/men-share-news-photos-video-on-the-smartphone-a-man-shows-a-friend-an-application-in-a-mobile-phone-friends-with-a-smartphone-technology_1321-27.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}

.download .overlay{
	padding: 70px 0;
	-webkit-background: linear-gradient(45deg,rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.7));
	background: linear-gradient(45deg,rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.7));
}

.download .heading{
	color: #fff;
}

.download p{
	color: #f3f3f3;
	margin-bottom: 30px;
}

.download .a-btn{
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	display: inline-block
}

.download .a-btn .fa{
	margin-right: 5px;
}

.download .a-btn:hover{
	border: 1px solid #fff;
    color: #97009c;
    background-color: #fff;
}
/*----------------------------------------------------
end download Section
----------------------------------------------------*/

/*----------------------------------------------------
start our-faqs section   
 ----------------------------------------------------*/
.our-faqs{
    padding: 70px 0;
}

.our-faqs .image,
.our-faqs .box{
    margin-bottom: 30px;
}

.our-faqs .image img{
    height: auto;
	margin-top: 30px;
	width: 85%;
}

.our-faqs .title{
    font-weight: 600;
    color: #222;
    margin-top: 0;
}

.our-faqs .box .item{
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.our-faqs .box .item:last-of-type{
    border: none;
}

.our-faqs .box h3{
	color: #fff;
    font-size: 20px;
    padding: 15px 10px;
    font-weight: 500;
    margin-bottom: 10px;
	margin-top: 0;
    cursor: pointer;
    -webkit-background: linear-gradient(45deg,rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.7));
	background: linear-gradient(45deg,rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.7));
}


.our-faqs .box p{
    display: none;
    margin-top: 10px;
    color: #555;
    line-height: 24px;
    font-size: 15px;
	font-weight: 400;
    padding: 10px;
	box-shadow: 0 1px 30px -2px #d3d3d3;
}
/*----------------------------------------------------
end our-faqs section   
 ----------------------------------------------------*/

/*----------------------------------------------------
start blog Section
----------------------------------------------------*/
.blog{
    padding: 70px 0;
}

.blog .blog-area{
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 0 5px 30px -5px #ccc;
}

.blog .blog-area .image{
	position: relative;
	overflow: hidden;
}

.blog .blog-area .image .overlay{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-background: linear-gradient(45deg,rgba(25, 21, 105, 0.8), rgba(129, 46, 184, 0.65));
	background: linear-gradient(45deg,rgba(25, 21, 105, 0.8), rgba(129, 46, 184, 0.65));
	
	transform: translateY(-101%);
	transition: all 0.3s ease-in;
}

.blog .blog-area:hover .image .overlay{
	transform: translateY(0);
	opacity: 1;
}

.blog .blog-area h1{
    font-size: 22px;
    margin: 15px 0 10px 0;
    color: #333;
    font-weight: 600;
}

.blog .blog-area h1:hover{
    color: #97009c
}

.blog .blog-area span{
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #555;
    font-weight: 400;
}

.blog .blog-area span .fa{
    color: #97009c;
    margin-right: 5px;
}

.blog .blog-area p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #555;
}

.blog .blog-area .a-btn{
    font-size: 13px;
    padding: 10px 15px;
}

.blog .blog-area .a-btn:hover{
    background-color: transparent;
    border: 1px solid #97009c;
}
/*----------------------------------------------------
end blog Section
----------------------------------------------------*/

/*----------------------------------------------------
start partners Section
----------------------------------------------------*/
.partners{
    padding: 70px 0;
}

.partners img{
    opacity: 0.4;
    margin-bottom: 30px;
    max-width: 100%;
    cursor: pointer;
}

.partners img:hover{
    opacity: 1
}
/*----------------------------------------------------
end partners Section
----------------------------------------------------*/

/*----------------------------------------------------
start contact-me Section
----------------------------------------------------*/
.contact {
    text-align: center;
    background-image: url(../images/pexels-photo-404280.jpeg);
	background-attachment: fixed;
	background-size: cover;
}

.contact .overlay{
	padding: 70px 0;
	-webkit-background: linear-gradient(45deg,rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.75));
	background: linear-gradient(45deg,rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.75));
}

.contact .heading{
	color: #fff;
}

.contact .para{
	color: #bbb;
}

.contact-form {
    border-radius: 3px;
}

.form-group{
    margin-bottom: 0;
	position: relative;
}

.form-group .fa{
	position: absolute;
	right: 30px;
	top: 10px;
	font-size: 20px;
	color: #555
}

.form-group .fa-send{
	color: #fff;
	opacity: 0;
	transform: translateX(20px);
	transition: all 0.5s ease-in-out;
}

.form-group:hover .fa-send{
	color: #fff;
	opacity: 1;
	transform: translateX(0px);
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    text-indent: 20px;
    background-color: rgba(255,255,255,0.95);
    background-image: none;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: none;
    margin-bottom: 30px;
    font-weight: 500;
	border-radius: 20px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #97009c;
}

input[type="submit"]{
	width: 100%;
	height: 100%;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    background: #97009c;
    border: none;
    -webkit-transition:all .1s ease-in-out;
       -moz-transition:all .1s ease-in-out;
         -o-transition:all .1s ease-in-out;
            transition:all .1s ease-in-out;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    border: 1px solid transparent;
    border-radius: 20px;
	overflow: hidden;
}

.contact-form input[type='submit']:hover {
    border: 1px solid #97009c;
    background-color: transparent;
    outline: 0;
    color: #fff;
    box-shadow: none;
}
/*----------------------------------------------------
end contact-me Section
----------------------------------------------------*/

/*----------------------------------------------------
start social-icon-div
----------------------------------------------------*/
 .social-icon-div{
    background-color: #eee;
    padding: 20px 0;
    text-align: center;
}

.social-icon-div h2{
	font-size: 35px;
	font-weight: 500
}

 .social-icon-div a{
	 display: inline-block;
    margin-top: 20px;
    color: #97009c;
    margin-right: 10px;
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
	background-color: #fff;
    margin-bottom: 30px;
	border-radius: 50%;
}

.social-icon-div a:hover{
	background-color: #97009c;
	color: #fff;
}

.social-icon-div a .fa{
	transition: all 0.6s ease
}

 .social-icon-div a:hover .fa{
   transform: rotate(360deg);
}

.social-icon-div p{
    color: #333;
    font-weight: 400;
}
/*----------------------------------------------------
end social-icon-div
----------------------------------------------------*/

/*----------------------------------------------------
start scroll-top div
----------------------------------------------------*/
#scroll-top {
    width:50px;
    height:50px;
    color:#fff;
    background-color:#111;
    text-align:center;
    position:fixed;
    right:15px;
    bottom:10px;
    z-index:9999;
    display: none;
    cursor:pointer;
    padding: 10px;
	border-radius: 50%;
	box-shadow: 0 5px 25px -6px #aaa;
}

#scroll-top:hover {
    background-color:#97009c;
}

#scroll-top i{
    line-height: 26px;
	font-size: 20px;
}1
/*----------------------------------------------------
end scroll-top div
----------------------------------------------------*/
