/*
----------------------------------------------
Project Name: 	Oneline
Version: 		1.2
Type: 			Onepage HTML Template
Last change:    22.04.2018
Author: 		Weblos
Primary use:    Onepage Template
-----------------------------------------------
*/


/* Google Fonts */


/* font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Open+Sans:300,400,600,700');




/*------------------------------------------------------------------------
[Table of Contents]


1. Base CSS
2. Typography
	2.1. Heading styles
	2.2. Paragraph styles
	2.3. Margin styles
	2.4. Padding styles
3. Preloader
4. Buttons
5. Sections style
6. Back to top
7. Section typography
8. Header area
	8.1. Navbar
	8.2. Navbar logo styles
	8.3. Video area
	8.4. slider styles
	8.5. Parallax styles
	8.6. overlax styles
	8.7. fixed styles
	8.8. text styles
	8.9. Dark overlay styles
	8.10. Custom slider styles
	8.11. Custom slider transitions
	8.12. Custom navbar styles	
9.	About area
10.	service area
	10.1. Slider service style
	10.2. Timeline service style
	10.3. box shadow service style	
11. Portfolio area
	11.1.Mesonry portfolio
	11.2.Boxed portfolio	
12. Counter up area
13. Blog area
	13.1. Slider blog area
	13.2. boxed blog area
14. Details blog area
15. Team area
16. Partner/client
17. Contact area
18. Map
19. Footer area
20. Responsive Media queries


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

# [Color Codes]

# Gema(Deep-Gray): #777
# semi-Gema(Light-Gray):#F5F5F5
# Semi Blue(Blue): #1C4359
# Glamour (Blue):#25A7F0
# White: #FFF
# Black:#111111
# */


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

[Typography]


Body:font-size: 13px;font-family: 'Montserrat', sans-serif;	
Heading: font-family:'Montserrat', sans-serif;
Paragraph: font-size:14px, font-family: 'Open Sans', sans-serif;

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


/* ==============================
   Base Css
   ============================== */

* {
	margin:0;
	padding:0;
}


.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

a,button,input {
	text-decoration: none;
	transition: 0.4s;
}

button:focus,a:focus {
	outline: 0px solid;
}

.btn:focus {
	outline: 0px solid;
}

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

h2, h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}

html{
	overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}

html, body{
	height: 100%;
	-webkit-font-smoothing: antialiased;
}



body {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	height: 100%;
	color:#777;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.overflow div {
	overflow:hidden;
}

.page-wrapper div{
    overflow: hidden;
}

a {
	text-decoration:none;
	transition:.4s;
}

a:hover{
	text-decoration:none;
}

a:focus {
	text-decoration: none !important;
	color: #fff;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="color"]:focus {
	
	box-shadow: 0 0 0;
	outline: 0 none;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

ul {
	margin:0;
	padding:0;
}

li {
	list-style:none;
}

.morphext>.animated {
	display: inline-block;
}
::-moz-selection {
	color: #333;
	background: #dcdcdc;
}
::-webkit-selection {
	color: #000;
	background: #193846;
}
::-o-selection {
	color: #333;
	background: #dcdcdc;
}
::selection {
	color: #fff;
	background: #193846;
}

/* ==============================

	-------Typography-----------
		
   ============================== */

   
   
/* ==============================
	Heading styles
   ============================== */

h1 {
	
}
h2 {
	font-size: 32px;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: 1px;
}
h3 {
	
}
h4 {
	font-size: 24px;
	font-weight:400;
	text-transform:capitalize;
	letter-spacing:1px;
	margin-bottom:20px;	
}
h5 {
	
}

h6 {
	font-size: 17px;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 1px;
	font-weight: 400;
	color:#111111;
	font-family: 'Open Sans', sans-serif;
}


/* ==============================
   Paragraph Style
   ============================== */
   
   
p {
	font-size: 13.5px;
    line-height: 23px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', sans-serif;
}


/* ==============================
   Margin Top styles
   ============================== */
   
   
.mar-0 {
	margin: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}


/* ==============================
   Margin Bottom Styles
   ============================== */
   
   
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}


/* ==============================
   Padding Top Styles
   ============================== */
   
   
.pad-0 {
	padding: 0 !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pt-60 {
	padding-top: 60px !important;
}


/* ==============================
   Padding Bottom Styles
   ============================== */
   
   
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}



/* ==============================
   Preloader
   ============================== */
   
   
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: #FFFFFF;
}

.preloader > i {
	position: absolute;
	font-size: 36px;
	line-height: 36px;
	top: 50%;
	left: 50%;
	height: 36px;
	width: 36px;
	margin-top: -15px;
	margin-left: -15px;
	display: inline-block;
}

