/*=========================================================================/
Template Name:Financial Advisor Responsive HTML Template
Template URL: http://upcomingforu.com/financialad/
Author: moinuddi01
Author URL: http://upcomingforu.com/financialad/
Description: INNOVAPP - Responsive HTML Template by moinuddi01
Version: 1.0
Tags: financial, online earn, download app, app template, coming soon, coming soon page, coming soon template, creative, maintenance, maintenance mode, minimal, one page, under construction, countdown, subscribe form, launching page, responsive 
/=========================================================================*/
@import url("bootstrap.css");
@import url("font-awesome.css");
@import url("animate.css");
@import url("icomoon.css");  
@import url("owl.carousel.css"); 
@import url("jquery.fancybox.css");
@import url("../revolution/css/layers.css");
@import url("../revolution/css/settings.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,700,700i,900,900i|Poppins:300,400,500,600,700");
/**
  * Reset
  * Top 
  * Header
  * Page title
  * Blog
  * Widget
  * Footer
  * GoTop Button
  * Bottom
  * Parallax
  * Site-off-canvas
  * Revolution Slider
*/
/* Reset
-------------------------------------------------------------- */
	html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	body {
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
	dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
		font-family: inherit; 
		font-size: 100%; 
		font-weight: inherit; 
		font-style: inherit; 
		vertical-align: baseline; 
		margin: 0; 
		padding: 0; 
		border: 0; 
		outline: 0;
		background: transparent;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
		display: block;
	}
	                          
	ol, ul {
		list-style: none;
	}

	blockquote, q { 
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}

	figure {
		margin: 0;
	}

	:focus {
		outline: 0;
	}

	table { 
		border-collapse: collapse; 
		border-spacing: 0;
	}

	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}

	legend {
		white-space: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}

	input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
		-webkit-appearance: none;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
		border: 0;
		padding: 0;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	font: 14px/25px "Calibri, sans-serif";
	font-weight: 400;
	background-color: #fff;		
	color: #656565;
}

a {		
	color: #222;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #2bb0ef;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

ul, ol {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;		
}

.img-left {
	margin: -10px 50px 0 0 !important;
	float: left;
}

.img-right {
	margin: 0 0 0 50px !important;
	float: right;
}

b, strong {
	font-weight: 900;
}

.entry-page p {
	margin-bottom: 25px;
}

button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: "Calibri, sans-serif";
	font-size: 12px;	
	text-transform: uppercase;		
    color: #fff;
  	background-image: none;
  	height: 42px;
  	background-color: #2bb0ef;
  	line-height: 42px;
    padding: 17px 27px;
  	cursor: pointer;
  	white-space: nowrap;
  	border: none;
	border-radius: 40px;
   	display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {	
	border: 1px solid #dfdfdf;
    background-color: #fff;
  	height: 42px;
    padding: 6px 12px; 	
  	font-size: 13px;
  	line-height: 25px;
  	color: #222;
  	max-width: 100%;
  	margin-bottom: 20px;
  	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: #2bb0ef;
    background: #fff;
    color: #222;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	height: 180px;
	padding: 6px 12px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {	
	font-size: 12px;
  	line-height: 19px;	
	color: #b1b1b1;
	opacity: 1;
}

input:-ms-input-placeholder {
	font-size: 12px;
  	line-height: 19px;
	color: #b1b1b1;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	font-size: 12px;
  	line-height: 19px;
	color: #b1b1b1;
	opacity: 1;
}

.widget.widget-search textarea:-moz-placeholder,
.widget.widget-search textarea::-moz-placeholder,
.widget.widget-search input:-moz-placeholder,
.widget.widget-search input::-moz-placeholder {	
	font-size: 13px;
  	line-height: 19px;	
	color: #b1b1b1;
	opacity: 1;
}

.ayon-form-request .post textarea:-moz-placeholder,
.ayon-form-request .post textarea::-moz-placeholder,
.ayon-form-request .post input:-moz-placeholder,
.ayon-form-request .post input::-moz-placeholder {	
	font-size: 13px;
  	line-height: 20px;	
	color: #b1b1b1;
	opacity: 1;
}

.widget.widget-search input:-ms-input-placeholder {
	font-size: 13px;
  	line-height: 19px;
	color: #b1b1b1;
}


.ayon-form-request .post input:-ms-input-placeholder {
	font-size: 13px;
  	line-height: 20px;
	color: #b1b1b1;
}

.widget.widget-search textarea::-webkit-input-placeholder,
.widget.widget-search input::-webkit-input-placeholder {
	font-size: 13px;
  	line-height: 19px;
	color: #b1b1b1;
	opacity: 1;
}

.ayon-form-request .post textarea::-webkit-input-placeholder,
.ayon-form-request .post input::-webkit-input-placeholder {
	font-size: 13px;
  	line-height: 20px;
	color: #b1b1b1;
	opacity: 1;
}


@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }
@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }
@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	color: #222;
}

/* Top 
-----------------------------------------------------------------*/
.top {
    background-color: #2ba9e0;
}

.top .ayon-information,
.top .ayon-socials.text-right {
	display: inline-block;
}

.top .ayon-socials.text-right {
	float: right;
}

.ayon-information > li.email {
	margin-left: 26px;
	position: relative;
}

.ayon-information > li.email:before {
	position: absolute;
	top: 15px;
	left: -16px;
	width: 1px;
	height: 14px;
	content: "";
	background-color: #617588;
}

.ayon-information > li {
	display: inline-block;
	position: relative;
}


.ayon-information > li > a {
	display: inline-block;	
	color: #fff;	
	font-size: 12px;
	line-height: 43px;
	padding: 2px 0 0 17px;
}

.ayon-information > li > a:hover {
	color: #000;	
}

.top .ayon-socials li {
	display: inline-block;
	padding-left: 10px;
	line-height: 45px;
}

.top .ayon-socials li i:before {
	font-family: "FontAwesome";
	content: "\f09a";
	font-size: 13px;
	color: #fff;
}

.top .ayon-socials li.twitter i:before {
	content: "\f099";
}

.top .ayon-socials li.instagram i:before {
	content: "\f16d";
}

.top .ayon-socials li.wifi i:before {
	content: "\f1eb";
}

.top .ayon-socials li i:hover:before {
	color: #2bb0ef;
}

.top .ayon-information,
.top .style-box {
	display: inline-block;
}

.top .style-box {
	float: right;
}

.top .ayon-socials, 
.top .box-text {
	display: inline-block;
}  
.top .style-box .box-text {
	padding: 0 26px 0 28px;
	background-color: #2bb0ef;
	border-radius: 40px;
    border: 1px dotted #FFF;
}

