/*!
Theme Name: maxvisa.in
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maxvisa-in
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

maxvisa.in is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}




/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}


/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*---------------------------------------------------
   Main style stylesheet
   project:       Applandy - app landing page
   Version:       1.0
   Author:        Dragon-themes
   primary use:   marketing
-----------------------------------------------------*/

/*----------------------------------------------------
body
  +loading
  +header
  +home section
  +partners section
  +about section
  +features section
  +services section
  +why section
  +screenshots section
  +team section
  +review section
  +power section
  +video section
  +clients section
  +numbers section
  +download-section section
  +subscribe section
  +price-area section
  +download-app 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: 'Fira Sans', sans-serif;
}

.box1 {
    color: #bdbdbd;
    float: left;
    width: 20%;
    font-size: 90px;
    line-height: 70px;
}


#loading{
	left:10px;
	position:relative;
	top:3px;
	visibility:hidden;
}

#error{
	background-color:#ffebe8;
	border:1px solid #dd3c10;
	padding:7px 3px;
	text-align:center;
	color:#b00000;
	margin-top:10px;
	visibility:hidden;
	font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	font-size:12px; 
	color:#165a16;
	text-align:center;
}

.done{
	background:#b8edb8;
	border:1px solid #269926;
	padding:10px;
	width:90%; 
	margin:20px auto; 
	display:none;
}

.done p{
	font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	font-size:12px; 
	color:#165a16;
	text-align:center;
}

.message{
	background:#b8edb8;
	border:1px solid #269926;
	padding:10px;
	width:90%; 
	margin:20px auto; 
	font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	font-size:12px; 
	color:#165a16;
	text-align:center;
}

.error{
	background:#ffbfbf;
	border:1px solid #ff0000;
	padding:10px;
	width:90%; 
	margin:20px auto; 
	font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	font-size:12px; 
	color:#ff0000;
	text-align:center;
}

/**********Pagination css**********/
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #1a6a1a;
	background-color:#1a6a1a;
	color: #fff;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #1a6a1a;
	font-weight: bold;
	background-color: #1a6a1a;
	color: #FFF;
	}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #000;
	}


p{
	font-family: 'Hind', sans-serif;
	font-weight: 400;
}

 
 
a:focus,
a:hover{
    outline: none;
    text-decoration: none;
}

.fa {
  font-family: 'FontAwesome';
  font-style: normal;
}

.heading{
    font-weight: 600;
    font-size: 33px;
    color: #333;
    text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	position: relative;
}

.heading:after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	width: 60px;
	background-color: #2a3990;
}

.heading span{
    color: #2a3990;
	font-size: 18px;
	font-weight: 300;
}

.para{
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: #333;
    margin-bottom: 60px;
}

.a-btn-red,
.a-btn-blue{ 
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	margin-right: 10px;
	margin-top: 20px;
	border-radius: 5px;
	color: #fff;
    text-decoration: none;
    box-shadow: 0 1px 5px rgba(2, 3, 3, 0.15);
    border: 0;
    position: relative;
	z-index: 1;
	overflow: hidden;
	 -webkit-transform: perspective(1px)translateZ(0px);
    		transform: perspective(1px)translateZ(0px);
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
		 -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}

.a-btn-red:hover,
.a-btn-blue:hover{
	color: #fff;
}

.a-btn-red:before,
.a-btn-blue:before{
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
   -webbkit- transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: left;
    -webbkit-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    z-index: -1;
}