#loading {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
}

#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}

#loading-center-absolute {
	position: absolute;
	left: 49%;
	top: 50%;
	margin:0 auto;
}

.object {
	width: 30px;
	height: 30px;
	background-color: #25A7F0;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

#object_one {
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
}

#object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

#object_three {
	-webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}


@keyframes object_one {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

@keyframes object_two {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

@keyframes object_three {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}



/* ==============================

		------Button------
		
   ============================== */

 

/* ==============================
   Default Button styles
   ============================== */

   
.default-btn {
	background: #25A7F0;
    color: #fff;
    padding: 13px 26px;
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: .4s;
	font-family: 'Open Sans', sans-serif;
}

.default-btn:hover {
	color:#fff;
} 



/* ==============================
   Small Button Style
   ============================== */

.slide-btn {
	background:transparent !important;
	border:2px solid #25A7F0;
    padding: 11px 24px;
	margin:10px;
}
.slide-btn:hover {
	background:#25A7F0 !important;
}
  


/* ==============================
   Small Button Style
   ============================== */
   
   
.small-btn {
	background: #25A7F0;
    color: #fff;
    padding: 12px 15px;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 3px;
    display: inline-block;
    transition: .4s;
	font-family: 'Open Sans', sans-serif;
}

.small-btn:hover {
	color: #fff;
}


/* ==============================
   submit-btn Style
   ============================== */
   
   
.submit-btn {
	background: #25A7F0;
    color: #fff;
    padding: 15px 40px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    display: inline-block;
    transition: .4s;
    font-family: 'Open Sans', sans-serif;
    float: left;
} 
  
.submit-btn:hover {	
    color: #fff;
}



/* ==============================
   Section Style
   ============================== */
   


.section-padd {
    padding: 60px 0;
}

.section-title {
    margin: 20px 0;
}

.section-title h2{
    margin: 20px 0;
	text-transform:uppercase;
}
.section-title span{
	font-size: 32px;
    line-height: 1.6em;
    font-weight: 700;
    letter-spacing: 1px;
	color: #25A7F0;
}

.gray-bg {
	background:#F5F5F5;
	/*background: url(https://www.crizoto.com/safyna/sito/images/nostri_servizi1.jpg) cover;*/
}
.servizigray-bg {
	/*background:#F5F5F5;*/
	background: url(https://www.crizoto.com/safyna/sito/images/nostri_servizi1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.contattigray-bg {
	/*background:#F5F5F5;*/
	background: url(https://www.crizoto.com/safyna/sito/images/nostri_contatti.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.intro-bg {
	background: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* ==============================
   Back to Top Button Style
   ============================== */ 

   
#toTop {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 25px;
    filter: alpha(opacity=40);
    font-size: 40px;
    color: #111111;
    transition: 0.4s;
    z-index: 1000;
    text-decoration: none;
}

#toTop span {
    font-size: 15px;
    background: #25A7F0;
    color: #fff;
    transition: .4s;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
}



/* ==============================
    Section typography Css
   ============================== */
   
   
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

.border-none {
	border: none !important;
}

.white-overlay {
	background-size: cover !important;
	position: relative;
	color: #000;
	z-index: 1;
}

.white-overlay:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	content: "";
	z-index: -1;
	opacity: .3;
}

.dark-overlay {
	background-size: cover !important;
	position: relative;
	color: #000;
	z-index: 1;
}

.dark-overlay:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	content: "";
	z-index: -1;
	opacity: .4;
}

.yt-video-overlay {
	background-size: cover !important;
	position: relative;
	z-index: 1;
}
.yt-video-overlay:before {
	background: #000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: 5;
	opacity:0.5;
}
.video-caption-overlay {
	background-size: cover !important;
	position: relative;
	color: #000;
	z-index: 200;
}

.video-caption-overlay:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
}

.background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

video,
source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}

.loaded .ytplayer-container {
  display: block;
}

.loaded .placeholder-image {
  opacity: 0;
}

.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.ytplayer-player {
  position: absolute;
}

.ser-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.ser-row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
   

/* ==============================
   Header Area
   ============================== */    


.header-area {
	position:absolute;
	z-index: 1000;
    width: 100%;
    top: 0;
	padding: 10px 0px;
}
/*--css-for-logo--*/


.logo img{
	width: 150px;
    height: auto;
}

.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

.logo {    
    padding: 8px 26px !important;
}

.logo-1 {
	display:block;
}

.logo-2 {
	display:none;
}
.sticky-menu .logo-1 {
	display:none !important;
}

.sticky-menu .logo-2 {
	display:block !important;
}


/*--css-for-menu--*/