.top .style-box .box-text p {
	line-height: 45px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
/* Row
-----------------------------------------------------------*/
.ayon-row {
    clear: both;
    display: block;
    position: relative;
    padding: 90px 0;    
}

/* no-padding */
.ayon-row.no-padding {
    padding: 0;
}

.ayon-row.no-padding-bottom {
    padding-bottom: 0;
}

.ayon-row.no-padding-top {
    padding-top: 0;
}

.ayon-row.no-padding-top {
    padding-bottom: 84px;
}

.padding-bottom-small {
    padding-bottom: 40px;
}

body {
    overflow: hidden;
}

body.style-color {
    background-color: #303030;
}
.overlay.v1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.45;
    filter: alpha(opacity=50);
}
/*Button 
--------------------------------------------------------------*/
.ayon-button {
    padding: 0 20px;
    background-color: #2bb0ef;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.ayon-button:hover {
    background-color: #3e3e3e;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}


/* Flat divider
-------------------------------------------------------------- */
.ayon-divider {
    width: 100%;
    position: relative;
}

.ayon-divider.d13px {
    height: 13px;
}

.ayon-divider.d10px {
    height: 10px;
}

.ayon-divider.d15px {
    height: 15px;
}

.ayon-divider.d20px {
    height: 20px;
}

.ayon-divider.d25px {
    height: 25px;
}

.ayon-divider.d30px {
    height: 30px;
}

.ayon-divider.d35px {
    height: 35px;
}

.ayon-divider.d45px {
    height: 45px;
}

.ayon-divider.d50px {
    height: 50px;
}

.ayon-divider.d55px {
    height: 55px;
}

.ayon-divider.d60px {
    height: 60px;
}

.ayon-divider.d70px {
    height: 70px;
}

.ayon-divider.d74px {
    height: 74px;
}

.ayon-divider.d80px {
    height: 80px;
}

.ayon-divider.d86px {
    height: 86px;
} 

/* title
--------------------------------------------------------*/
.title-section .title {
    font-family: "Calibri, sans-serif";
    font-size: 32px;
    color: #222;
    margin-bottom: 27px;
    font-weight: 600;
}

.ayon-choose-us .choose-us .title-section .title {
    margin-bottom: 21px;
	border-bottom: 1px solid #2bb0ef;
}

.ayon-choose-us .choose-us .post-choose p {
    margin-bottom: 68px;
}

/* iconbox
--------------------------------------------------------*/
/* icon left */
.ayon-icon .iconbox {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 52px;
}

.ayon-icon.three .iconbox,
.ayon-icon .iconbox.four {
    margin-bottom: 0;
}

.ayon-icon .item {
    overflow: hidden;
    margin: 0 -15px 19px;
}

.ayon-icon.two .item {
    overflow: hidden;
    margin: 0 -15px 70px;
}

.ayon-icon .item.m25 {
    margin: 0 -15px;
}

.ayon-icon .iconbox.style-one {
    width: 25%;
    padding: 0 15px;
}

.ayon-icon .iconbox.style-one .box {
    border: 1px dashed #2BB0F0;
    padding: 28px 23px 33px;
    border-radius: 8px;
	text-align: center;
}

.ayon-icon .iconbox.one {
    width: 33.33%;
}

.ayon-icon .iconbox.one .thumb {
    margin-bottom: 31px;
}

.ayon-icon .iconbox.one .thumb {
    position: relative;
}

.ayon-icon .iconbox.one .thumb .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1d1d;
    content: '';
    z-index: 1; 
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       opacity: 0;
        filter: alpha(opacity=0);       
    -webkit-transition: opacity 0.35s, 
     -webkit-transform: 0.35s;
     -webkit-transform: scale(0);
            transition: opacity 0.35s, transform 0.35s;
            transition: all ease 0.4s;
             transform: scale(0);   
}

.ayon-icon .iconbox.one:hover .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
       opacity: 0.9;
        filter: alpha(opacity=90); 
    -webkit-transform: scale(1);
        -moz-transform: scale(1);
         -ms-transform: scale(1);
          -o-transform: scale(1);
             transform: scale(1);
}

.ayon-icon .iconbox.icon-left .box-header {
    float: left;
    padding-right: 21px;
}

.ayon-icon .iconbox.icon-left .box-header i:before {
    font-family: "icomoon"; 
    font-size: 45px;
    color: #2bb0ef;
} 

.ayon-icon .icon-post {
    overflow: hidden;
    padding-left: 5px;
}

.ayon-icon .icon-post .box-title .title {
    font-family: "Calibri, sans-serif";
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.ayon-icon .icon-post .box-content p {
    font-family: "Calibri, sans-serif";
    font-size: 13px;
    color: #656565;
    line-height: 25px;
}

.ayon-icon .icon-circle .iconbox.icon-left .box-header i:before {
    display: inline-block;
    font-size: 35px;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #2bb0ef;
    border-radius: 50%;
	border: 3px dashed #fff;
}

.ayon-icon .icon-circle .iconbox .box-header {
    float: none;
    padding-right: 0;
    margin-bottom: 25px;
}

.ayon-icon .icon-circle .iconbox .icon-post .box-content {
    margin-bottom: 31px;
}

.ayon-icon .icon-circle .iconbox .icon-post .comment-reply {
    font-family: "Calibri, sans-serif";
    font-size: 13px;
    font-weight: 600;
    color: #2bb0ef;
}

.ayon-icon .icon-circle .iconbox .icon-post .comment-reply:hover {
    color: #222;
}

.ayon-icon .icon-circle .iconbox .icon-post .comment-reply i {
    font-size: 9px;
    padding-left: 7px;
}

.ayon-icon .post .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
	border-radius: 40px;
    background-color: #b5b5b5;
}

.ayon-icon .post .owl-dots .owl-dot.active span,
.ayon-icon .post .owl-dots .owl-dot:hover span {
    background-color: #222;
}

/* icon-center */
.ayon-row.padding-one {
    padding: 88px 0;
}

.ayon-our-services.three .our-services .title-section .title {
    margin-bottom: 21px;
	border-bottom: 1px solid #2bb0ef;
}

.ayon-icon .icon-circle .iconbox.icon-left .box-header i:before {
    width: 70px;
    height: 70px;
    line-height: 70px;
} 


/* Box right */
.ayon-choose-us .box {
    background-color: #fffefe;
	border: 2px dashed #2bb0ef;
    padding: 63px 35px;
    border-radius: 3px;
}

.ayon-choose-us.one .box {
    margin-right: 50px;
    padding: 63px 45px;
}