.a-btn-red,
.a-btn-blue:before{
	-webkit-background: linear-gradient(45deg, #d52027 0%, #f3724e 100%);
	     	background: linear-gradient(45deg, #d52027 0%, #f3724e 100%);
}

.a-btn-blue,
.a-btn-red:before{
	-webkit-background: linear-gradient(45deg, #2a3990 0%, #975aff 100%);
			background: linear-gradient(45deg, #2a3990 0%, #975aff 100%);
}

.a-btn-red:hover:before,
.a-btn-blue:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*----------------------------------------------------
Start Section Loading
----------------------------------------------------*/
.loading-area {
   background: linear-gradient(45deg, rgba(42, 57, 144, 0.89) 0%, rgba(213, 32, 39, 0.89) 100%);
    height: 100vh; 
    color:#222;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    z-index:99999;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#load {
    animation: spin 1.2s ease-in-out infinite;
    border: 1px solid transparent;
    border-top-color: #537d8b;
    border-radius: 100%;
    filter: drop-shadow(0 0 1px blue);
    height: 64px;
    width: 64px;
    margin: 0 auto;
    position: relative;
}

#load div {
    animation: spin 1s ease-in-out infinite;
    border: 1px solid transparent;
    border-radius: 100%;
    bottom: -1px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;   
}

#load div:first-child {
 	border-top-color: #a74040;
 	transform: rotate(120deg);
}

#load div:last-child {
	animation-duration: 2s;
	border-top-color: #40a744;
	transform: rotate(240deg);
}

@keyframes spin {
 0% {
 	transform: rotate(0deg);
 }
	
 50% {
 	box-shadow: 0 -2px 4px rgba(255, 255, 255, 0.2);
 	opacity: .7;
 }
 100% {
 	transform: rotate(360deg);
 }
} 
/*----------------------------------------------------
End Section Loading
----------------------------------------------------*/

.index-home{
    height: 300px;
    overflow: hidden;
    background-image: url('images/k-57-music.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	position: relative;
}

.index-home .overlay{
   background: linear-gradient(45deg, rgba(98, 77, 230, 0.8) 0%, rgba(173, 30, 212, 0.85) 100%);
    height: 300px;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
}

.index-home h2{
	font-size: 25px;
	color: #fff;
	font-weight: 300
}

.demos{
	padding: 70px 0;
	text-align: center;
}

.demos .single-demo{
	margin-bottom: 30px;
}

.demos .single-demo .image{
	box-shadow: 0 5px 30px -9px #aaa;
	margin-bottom: 30px;
	transition: all 0.6s ease-in-out;
}

.demos .single-demo .image:hover{
	box-shadow: 0 10px 30px -2px #888;
	transform: translateY(-5px)
}

.demos .single-demo h2{
	font-size: 25px;
}
/*----------------------------------------------------
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{
    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; 
} 

.header .navbar-brand .white{
	display: block;
}

.header .navbar-brand .blue{
	display: none;
}

.header.shrink .navbar-brand .white{
	display: none;
}

.header.shrink .navbar-brand .blue{
	display: block;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.header .navbar-nav { 
    margin: 0;
    float: right;
} 

.header .navbar-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 30px 15px;
    font-family: 'Montserrat', sans-serif;;
}

.header .navbar-nav li.download a{
	margin-top: 20px;
    background: linear-gradient(45deg, #4bbf77 0%, #61e694 100%);
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}

.header .navbar-nav li.download a:hover{
	background: linear-gradient(45deg, #4bbf77 0%, #61e694 100%);
}

.header.shrink .navbar-nav li.download a{
	margin-top: 12px;
	background: linear-gradient(45deg, #4bbf77 0%, #61e694 100%);
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}

.header.shrink .navbar-nav li.active.download a{
	color: #fff;
}

.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: 23px;
    padding-bottom: 23px;
    color: #2a3990;
}

.header.shrink .navbar-nav li.active a{
	color: #d52027;
}

.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
----------------------------------------------------*/
.home{
    height: 100vh;
    overflow: hidden;
    background-image: url('images/k-57-music.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	position: relative;
}

.home .overlay{
   background: linear-gradient(45deg, rgba(42, 57, 144, 0.89) 0%, rgba(213, 32, 39, 0.89) 100%);
    height: 100vh; 
}

.home .overlay .row{
	height: 100vh;
}

.home .overlay .title{
	height: 100vh;
	margin-top: 200px;
}

.home .overlay .title span{
    color: #fff;
    font-size: 45px;
	font-weight: 400;
	display: block;
	margin-bottom: 0px;
	margin-top: 0;
	line-height: 1.25;
	font-family: 'Fira Sans', sans-serif;
}

.home .overlay .title p{
    line-height: 1.6em;
    color: #e3e3e3;
    font-size: 17px;
	margin-bottom: 0;
}


.home .overlay .image img{
	margin-top: 100px;
	width: 250px;
	margin-left: 150px;
}

/*** start home-video for video page ***/
.home-video{
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
	background-image: none;
}

.home-video .overlay{
   -webkit-background: linear-gradient(45deg, rgba(98, 77, 230, 0.6) 0%, rgba(173, 30, 212, 0.7) 100%);
   background: linear-gradient(45deg, rgba(98, 77, 230, 0.6) 0%, rgba(173, 30, 212, 0.7) 100%);
    height: 100vh; 
}
 
.home-video .video-background{
    position: absolute;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -100
}

/*** start home-particles for particles page ***/
.home-particles{
	position: relative;
	-webkit-clip-path: none;
    clip-path: none;
}

.home-particles .row{
	position: absolute;
	top: 0;
}

/*** start home-pattern for pattern page ***/
.home .home-pattern{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}

.home .home-pattern.pattern-1{
	background-image: url('images/Pattern-1.png');
}

.home .home-pattern.pattern-2{
	background-image: url('images/Pattern-2.png');
}

.home .home-pattern.pattern-3{
	background-image: url('images/Pattern-3.png');
}

.home .home-pattern.pattern-4{
	background-image: url('images/Pattern-4.png');
}
/*----------------------------------------------------
end section home 
----------------------------------------------------*/

/*----------------------------------------------------
start partners Section
----------------------------------------------------*/
.partners{
    padding: 40px 0;
	background-color: #f7f7f7;
}

.partners-pattern{
	background-color: #fff;
}

.partners img{
    opacity: 0.4;
    margin-bottom: 15px;
	margin-top: 15px;
    max-width: 100%;
    cursor: pointer;
}

.partners img:hover{
    opacity: 1
}
/*----------------------------------------------------
end partners Section
----------------------------------------------------*/

/*----------------------------------------------------
start about Section
----------------------------------------------------*/
.about{
	padding: 70px 0;
}

.about .image img{
    width:250px;
}

.about .words h2{
	font-size: 40px;
	font-weight: 500;
	line-height: 1.25em;
	margin-right: 10%;
	margin-bottom: 20px;
	color: #333;
}

.about .words p{
	font-size: 16px;
	line-height: 26px;
	color: #555;
}

.about .words p:last-of-type{
	margin-bottom: 20px;
}

.about .words .fa{
	font-size: 50px;
	color: #ccc;
	margin-right: 15px;
}

.about .words .fa:hover{
	color: #d52027;
}
/*----------------------------------------------------
end about Section
----------------------------------------------------*/

/*----------------------------------------------------
start features section 
----------------------------------------------------*/
.features{
	background-image: url('images/karl-fredrickson-34579.jpg');
	background-attachment: fixed;
	background-size: cover;
}

.features .overlay{
	-webkit-background: linear-gradient(45deg, rgba(98, 77, 230, 0.8) 0%, rgba(215, 21, 167, 0.75) 100%);
	background: linear-gradient(45deg, rgba(98, 77, 230, 0.8) 0%, rgba(215, 21, 167, 0.75) 100%);
	padding: 70px 0;
}

.features .heading{
	color: #fff;
}

.features .para{
	color: #eee
}

.features ul .single-feature{
	padding-top: 35px;
}

.features img{
	margin: auto;
	width: 275px;
	margin-top: -20px;
}

.features ul .single-feature .fa{
	clear: both;
    color: #fff;
    font-size: 30px;
    line-height: 70px;
    width: 70px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.6);
	cursor: pointer;
	position: relative;
}

.features ul .single-feature .fa:after{
	content: '';
	position: absolute;
	left: 2.5%;
	top: 2.5%;
	width: 105%;
	height: 105%;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 50%;
	transition: all 0.6s ease-in-out;
}

.features ul .single-feature .fa:hover:after{
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
}

.features ul .single-feature .fa:hover{
	background-color: #fff;
	color: #d52027;
}

.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 services Section
----------------------------------------------------*/
.services{
	padding: 70px 0;
	background-color: #f7f7f7;
}

.services .item{
	margin-bottom: 30px;
	text-align: center;
}

.services .item .icon{
	display: inline-block;
	font-size: 45px;
	color: #2a3990;
}

.services .item h2{
	font-size: 26px;
	font-weight: 600;
	margin-top: 10px;
}

.services .item p{
	font-weight: 500;
	color: #555;
	font-size: 16px;
	line-height: 24px;
	margin: 0 10%;
}
/*----------------------------------------------------
end services Section
----------------------------------------------------*/

/*----------------------------------------------------
Start why Section
----------------------------------------------------*/

section#why {
    margin: 30px 0;
}

.why .back-two h2{
	color: #fff;
}

.why .fa{
		background: linear-gradient(45deg, #2a3990 0%, #9620e6 100%);
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 27px;
	color: #fff;
	border-radius: 50%;
}

.why p.checked{
	font-weight: 600;
	color: #444;
}
.why .inner img { 
	display: block;
}
.why .back, .why .back-two {
    position: relative;
    height: initial;
    width: 100%;
}
@media (min-width: 768px ) {
	section#why {
		margin:0;
	}
	.why{
		position: relative;
	}
	
	.why .back{
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 50%;
		background-image: url('images/pexels-photo-756439.jpg');
		background-blend-mode: overlay;
		background-color: rgba(17, 4, 96, 0.5);
		background-size: cover;
		background-position: center;
		height: 100%;
	}
	
	.why .back .inner{
		position: absolute;
		top: 20px;
		bottom: 20px;
		right: 20px;
		left: 20px;
		display: flex;
		flex-direction: column;
		text-align: center;
		justify-content: center;
		border: 1px solid rgba(255,255,255,0.5);
	}
	
	.why .back h2{
		color: #fff;
	}
	
	.why .item p{
		line-height: 26px;
		font-size: 16px;
		font-weight: 400;
	}
	
	.why .item{
		padding: 50px;
	}
	
	.why .item .fa{
		font-size: 16px;
	}
	
	
	.why .back-two{
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 50%;
		background-image: url('images/businessman-using-smartphone-at-outdoor-of-the-office-building_1356-223.jpg');
		background-blend-mode: overlay;
		background-color: rgba(17, 4, 96, 0.5);
		background-size: cover;
		background-position: center;
		height: 100%;
	}
	
	.why .back-two .inner{
		position: absolute;
		top: 20px;
		bottom: 20px;
		right: 20px;
		left: 20px;
		display: flex;
		flex-direction: column;
		text-align: center;
		justify-content: center;
		border: 1px solid rgba(255,255,255,0.5);
	}
	.why .inner img { 
		display: none;
	}
	
	
}
/*----------------------------------------------------
end why Section
----------------------------------------------------*/

/*----------------------------------------------------
Start screenshots Section
----------------------------------------------------*/
.screenshots{
	background-image: url('images/pexels-photo-774920.jpg');
	background-attachment: fixed;
	background-size: cover;
}

.screenshots .overlay{
	-webkit-background: linear-gradient(45deg, rgba(98, 77, 230, 0.82) 0%, rgba(215, 21, 167, 0.8) 100%);
	background: linear-gradient(45deg, rgba(98, 77, 230, 0.82) 0%, rgba(215, 21, 167, 0.8) 100%);
	padding: 70px 0;
}

.screenshots .heading{
	color: #fff;
}

.screenshots .para{
	color: #eee
}

.screenshots img{
	border-radius: 15px;
}
/*----------------------------------------------------
end screenshots Section
----------------------------------------------------*/

/*----------------------------------------------------
Start Section team
----------------------------------------------------*/
.team{
	padding: 70px 0;
    text-align: center;
	background-color: #f7f7f7;
}

.team .item{
    margin: 0 20px;
    padding-bottom: 50px;
}

.team .item .image{
	height: 250px;
	width: 250px;
	margin: auto;
	overflow: hidden;
	border-radius: 50%;
}

.team .item .image img{
	margin: auto;
    -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;
	height: 250px;
	width: 250px;
	border-radius: 50%;	 
}

.team .item:hover .image img{
    transform: scale(1.05);
}

.team .item .image{    
	position: relative;
	margin: auto;
	overflow: hidden;
} 

.team .item .social .fa{
    display: inline-block;
    font-size: 14px;
	margin: 0 2px;
	height: 30px;
	width: 30px;
	line-height: 30px;
    color: #fff;
	background-color: #333;
    border-radius: 50%;
	border: 1px solid transparent;
	-webkit-transition: all 0.15s ease-in-out;
       -moz-transition: all 0.15s ease-in-out;
         -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
}

.team .item .social a .fa-facebook{
	background-color: #4867aa;
}

.team .item .social a .fa-facebook:hover{
	border-color: #4867aa;
	color: #4867aa;
}

.team .item .social a .fa-twitter{
	background-color: #1da1f2;
}

.team .item .social a .fa-twitter:hover{
	border-color: #1da1f2;
	color: #1da1f2;
}

.team .item .social a .fa-google-plus{
	background-color: #dc4a38;
}

.team .item .social a .fa-google-plus:hover{
	border-color: #dc4a38;
	color: #dc4a38;
}

.team .item .social a .fa-rss{
	background-color: #ec8232;
}

.team .item .social a .fa-rss:hover{
	border-color: #ec8232;
	color: #ec8232;
}

.team .item .social a .fa:hover{
	background-color: transparent;
}

.team .item h5{
    color: #333;
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

.team .item span{
    color: #888;
    font-weight: 300;
    font-size: 16px;
    display: block;
	margin-bottom: 20px;
	position: relative;
}

.team .item span:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	height: 2px;
	width: 60px;
	background-color: #2a3990;
}

.team .item p{
    color: #555;
    font-size: 15px;
    line-height: 22px;
}
/*----------------------------------------------------
end Section team
----------------------------------------------------*/

/*----------------------------------------------------
start review Section
----------------------------------------------------*/
.review{
 	background-image: url('images/k-170-chim-1613.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: top;
	text-align: center
}

.review .heading{
	color: #fff;
}

.review .para{
	color: #ddd;
}

.review .overlay{
	padding: 70px 0;
	background: linear-gradient(45deg, rgba(98, 77, 230, 0.82) 0%, rgba(164, 30, 212, 0.85) 100%);
}

.review .item .image{
	position: relative;
}

.review .item .image .video-box{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.review .item .image .video-box:hover{
	background: linear-gradient(60deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.75) 100%);
}

.review .item .image .video-box .fa{
	display: inline-block;
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 25px;
	padding-left: 5px;
	border: 2px solid #fff;
	border-radius: 50%
}

.review .item h2{
	font-size: 22px;
	color: #fff;
	margin-bottom: 0px;
}

.review .item span{
	font-size: 16px;
	color: #ddd;
	display: block;
	margin-bottom: 10px;
}

.review .item .fa{
	color: goldenrod;
}
/*----------------------------------------------------
end review Section
----------------------------------------------------*/

/*----------------------------------------------------
start power Section
----------------------------------------------------*/
.first-power{
	padding-top: 70px;
	padding-bottom: 0;
}
.second-power{
	padding: 70px 0;
}

.power .item{
	margin-bottom: 30px;
}

.power .item img{
	margin: auto;
}

.power .item img.first-image{
	margin-top: 70px;
}

.power .item img.second-image{
	margin-top: 20px;
}
 
.power .item h2{
	font-size: 35px;
	font-weight: 600;
	margin-top: 120px;
}

.power .item p{
	font-size: 18px;
	line-height: 28px;
	color: #555;
}
/*----------------------------------------------------
end power Section
----------------------------------------------------*/

/*----------------------------------------------------
start video Section
----------------------------------------------------*/
.video{
	background-image: url(images/pexels-photo-175697.jpg);
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
}

.video .overlay{
	-webkit-background: linear-gradient(45deg, rgba(98, 77, 230, 0.8) 0%, rgba(215, 21, 167, 0.75) 100%);
	background: linear-gradient(45deg, rgba(98, 77, 230, 0.8) 0%, rgba(215, 21, 167, 0.75) 100%);
	padding: 70px 0;
}

.video h2{
	color: #fff;
	font-size: 35px;
}

.video p{
	color: #f5f5f5;
	margin: 0 20% 20px 20%;
}

.video a{
	font-size: 25px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	padding-left: 5px;
	display: inline-block;
	color: #333;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid transparent;
}

.video a:hover{
	border-color: rgba(255,255,255,0.6);
	background-color: transparent;
	color: #fff;
}
/*----------------------------------------------------
end video Section
----------------------------------------------------*/

/*----------------------------------------------------
start clients Section
----------------------------------------------------*/
.clients{
	padding: 70px 0;
    background-color: #ffffff;
	text-align: center;
}

.clients .item p .icon{
	color: #888;
	font-size: 40px;
	margin-bottom: 10px;
	display: block;
}

.clients .item .star .fa{
	display: inline-block;
	color: goldenrod;
	font-size: 14px;
}

.clients .item img{
	height: 80px;
	width: 80px;
	border-radius: 50%;
	margin: auto;
}

.clients .item p{
	color: #444;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin: 10px 26% 20px 26%;
	font-style: italic;
}

.clients .item h4{
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 22px;
}

.clients .item span{
	color: #666;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	
}
/*----------------------------------------------------
end clients Section
----------------------------------------------------*/

/*----------------------------------------------------
start numbers section 
----------------------------------------------------*/
.numbers{
    background-image: url(images/kari-shea-107390.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    text-align: center;
}

.numbers .overlay{
	padding: 70px 0;
	-webkit-background: linear-gradient(45deg, rgba(42, 57, 144, 0.8) 0%, rgba(213, 32, 39, 0.8) 100%);
	background: linear-gradient(45deg, rgba(42, 57, 144, 0.8) 0%, rgba(213, 32, 39, 0.8) 100%);
}

.numbers .item{
    margin-bottom: 30px;
}

.numbers .item .icon{
	font-size: 55px;
	color: #fff
}

.numbers .item h1{
    color: #fff;
    font-weight: 800;
    font-size: 45px;
	margin-top: 10px;
	margin-bottom: 0;
}

.numbers .item p{
    color: #fff;
	opacity: 0.85;
    margin-top: 0px;
    font-size: 22px;
    font-weight: 400;
}
/*----------------------------------------------------
end numbers section 
----------------------------------------------------*/

/*----------------------------------------------------
Start our-faqs Section
----------------------------------------------------*/
.our-faqs{
	padding: 70px 0;
}

.our-faqs .image{
	margin-bottom: 30px;
}

.our-faqs h3{
	font-size: 22px;
	font-weight: 600;
	padding: 10px 20px;
	background-color: #2a3990;
	color: #fff;
	cursor: pointer;
}

.our-faqs h3.colored{
	background-color: #d52027
}

.our-faqs .questions 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 subscribe Section
----------------------------------------------------*/
.subscribe{
	background-image: url(    images/k-170-chim-1613.jpg);
	background-attachment: fixed;
	background-position: top;
	background-size: cover;
	text-align: center;
}

.subscribe .overlay{
	padding: 70px 0;
	-webkit-background:linear-gradient rgba(213, 32, 39, 0.91) 0%, rgba(45, 60, 145, 0.86) 100%);
	background:linear-gradient(45deg, rgba(213, 32, 39, 0.91) 0%, rgba(45, 60, 145, 0.86) 100%);
}

.subscribe h2{
	font-size: 33px;
	color: #fff
}

.subscribe p{
	font-size: 16px;
	margin: 0 15%;
	color: #ddd;
	margin-bottom: 30px;
}

.subscribe .form-group{
	position: relative;
	overflow: hidden;
	border-radius: 50px;
}

.subscribe input{
	background-color: #fff;
	border-radius: 50px;
	border: none;
	height: 40px;
	padding: 10px 20px;
	width: 100%;
	font-weight: 400;
}

.subscribe button{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	border-radius: 50px;
	padding: 10px 40px;
	font-weight: 500;
}
/*----------------------------------------------------
end subscribe Section
----------------------------------------------------*/

/*----------------------------------------------------
Start price-area Section
----------------------------------------------------*/
.price-area{
	padding: 70px 0;
	background-color: #f7f7f7;
}

.price-area .item{
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	text-align: left;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}

.price-area .item .item-inner{
	padding-left: 30px;
}

.price-area .item .price-box{
	margin-bottom: 30px;
	padding-top: 30px;
}

.price-area .item .price-box h2{;
	font-size:40px;
	font-weight: 600;
	margin-bottom: 20px;
}

.price-area .item .price-box span{
	font-size: 30px;
	font-weight: 300;
}

.price-area .item .price-box span strong{
	font-weight: 500;
}

.price-area .item .price-box p{
	margin: 10px 12% 10px 0;
	line-height: 24px;
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 0;
	border-bottom: none;
}

.price-area .item p{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 10px;
}

.price-area .item p:last-of-type{
	border-bottom: none;
}

.price-area .item p span{
	color: #fff;
    padding: 0px 3px;
    border-radius: 5px;
    display: inline-block;
    background-color: #d52027;
    margin-left: 6px;
    font-size: 13px;
    font-weight: 400;
}

.price-area .item p .fa-check{
	background-color: #2a3990;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	font-size: 13px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
}

.price-area .item p .fa-close{
	background-color: #aaa;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	font-size: 13px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
}

.price-area .item .a-btn-blue{
	display: block;
	margin-top: 30px;
	border-radius: 0;
	padding: 15px;
	text-align: center;
	width: 100%;
}
/*----------------------------------------------------
end price-area Section
----------------------------------------------------*/

/*----------------------------------------------------
start download-app Section
----------------------------------------------------*/
.download-app{
	background-image: url('images/kari-shea-107390.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: top;
	text-align: center;
}

.download-app .overlay{
	-webkit-background: linear-gradient(45deg, rgba(42, 57, 144, 0.8) 0%, rgba(213, 35, 41, 0.8)  100%);
	background: linear-gradient(45deg, rgba(42, 57, 144, 0.8) 0%, rgba(213, 35, 41, 0.8)  100%);
	padding: 70px 0;
}

.download-app .heading{
	color: #fff;
}

.download-app .para{
	color: #eee
}

.download-app .a-btn{
	position: relative;
	display: inline-block;
	font-size: 16px;
	margin-right: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 10px 20px;
	padding-left:55px;
	border-radius: 80px;
	-webkit-background: linear-gradient(45deg, #d52027 0%, #f3724e 100%);
	     	background: linear-gradient(45deg, #d52027 0%, #f3724e 100%);
	color: #fff;
	transition: transform 0.4s ease-in-out;
}

.download-app .a-btn:hover{
	transform: translateY(-5px);
	background: #2a3990;
	color: #fff
}

.download-app .a-btn .fa{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 5px;
	display: inline-block;
	font-size: 35px;
}

.download-app .a-btn strong{
	letter-spacing: 0.5px;
	font-weight: 700
}
/*----------------------------------------------------
end download-app Section
----------------------------------------------------*/

/*----------------------------------------------------
Start blog Section
----------------------------------------------------*/
.blog{
	padding: 70px 0;
}

.blog .item{
	margin-bottom: 30px;
	box-shadow: 0 5px 30px -6px #ccc;
	padding-bottom: 20px;
}

.blog .item .image{
	position: relative;
}

.blog .item .image .overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(17, 4, 96, 0.6);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	opacity: 0;
	transition: all 0.6s ease-in-out;
}

.blog .item .image:hover .overlay{
	opacity: 1
}

.blog .item .image .overlay .fa{
	color: #fff;
	font-size: 30px;
}

.blog .item h2{
	font-size: 25px;
	margin: 10px 0;
	padding: 0 20px;
	color: #333;
}

.blog .item h2:hover{
	color: #2a3990;
}

.blog .item p{
	font-size: 16px;
	line-height: 24px;
	color: #555;
	padding: 0 20px;
}

.blog .item p .fa{
	color: #aaa;
}

.blog .item p:first-of-type{
	margin: 10px 0;
	color: #555
}

.blog .item p .fa-comments,
.blog .item p .fa-heart-o{
	display: inline-block;
	margin-left: 10px;
}

.blog .item .a-btn-blue{
	margin-top: 10px;
	margin-left: 20px;
	
}
/*----------------------------------------------------
end blog Section
----------------------------------------------------*/

/*----------------------------------------------------
start contact-me Section
----------------------------------------------------*/
.contact {
	padding: 70px 0;
    text-align: center;
    background-color: #f7f7f7;
}

.contact-form {
    border-radius: 3px;
}

.form-group{
    margin-bottom: 0;
}

.form-group .help-block{
	color: #d52027;
}

.has-error .form-control,
.has-error .form-control:focus{
	border: 1px solid rgba(98, 77, 230, 0.6);
	box-shadow: none;
}

.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(0,0,0,0.1);
    box-shadow: none;
    margin-bottom: 30px;
    font-weight: 500;
	border-radius: 5px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 2px solid #222;
}

.contact-form .a-btn-red{
	border-radius: 50px;
	box-shadow: 0 12px 30px -5px #888;
	transition: all 0.6s ease-in-out;
}

.contact-form .a-btn-red:hover{
	box-shadow: 0 5px 30px -9px #888;
}

.contact-form .a-btn-red .a-btn-overlay{
	background: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: transparent;
    border: none;
    border-color: transparent;
}
.contact-form .a-btn-red {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.wpcf7-spinner {
    margin: 0 0px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: transparent;
    border: none;
    border-color: transparent;
    text-align: center;
    font-size: 20px;
    padding: 0;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent;
}
/*----------------------------------------------------
end contact-me Section
----------------------------------------------------*/

#map{
	height: 250px;
	width: 100%;
}
/*----------------------------------------------------
start social-icon-div
----------------------------------------------------*/
 .social-icon-div{
    background-color: #d52027;
    padding: 20px 0;
    text-align: center;
}

.social-icon-div h2{
	font-size: 35px;
	font-weight: 600;
	color: #fff;
}

 .social-icon-div a{
	display: inline-block;
    margin-top: 20px;
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
	background-color: #970d13;
    margin-bottom: 30px;
	border-radius: 50%;
}

.social-icon-div a:hover{
	background-color: #2a3990;
	color: #fff;
}

.social-icon-div a .fa{
	transition: all 0.6s ease
}

.social-icon-div p{
    color: #eee;
    font-weight: 400;
}
/*----------------------------------------------------
end social-icon-div
----------------------------------------------------*/

/*----------------------------------------------------
start scroll-top div
----------------------------------------------------*/
#scroll-top {
    width:50px;
    height:50px;
    color:#fff;
    background-color:#2a3990;
    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 {
    opacity: 0.7;
}

#scroll-top i{
    line-height: 26px;
	font-size: 20px;
}
/*----------------------------------------------------
end scroll-top div
----------------------------------------------------*/
/* Smart Phones And Tablets */
@media (max-width: 767px)
{
    
  	.header.shrink .navbar-nav li.active a:after{width: 100%;}
    
    .header .navbar-nav { float: none; background-color: #fff; }
    
	.header.shrink .navbar-nav li a,
	.header .navbar-nav li a { padding: 10px 10px; color: #222; }	
	
	.home .overlay .title span{font-size: 35px;}

	.home .overlay .title p{font-size: 15px;}
	
	.features-style-2 img{margin-top: 0;}
	

	.clients .item p{margin: 10px 12% 20px 12%;}
}

/* Small Screen */
@media (min-width: 768px) and (max-width: 991px)
{
 
	.header .navbar-nav li a{ padding: 33px 12px;}
	
	.features-style-2 img{margin-top: 0;}
}

/* Medium Screen */
@media (min-width:992px) and (max-width: 1199px)
{ 
    
  
    
    .help .box .item{min-height: 324px; padding: 30px}
}

/* Large Screen */
@media (min-width:1200px)
{
    
}



/* <span>We Are Retal</span>
                <h1>Welcome To <span>Retal</span></h1>*/