#main-menu {
	background:transparent;
	margin:0;
	border:0px;
	margin-top: 12px;
}

#main-menu ul{
	margin-top:13px;
}

#main-menu li a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 25px;
    padding: 0;
    margin: 0 10px;
	position:relative;
}
#main-menu li a:before {
	position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #25A7F0;
    bottom: 0;
	transition:0.3s;
}

#main-menu .active a {
	color:#25A7F0;
	position:relative;
	background:transparent;
}

#main-menu .active a:before {
	position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #25A7F0;
    bottom: 0;
}

#main-menu li a:hover:before {
	position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #25A7F0;
    bottom: 0;
}
#main-menu li a:hover {
    color: #25A7F0;
}
.sticky-menu {
    background: #25A7F0;
    position: fixed;
    transition: 0.5s all ease;
	padding: 14px 0;
}

.sticky-menu #main-menu .active a {
	color:#fff;
}
.sticky-menu #main-menu .active a:before {
	background:#fff;
}
.sticky-menu #main-menu li a:hover {
    color: #fff;
}
.sticky-menu #main-menu li a:hover:before {
	background:#fff;
}


.sticky-menu #main-menu {
    margin-top: 0;
}

.sticky-menu .logo {
    
}

.sticky-menu #main-menu ul {
    margin-top: 13px;
}

.navbar-toggle {
	border:0px;
	background:transparent;
	color:#fff !important;
}
.navbar-toggle span {
	background:#fff !important;
}
.navbar-toggle:hover,.navbar-toggle:focus {
	background:transparent !important
}


/* ==============================
   Slider Area
   ============================== */ 
 
 
.slider {
	
} 
.single-slider-position {
	
}

.slider-content {
	width:100%;
	height:100vh;
	display:table;
	text-align:left;
}

.slider-info-text h1{
	font-size: 60px;
    color: #fff;
    line-height: 60px;
    letter-spacing: 2px;
    font-weight: 700;
}

.slider-info-text h2 {
	font-size: 32px;
    color: #fff;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 400;
}

.slider-info-text p {
	color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    word-spacing: 1px;
}

.slider-info-text {
	display:table-cell;
	vertical-align:middle;
}

.slider-info-text i{
	color:#fff;
	font-size: 55px;
    margin: 5px;
}



/**==============================

   home-parallex-banner-page
   
   ==============================**/

   
.home-parallex-banner {}

.home-parallex-area {
	background-size:cover;
	height:100vh;
	color:#fff;
	z-index:2;
}

.parallex-content {
	width:100%;
	height:100vh;
	display:table;
	text-align:center;
}

.parallex-heading {
	display:table-cell;
	vertical-align:middle;
}

.parallex-heading h1{  
	font-size: 58px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 20px;
    color: #25A7F0;
}

.parallex-heading p{
	font-size: 18px;
	letter-spacing: 1px;
}


/**==============================

   home-slider-banner-page
   
   ==============================**/
   
   

.home-slider-banner {
	
}

.slider-content {
	display:table;
	width:100%;
	height:50vh;
	text-align:center;
	background-size:cover;
	height:100vh;
}

.slider-cell {
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
}
.slider-cell h2{
	font-size:48px;
	font-weight:700;
	color:#25A7F0;
}
.slider-cell p {
	font-size: 16px;
    letter-spacing: 1px;
    line-height: 35px;
}


.slider-area {
	position:relative;
}

.banner-slider-items .owl-nav div{
	height: 45px;
    width: 42px;
    font-size: 18px;
    line-height: 42px;
    background: #25A7F0;
    color: #fff;
    transition: .4s;
    text-align: center;
    position: absolute;
    margin: 0px 8px;
    border-radius: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-slider-items .owl-nav  div.owl-next{
	left:auto;
	right:0;
}



/**==============================

   home-text-banner-page
   
   ==============================**/
   
 
 
.type-wrap p {
	color:#fff;
	font-size:18px;
	transition:.4s;
}


   
.home-text-banner {}

.banner-text-area  {
	background-size:cover;
	height:100vh;
	color:#fff;
	z-index:2;
}

.banner-text-content{
	width:100%;
	height:100vh;
	display:table;
	text-align:center;
}

.banner-text-heading {
	display:table-cell;
	vertical-align:middle;
}

.banner-text-heading h2{
	font-size: 30px;
	color:#fff;
}

.banner-text-heading span{
	font-size: 28px;
	color:#25A7F0;
	font-weight:400;
}




/**==============================

   home-overlay-banner-page
   
   ==============================**/
   
   
.service-overlax {
	padding: 40px 20px;
    transition: .2s;
 }    
.service-overlax:hover {
	background:#25A7F0;
	color:#ffffff;
	border-radius: 5px;
 }  
 
.service-overlax:hover i{
	 color:#ffffff;
 } 

.service-overlax h6{
   font-size: 14px;
	font-weight:700;
}

.service-overlax:hover.service-overlax h6{
	 color:#ffffff;
 } 

.service-overlax i{
   font-size: 70px;
	color: #25A7F0;
}
 
.home-overlay-banner {}

.home-parallex-overlay {
	background-size:cover;
	width:100%;
	height:auto;
}

.parallex-overlay-content {
	width:100%;
	height:100vh;
	display:table;
	text-align:center;
}

.parallex-overlay-heading {
	display:table-cell;
	vertical-align:middle;
}

.overlax {
	color:#fff;
	padding: 90px;
}

.overlax h2 {
	font-size: 37px;
    font-weight: 700;
    line-height: 50px;
}

.overlax p {
	    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    word-spacing: 3px;
    letter-spacing: 1px;
}
.particle-banner {
	height:100vh;
	width:100%;
}
.particle-overlay {
	position: relative;
	z-index:2;
}
.particle-overlay:before {
	top:0;
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background:#25A7F0;
    opacity: 0.6;
    z-index: 1;
	
}
#particles {
	
	background-size:cover;
	height:100vh;
}