.ayon-choose-us .box .title-one .title {
    font-family: "Calibri, sans-serif";
    font-size: 24px;
    color: #222;
    margin-bottom: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

.ayon-choose-us .box .title-one p {
    font-size: 13px;
    color: #464646;
    margin-bottom: 32px;
}

.ayon-choose-us .box form select {
    color: #fff;
}

.ayon-choose-us .box form select,
.ayon-choose-us .box form fieldset input {
    width: 100%;
    border-radius: 3px;
    background-color: #464646;
    border: #464646;
}

.ayon-choose-us .box form select,
.ayon-choose-us .box form fieldset input[type="text"] {
    height: 50px;
}

.ayon-choose-us .box .form-box .submit-wrap button {
    font-size: 14px;
    font-weight: 700;
    border-radius: 40px;
    padding: 0 31px;
    height: 50px;
}

.ayon-choose-us .box .form-box .submit-wrap button i {
    padding-left: 6px;
    font-size: 12px;
} 

.ayon-news .company-news.one .title-section .title {
    margin-bottom: 21px;
}

.ayon-news .company-news .post-us {
    overflow: hidden;
    margin: 0 -25px 44px;
}

.ayon-news .company-news .post-us.three,
.ayon-news .company-news .post-us.four {
    margin-bottom: 0;
}

.ayon-news .company-news .post-us.four .blog-home {
    display: inline-block;
    margin-bottom: 60px;
}

.ayon-news .company-news .post-us .item {
    width: 25%;
    float: left;
    padding: 0 25px;
}

.ayon-news .company-news .post-us.three .item {
    width: 33.33%;
}

.ayon-news .company-news .post-us.four {
    margin:  0 -15px;
}

.ayon-news .company-news .post-us.four .item {
    width: 25%;
    padding: 0 15px;
}

.ayon-news .company-news .post-us.four .item .thumb {
    position: relative;
    margin-bottom: 17px;
}

.ayon-news .company-news .post-us.four .item .thumb .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 29, 29, 0.5);
    content: '';
    z-index: 1; 
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       opacity: 0;
        filter: alpha(opacity=0);       
    -webkit-transition: opacity 0.35s, 
     -webkit-transform: 0.35s;
     -webkit-transform: scale(0);
            transition: opacity 0.35s, transform 0.35s;
            transition: all ease 0.4s;
             transform: scale(0);   
}

.ayon-news .company-news .post-us.four .item:hover .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
       opacity: 0.9;
        filter: alpha(opacity=90); 
    -webkit-transform: scale(1);
        -moz-transform: scale(1);
         -ms-transform: scale(1);
          -o-transform: scale(1);
             transform: scale(1);
}

.ayon-news .company-news .post-us .item .thumb {
    margin-bottom: 20px;
}

.ayon-news .company-news .post-us .item .post-one {
    padding-left: 2px;
}

.ayon-news .company-news .post-us.three .item .post-one {
    padding-left: 0;
}

.ayon-news .company-news .post-us .item .meta-post {
    margin-bottom: 7px;
}

.ayon-news .company-news .post-us .item .meta-post a {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
}

.ayon-news .company-news .post-us.four .item .meta-post a {
    font-size: 12px;
    text-transform: uppercase;
    color: #2bb0ef;
}

.ayon-news .company-news .post-us .item .title {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    padding-right: 60px;
}

.ayon-news .company-news .post-us.four .item .title {
    padding-right: 0;
    line-height: 22px;
}

.ayon-news.one .company-news .post-us .item .title {
    padding-right: 0;
}

.ayon-news .company-news .post-list ul li {
    border-top: 1px solid #e5e5e5;
}

.ayon-news .company-news .post-list ul li.style-1 {
    padding: 18px 0 16px;
}

.ayon-news .company-news .post-list ul li.style-2 {
    padding: 20px 0 19px;
}

.ayon-news .company-news .post-list ul li.style-3 {
    padding: 18px 0 16px;
    border-bottom: 1px solid #e5e5e5;
}

.ayon-news .company-news .post-list .num-list {
    float: left;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 25px;
    height: 25px;
    background-color: #cacaca;
    border-radius: 50%;
}

.ayon-news .company-news .post-list .num-list.two {
    margin-top: 10px;
}

.ayon-news .company-news .post-list .num-list.three {
    margin-right: 25px;
}

.ayon-news .company-news .post-list .text-list {
    overflow: hidden;
} 
.choose-us .post.one .item {
    margin: 0 -15px 33px;
}
 
/* our-services
------------------------------------------------------------------- */
.ayon-our-services .our-services .post-services {
    margin-bottom: 47px;
}

/* Flat-talk
------------------------------------------------------------------- */
.page-title.parallax1 {
    padding: 0;
}

.ayon-talk .title-section {
    text-align: center;
    padding: 94px 0 96px;
}

.ayon-talk .title-section p {
    font-family: "Calibri, sans-serif";
    font-size: 35px;
    line-height: 55px;
    color: #fff;
    font-weight: 600;
}

.ayon-talk .title-section span {
    color: #2bb0ef;
}

/* Flat-fact
-------------------------------------------------------------- */
.ayon-fun-fact .iteam-fact {
    width: 33.33%;
    float: left;
    background-color: #1d1d1d;
}

.ayon-fun-fact .iteam-fact.one {
    padding: 60px 0 50px 72px;
}

.ayon-fun-fact .iteam-fact.two {
    padding: 60px 0 50px 30px;   
}

.ayon-fun-fact .iteam-fact.two {
    background-color: #344a5f;
}

.ayon-fun-fact .iteam-fact.three {
    padding: 60px 0 50px 60px;
}

.ayon-fun-fact .iteam-fact.three {
    background-color: #304357;
}

.ayon-fun-fact .iteam-fact .num-fact,
.ayon-fun-fact .iteam-fact .text-fact {
    display: inline-block;
}

.ayon-fun-fact .iteam-fact .num-fact {
    font-size: 65px;
    color: #fff;
    border-right: 1px solid #fff;
    line-height: 80px;
    padding-right: 17px;
    margin-right: 24px;
    font-weight: 600;
    float: left;
}