#particle-content {
	z-index:3;
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}

.particle-caption h2 {
	font-size: 52px;
    font-weight: 700;
    line-height: 65px;
    color: #fff;
}

.particle-caption p {
	font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
	color:#fff;
	
}
/**==============================

   home-text-banner-page
   
   ==============================**/
   

.fixed-content {
	width:100%;
	height:100vh;
	display:table;
	text-align:center;
}

.fixed-heading {
	display:table-cell;
	vertical-align:middle;
}

.fixed-heading h1{
	font-size: 60px;
	color:#25A7F0;
}

.fixed-heading p {
	    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1.5px;
}



/* ==============================
   About Area
   ============================== */ 
   
.about-text {
	margin-right: 30px;
}
 
.about-content {
	
} 
  
.about-view {
	
}

.about-view img{
	width:100%;
	height:auto;
	transition: .3s;
}


/*--css-zoom-hover--*/

.about-view {
	    margin: 0px;
		transition:.6s;
		 -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.about-view:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/*---end-css-zoom-hover--*/


/*---css-image-bw--*/


.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.bw:hover {
  -webkit-filter: grayscale(100%);
}

.team-info:hover .bw{
	-webkit-filter: grayscale(100%);
}
/*---end-css-image-bw--*/



	
/*	skill bar */

.skill-title {
	padding:0 6px;
}

.skillbar {
    position:relative;
    display:block;
    margin-bottom:25px;
    width:100%;
    background:#7F8C8D;
    height:5px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}

.skillbar-title {
    position:absolute;
    top:0;
    left:0;
    font-weight:400;
    font-size:15px;
    color:#fff;
}

.skill-heading span {
    display: block;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 13px;
    color: #777;
}

.skillbar-bar {
	height:10px;
	width:0px;
	background:#25A7F0;
	border-radius:0px;
	float: left;
}





/* ==============================
   Service Area
   ============================== */ 

.service-area {
	text-align:center;
} 

.service {
	margin: 20px;
}

.service-area h6{
   font-size: 14px;
	font-weight:700;
}

.service-area i{
   font-size: 50px;
	color: #25A7F0;
}

/* Service 2 */
.service2 {
	text-align:left;
	margin:40px 20px;
}


/* Service 3 */

.service3 {
	text-align: left;
    margin: 8px;
}

.service3 p {
	color:#777;
}


/* Service 4 */

.service4 {
	text-align: left;
    margin: 30px 5px;
    padding: 30px;
    transition: .3s;
}
.service4:hover{
	-moz-box-shadow: 0 0px 30px 0px #ddd;
	-webkit-box-shadow: 0 0px 30px 0px #ddd;
	box-shadow: 0 0px 30px 0px #ddd;
}


/* Service-parallax */


.service-parallax {
	padding: 20px;
    transition: .2s;
    cursor: default;
    margin: 20px 0;
}

.service-parallax:hover {
	-moz-box-shadow: 0 0px 30px 0px #ddd;
	-webkit-box-shadow: 0 0px 30px 0px #ddd;
	box-shadow: 0 0px 30px 0px #ddd;
}

.service-parallax h6{
   font-size: 14px;
	font-weight:700;
	margin-bottom:10px;
}

.service-parallax i{
   font-size: 65px;
    color: #25A7F0;
    width: 20%;
    float: left;
    margin-right: 2%;
}
.service-parallax-content {
	width: 77%;
    float: left;
    text-align: left;
}




/*timeline-service*/

.service-line {
  position: relative;
  overflow: auto;
  color:#fff;
}
.service-line:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 3px;
  background: #25A7F0;
  left: 0;
}
.service-line h4 {
	background: #fff;
    color: #25A7F0;
    border: 1px solid #ddd;
    max-width: 7em;
    margin: 0 auto 3em;
    padding: 0.6em;
    text-align: center;
    position: relative;
    clear: both;
    font-size: 22px;
    font-weight: 700;

}
.service-line ul {
  list-style: none;
  padding: 0 0 0 1em;
  z-index: 1;
}
.service-line li {
    background: #ffffff;
    padding: 1em;
    border: 1px solid #ddd;
    margin-bottom: 3em;
    position: relative;
	transition:.3s;
}
.service-line li:hover {
   -moz-box-shadow: 0 0px 30px 0px #ddd;
	-webkit-box-shadow: 0 0px 30px 0px #ddd;
	box-shadow: 0 0px 30px 0px #ddd;
}
.service-line li:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 1em solid #ddd;
  border-left: 1em solid #fff;
  font-size: 25px;
  position: absolute;
  left: -1em;
  top: -1px;
}


@media screen and (min-width: 40em) {


  .service-line:before {
    left: 50%;
  }
  .service-line ul {
    padding-left: 0;
    max-width: 1000px;
    margin: 0 auto;
  }
  .service-line li {
    width: 46%;
  }
  .service-line li:nth-child(even) {
    float: right;
    margin-top: 4em;
  }
  .service-line li:nth-child(odd) {
    float: left;
  }
  .service-line li:nth-child(odd):before {
    border-top: 1em solid #ddd;
    border-right: 1em solid #fff;
	font-size:18px;
    right: -1em;
    left: auto;
  }
  .service-line li:nth-of-type(2n+1) {
    clear: both;
  }
}


/*

===============================
 Portfolio Area
===============================

*/

.portfolio-menu{
	margin-bottom:40px;
}

.portfolio-menu button{
	    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 5px;
    background: transparent;
    border: 3px solid #ccc;
    color: #777;
    transition: .4s;
    margin-left: 0;
}

.portfolio-menu button:hover{
	color: #25A7F0;
    background: #fff;
    border: 3px solid #25A7F0;
}

.portfolio-menu button.active{
	color: #fff;
    background: #25A7F0;
    border: 3px solid #25A7F0;
}

/**/

.portfolio img {
    width: 100%;
}
.portfolio {
    margin-bottom: 30px;
    position: relative;
	box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.hover-portfolio > .portfolio-content:before {
    background: rgba(0, 0, 0, 0.8);
    bottom: 15px;
    content: "";
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.4s ease-in-out 0s;
}
.hover-portfolio:hover .portfolio-content {
    opacity: 1;
}
.hover-portfolio:hover .portfolio-content:before {
    opacity: 0.8;
}

.portfolio-view {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.portfolio-view a {
    background-color: transparent;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 45px;
    line-height: 50px;
    opacity: 0;
}
.portfolio-view a:hover {
    color: #fff;
}
.portfolio:hover .portfolio-view a {
    opacity: 1;
}
.no-padding .col-md-4 {
	padding:0px !important;
}
s.no-padding .col-md-4 .portfolio {
	margin:0px !important;
}
.oneline-portfolio-1 .portfolio-title {
    opacity: 1;
    padding: 25px 18px;
    position: static;
    transform: translateY(0%);
}
.oneline-portfolio-1 .portfolio-title h3 {
    transform: translateY(0px);
}
.oneline-portfolio-1 .portfolio-title span {
    transform: translateY(0px);
}
.hover-portfolio .portfolio-content::before {
    background: #25A7F0 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
}
.portfolio-view {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}


.portfolio-view p{
	font-family: 'Montserrat', sans-serif;
    font-size:14px;
	font-weight:300;
	letter-spacing:1px;
}

/*gradient Portfolo*/


.hover-gradient-protfolio > .portfolio-content:before {
    background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%) !important;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease-in-out 0s
}
.hover-gradient-protfolio:hover .portfolio-content {
    opacity: 1;
}
.hover-gradient-protfolio:hover .portfolio-content:before {
    opacity: 0.8;
}



.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}



/* ==============================
   Counterup Area
   ============================== */ 
   
   
.counterup {
	text-align:center;
}
   
.counter-content1 {
	background:#E2E2E2;
	padding: 35px 0px;
}   
.counter-content2 {
	background:#E9E9E9;
	padding: 35px 0px;
}   
.counter-content3 {
	background:#EEEEEE;
	padding: 35px 0px;
}   
.counter-content4 {
	background:#F2F2F2;
	padding: 35px 0px;
}