.ayon-fun-fact .iteam-fact .text-fact .title {
    font-size: 25px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.ayon-fun-fact .iteam-fact .text-fact .comment-reply {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.ayon-fun-fact .iteam-fact .text-fact .comment-reply i {
    font-size: 10px;
    padding-left: 2px;
}

.ayon-fun-fact .iteam-fact .text-fact .comment-reply:hover {
    color: #2bb0ef;
}

/* Testimonial
-------------------------------------------------------------- */
.testimonials {
   position: relative;
   overflow: hidden;
   margin-bottom: 10px;
}

.testimonials .icon {
    text-align: center;
    margin-bottom: 31px;
}

.testimonials .icon .title-section.style1 {
    margin-bottom: 33px;
}

.testimonial-text .fade-text {
    width: 960px !important;
    padding: 0 110px;
    -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.testimonial-text.one .fade-text {
    width: 860px !important;
    padding: 0 202px;
    -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.testimonials .testimonial-text .fade-text {
    font-size: 16px;
    line-height: 30px;
}

.testimonial-avatar {
   line-height: 80px;
   height: 80px;
   padding: 0 417px 0 443px;
   text-align: center;
   margin: 49px 0 23px 0;
}

.testimonial-text {
    text-align: center;
}

.testimonial-avatar a {
   position: relative;
   display: block;
   float: left;
   margin: 0;
   text-align: center;
   width: 92px;
   outline: none;
}

.testimonial-avatar a.active {
   width: 100px;
}

.testimonial-avatar img {
   width: 50px;
   height: 50px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
   -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
        -o-border-radius: 50%;
           border-radius: 50%;
   -webkit-transition: width 0.5s, height 0.5s;
      -moz-transition: width 0.5s, height 0.5s;
       -ms-transition: width 0.5s, height 0.5s;
        -o-transition: width 0.5s, height 0.5s;
           transition: width 0.5s, height 0.5s;
}

.testimonial-avatar a.active img {
    width: 80px;
    height: 80px;
    box-shadow: none;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

.testimonial-text.one {
    margin-left: -40px;
    text-align: center;
}

.testimonial-text.one .fade-text .name {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 7px;
}

.testimonial-text.one .fade-text p {
    font-size: 12px;
    color: #999;
    line-height: 15px;
}

.testimonial-text.one .fade-text ul li {
    display: inline-block;
}

.testimonial-text.one .fade-text ul li i {
    color: #ffc000;
    font-size: 12px;
}

/* Home 4 */
.page-title.parallax2 .ayon-testimonial {
    padding: 30px 0 70px;
}

.ayon-testimonial .ayon-causes {
    text-align: center;
    float: right;
    width: 650px;
    height: 410px;
    background-color: #fff;
    opacity: 0.85;
    border-radius: 4px;
    padding: 60px 52px;
	border: 2px dashed #0cf;
}

.ayon-testimonial .ayon-causes .icon {
    margin-bottom: 22px;
}

.ayon-testimonial .ayon-causes .item .text-title {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 28px;
}

.ayon-testimonial .ayon-causes .item .post-title .title-post {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.ayon-testimonial .ayon-causes .item .post-title p {
    font-size: 13px;
    color: #999;
}

.ayon-reviews .owl-theme .owl-dots .owl-dot span {
    position: relative;
    background-color: #bbbbba;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin-top: 30px;
}

.ayon-reviews .owl-theme .owl-dots .owl-dot.active span,
.ayon-reviews .owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
    border: 2px solid #2bb0ef; 
    width: 10px;
    height: 10px;
}

/* clients
-------------------------------------------------------------- */
.ayon-clients {
    background-color: #eee;
}

.ayon-clients .thumb-clients {
    width: 20%;
    float: left;
    line-height: 180px;
	text-align: center;
}
.ayon-clients .thumb-clients img {
    padding-left: 20px;
	text-align: center;
} 
/* portfolio
-------------------------------------------------------------- */
.portfolio-index1 .title-section .title {
    margin-bottom: 27px; 
}

.ayon-portfolio .portfolio-wrap {
    margin: -15px;
}

.ayon-portfolio .item {
    padding: 0 15px;
    width: 33.33%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.ayon-portfolio .item.one {
    width: 25%;
}

.ayon-portfolio .item.three {
    width: 20%;
    padding: 0;
}

.ayon-portfolio.three .item {
    margin-bottom: 0;
}

.ayon-portfolio .portfolio-filter {
    margin-bottom: 50px; 
}

.ayon-portfolio.one .portfolio-filter {
    margin-bottom: 55px;
	text-align: center;
}

.ayon-portfolio .portfolio-filter > li {
    position: relative;
    display: inline-block;
    padding: 18px 0 17px;
	text-align: center;
	background-color: #eee; 
	margin: 5px 0;
}

.ayon-portfolio .portfolio-filter > li:before {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #2bb0ef;
    transition: width .3s;
}

.ayon-portfolio .portfolio-filter > li.active:before {
    position: absolute;
    width: 100%;
}

.ayon-portfolio .portfolio-filter > li:hover:before {
    width: 100%;
    transition: width .3s;
}

.ayon-portfolio .portfolio-filter > li a {
    font-family: "Calibri, sans-serif";
    font-size: 14px;
    padding: 0 20px 0 24px;
    font-weight: 600;
}

.ayon-portfolio.one .portfolio-filter > li.one a {
    padding: 0 21px 0 26px;
}

.ayon-portfolio.one .portfolio-filter > li a {
    padding: 0 18px 0 20px;
}

.ayon-portfolio .portfolio-filter > li a:hover,
.ayon-portfolio .portfolio-filter > li.active a {
    color: #2bb0ef;
}

/* Home 1 */
.portfolio-index1 .ayon-portfolio.one .portfolio-filter > li a {
    padding: 0 22px 0 20px;
}

.portfolio-index1 .ayon-portfolio.one .portfolio-filter > li.one a {
    padding: 0 21px 0 26px;
}

.portfolio-index1 .ayon-portfolio .item .item-content .link-one .title {
    margin-bottom: 13px;
}

.ayon-portfolio .item.one .item-content .thumb {
    margin-bottom: 25px;
}

.ayon-portfolio .item .item-content .link-one .title {
    font-size: 12px;
    text-transform: uppercase;
    color: #2bb0ef;
    margin-bottom: 15px;
}

.ayon-portfolio .item .item-content .link-one p {
    font-size: 15px;
    color: #222;
    line-height: 22px;
    font-weight: 600;
} 
.portfolio-row-page .title-section.one .title {
    margin-bottom: 27px;
}

.ayon-portfolio.one .portfolio-filter > li.one a {
    padding: 0 16px 0 26px;
}

.ayon-portfolio.one .portfolio-filter > li a {
    padding: 0 18px 0 25px;
}

.ayon-portfolio.one .portfolio-wrap .item .link .title {
    font-size: 12px;
    margin-bottom: 14px;
}

.ayon-portfolio.one .portfolio-wrap .item .link p {
    font-size: 15px;
    line-height: 22px;
}
 
/* Hover */
.ayon-portfolio .item:hover {
    cursor: pointer;
}

.ayon-portfolio .portfolio-wrap {
    position: relative;
}

.ayon-portfolio .item .item-content {
    position: relative;
}

.ayon-portfolio .item .item-content .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1d1d;
    content: '';
    z-index: 1; 
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       opacity: 0;
        filter: alpha(opacity=0);       
    -webkit-transition: opacity 0.35s, 
     -webkit-transform: 0.35s;
     -webkit-transform: scale(0);
            transition: opacity 0.35s, transform 0.35s;
            transition: all ease 0.4s;
             transform: scale(0);   
}

.ayon-portfolio .item:hover .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
       opacity: 0.9;
        filter: alpha(opacity=90); 
    -webkit-transform: scale(1);
        -moz-transform: scale(1);
         -ms-transform: scale(1);
          -o-transform: scale(1);
             transform: scale(1);
}

.ayon-portfolio .item .item-content .thumb {
    position: relative;
}

.ayon-portfolio .item .item-content .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1d1d;
    content: '';
    z-index: 1; 
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       opacity: 0;
        filter: alpha(opacity=0);       
    -webkit-transition: opacity 0.35s, 
     -webkit-transform: 0.35s;
     -webkit-transform: scale(0);
            transition: opacity 0.35s, transform 0.35s;
            transition: all ease 0.4s;
             transform: scale(0);   
}

.ayon-portfolio .item:hover .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
       opacity: 0.9;
        filter: alpha(opacity=90); 
    -webkit-transform: scale(1);
        -moz-transform: scale(1);
         -ms-transform: scale(1);
          -o-transform: scale(1);
             transform: scale(1);
}

.ayon-portfolio .item .link {
    position: absolute; 
    left: 30px;   
    top: 65px;
    opacity: 0;
    z-index: 1000;
    -webkit-transform: scale3d(0, 0, 0);
            transform: scale3d(0, 0, 0); 
    line-height: 30px;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
         -o-transition: all 0.4s;
            transition: all 0.4s;
}

.ayon-portfolio .item:hover .link {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}

.ayon-portfolio .portfolio-wrap .item .link .title {
    text-transform: uppercase;
    color: #2bb0ef;
    margin-bottom: 15px;
}

.ayon-portfolio .portfolio-wrap .item .link p {
    color: #fff;
    font-weight: 600;
}

/* form-request
-------------------------------------------------------------- */
.ayon-form-request {
    padding: 87px 0 63px;
}

.ayon-form-request .form-request {
    margin: 0 -15px;
}

.ayon-form-request .form-request .post {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    margin-top: 3px;
}

.ayon-form-request .form-request .post.style-one {
    margin-top: 0;
}

.ayon-form-request .form-request .post .text-form {
    color: #fff;
}

.ayon-form-request .form-request .post .text-form .title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.ayon-form-request .form-request .post .text-form p {
    font-size: 13px;
    line-height: 24px;
}

.ayon-form-request .post form select,
.ayon-form-request .post form fieldset input[type="text"] {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    font-size: 13px;
    padding: 6px 15px;
    line-height: 50px;
}

.ayon-form-request .post form .ayon-button {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.ayon-form-request .post form .ayon-button i {
    padding-left: 10px;
    font-size: 12px;
}

/* news
-------------------------------------------------------------- */
.ayon-row.padding-big {
    padding: 85px 0 90px;
}

.ayon-row.padding-big.one {
    padding: 85px 0 99px;
}

.ayon-news .company-news .post-us.three {
    margin: 0 -15px;
}

.ayon-news .company-news .post-us.three .item {
    padding: 0 15px;
}

.ayon-news .company-news .post-us.three .item img {
    margin-bottom: 0px;
}

.ayon-news .company-news .post-us.three .item .thumb {
    margin-bottom: 21px;
}

.ayon-news .company-news .post-us.three .item .meta-post {
    margin-bottom: 6px;
}

.ayon-news .company-news .title-section.style2 {
    text-align: center;
    margin-bottom: 50px;
}

.ayon-news .company-news .title-section.style2 .title {
    margin-bottom: 21px;
}

.ayon-news .company-news .title-section.style2 p {
    padding: 0 200px;
}

.ayon-news .company-news .post-us.three .item .title {
    padding-right: 0;
}

.ayon-news .company-news .post-us.three .item .thumb {
    position: relative;
}

.ayon-news .company-news .post-us.three .item .thumb .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 29, 29, 0.5);
    content: '';
    z-index: 1; 
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       opacity: 0;
        filter: alpha(opacity=0);       
    -webkit-transition: opacity 0.35s, 
     -webkit-transform: 0.35s;
     -webkit-transform: scale(0);
            transition: opacity 0.35s, transform 0.35s;
            transition: all ease 0.4s;
             transform: scale(0);   
}

.ayon-news .company-news .post-us.three .item:hover .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
       opacity: 0.9;
        filter: alpha(opacity=90); 
    -webkit-transform: scale(1);
        -moz-transform: scale(1);
         -ms-transform: scale(1);
          -o-transform: scale(1);
             transform: scale(1);
}

/* services
-------------------------------------------------------------- */
.ayon-services .title-section .title {
    margin-bottom: 13px
}

.ayon-services .title-section.style2 p {
    font-family: "Calibri, sans-serif";
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.15px;
}

.main-content.padding-small {
    padding: 25px 0 70px;
}

.ayon-services .services-post {
    margin: 0 -15px;
}

.ayon-services .services-post .item {
    display: inline-block;
    float: left;
    width: 33.33%;
    margin-bottom: 55px;
    padding: 0 15px;
}

.ayon-services .services-post .item .thumb-item {
    margin-bottom: 29px;
}

.ayon-services .services-post .item .post .title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 13px;
}

.ayon-services .services-post .item .post p {
    margin-bottom: 15px;
}

.ayon-services .services-post .item .post .comment-reply {
    font-size: 14px;
    color: #2bb0ef;
    font-weight: 600;
}

.ayon-services .services-post .item .post .comment-reply:hover {
    color: #222;
}

.ayon-services .services-post .item .post .comment-reply i {
    font-size: 11px;
    padding-left: 10px;
}

.ayon-services .item .thumb-item {
    position: relative;
}

.ayon-services .item .thumb-item  .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1d1d;
    content: '';
    z-index: 1; 
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       opacity: 0;
        filter: alpha(opacity=0);       
    -webkit-transition: opacity 0.35s, 
     -webkit-transform: 0.35s;
     -webkit-transform: scale(0);
            transition: opacity 0.35s, transform 0.35s;
            transition: all ease 0.4s;
             transform: scale(0);   
}

.ayon-services .item:hover .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
       opacity: 0.7;
        filter: alpha(opacity=70); 
    -webkit-transform: scale(1);
        -moz-transform: scale(1);
         -ms-transform: scale(1);
          -o-transform: scale(1);
             transform: scale(1);
}

/* team
-------------------------------------------------------------- */
.ayon-team .post-wrap {
    margin: 0 -15px;
}

.ayon-team .post-wrap .box {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 50px;
}

.ayon-team .post-wrap .box .thumb {
    position: relative;
    margin-bottom: 18px;
}

.ayon-team .post-wrap .box .thumb .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1d1d;
    content: '';
    z-index: 1; 
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       opacity: 0;
        filter: alpha(opacity=0);       
    -webkit-transition: opacity 0.35s, 
     -webkit-transform: 0.35s;
     -webkit-transform: scale(0);
            transition: opacity 0.35s, transform 0.35s;
            transition: all ease 0.4s;
             transform: scale(0);   
}

.ayon-team .post-wrap .box:hover .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
       opacity: 0.9;
        filter: alpha(opacity=90); 
    -webkit-transform: scale(1);
        -moz-transform: scale(1);
         -ms-transform: scale(1);
          -o-transform: scale(1);
             transform: scale(1);
}

.ayon-team .post-wrap .post .author {
    font-size: 12px;
    color: #999;
    margin-bottom: 2px;
}

.ayon-team .post-wrap .post .title {
    font-size: 18px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    margin-bottom: 15px;
}

.ayon-team .post-wrap .post .text {
    font-size: 13px;
    padding-right: 20px;
    margin-bottom: 14px;
}

.ayon-team .post-wrap .post .comment-reply {
    color: #2bb0ef;
    font-weight: 600;
}

.ayon-team .post-wrap .post .comment-reply i {
    font-size: 11px;
    padding-left: 7px;
}

.ayon-team .post-wrap .post .comment-reply:hover {
    color: #222;
}

/* team 2 */
.ayon-team.two .title-section .title {
    margin-bottom: 26px;
}

.ayon-team .post-wrap.two {
    margin: 0;
}

.ayon-team .post-wrap.two .box {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 50px 0;
}

.ayon-team .post-wrap.two .box:last-child {
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
}

.ayon-team .post-wrap.two .box .thumb {
    float: left;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
}

.ayon-team .post-wrap.two .post {
    overflow: hidden;
}

.ayon-team .post-wrap.two .post .text {
    margin-bottom: 27px;
    line-height: 24px;
}

.ayon-team .post-wrap.two .post .comment-reply {
    display: inline-block;
    background-color: #2bb0ef;
    color: #fff;
    padding: 8px 18px 7px;
    border-radius: 3px;
}