.counter-icon i{
	font-size: 68px;
    color: #555555;
    line-height: 60px;
}
.counter-title h2 {
	color: #555555;
	font-size: 50px;
    font-weight: 400;
}
.counter-title h6 {
	color: #555555;    
	font-size: 14px;
}
.counter-title span {
	color: #555555;
    font-size: 42px;
	font-weight: 400;
}

/* ==============================
   Video Area
   ============================== */ 
   
   

.buttonBar {
	display:none;
}
.video-area {
	background-size:cover;
	background-color:#25a7f0;
}

.video-content-area {
	text-align:center;
	width:100%;
	height:40vh;
	display:table;
}

.video {
	display:table-cell;
	vertical-align:middle;
}

.video h6{
	color:#fff;
	font-size: 22px;
    margin-bottom: 32px;
}

.video i{
	font-size: 13px;
    background: #fff;
    color: #666;
    transition: .3s;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
}

.video i:hover{
	color: #fff;
    background: #25A7F0;
}

/*video-slider*/

.client-opinion {
	text-align:center;
	padding:30px 0;
}

.client-opinion img{
	width: 110px !important;
    height: auto;
    border-radius: 50%;
	margin: 0 auto;
	
}

.client-opinion h6{
	color:#25A7F0;
	font-weight: 700;	
    font-size: 16px;
}

.client-opinion p{
	color:#ffffff;
	
}

.client-opinion i{
	color:#25A7F0;
	font-size: 20px;
    margin: 10px 0px;
	
}


/* ==============================
   Blog Area
   ============================== */ 
   
   
.blog-area {
	margin:0;
}

.blog-content-area {}

.recent-blog {
	padding:15px 0px;
}

.single-blog {	
}

.blog-content img{
	width:100%;
	height:auto;
}

.blog {
	padding:45px 5px;
}

.blog em{
	padding: 0px 6px;
	font-size:16px;
}

.blog p{
	font-size:14px;
	margin-bottom: 18px;
}
.blog h2{
	    font-size: 16px;
    margin-top: 30px;
    font-weight: 700;
}

.read-blog {	
	font-size:13px;
	text-transform:uppercase;
	color:#25A7F0 !important;
	text-decoration:underline !important;
}

.read-blog:hover {
	text-decoration:none;
}

.blog-area {
	position:relative;
}
.blog-area .owl-nav {
	position:absolute;
	right:0;
	left:auto;
	margin-top:20px;
}
.blog-area .owl-nav div{
	width:40px;
	height:30px;
	background:#25A7F0;
	color:#fff;
	float:left;
	margin-left:10px;
	padding-left:18px;
	line-height:30px;
	font-size:18px;
}

/* single-blog2 */
.single-blog2 {
	padding-right:12px;
}
.single-blog2 img{
	transition:.5s;
}
.single-blog2:hover img{
	transform: scale(1.1);
}
.single-blog2 h2 {
	font-size:16px;
	margin-top: 30px;
	font-weight:700;
}
.single-blog2 p {
	margin-bottom:15px;
}
.blog-date {
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:10px;
}

/**==============================

   blog-banner-page
   
   ==============================**/
   
.home-blog-area {
	height:50vh;
	width:100%;
	background-size:cover;
}
.blog-content {
	width:100%;
	height:45vh;
	display:table;
}
.blog-heading {
	display:table-cell;
	vertical-align:bottom;
}
.blog-heading h4{
	font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
    color: #25A7F0;
	line-height: 25px;
}
.blog-heading p{
	font-weight: 400;
    color: #fff;
    font-size: 13.5px;
	text-transform:uppercase;
	line-height: 16px;
}
.blog-heading a{
    color: #25A7F0;
}



/*Blog details-area*/



.blog-details {
	
}

.blog-content2 {
	padding:15px;
}

.blog-slider img{
	width:100% !important;
	height:auto !important;
}

.blog-slider .owl-dots{
	position:absolute;
	left:46%;
	bottom:20px;
}

.blog-slider .owl-dot{
	height: 12px;
    width: 12px;
    background: #25A7F0;
    border-radius: 50%;
	display:block;
	float:left;
	margin:0 4px;
	transition:0.4s;
}
.blog-slider .owl-dot.active{
    background: #ffffff;
}

.detail-blog {
	margin-top: 30px;
}

.detail-blog h4{
    text-transform: inherit;
    font-weight: 400;
	line-height: 35px;
}

.blog-writer {
	font-weight: 600;
	margin-bottom: 5px;
}

.blog-writer a{
	color:#25A7F0;
}

.blog-code {
	background:#F6F6F6;
	padding: 45px 60px;
	font-size: 25px;
    font-weight: 300;
	 margin: 50px 0px;
}

.blog-code i{
	margin-right: 10px;
	 font-size: 32px;
}

.blog-code p{
	font-size: 25px;
    font-weight: 300;
	line-height:40px;
}

.blog-code h6{
	font-size: 13px;
    font-weight: 700;
    margin-top: 21px;
    color: #777;
}

.social-link {
	margin: 20px 0;
}

.social-link h6 {
	font-size:20px;
	color:#25A7F0;
}

.social-link i{
    font-size: 17px;
    width: 120px;
    color: #fff;
    transition: .4s;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    margin-right: 10px;
}

.fac{
    background: #4267B2;
}

.twi{
    background: #1DA1F2;
}

.pin{
    background: #BD081C;
}

.lin{
    background: #007BB6;
}

.social-link i:hover{
	color:#ffffff;
}

/* blog sidebar */


.blog-sidebar {
	padding:15px;
}
.search-promo{
	margin-bottom:30px;
}
.search-promo form{
	width:90%;
}
.search-promo input{
	height:45px;
	width:75%;
	text-indent:10px;
	border:1px solid #ccc;
	float:left;
	border-radius:3px 0 0 3px;
}
.search-promo button{
	color:#25A7F0;
	height:45px;
	width:20%;
	background:transparent;
	border:1px solid #ccc;
	border-left:0px;
	float:left;
	border-radius:0 3px 3px 0;
}
.search-promo button:hover{
	background:#f5f5f5;
}

.single-sidebar {
	margin-bottom:30px;
}

.single-sidebar h3 {
	font-size:14px;
	letter-spacing:2px;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:20px;
}

.single-sidebar li {
	margin-bottom:10px;
}

.single-sidebar li a {
	font-size:12.5px;
	font-weight:400;
	color:#777;
	letter-spacing:0.5px;
}

.single-sidebar li a:hover {
	color:#25A7F0;
}

.single-sidebar li a i{
	margin-right:5px;
}

.recent-post {
	margin-bottom:15px;
}

.recent-promo {
	width:30%;
	float:left;
}

.recent-promo-content {
	width:67%;
	margin-left:2%;
	float:left;
	padding-left:15px;
}

.recent-promo-content h5 {
	font-size:13px;
	letter-spacing:1.5px;
	text-transform:uppercase;
	color:#777;
}


.recent-promo-content p {
	font-size:12px;
	letter-spacing:0.5px;
	color:#777;
}

.tags a{
	font-size:10px;
	letter-spacing:1.5px;
	text-transform:uppercase;
	color:#777;
	border:1px solid #777;
	padding:7px 12px;
	margin-right:5px;
	margin-bottom:8px;
	display:inline-block;
}

.tags a:hover{
	color:#fff;
	background:#25A7F0;
	border:1px solid #25A7F0;
}

.blog-text{}

.blog-text p {
	font-size:13px;
}


/* ==============================
   Team Area
   ============================== */ 
 

.team-area {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKUlEQVQYV2P89u3b/////zNwc3MzMkABI0gQxObi4kIIwmSRabgsQUEACOQLBl9RfzEAAAAASUVORK5CYII=)repeat;
}

.team-content {
	margin-bottom:40px;
}

.team-blog {
	margin-top:20px;
}

.team-view img {
	display: block;
    max-width: 100%;
    height: auto
}

.team-info {
	margin-bottom: 20px;
    transition: 4s;
    border: 1px solid #dfdfdf;
}

.team-heading p {
    font-size: 13px;
}
.team-back:hover .team-heading {
	background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}

.team-back:hover .team-heading h6 {
	color:#fff;
}

.team-back:hover .team-heading p {
	color:#fff;
}

.team-back:hover .team-heading i {
	color:#fff;
} 

.team-info:hover .team-heading {
	background:#25A7F0;
}

.team-info:hover .team-heading h6 {
	color:#fff;
}

.team-info:hover .team-heading p {
	color:#fff;
}

.team-info:hover .team-heading i {
	color:#fff;
}

.team-heading {
	padding: 30px;
    margin: 0px;
    transition: .4s;
    text-align: center;
	background:#fff;
}

.team-heading h6 {
    font-size: 14px;
	margin:0px;
	font-weight:700;
	letter-spacing: 0px;
}

.team-heading p {
	margin-top:5px;
}

.team-heading i{
	color: #777777;
    font-size: 14px;
    margin:0 5px;
}

.social-icon {
	margin-top: 8px;
}



/* ==============================
   Work Area
   ============================== */
   
   
.work-area {
	
}

.team-work img {
    width: 170px !important;
    margin: 0 auto;
}
  