.ayon-team .post-wrap.two .post .comment-reply:hover {
    background-color: #222;
}


/* Box-text */
.full-color-one {
    padding: 134px 0 120px;
    background-color: #222327;
}

.full-color-one .box-test {
    text-align: center;
}

.full-color-one .box-test p {
    padding: 0 50px;
    font-size: 40px;
    line-height: 58px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 67px;
}

.full-color-one .box-test .submit-wrap .ayon-button {
    height: 55px;
    line-height: 55px;
    padding: 0 38px 0 39px;
    letter-spacing: 2.2px;
    border-radius: 26px;
}

/* Contact
-------------------------------------------------------------- */
.contact .title-section.style2 {
    text-align: center;
    margin-bottom: 50px;
}
.contact-content {
    text-align: center;
    border: 1px solid #2bb0ef;
	margin: 20px 0px;
    border-radius: 80px 0;
    -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;   
}

.contact-content:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.contact-content .contact-address {
    padding: 53px 40px 59px;
    position: relative;
	border: 1px dashed #2bb0ef;
}

.contact-address .style1 img {
    margin-top: -128px;
}

.contact-address .style1 img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    background: yellow;
    border: 1px solid #000;
}

.contact-content .details h5 {
    font-family: "montserrat",sans-serif;
    font-size: 20px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 17px;
}

.contact-content .details p {
    margin-bottom: 1px;
}

.contact .comment-form .name-container, .ayon-contact-form .input-wrap.name {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.ayon-contact-form .input-wrap, .ayon-contact-form .textarea-wrap {
    position: relative;
}

.comment-respond.style2 h1.comment-title {
    margin-bottom: 60px;
    text-align: center;
}

/* contact form
-------------------------------------------------------------- */
.comment-respond.contact.style2 {
    padding-top: 40px;
}

.ayon-contact-form .wrap-type-input {
    overflow: hidden;
}

.ayon-contact-form label.error {
    font-size: 11px;
    font-style: italic;
    color: #ffaa30;
    margin-top: -15px;
}

.comment-respond.style2 input[type="text"] {
    margin-bottom: 30px;
}

.contact .comment-form .name-container, .ayon-contact-form .input-wrap.name {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.ayon-contact-form .input-wrap::before, .ayon-contact-form .textarea-wrap:before {
    content: "\f007";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 23px;
    position: absolute;
    top: 13px;
    left: 15px;
    color: #bcbcbc;
}

.ayon-contact-form textarea{
    padding: 16px 21px;
    height: 200px;
    margin-bottom: 23px;
    max-width: 669px;
}

.ayon-contact-form.style2 input[type="text"], .ayon-contact-form.style2 input[type="email"] {
    padding-left: 45px;
    padding-top: 8px;
    height: 50px;
}

.ayon-contact-form.style2 #name {
    padding-left: 36px;
}

.ayon-contact-form.style2 textarea{
    max-width: 100%;
    height: 220px;
    padding-left: 44px;
}

.ayon-contact-form.style2 .input-wrap::before, .ayon-contact-form.style2 .textarea-wrap:before {
    top: 14px;
    left: 19px;
}

.ayon-contact-form .submit-wrap button {
    padding-right: 24px;
    padding-left: 26px;
}

.ayon-contact-form .textarea-wrap:before {
    content: "\f075";
}

.ayon-contact-form .input-wrap.Subject:before {
    content: "\f084";
}

.ayon-contact-form .input-wrap.email:before {
    content: "\f0e0";
}

.contact .comment-form .email-container, .ayon-contact-form .input-wrap.email {
    float: left;
    width: 32%;
}

.contact .comment-form .subject-container, .ayon-contact-form .input-wrap.Subject {
    float: right;
    width: 32%;
}

.ayon-contact-form .input-wrap, .ayon-contact-form .textarea-wrap {
    position: relative;
}

/* Preloader
-------------------------------------------------------------- */
.loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;  
}

.block-loader {
    background-color: #2bb0ef;
    float:left;
    height:24px;
    margin-left:7px;
    width:24px;
    opacity:0.1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-animation-name:bounceG;
    -moz-animation-duration:1.3s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-transform:scale(0.7);
    -webkit-animation-name:bounceG;
    -webkit-animation-duration:1.3s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-transform:scale(0.7);
    -ms-animation-name:bounceG;
    -ms-animation-duration:1.3s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-transform:scale(0.7);
    -o-animation-name:bounceG;
    -o-animation-duration:1.3s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-transform:scale(0.7);
    animation-name:bounceG;
    animation-duration:1.3s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    transform:scale(0.7);
}

.loader1{
    margin-left: -30px;
    -moz-animation-delay:0.5s;
    -webkit-animation-delay:0.5s;
    -ms-animation-delay:0.5s;
    -o-animation-delay:0.5s;
    animation-delay:0.5s;
}

.loader2{
    margin-left: 0px;
    -moz-animation-delay:08s;
    -webkit-animation-delay:.8s;
    -ms-animation-delay:.8s;
    -o-animation-delay:.8s;
    animation-delay:.8s;
}

.loader3 {
    margin-left: 30px;
    -moz-animation-delay:1.3s;
    -webkit-animation-delay:1.3s;
    -ms-animation-delay:1.3s;
    -o-animation-delay:1.3s;
    animation-delay:1.3s;
}

@-moz-keyframes bounceG{
  0% {
  -moz-transform:scale(1.2);
  opacity:1
  }

  100%{
    -moz-transform:scale(0.7);
    opacity:0.1
  }
}

@-webkit-keyframes bounceG{
  0% {
    -webkit-transform:scale(1.2);
    opacity:1
  }

  100% {
    -webkit-transform:scale(0.7);
    opacity:0.1
  }
}

@-ms-keyframes bounceG{
  0% {
    -ms-transform:scale(1.2);
    opacity:1
  }

  100% {
    -ms-transform:scale(0.7);
    opacity:0.1
  }
}

@-o-keyframes bounceG{
  0% {
    -o-transform:scale(1.2);
    opacity:1
  }

  100%{
    -o-transform:scale(0.7);
    opacity:0.1
  }
}

@keyframes bounceG{
  0% {
    transform:scale(1.2);
    opacity:1
  }

  100% {
    transform:scale(0.7);
    opacity:0.1
  }
}


/* Header
-------------------------------------------------------------- */
.wrap-slider {
	position: relative;
}

.wrap-slider .style-color {
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.07);
}

.wrap-slider .page-title.feature-post {
	padding:  0;
}

.wrap-slider .page-title.feature-post iframe {
	width: 100%;
}

.wrap-slider .header {
	z-index: 9999;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;	
}

.wrap-slider .header.style-color .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.header .header-wrap .logo {		
	float: left;
}

/* Header Fix */
.header.downscrolled {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999; 
    background: #fff;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.07);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;   
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.header.upscrolled {	
       opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
        filter: alpha(opacity=80);
    visibility: visible;   
    top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

/* navigation */
.nav-wrap {
	text-align: right;
}

#mainnav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#mainnav ul li {
   position: relative;
}

#mainnav > ul > li {
   display: inline-block; 
   padding: 0 6px;  
}