/* ==============================
   Gmap Area
   ============================== */

   
 
.contact-way {
	margin-top:24px;
}

.contact-way p{
	margin-bottom:5px;
}

.contact-way i{
	font-size: 14px;
    margin-right: 10px;
}

.contact-way span{
	font-size:14px;
	color:#777777;
	width:30%;
	font-weight: 400;
    letter-spacing: 1px;
}
  
.gmap-area {
	overflow:hidden;
	text-align:center;
	background:#F5F5F5;
}

.gmap {
	margin-left:0px;
}

#map-space {
    height: 60vh;
    width: 100%;
}   

/* ==============================
   Contact Area
   ============================== */ 
   
   
.contact-area {
	background:#F5F5F5;
} 
   
.contact-area.container-fluid {
	width:100%;

}

.form-group {
    margin-bottom: 8px !important;
}

.form-ct {
	border-radius:0;
	height: 48px;
    margin-bottom: 8px;
}

.form-control:focus {
    border-color: #25A7F0;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(220,63,75,.075), 0 0 8px rgba(220,36,75,.2);
    box-shadow: inset 0 1px 1px rgba(220,63,75,.075), 0 0 8px rgba(220,36,75,.2);
}

.btn {
	 margin: 20px 0px;
}

.contact-content {
	text-align:center;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 10px;
    color: red;
    font-size: 13px;
    font-weight: 600;
}


/* ==============================
   footer-area
   ============================== */

   
.footer-area {
	text-align:center;
}

.footer-content {
	color:#111;
}

.footer-content img {
	width:120px;
	height:auto;
	margin-bottom:30px;
}

.footer-content p {
	color:#777;
}

.social-media {
	margin-bottom:30px;
}

.social-media i{
	font-size:14px;
	text-align:center;
	height:45px;
	width:45px;
	line-height:45px;
	border-radius:50%;
	transition:.3s;
	border:1px solid #ccc;
	margin-right:5px;
	color:#25A7F0;
}

.social-media i:hover{
	background:#25A7F0;
	border:1px solid #25A7F0;
	color:#fff;
}




/*

===============================
 Intro page
===============================

*/
.intro img {
	width:180px;
	height:auto;
	margin:0 auto;
}

.single-intro {
	text-align:center;
	margin:30px 0;
	transition:0.2s;
}

.single-intro:hover {	
	opacity:0.7;
}

.single-intro img {	
	transition:0.2s;	
}

.single-intro p{
	color:#666;
	font-size:16px;
	font-weight:700;
	margin-top:15px;
}

/*	Features Area	*/

.site-features {
	
}

.single-site-feature {
	text-align:center;
	margin-bottom:50px;
}

.single-site-feature h3{
	color:#666;
	font-size:20px;
	margin-bottom:10px;
	font-weight:300;
}

.single-site-feature i{
	color:#25A7F0;
	font-size:40px;
	transition:.4s;
}
.single-site-feature:hover i{
	transform:scale(1.3);
}





/*

===============================
 Responsive Media queries
===============================

*/


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.service4 {
		margin: 25px 0;
		padding: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
	
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 640px) and (max-width:960px) {
	
	.service-line li {
		padding: 1px !important;
	}
		
	.team-info {
		margin-bottom: 40px;
	}
	
	.service-parallax i {
		font-size: 65px !important;
	}
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
	
	#myNavbar {
		background:#1C4359;
	}
	#myNavbar ul li a {
		color:#fff;
		line-height:35px;
	}	
	.navbar-default .navbar-collapse {
		border-color:transparent !important;
	}
	
	.contact-content {
		margin-left:0px;
		margin-right:0px; 
	}
		
	.team-info {
		margin-bottom: 40px;
	}
	.skillbar-area {
		margin:10px 25px;
	}
		
	.slider-cell h2{
		font-size:30px;
	}
	
	.slider-cell p {
		font-size: 14px;
	}
	
	.banner-slider-items .owl-nav div {
    height: 40px;
    width: 40px;
    line-height: 40px;
    top: 56%;
	margin:0;
	}
	
	.parallex-heading h1 {
    font-size: 40px;
	}
	.service-parallax i {
		font-size: 45px;
	}
	.fixed-heading h1 {
		font-size: 40px;
	}
	
	.fixed-heading p {
    font-size: 14px;
	}
}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#myNavbar {
		background:#25A7F0;
	}
	#myNavbar ul li a {
		color:#fff;
		line-height:35px;
	}
	#myNavbar ul li a:hover {
		color:#ccc;
	}	
	.navbar-default .navbar-collapse {
		border-color:transparent !important;
	}
		
	.overlax {
		padding: 60px;
	}
}

/* End of Stylesheet */
   