#mainnav > ul > li:last-child {
	padding-right: 0;
}

#mainnav > ul > li:last-child a {
	margin-right: 0;
}

#mainnav > ul > li > a {
    position: relative;
    display: block;
    font-family: "Calibri, sans-serif";
	text-transform: uppercase;
    color: #2ba9e0;
    text-decoration: none; 
    font-size: 14px;
    margin: 0 15px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
} 

#mainnav .menu .has-sub:hover:before,
#mainnav > ul > li > a:hover,
#mainnav > ul > li.home > a {
    color: #000;
}

#mainnav > ul > li > a:hover {
	color: #000;
}

#mainnav > ul > li > a:hover:after,
#mainnav > ul > li.home > a:after {
	width: 100%;
}

.header .wrap-icon-nav {
    float: right;
    line-height: 90px;
}

.wrap-slider .header.style-one .wrap-icon-nav {
	line-height: 100px;
}

.header #mainnav > ul > li > a {
	line-height: 100px;
} 

.header.style-one #mainnav > ul > li > a {
	line-height: 100px;
}

.header .logo {
    line-height: 100px;
    
}

.header.style-one .logo {
	line-height: 100px;
	padding-right: 60px;
}

.wrap-icon-nav #searchform #s {
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 5px;
}

.wrap-icon-nav input[type="text"] {
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #4b4b4b;
}

.wrap-icon-nav.one input[type="text"] {
	border-bottom: 1px solid #636363;
}

.wrap-icon-nav input[type="text"]:focus {
	border-bottom: 1px solid #ed9f24;
}

.wrap-icon-nav #searchform {
	position: relative;
}

.wrap-icon-nav #searchform #searchsubmit {
    padding: 3px;
    position: absolute;
    right: 5px;
    top: 30px;
    font-family: "FontAwesome";
    color: #fff;
    background: transparent;
    border: none;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wrap-icon-nav #searchform #searchsubmit:hover {
	color: #ed9f24;
}

/* submenu */
#mainnav ul.submenu {
   position: absolute;
   left: 0;
   top: 150%;
   width: 300px;
   text-align: left;
   background-color: #222222;
   z-index: 9999;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	  filter: alpha(opacity=0);
     opacity: 0;  
   visibility: hidden;
  	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

/* right sub-menu */
#mainnav ul.right-sub-menu {
    left: auto;
    right: 0;
}

#mainnav ul li:hover > ul.submenu {
	top: 100%;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
      opacity: 1;
   visibility: visible;
}

#mainnav ul li ul li {
   margin-left: 0;
}

#mainnav ul.submenu li ul {
   position: absolute;
   left: 300px;
   top: 0 !important;
}

#mainnav ul.submenu > li {
   border-top: 1px solid #333333;  
}

#mainnav ul.submenu > li.sub-parent:after {
	content: "\f105";
   	font-family: "FontAwesome";
   	font-size: 14px;
   	position: absolute;
   	right: 25px;
   	top: 11px;
   	color: #999999;
   -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu li:first-child {
   border-top: none;
}

#mainnav ul.submenu > li > a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 20px;
    line-height: 45px;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu > li > a:hover {
	background-color: #2bb0ef;
}

#mainnav ul.submenu > li.sub-parent:hover::after {
	right: 18px;
}

/* Mobile navigation */
#mainnav-mobi {
   	display: block;
   	margin: 0 auto;
   	width: 100%;
   	position: absolute;
   	background-color: #222222;
   	z-index: 1000;
}

#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}

#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: left;
   	border-top: 1px solid #333333;
   	cursor: pointer
}

#mainnav-mobi ul > li > a {
   	text-decoration: none;
   	height: 50px;
   	line-height: 50px;
   	padding: 0 50px;
   	color: #fff;
}

#mainnav-mobi ul.sub-menu {
   	top: 100%;
   	left: 0;
   	z-index: 2000;
   	position: relative;
   	background-color: #333333;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
   	position: relative;
   	border-top: 1px solid #333333;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
   	padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 60px;
   	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

.header.is-sticky .btn-menu {
	margin: 20px 40px;
}

/* Button menu mobile */
.btn-menu {
	display: none;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 22px 0;
	width: 30px;
	height: 16px;
	float: left;
	margin-right: 15px;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #2bb0ef;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 24px;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 12px;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	width: 17px;
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active:after {
	width: 24px;
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}

.btn-submenu:before {
   content: "\f107";
   color: #fff;
}

.btn-submenu.active:before {
   content: "\f106"
}

.btn-menu {
   display: none 
}

/* Page Title
-------------------------------------------------------------- */
.page-title {
    position: relative;
    padding: 40px 0 0px;
}	

.page-title.one {
	padding: 34px 0 0px;
}

.page-title .page-title-heading h2 {
	font-family: "Calibri, sans-serif";
	font-size: 32px;
	font-weight: 700;
    color: #222;
}


/* Blog
-------------------------------------------------------------- */
/* Blog-one */
.main-content {
	padding: 25px 0 75px;
}

.main-content.case {
	padding: 25px 0 75px;
}

.post-wrap .entry {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #dfdfdf;
}

.post-wrap .entry:last-child {
	margin-bottom: 30px;
}

.entry .feature-post {
	margin-bottom: 17px;
}

.blog-two .entry .feature-post {
	margin-bottom: 0px;
}

.entry .content-post .meta-post,
.entry .entry-meta-right {
	display: inline-block;
}

.entry .content-post .meta-post .day,
.entry .content-post .meta-post .author {
	position: relative;
	padding-right: 16px;
}

.entry .content-post .meta-post .day:before,
.entry .content-post .meta-post .author:before {
	position: absolute;
	bottom: -3px;
	right: 2px;
	font-family: "FontAwesome";
	content: "\f141";
	font-size: 9px;
	font-weight: 400;
	color: #999;
}

.entry .entry-meta-right {
	float: right;
	margin-top: 3px;
}

.entry .content-post ul {
	margin-bottom: 10px;
}

.entry .content-post ul li {
	display: inline-block;
}

.entry .content-post ul li a {
	font-family: "Calibri, sans-serif";
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}

.entry .content-post ul li a:hover {
	color: #2bb0ef;
}

.post-wrap .entry .entry-meta-right span {
	position: relative;
	margin-right: 23px;
	padding-left: 5px;
}

.post-wrap .entry .entry-meta-right span.comment {
	margin-right: 0;
}

.post-wrap .entry .entry-meta-right span:before {
	position: absolute;
    left: -10px;
    top: -1px;
    font-family: "FontAwesome";
    font-size: 12px;
    content: "\f0e5";
    color: #222;
}

.post-wrap .entry .entry-meta-right span.like:before {
	content: "\f08a";
}

.post-wrap .entry .content-post .title-post {
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	color: #222;
	margin-bottom: 20px;
}

.post-wrap .entry .content-post .entry-post {
	margin-bottom: 25px;
}

.post-wrap .entry .content-post .submit-wrap button {
	text-transform: none;
	border-radius: 3px;
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	padding: 0 17px 0 19px;
	background-color: #2bb0ef;
}

.post-wrap .entry .content-post .submit-wrap button:hover {
    background-color: #3e3e3e;
    color: #fff;
}

.post-wrap .entry .content-post .submit-wrap button i {
	padding-left: 5px;
	font-size: 12px;
}

/* Blog-two */
.post-wrap .entry .feature-post.two {
	float: left;
	display: block;
	overflow: hidden;
	padding-right: 30px;
}

.post-wrap.blog-two .entry .content-post .submit-wrap button {
	background-color: transparent;
	color: #2bb0ef;
	height: 0;
	line-height: 0;
	padding-left: 0;
}

.post-wrap.blog-two .entry .content-post .submit-wrap button i {
	font-size: 11px;
}

.post-wrap.blog-two .entry .content-post .submit-wrap button:hover {
	color: #3e3e3e;
}

.post-wrap.blog-two .entry .content-post .entry-post {
	margin-bottom: 19px;
}


/* widget
-------------------------------------------------------------- */
.widget .title-link {
	position: relative;
}

.widget .title-link:before {
	position: absolute;
	top: 11px;
	left: 122px;
	content: "";
	width: 12px;
	height: 1px;
	background-color: #222;
}

.widget .title-link.one:before {
	position: absolute;
	top: 11px;
	left: 140px;
}

.widget .title-link.two:before {
	position: absolute;
	top: 11px;
	left: 100px;
}


.widget .title-link.one:after {
	position: absolute;
	top: 14px;
	left: 140px;
}

.widget .title-link.two:after {
	position: absolute;
	top: 14px;
	left: 100px;
}

.widget .widget-title {
	position: relative;
    font-family: "Calibri, sans-serif";
    color: #222;
    font-size: 18px;
    margin-bottom: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Footer
-------------------------------------------------------------- */
.footer {
	background-color: #2ba9e0;
	padding: 85px 0 67px;
	color: #fff;
}

.footer .widget {
	text-align: left;
	overflow: hidden;
}

.footer .widget .widget-title {
	color: #fff;
	font-size: 17px;
	margin-bottom: 35px;
}

/* footer footer-logo */
.footer .footer-logo {
	padding-right: 40px;
} 

.footer-logo img {
	margin-bottom: 35px;
}

.footer-logo .title {
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
}

.footer-logo p {
	font-size: 13px;
	color: #888;
	margin-bottom: 24px;
}

.footer-logo .map a {
	color: #888;
	font-size: 13px;
}

.footer-logo .map a:hover {
	color: #2bb0ef;
}

/* widget-follow-us */
.widget .title-link.three:after {
	position: absolute;
	top: 12px;
    left: 105px;
    background-color: #fff;
}

.widget-follow-us .follow-us li {
	margin-bottom: 10px;
}

.widget-follow-us .follow-us li:last-child {
	margin-bottom: 0;
}

.widget-follow-us .follow-us li a {
	position: relative;
	font-family: "Calibri, sans-serif";
	font-size: 13px;
	color: #fff;
	padding-left: 32px;
}

.widget-follow-us .follow-us li a:hover {
	color: #000;
}

.widget-follow-us .follow-us li a:before {
	position: absolute;
	top: -3px;
	left: 0;
	font-family: "FontAwesome";
	font-size: 14px;
	content: "\f09a";
}

.widget-follow-us .follow-us li.twiter a:before {
	content: "\f099";
}

.widget-follow-us .follow-us li.google a:before {
	content: "\f0d5";
}

.widget-follow-us .follow-us li.linkedIn a:before {
	content: "\f0e1";
}
.widget-follow-us .follow-us li.instagram a:before {
	content: "\f16d";
}
.widget-follow-us .follow-us li.youtube a:before {
	content: "\f16a";
}

/* widget-follow-us */
.widget.widget-our-services {
	padding-left: 50px;
}

.widget-our-services .our_services li {
	margin-bottom: 10px;
}

.widget-our-services .our_services li a {
	position: relative;
	font-family: "Calibri, sans-serif";
	font-size: 13px;
	color: #fff;
	padding-left: 15px;
}

.widget-our-services .our_services li a:hover {
	color: #000
}

.widget-our-services .our_services li a:before {
	position: absolute;
	top: -3px;
	left: 0;
	font-family: "FontAwesome";
	font-size: 14px;
	content: "\f105";
}

/* widget-subscribe-us */
.widget-subscribe-us p {
	margin-bottom: 30px;
}

.widget-subscribe-us #mailform {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
}

.widget-subscribe-us #mailform input[type="text"] {
	background-color: #fff;
	border: none;
	border-radius: 40px;
}

.widget-subscribe-us #mailform .submit-button {
    padding: 3px;
    position: absolute;
    right: 0; 
    top: 0;	
    font-family: "FontAwesome";
    content: "\f2b7";
    color: #fff;
    background-color: #fff;
    width: 47px;
    height: 47px;
    border: none;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.widget-subscribe-us #mailform .submit-button:hover {
	background-color: #fff;
	color: #fff;
}

.widget-subscribe-us #mailform #ss {
    height: 47px;
    line-height: 20px;
    width: 100%;
    padding: 0 10px 0 16px;
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
   	position: fixed !important;
   	right: -35px;
	bottom: 15px;   
   	width: 46px;
   	cursor: pointer;   
    background-color: #000;
   	height: 46px;
   	line-height: 45px;
   	text-align: center;   	
   	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	  	opacity: 0;
    
}

.go-top.show {
	right: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	z-index: 99999;
}

.go-top i {
	font-size: 18px;
	color: #2bb0ef;
	padding-bottom: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;	
}

.go-top:hover {
    background-color: #2bb0ef;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.go-top:hover i {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
	background: #1b1b1b;
	color: #888;
	padding: 10px 0 10px;
}

.bottom .copyright {
	text-align: center;
	font-size: 13px;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size: cover;
}

.parallax1 { background-image: url(../images/parallax/bg-parallax1.jpg); }
.parallax2 { background-image: url(../images/parallax/bg-parallax2.jpg); }


.ayon-row .bg-overlay {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f9bf3b;
	width: 100%;
	height: 100%;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
       opacity: 0.9;
        filter: alpha(opacity=90); 
}

.page-title .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* Revolution Slider
-------------------------------------------------------------- */
.tp-banner-container {
	max-height: 1000px !important;
	width: 100% !important;
	position: relative;
	overflow: hidden !important;
	padding: 0;
	background-color: #fff;
}

.tp-banner-container {
	position: relative;
}

.tp-banner-container .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #303030;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.tp-banner-container .ayon-socials {
	position: absolute;
	top: 65%;
	left: 45px;
	z-index: 9998;
}

.tp-banner-container .ayon-socials li {
	margin-bottom: 20px;
}


.tp-banner-container .ayon-socials li.twitter i:before {
    content: "\f118";
}

.tp-banner-container .ayon-socials li.pinterest i:before {
    content: "\f110";
}

.tp-banner-container .ayon-socials li.wifi i:before {
    content: "\f109";
}

.tp-banner-container .ayon-socials li i:hover:before {
	color: #ed9f24;
}


