/*
	Project Name : Webmaker
	Author Company : SpecThemes
	Project Date: 5 June, 2018
	Template Developer: vsafaryan50@gmail.com
*/

/*
==============================================
TABLE OF CONTENT
==============================================

1. Sections 
2. Headings 
3. Preloader  
4. Page Title (Breadcrumb)
5. Fonts
6. Scroll To Top 
7. Helper Classes  
	a) Text-content
	b) Image-properties
	c) Buttons
	d) Lists
	e) Color Control
	f) Video Box
	g) Pagination
	h) Overlays & Opacity
	i) Forms
8. Service Boxes
14. Small Forms(Contact, Callback, Subscibe)
15. Contact Assets
16. Blog Grid
17. Blog List
18. Blog Post
21. Gallery
23. Gallery Grid
26. Contact Us
29. Carousel
31. Sidebars
38. Top Bar
41. Accordions
46. Owl Carousel
48. Loader Styles
49. Social icons
50. Errors
51. Animations
52. Footer
 

==============================================
[END] TABLE OF CONTENT
==============================================
*/



/*-----------------------------------------
1. Sections
-------------------------------------------*/
.section-block{
	position: relative;
	/*padding: 90px 0px 90px 0px;*/
	padding: 45px 0px ;
	background-color: #fff;
}	
@media (max-width: 767px) {
	.section-block{
		/*padding: 60px 0px 60px 0px;*/
		padding: 30px 0px ;
	}
}

.section-block-grey{
	position: relative;
	/*padding: 90px 0px 90px 0px;*/
	padding: 45px 0px ;
	background-color: #fafafa;
}
@media (max-width: 767px) {
	.section-block-grey{
		/*padding: 60px 0px 60px 0px;*/
		padding: 30px 0px ;
	}
}

.section-block-greyer{
	position: relative;
	/*padding: 90px 0px 90px 0px;*/
	padding: 45px 0px ;
	background-color: #f5f5f5;
}
@media (max-width: 767px) {
	.section-block-greyer{
		/*padding: 60px 0px 60px 0px;*/
		padding: 30px 0px ;
	}
}

.section-block-dark{
	position: relative;
	/*padding: 90px 0px 90px 0px;*/
	padding: 45px 0px ;
	background-color: #222;
}
@media (max-width: 767px) {
	.section-block-dark{
		/*padding: 60px 0px 60px 0px;*/
		padding: 30px 0px ;
	}
}

.section-block-parallax{
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
	/*padding: 90px 0px 90px 0px;*/
	padding: 45px 0px ;  
}	
@media (max-width: 767px) {
	.section-block-parallax{
		/*padding: 60px 0px 60px 0px;*/
		padding: 30px 0px ;
	}
}

.section-block-bg{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/*padding: 90px 0px 90px 0px;*/
	padding: 45px 0px ;  
}	
@media (max-width: 767px) {
	.section-block-bg{
		/*padding: 60px 0px 60px 0px;*/
		padding: 30px 0px ;
	}
}

.right-position{
	position: relative;
}
@media (max-width: 767px) {
	.right-position{
		background-position: right;
	}
}

.left-position{
	position: relative;
}
@media (max-width: 767px) {
	.left-position{
		background-position: left;
	}
}

.jarallax {
    position: relative;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.video-section{
	position: relative;
}

.video-content{
	position: relative;
	padding: 90px 0px 90px 0px;	
}


.section-md{
	padding: 90px 0px 90px 0px;
}
.section-sm{
	padding: 60px 0px 60px 0px;
}
.section-xs{
	padding: 30px 0px 30px 0px;
}


.full-screen{
	position: relative;
	background-position: center;
	width: 100%;
	height: 100%;
	background-size: cover;
}



.block-primary-bg{
	position: relative;
	background: #1475D7;
}

.block-dark-bg{
	position: relative;
	background: #222;
}

.block-dark-bg-transparent{
	position: relative;
	background: rgba(0, 0, 0, .6);
}

.block-white-bg{
	position: relative;
	background: #fff;
}

.solid-border{
	border: 1px solid #eee;
}


.full-background{
	width: 100%; 
	height: 100%; 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}



.primary-bg{
	background-color: #1475D7;
}

.grey-bg{
	background-color: #fafafa;
}

.dark-bg{
	background-color: #222;
}


/*-----------------------------------------
2. Headings
-------------------------------------------*/
.section-heading{
	position: relative;
	margin-bottom: 10px;
}

.section-heading h2 strong,
.section-heading h3 strong, 
.section-heading h4 strong, 
.section-heading h5 strong, 
.section-heading h6 strong{
	font-weight: 700;
}

.section-heading h2 i,
.section-heading h3 i, 
.section-heading h4 i, 
.section-heading h5 i, 
.section-heading h6 i{
	font-style: italic;
	font-family: 'Libre Baskerville', serif;
}

.section-heading h2{
	position: relative;
	font-size: 36px;
	font-weight: 600;
	color: #222;
	line-height: 130%;
	letter-spacing: -2px;
	word-spacing: 2px;	
	margin-bottom: 10px;
	margin-top: 5px;
}
@media (max-width: 767px) {
	.section-heading h2{
		font-size: 27px;
	}
}

.section-heading h3{
	position: relative;
	font-size: 33px;
	font-weight: 400;
	color: #222;
	line-height: 130%;
	letter-spacing: -2px;
	word-spacing: 2px;	
	margin-bottom: 10px;
	margin-top: 5px;
}
@media (max-width: 767px) {
	.section-heading h3{
		font-size: 24px;
	}
}

.section-heading h4{
	position: relative;
	font-size: 28px;
	font-weight: 400;
	color: #222;
	line-height: 130%;
	letter-spacing: -2px;
	word-spacing: 2px;	
	margin-bottom: 10px;
	margin-top: 5px;
}
@media (max-width: 767px) {
	.section-heading h4{
		font-size: 23px;
	}
}

.section-heading h5{
	position: relative;
	font-size: 24px;
	font-weight: 400;
	color: #222;
	line-height: 130%;
	letter-spacing: -2px;
	word-spacing: 2px;	
	margin-bottom: 10px;
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.section-heading h5{
		font-size: 23px;
	}	
}
.section-heading h6{
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #222;
	line-height: 130%;
	letter-spacing: -1px;
	word-spacing: 1px;	
	margin-bottom: 10px;
	margin-top: 5px;
}
.section-heading p{
	font-size: 17px;
	font-weight: 500;
	color: #979797;
	line-height: 160%;
	padding-top: 15px;
	margin-bottom: 0px;
}

.section-heading small{
	font-size: 13px;
	font-weight: 700;
	color: #1475D7;
	line-height: 250%;
	text-transform: uppercase;
	padding-bottom: 5px;
}


.section-heading-line{
	content: '';
	display: block;	
	width: 100px;
	height: 3px;
	background: #1475D7;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 5px;
}

.left-holder .section-heading-line{
	content: '';
	display: inline-block;	
	width: 100px;
	height: 3px;
	background: #1475D7;
	margin-top: 10px;
	margin-bottom: 5px;
}


.large-heading{
	position: relative;
	margin-bottom: 15px;
}

.large-heading h2{
	position: relative;
	font-size: 45px;
	font-weight: 700;
	color: #222;
	line-height: 140%;
	letter-spacing: -2px;
	word-spacing: 2px;	
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.large-heading h2{
		font-size: 30px;
	}
}

.large-heading h3{
	position: relative;
	font-size: 41px;
	font-weight: 700;
	color: #222;
	line-height: 140%;
	letter-spacing: -2px;
	word-spacing: 2px;	
	margin-bottom: 15px;
}

.large-heading h4{
	position: relative;
	font-size: 37px;
	font-weight: 700;
	color: #222;
	line-height: 140%;
	letter-spacing: -2px;
	word-spacing: 2px;	
	margin-bottom: 15px;
}

.large-heading h5{
	position: relative;
	font-size: 32px;
	font-weight: 700;
	color: #222;
	line-height: 130%;
	letter-spacing: -2px;
	word-spacing: 2px;	
	margin-bottom: 15px;
}

.large-heading small{
	font-size: 13px;
	font-weight: 700;
	color: #1475D7;
	line-height: 250%;
	text-transform: uppercase;
	padding-bottom: 5px;
}


.small-heading{
	width: 100%;
	overflow: hidden;
}

.small-heading span{
    position: relative;
    display: inline-block;	
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #222;    
}

.small-heading span::before {
    background-color: #dedede;
    content: '';
    display: block;
    width: 9999px;
    left: 100%;
    margin-left: 30px;
    top: 50%;
    margin-top: -.5px;
    height: 1px;
    position: absolute;
}

.small-heading span::after {
    background-color: #dedede;
    content: '';
    display: block;
    width: 9999px;
    right: 100%;
    margin-right: 30px;
    top: 50%;
    margin-top: -.5px;
    height: 1px;
    position: absolute;
}


/*-----------------------------------------
3. Preloader
-------------------------------------------*/
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
    display: table;
    text-align: center;
} 
.loader {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    position: relative;
    width: 200px;
    height: 200px;
}



/*-----------------------------------------
4. Page Title (Breadcrumb)
-------------------------------------------*/
/*--- Style 1 ---*/
.page-title{
	display: block;
	position: relative;
	overflow: hidden;
	padding: 130px 0px 130px 0px;
	background-color: #eee;
	background-size: cover;	
	background-position: top;
	text-align: center;
}

.page-title h1{
	position: relative;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.page-title h1{
		font-size: 30px;
	}
}

.page-title h1:after{
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	background: rgba(255, 255, 255, .5);
	margin: 18px auto; 
}

.page-title p{
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	opacity: .8;
}

.page-title ul li{
	position: relative;
	display: inline-block;
}

.page-title ul li:after{
	content: "●";
	font-size: 13px;
	display: inline-block;
	color: #fff;
	opacity: .6;
	margin: 0px 2px 0px 4px;
}

.page-title ul li:last-child:after{
	content: none;
}

.page-title ul li a, .page-title ul li span{
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	opacity: .5;
	text-align: center;
	margin-bottom: 5px;
	margin: 5px;
}

.page-title ul li a:hover{
	opacity: 1;
}


/*--- Style 2 ---*/
.page-title-2{
	position: relative;
	padding: 80px 0px 80px 0px;
	background-color: #fafafa;
	text-align: center;
}

.page-title-2 h1{
	position: relative;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1;
	color: #222;
	margin-bottom: 10px;
}

.page-title-2 ul li{
	position: relative;
	display: inline-block;
}

.page-title-2 ul li a{
	position: relative;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	color: #aaa;
	text-align: center;
	margin-bottom: 5px;
	margin: 5px 7px 5px 0px;
}

.page-title-2 ul li:after{
	content: ' / ';
	font-size: 11px;
	font-weight: 600;
	display: inline-block;
	color: #aaa;
	margin-right: 2px;
}

.page-title-2 ul li:last-child:after{
	content: none;
}

.page-title-2 ul li a:hover{
	color: #1475D7;
}


/*--- Style 3 ---*/
.page-title-dark{
	position: relative;
	padding: 80px 0px 80px 0px;
	background-color: #222;
	text-align: center;
}

.page-title-dark h1{
	position: relative;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1;
	color: #fff;
	margin-bottom: 10px;
}

.page-title-dark ul li{
	position: relative;
	display: inline-block;
}

.page-title-dark ul li a{
	position: relative;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	color: #999;
	text-align: center;
	margin-bottom: 5px;
	margin: 5px 7px 5px 0px;
}

.page-title-dark ul li:after{
	content: ' / ';
	font-size: 11px;
	font-weight: 600;
	display: inline-block;
	color: #999;
	margin-right: 2px;
}

.page-title-dark ul li:last-child:after{
	content: none;
}

.page-title-dark ul li a:hover{
	color: #fff;
}


/*--- Style 4 ---*/
.page-title-primary{
	position: relative;
	padding: 80px 0px 80px 0px;
	background-color: #1475D7;
	text-align: center;
}

.page-title-primary h1{
	position: relative;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1;
	color: #fff;
	margin-bottom: 10px;
}

.page-title-primary ul li{
	position: relative;
	display: inline-block;
}

.page-title-primary ul li a{
	position: relative;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	opacity: .7;
	text-align: center;
	margin-bottom: 5px;
	margin: 5px 7px 5px 0px;
}

.page-title-primary ul li:after{
	content: ' / ';
	font-size: 11px;
	font-weight: 600;
	display: inline-block;
	color: #fff;
	opacity: .7;
	margin-right: 2px;
}

.page-title-primary ul li:last-child:after{
	content: none;
}

.page-title-primary ul li a:hover{
	opacity: 1;
}



/*--- Style 5 ---*/
.page-title-video{
	position: relative;
	padding: 130px 0px 130px 0px;
	background-color: transparent;
	background-size: cover;	
	background-position: top;
	text-align: center;
}

.page-title-video h1{
	position: relative;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}

.page-title-video h1:after{
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	background: rgba(255, 255, 255, .5);
	margin: 18px auto; 
}

.page-title-video p{
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	opacity: .8;
}

.page-title-video ul{
	position: relative;
}

.page-title-video ul li{
	position: relative;
	display: inline-block;
}

.page-title-video ul li:after{
	content: "●";
	font-size: 13px;
	display: inline-block;
	color: #fff;
	opacity: .6;
	margin: 0px 2px 0px 4px;
}

.page-title-video ul li:last-child:after{
	content: none;
}

.page-title-video ul li a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	opacity: .5;
	text-align: center;
	margin-bottom: 5px;
	margin: 5px;
}

.page-title-video ul li a:hover{
	opacity: 1;
}


/*--- Style 6 ---*/
.page-title-small{
	padding: 40px 0px 30px 0px;
	background-color: #fafafa;
	text-align: center;
	z-index: -1;
}

.page-title-small h1{
	position: relative;
	font-size: 27px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1;
	color: #222;
	margin-bottom: 10px;
}

.page-title-small ul li{
	position: relative;
	display: inline-block;
}

.page-title-small ul li a{
	position: relative;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	color: #aaa;
	text-align: center;
	margin-bottom: 5px;
	margin: 5px 7px 5px 0px;
}

.page-title-small ul li:after{
	content: ' ● ';
	font-size: 11px;
	font-weight: 600;
	display: inline-block;
	color: #aaa;
	margin-right: 2px;
}

.page-title-small ul li:last-child:after{
	content: none;
}

.page-title-small ul li a:hover{
	color: #1475D7;
}






/*-----------------------------------------
5. Fonts
-------------------------------------------*/
.open-sans{
	font-family: 'Open Sans', sans-serif !important;
}

.libre-baskerville{
	font-family: 'Libre Baskerville', serif !important;
}

.extra-light{
	font-weight: 100 !important;
}

.lighter{
	font-weight: 300 !important;
}

.light{
	font-weight: 400 !important;
}

.regular{
	font-weight: 500 !important;
}

.semi-bold{
	font-weight: 600 !important;
}

.bold{
	font-weight: 700 !important;
}

.extra-bold{
	font-weight: 800 !important;
}

.underline{
	text-decoration: underline;
}

.line-through{
	text-decoration: line-through;
}

.italic{
	font-style: italic !important;
}

.uppercase{ 
	text-transform: uppercase;
}

.capitalize{ 
	text-transform: capitalize !important;
}


.ls-none{
	letter-spacing: 0px !important;
}

.ls-minus{
	letter-spacing: -2px;
	word-spacing: 2px;
}


/*-----------------------------------------
6. Scroll To Top
-------------------------------------------*/
.scroll-to-top{
	font-size: 11px;  
	padding: 12px 6px; 
	text-align:center; 
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:80px;
	right: 10px;
	display:none;
	border-radius: 50%;
	background: #111;
	width: 40px;
	height: 40px;  
	z-index: 9999;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;   
}
.scroll-to-top i{
	color: #fff;
}

.scroll-to-top:hover{
	color: #fff;
	background: #2d2d2d;
}
 .scroll-to-top:hover i{
	color: #fff;
}
.scroll-to-top:visited{
	color: #fff;
	text-decoration:none;
}




/*-----------------------------------------
7. Helper Classes
-------------------------------------------*/

/*--------------------
a) Text-content
----------------------*/

.text-content-small{
	position: relative;
}

.text-content-small p{
	font-size: 13px !important;
	font-weight: 600;
	color: #999;
	line-height: 190%;	
	margin-bottom: 15px;
}

.text-content{
	position: relative;
}

.text-content p{
	font-size: 14px;
	font-weight: 500;
	color: #999;
	line-height: 190%;	
	margin-bottom: 15px;
}

.text-content-big{
	position: relative;
}

.text-content-big p{
	font-size: 15px;
	font-weight: 500;
	color: #999;
	line-height: 190%;	
	margin-bottom: 15px;
}

.small-text{
	color: #222;
	font-size: 13px;
	font-weight: 600;
}



/*--------------------
b) Image-properties
----------------------*/
/*--- Frames ---*/
.semi-rounded{
	border-radius: 3px !important;
}

.rounded-border{
	border-radius: 5px !important;
}

.extra-rounded-border{
	border-radius: 10px !important;
}

.circled-border{
	border-radius: 50% !important;
}

.no-rounded{
	border-radius: 0px !important;
}



/*--- Shadows ---*/
.shadow-black{
  -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.35);
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);	
}
@media (max-width: 767px) {
	.shadow-black{
		margin-bottom: 15px;
	}
}

.shadow-primary{
  -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);	
}
@media (max-width: 767px) {
	.shadow-primary{
		margin-bottom: 15px;
	}
}

.shadow-light{
  -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);	
}
@media (max-width: 767px) {
	.shadow-light{
		margin-bottom: 15px;
	}
}


.shadow-extra-light{
  -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.05);
  box-shadow: 0 20px 40px rgba(0,0,0,0.05);	
}
@media (max-width: 767px) {
	.shadow-extra-light{
		margin-bottom: 15px;
	}
}



/*--- Extra ---*/
.black-white{
	filter: grayscale(100%);
}

.full-width{
	width: 100%;
}

.w-200{
	width: 200px;
	max-width: 100%;
}

.w-300{
	width: 300px;
	max-width: 100%;
}

.w-400{
	width: 400px;
	max-width: 100%;
}

.w-500{
	width: 500px;
	max-width: 100%;
}

.full-height{
	height: 100%;
}

.min-350{
	min-height: 350px;
}


/*--------------------
c) Buttons
----------------------*/
.primary-button{
	background: #1475D7;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	border: 2px solid #1475D7;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;		
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.primary-button:hover {
	color: #fff;
	border-color: #222;
	background: #222;
}


.primary-button-bordered{
	background: transparent;
	color: #1475D7;
	font-size: 11px;
	font-weight: 500;
	border: 2px solid #1475D7;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;		
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.primary-button-bordered:hover {
	color: #fff;
	border-color: #1475D7;
	background: #1475D7;
}


.white-button{
	background: #fff;
	color: #222;
	border: 2px solid #fff;
	font-size: 11px;
	font-weight: 500;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;		
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.white-button:hover {
	color: #fff;
	background: transparent;
}


.white-button-bordered{
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 11px;
	font-weight: 500;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;		
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.white-button-bordered:hover {
	color: #222;
	background: #fff;
}


.dark-button{
	background: #2d2d2d;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	border: 2px solid #2d2d2d;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;		
	-webkit-transition-duration: .3s;
	transition-duration: .3s;		
}
.dark-button:hover{
	color: #fff;
	border-color: #1475D7;
	background: #1475D7;
}


.dark-button-bordered{
	background: transparent;
	color: #222;
	font-size: 11px;
	font-weight: 500;
	border: 2px solid #222;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;		
	-webkit-transition-duration: .3s;
	transition-duration: .3s;		
}
.dark-button-bordered:hover{
	color: #fff;
	background: #222;
	border-color: #222;
}



.grey-button{
	background: #eee;
	color: #222;
	font-size: 11px;
	font-weight: 500;
	border: 2px solid #eee;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;		
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.grey-button:hover {
	color: #222;
	border-color: #eee;
	background: transparent;
}


.grey-button-bordered{
	background: transparent;
	color: #222;
	font-size: 11px;
	font-weight: 500;
	border: 2px solid #eee;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;		
	-webkit-transition-duration: .3s;
	transition-duration: .3s;		
}
.grey-button-bordered:hover{
	color: #222;
	background: #eee;
}



.button-tag{
	display: inline-block;
	font-size: 12px;
	text-align: center;
	font-weight: 600;
	margin: 5px 5px 5px 0px;
	padding:  7px 12px 7px 12px !important;
}
.button-xs{
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	padding: 8px 17px 8px 17px;
	margin: 5px 0px;		
}
.button-sm{
	position: relative;
	display: inline-block;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	padding: 9px 19px 9px 19px;
	margin: 5px 5px 5px 0px;	
}

.button-sm i{
	margin-left: 8px !important;
	margin-right: 8px !important;
}

@media (max-width: 767px) {
	.button-sm{	
		margin: 5px 0px;	
	}
}



.button-default{
	position: relative;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	padding: 8px 23px 8px 23px;
	margin: 5px 0px;	
}
.button-md{
	position: relative;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	padding: 11px 25px 11px 25px;
	margin: 5px 5px 5px 0px;	
}
@media (max-width: 767px) {
	.button-md{	
		margin: 5px 0px;	
	}
}
.button-md i{
	margin: 0px 5px;
}

.button-lg{
	position: relative;
	display: inline-block;
	font-size: 17px;
	text-align: center;
	font-weight: 600;
	padding: 12px 40px 13px !important;
	margin: 5px 5px 5px 0px;	
}

.button-pagination{
	position: relative;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	padding: 6px 11px;
	margin: 5px 5px 5px 0px;	
}

.btn{
	margin: 2.5px 0px !important;
}



/*--------------------
d) Lists
----------------------*/
.primary-list{
	padding-left: 0px;
}
.primary-list li{
    list-style-type: none;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;  
}
.primary-list li i{
    color: #1475D7;
    padding-right: 10px;
}

.dark-list{
	padding-left: 0px;
}
.dark-list li{
    list-style-type: none;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;  
}
.dark-list li i{
    color: #222;
    padding-right: 15px;
}


.white-list{
	padding-left: 0px;
}
.white-list li{
    list-style-type: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;  
}
.white-list li i{
    color: #1475D7;
    padding-right: 15px;
}

/*--------------------
e) Color Control
----------------------*/
.primary-color,
.primary-color h1, 
.primary-color h2, 
.primary-color h3, 
.primary-color h4, 
.primary-color h5, 
.primary-color h6, 
.primary-color p, 
.primary-color i, 
.primary-color strong, 
.primary-color span{
	color: #1475D7 !important;
}
.dark-color,
.dark-color h1, 
.dark-color h2, 
.dark-color h3, 
.dark-color h4, 
.dark-color h5, 
.dark-color h6, 
.dark-color p, 
.dark-color i, 
.dark-color strong, 
.dark-color span{
	color: #222 !important;
}
.grey-color, 
.grey-color h1, 
.grey-color h2, 
.grey-color h3, 
.grey-color h4, 
.grey-color h5, 
.grey-color h6, 
.grey-color p, 
.grey-color i, 
.grey-color strong, 
.grey-color span{
	color: #999 !important;
}
.white-color, 
.white-color h1, 
.white-color h2, 
.white-color h3, 
.white-color h4, 
.white-color h5, 
.white-color h6, 
.white-color p, 
.white-color i, 
.white-color strong, 
.white-color span{
	color: #fff !important;
}




/*--------------------
f) Video Box
----------------------*/
.video-video-box{
	position: relative;
	display: block;
	width: 100%;
	height: auto;	
}
.video-video-box img{
	width: 100%;
}
.video-video-box-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
}

.video-video-box-button{
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.video-video-box-button button{
	color: #222;
	font-size: 25px;
	background: rgba(255, 255, 255, 1);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding-top: 5px;
	padding-left: 12px;
	margin: 30px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}

.video-video-box-button button:hover{
	color: #222;
	background: rgba(255, 255, 255, .7);
}
@media (max-width: 991px) {
	.video-video-box-button button{
		color: #222;
		font-size: 15px;
		background: rgba(255, 255, 255, .7);
		width: 60px;
		height: 60px;
		border-radius: 50%;
		padding-top: 1px;
		padding-left: 9px;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;	
	}	
}



/*--- Small Size ---*/
.video-video-box-button-sm{
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.video-video-box-button-sm button{
	color: #222;
	font-size: 20px;
	background: rgba(255, 255, 255, 1);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding-top: 2.5px;
	padding-left: 8.5px;
	margin: 30px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}

.video-video-box-button-sm button:hover{
	color: #222;
	background: rgba(255, 255, 255, .7);
}
@media (max-width: 991px) {
	.video-video-box-button-sm button{
		color: #222;
		font-size: 15px;
		background: rgba(255, 255, 255, .7);
		width: 60px;
		height: 60px;
		border-radius: 50%;
		padding-top: 1px;
		padding-left: 9px;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;	
	}	
}



/*--- Extra Small Size ---*/
.video-video-box-button-xs{
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.video-video-box-button-xs button{
	color: #222;
	font-size: 15px;
	background: rgba(255, 255, 255, 1);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding-top: 2.5px;
	padding-left: 8.5px;
	margin: 30px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}

.video-video-box-button-xs button:hover{
	color: #222;
	background: rgba(255, 255, 255, .7);
}
@media (max-width: 991px) {
	.video-video-box-button-xs button{
		color: #222;
		font-size: 15px;
		background: rgba(255, 255, 255, .7);
		width: 60px;
		height: 60px;
		border-radius: 50%;
		padding-top: 1px;
		padding-left: 9px;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;	
	}	
}



/*--- Video Buttons ---*/
.video-button button{
	position: relative;
	color: #222;
	font-size: 25px;
	background: rgba(255, 255, 255, 1);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding-top: 5px;
	padding-left: 12px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;		
}
.video-button button:hover{
	color: #222;
	background: rgba(255, 255, 255, .7);
}
.video-button h4{
	color: #fff;
	font-weight: 400;
	margin-top: 15px;
}


/*--- Small Size ---*/
.video-button-sm button{
	position: relative;
	color: #222;
	font-size: 20px;
	background: rgba(255, 255, 255, 1);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding-top: 5px;
	padding-left: 12px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;		
}
.video-button-sm button:hover{
	color: #222;
	background: rgba(255, 255, 255, .7);
}

.video-button-sm h4{
	color: #fff;
	font-weight: 400;
	margin-top: 10px;
}



/*--- Extra Small Size ---*/
.video-button-xs button{
	position: relative;
	color: #222;
	font-size: 15px;
	background: rgba(255, 255, 255, 1);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding-top: 2px;
	padding-left: 10px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;		
}
.video-button-xs button:hover{
	color: #222;
	background: rgba(255, 255, 255, .7);
}
.video-button-xs h4{
	color: #fff;
	font-weight: 400;
	margin-top: 10px;
}

/*--------------------
g) Pagination
----------------------*/
.paginator{
	display: inline-block;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #2d2d2d;
	background: #f1f1f1;
	padding: 10px 15px 10px 15px;
	margin: 3px;
}
.paginator:hover{
	color: #fff;
	background: #bda87f;
}
.paginator:focus{
	color: #fff;
	background: #bda87f;
}
.active-page{
	color: #fff;
	background: #bda87f;	
}


/*--------------------
h) Overlays
----------------------*/
.black-overlay-light:before {
	background: rgba(0, 0, 0, 0.03); 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
}

.black-overlay-5:before {
	background: rgba(0, 0, 0, 0.05); 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
}

.black-overlay-10:before {
	background: rgba(0, 0, 0, 0.1); 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
}

.black-overlay-20:before {
	background: rgba(0, 0, 0, 0.2); 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
}

.black-overlay-30:before {
	background: rgba(0, 0, 0, 0.3); 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
}

.black-overlay-40:before {
	background: rgba(0, 0, 0, 0.4); 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
}

.black-overlay-50:before {
	background: rgba(0, 0, 0, 0.5); 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
}

.black-overlay-60:before {
	background: rgba(0, 0, 0, 0.6); 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
}

.black-overlay-70:before {
	background: rgba(0, 0, 0, 0.7); 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
}

.black-overlay-80:before {
	background: rgba(0, 0, 0, 0.8); 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
}

.black-overlay-90:before {
	background: rgba(0, 0, 0, 0.9); 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
}

.black-overlay-100:before {
	background: rgba(0, 0, 0, 1); 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
}


.primary-overlay-10:before {
	background: #1475D7; 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
	opacity: .1;
}

.primary-overlay-20:before {
	background: #1475D7; 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
	opacity: .2;
}

.primary-overlay-30:before {
	background: #1475D7; 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
	opacity: .3;
}

.primary-overlay-40:before {
	background: #1475D7; 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
	opacity: .4;
}

.primary-overlay-50:before {
	background: #1475D7; 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
	opacity: .5;
}

.primary-overlay-60:before {
	background: #1475D7; 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
	opacity: .6;
}

.primary-overlay-70:before {
	background: #1475D7; 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
	opacity: .7;
}

.primary-overlay-80:before {
	background: #1475D7; 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
	opacity: .8;
}

.primary-overlay-90:before {
	background: #1475D7; 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
	opacity: .9;
}

.primary-overlay-100:before {
	background: #1475D7; 
	content: ""; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
	opacity: 1;
}


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

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

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

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

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

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

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

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

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

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



.white-background{
	background: #fff;
}

.black-background{
	background: #000;
}


.opacity-01{
	opacity: 0.1 !important;
} 
.opacity-02{
	opacity: 0.2 !important;
} 
.opacity-03{
	opacity: 0.3 !important;
} 
.opacity-04{
	opacity: 0.4 !important;
} 
.opacity-05{
	opacity: 0.5 !important;
} 
.opacity-06{
	opacity: 0.6 !important;
} 
.opacity-07{
	opacity: 0.7 !important;
} 
.opacity-08{
	opacity: 0.8 !important;
} 
.opacity-09{
	opacity: 0.9 !important;
} 



/*--------------------
i) Forms
----------------------*/
/*--- Primary Form ---*/
.primary-form{
	position: relative;
}

.primary-form label{
	font-size: 14px;
	color: #222;
	font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.primary-form input, .primary-form textarea, .primary-form select{
    display: block;
    border-radius: 5px;
    border: none;
    outline: 0;
    background: #f4f4f4;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 17px;
    padding: 12px 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.primary-form input:focus, .primary-form textarea:focus, .primary-form select:focus{
	background: #ececec;
}

.primary-form textarea{
	min-height: 100px;
}

.primary-form button{
	margin-top: 0px;
}



/*--- Bordered Form ---*/
.bordered-form{
	position: relative;
}

.bordered-form label{
	font-size: 14px;
	color: #222;
	font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.bordered-form input, .bordered-form textarea, .bordered-form select{
    display: block;
    border-radius: 5px;
    border: none;
    outline: 0;
    border: 2px solid #f4f4f4;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 17px;
    padding: 12px 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bordered-form input:focus, .bordered-form textarea:focus, .bordered-form select:focus{
	background: #f4f4f4;
}

.bordered-form textarea{
	min-height: 100px;
}

.bordered-form button{
	margin-top: 0px;
}



/*--- White Form ---*/
.white-form{
	position: relative;
}

.white-form label{
	font-size: 14px;
	color: #222;
	font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.white-form input, .white-form textarea, .white-form select{
    display: block;
    border-radius: 5px;
    border: none;
    outline: 0;
    background: #fff !important;
    border: 1px solid #f4f4f4;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 17px;
    padding: 12px 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.white-form input:focus, .white-form textarea:focus, .white-form select:focus{
	border-color: #eee;
}

.white-form textarea{
	min-height: 100px;
}

.white-form button{
	margin-top: 0px;
}



/*--- Dark Form ---*/
.dark-form{
	position: relative;
}

.dark-form label{
	font-size: 14px;
	color: #fff;
	font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.dark-form input, .dark-form textarea, .dark-form select{
    display: block;
    color: #fff;
    border-radius: 5px;
    border: none;
    outline: 0;
    background: #333;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 17px;
    padding: 12px 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.dark-form input:focus, .dark-form textarea:focus, .dark-form select:focus{
	background: #323232;
}

.dark-form textarea{
	min-height: 100px;
}

.dark-form button{
	margin-top: 0px;
}



/*--- Transparent Form ---*/
.transparent-form{
	position: relative;
}

.transparent-form label{
	font-size: 14px;
	color: #fff;
	font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.transparent-form input::placeholder, .transparent-form textarea::placeholder, .transparent-form select{
	color: rgba(255, 255, 255, .6);
}

.transparent-form input, .transparent-form textarea, .transparent-form select{
    display: block;
    color: #fff;
    border-radius: 5px;
    border: none;
    outline: 0;
    background: rgba(255, 255, 255, .05);
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 17px;
    padding: 12px 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.transparent-form input:focus, .transparent-form textarea:focus, .transparent-form select:focus{
	background: rgba(255, 255, 255, .1);
}

.transparent-form textarea{
	min-height: 100px;
}

.transparent-form button{
	margin-top: 0px;
}



/*--- Checkbox Styles ---*/
.checkbox{
	display: inline-block;
	margin-right: 15px;
	margin-top: 10px;
}
.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox label {
    position: relative;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding-left: 35px;
    padding-top: 6px;
}

.checkbox label::before,
.checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;    
}

/*Outer box of the fake checkbox*/
.checkbox label::before{
    height: 27px;
    width: 27px;
    border: 1px solid;
    border-radius: 5px;
    left: 0px;
    top: 3px;
    color: #ccc;
}

/*Checkmark of the fake checkbox*/
.checkbox label::after {
    height: 7px;
    width: 13px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 7px;
    top: 11px;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    color: #fff;
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + label::before {
    outline: none;
}

.checkbox input[type="checkbox"]:checked + label::before {
    background-color: #1475D7;
    color: #1475D7;
}



/*--- Radio Styles ---*/
.radio {
	display: none !important;
}

.radio-custom {
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-left: 25px;
	margin-right: 5px;
	position: relative;
}

.radio-custom, .radio-label {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
}

@media (max-width: 767px) {
	.radio-label {
		display: block;
	}
	.radio-custom {
		text-align: center;
		margin: 0px 15px;
	}
}

.radio:checked + .radio-custom::before {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	background: #1475D7;
	border-radius: 2px;
}

.radio-custom, .radio:checked + .radio-custom::before {
	border-radius: 50%;
}

.radio-label{
    font-weight: 600;
    font-size: 13px;
}









/*-----------------------------------------
8. Service Boxes
-------------------------------------------*/

/*--------------------
Style 1
----------------------*/
.service-box{
	position: relative;
}

.service-box h4{
	color: #222;
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
}

.service-box p{
	color: #999;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 10px;
}


/*--------------------
Style 2
----------------------*/
.service-overlay{
	position: relative;
}

.service-overlay img{
	width: 100%; 
	border-radius: 10px;
}

.service-overlay-box{
	position: relative;
	background: #fff;
	border-radius: 10px;
	transform: translateY(-45px);
	padding: 20px;
	margin-left: 20px;
	margin-right: 20px; 
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;  			
}

.service-overlay-box h4{
	color: #222;
	font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
}

.service-overlay-box p{
	color: #999;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.8;
	margin-top: 10px;
}

.service-overlay-box a{
	display: inline-block;
	color: #1475D7;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 15px;
}

.service-overlay:hover .service-overlay-box{
	transform: translateY(-60px);
}

.service-overlay:hover .service-overlay-box{
	background: #1475D7;
}

.service-overlay:hover .service-overlay-box h4{
	color: #fff;
}

.service-overlay:hover .service-overlay-box p{
	color: #fff;
}

.service-overlay:hover .service-overlay-box a{
	color: #fff;
}



/*--------------------
Style 3
----------------------*/
.service-block{
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.08);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.08); 	
	margin: 15px 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}

.service-block:hover{
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16); 
}

.service-block img{
	width: 100%;
	margin-bottom: 5px;
}

.service-block-inner{
	padding: 15px 25px 20px 25px;
}

.service-block h6{
	display: inline-block;
	background: #1475D7;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	border-radius: 5px;
	padding: 5px;
	margin-right: 5px;
}

.service-block h4{
	display: inline-block;
	color: #222;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}

.service-block h4 a{
	color: #222;
}

.service-block h4 a:hover{
	color: #1475D7;
}

.service-block-button{
	overflow: hidden;
	display: block;
	border-top: 1px solid #ececec;
	margin-top: 15px;
}

.service-block-button a{
	display: inline-block;
	color: #222;
	font-size: 14px;
	font-weight: 600;
	margin-top: 17px;
}

.service-block-button a i{
	font-size: 11px;
	margin-left: 4px;
}

.service-block-button a:hover{
	color: #1475D7;
}

.service-block p{
	color: #999;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 8px;
}



/*--------------------
Style 4
----------------------*/
.service-list{
	position: relative;
	border-bottom: 1px solid #ececec;
	padding: 35px 0px;
}

.service-list:last-child{
	border-bottom: none;
}

.service-list img{
	border-radius: 10px;
}

.service-list h6{
	display: inline-block;
	background: #222;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	border-radius: 5px;
	padding: 5px;
	margin-top: 12px;
}

.service-list h3{
	font-size: 21px;
	font-weight: 600;
	color: #222;
	margin: 10px 0px;
}

.service-list p{
	color: #888;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
}


/*--------------------
Style 5
----------------------*/
.service-block-image{
	position: relative;
	overflow: hidden;
	outline: 2px solid rgba(255,255,255,0.2);
	outline-offset: -13px;
	margin: 15px 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;  		
}

.service-block-image img{
	display: block;
	border-radius: 10px;
	width: 100%;
	height: auto;
}


.service-block-image-overlay{
	position: absolute;
	border-radius: 10px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
	background: linear-gradient(transparent 20%, rgba(0, 0, 0, 1));
}

.service-block-image-overlay h3{
	width: 100%;
	display: block;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	position: absolute;	
	text-align: center;
	bottom: 60px;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0px 30px;
}
@media (max-width: 991px) {
	.service-block-image-overlay h3{
		bottom: 80px;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		padding: 0px 30px;
	}	
}

.service-block-image-overlay a{
	position: absolute;
	display: inline-block;
	color: #fff;
	background: #1475D7;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	border: 2px solid #1475D7;	
	border-radius: 50px;
	text-align: center;	
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	padding: 9px 19px 9px 19px;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.service-block-image-overlay a:hover{
	background: #222;
	border-color: #222;
}



/*--------------------
Style 6
----------------------*/
.service-box-2{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: 15px 0px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.08);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.08); 		
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;     
}

.service-box-2:hover{
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16); 	
}

.service-box-2-inner{
	background: #fff;
	padding: 20px;
}

.service-box-2 h4{
	color: #222;
	font-size: 17px;
	font-weight: 600;
	margin-top: 1px;
}

.service-box-2 p{
	color: #999;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 3px;
}

.service-box-2 a{
	display: inline-block;
	color: #1475D7;
	background: #eee;
	border-radius: 50%;
	font-size: 13px;
	width: 50px;
	height: 50px;
	padding: 16px 21px;
}
.service-box-2:hover a{
	color: #fff;
	background: #1475D7;
}



/*--------------------
Style 7
----------------------*/
.service-block-2{
	position: relative;
	overflow: hidden;
	background: #fff;
	margin: 15px 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}

.service-block-2:hover img{
	transform: scale(1.05);
}


.service-block-2 img{
	height: 100%;
	width: 100%;
	margin-bottom: 5px;
}

.service-block-2-inner{
	padding: 15px 0px;
}


.service-block-2 h4{
	display: inline-block;
	color: #222;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
}

.service-block-2 h4 a{
	color: #222;
}

.service-block-2 h4 a:hover{
	color: #1475D7;
}

.service-block-2-button{
	overflow: hidden;
	display: block;
	border-top: 1px solid #ececec;
	margin-top: 15px;
}

.service-block-2-button a{
	display: inline-block;
	color: #222;
	font-size: 14px;
	font-weight: 600;
	margin-top: 17px;
}

.service-block-2-button a i{
	font-size: 11px;
	margin-left: 4px;
}

.service-block-2-button a:hover{
	color: #1475D7;
}

.service-block-2 p{
	color: #999;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 8px;
}



/*--------------------
Style 8
----------------------*/
.service-block-image-2{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: 15px 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;  		
}

.service-block-image-2:hover{
	transform: translateY(-10px);
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);	
}

.service-block-image-2 img{
	display: block;
	border-radius: 10px;
	width: 100%;
	height: auto;
}

.service-block-image-overlay-2{
	position: absolute;
	border-radius: 10px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
	background: linear-gradient(transparent 0%, rgba(0, 0, 0, .9) 70%);
}

.service-block-image-overlay-2 h3{
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	position: absolute;	
	text-align: left;
	bottom: 60px;
	padding: 0px 30px;
}
@media (max-width: 991px) {
	.service-block-image-overlay-2 h3{
		bottom: 60px;
		padding: 0px 30px;
	}	
}

.service-block-image-overlay-2 h4{
	width: 100%;
	display: block;
	color: #fff;
	opacity: .7;
	font-size: 14px;
	font-weight: 600;
	position: absolute;	
	text-align: left;
	bottom: 35px;
	padding: 0px 30px;
}

.service-block-image-overlay-2 a{
	color: #fff;
}


/*-----------------------------------------
14. Small Forms(Contact, Callback, Subscibe)
-------------------------------------------*/
/*--------------------
Style 1
----------------------*/
.contact-form-md{
	position: relative;
	border-radius: 10px;
	padding: 30px 40px;
	margin: 15px 0px;
}

.contact-form-md input, 
.contact-form-md select {
	display: block;
	border-radius: 5px;
	border: none;
	background: #f4f4f4;		
	font-size: 13px;
	font-weight: 600;
	width: 100%;
	padding: 12px 16px;
	margin: 15px 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease; 	
}
.contact-form-md textarea{
	display: block;
	border-radius: 5px;
	border: none;
	min-height: 90px;
	background: #f4f4f4;		
	font-size: 13px;
	font-weight: 600;
	width: 100%;
	padding: 12px 16px;
	margin: 15px 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease; 	
}
.contact-form-md input:focus, .contact-form-md textarea:focus, .contact-form-md select:focus {
	background: #ececec; outline:none;
}



/*--------------------
Style 2 (Subscribe)
----------------------*/
.subscribe-form-1{
	position: relative;
}
.subscribe-form-1 input{
	display: block;
	border-radius: 5px;
	border: none;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, .4);		
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	padding: 15px 16px;
	margin: 15px 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease; 	
}

.subscribe-form-1 button{
	display: block;
	border-radius: 5px;
	border: none;
	color: #fff;
	background: #1475D7;		
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	padding: 15px 16px;
	margin: 15px 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease; 	
}

.subscribe-form-1 button:hover{
	background: rgba(0, 0, 0, .4);
}




/*--------------------
Style 3 (Subscribe)
----------------------*/
.subscribe-form-2{
	position: relative;
}
.subscribe-form-2 input{
	display: block;
	border-radius: 5px;
	border: none;
	color: #222;
	text-align: center;
	background: #fff;		
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	padding: 15px 16px;
	margin: 15px 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease; 	
}

.subscribe-form-2 button{
	display: block;
	border-radius: 5px;
	border: none;
	color: #fff;
	background: #1475D7;		
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	padding: 15px 16px;
	margin: 15px 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease; 	
}

.subscribe-form-2 button:hover{
	background: rgba(0, 0, 0, .4);
}



/*-----------------------------------------
15. Contact Assets
-------------------------------------------*/
/*--------------------
Style 1
----------------------*/
.contact-icon-box-sm{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	padding: 27px 0px;
}

.contact-icon-box-sm i{
	float: left;
	display: inline-block;
	color: #fff;	
	font-size: 50px;
	margin-right: 20px;
}

.contact-icon-box-sm h4{
	display: block;
	color: #fff;	
	font-size: 20px;
	font-weight: 400;
	margin-left: 15px;
	margin-bottom: 5px;
	vertical-align: top;
}
.contact-icon-box-sm h5{
	display: block;
	color: #fff;	
	font-size: 14px;
	font-weight: 400;
	opacity: .6;
}




.contact-icon-box-primary-color .contact-icon-box-sm i{
	color: #1475D7 !important;
}
.contact-icon-box-primary-color .contact-icon-box-sm h4{
	color: #1475D7 !important;
}
.contact-icon-box-primary-color .contact-icon-box-sm h5{
	color: #1475D7 !important;
	opacity: 1;
}



.contact-icon-box-dark-color .contact-icon-box-sm i{
	color: #222 !important;
}
.contact-icon-box-dark-color .contact-icon-box-sm h4{
	color: #222 !important;
}
.contact-icon-box-dark-color .contact-icon-box-sm h5{
	color: #222 !important;
	opacity: 1;
}





/*-----------------------------------------
16. Blog Grid
-------------------------------------------*/
/*--------------------
Style 1
----------------------*/
.item{
	position: relative;
}

.owl-carousel .blog-grid-simple{
	margin: 10px 15px 25px 15px;
}

.blog-grid-simple{
	position: relative;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #ececec;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.1);  	
	padding: 25px 30px;
	margin: 15px 0px;
}

.blog-grid-simple h4 a{
	color: #111;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 15px;
}

.blog-grid-simple h4 a:before{
	content: '\f0c1';
	font-family: "Font Awesome 5 Free";
	color: #1475D7;	
	font-weight: 600;
	margin-right: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s; 
}

.blog-grid-simple h4 a:hover{
	color: #1475D7;
}

.blog-grid-simple p{
	color: #999;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
	margin-top: 10px;
}

.blog-grid-simple-date i{
	color: #888;
	font-size: 20px;
}
.blog-grid-simple-date h5{
	color: #888;
	font-size: 13px;
	margin-top: 3px;
}

.blog-grid-simple-content{
	border-top: 1px solid #ececec;
	padding-top: 20px;
	margin-top: 15px;
}

.blog-grid-simple-content a{
	display: inline-block;
	color: #1475D7;
	font-weight: 600;
	font-size: 14px;
	margin-top: 2px;	
}

.blog-grid-simple-content a:after{
	content: '\f105';
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	color: #1475D7;	
	margin-left: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s; 
}

@media (max-width: 767px) {
	.blog-grid-simple-content a:after{	
		display: none;
	}
}


.blog-grid-simple-content a:hover{
	color: #222;
}
.blog-grid-simple-content a:hover:after{
	color: #222;	
}


#blog-grid-simple .custom-dot span:hover {
    background: #aaa;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
}
#blog-grid-simple .custom-dot.active span{
	width: 12px;
	height: 12px;
	background: #1475D7;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;    
}


/*--------------------
Style 2
----------------------*/
.blog-grid-2{
	position: relative;
	background: #fff;
    border: 1px solid #eee; 
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.08);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.08);    
    margin: 15px 0px 20px 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;     
}

.blog-grid-2:hover{
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16); 
}

.blog-grid-2 img{
	width: 100%;
}

.blog-grid-text{
    padding: 20px 25px 25px 25px;
}

.blog-grid-text span{
    color: #1475D7;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.blog-grid-text h4{
    color: #222;
    font-size: 19px;
    font-weight: 500;
    margin: 5px 0px 5px 0px
}

.blog-grid-text ul li{
    display: inline-block;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 25px 10px 0px;
}

.blog-grid-text ul li i{
    color: #1475D7;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

.blog-grid-text p{
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}

.blog-grid-2-button a {
    display: inline-block;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0px 0px 5px;
}

.blog-grid-2-button a i {
    font-size: 11px;
    margin-left: 4px;
}

.blog-grid-2-button a:hover{
	color: #1475D7;
}



/*--------------------
Style 3
----------------------*/
.blog-grid-3{
	position: relative;
	background: #fff;
    border: 1px solid #eee; 
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.08);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.08);    
    margin: 15px 0px 25px 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;     
}

.blog-grid-3:hover{
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16); 
}

.blog-grid-3 img{
	width: 100%;
}

.blog-grid-3-text{
    padding: 15px 20px 16px 20px;
}

.blog-grid-3-text span{
    color: #1475D7;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.blog-grid-3-text h4{
    color: #222;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0px 5px 0px
}

.blog-grid-3-text ul li{
    display: inline-block;
    color: #999;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 15px 10px 0px;
}

.blog-grid-3-text ul li i{
    color: #1475D7;
    font-size: 13px;
    font-weight: 500;
    margin-right: 7px;
}

.blog-grid-3-text p{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}

.blog-grid-3-button a {
    display: inline-block;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    margin: 15px 0px 0px 5px;
}

.blog-grid-3-button a i {
    font-size: 10px;
    margin-left: 4px;
}

.blog-grid-3-button a:hover{
	color: #1475D7;
}





/*--------------------
Style 4
----------------------*/
.blog-news{
    background: #fff;
    margin-top: 30px;
    -webkit-box-shadow: 2px 2px 25px 0px rgba(50, 50, 50, 0.11);
    -moz-box-shadow:    2px 2px 25px 0px rgba(50, 50, 50, 0.11);
    box-shadow:         2px 2px 25px 0px rgba(50, 50, 50, 0.11);
    -webkit-transition-duration: .4s;
    transition-duration: .4s; 
}
.blog-news:hover{
    -webkit-box-shadow: 5px 5px 30px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    5px 5px 30px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         5px 5px 30px 0px rgba(50, 50, 50, 0.25);
}


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

.blog-news-text{
    text-align: center; 
    padding: 25px 50px;
}

.blog-news-text h4{
    color: #222;
    font-size: 25px;
    font-weight: 500;
}
.blog-news-text h4 a{
    color: #222;
    font-size: 25px;
    font-weight: 500;
}
.blog-news-text h4 a:hover{
    color: #1475D7;
}

.blog-news-text p{
    color: #999;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 10px;
}

.blog-news-comment{ 
    display: inline-block;
}

.blog-news-comment strong{ 
    background: #1475D7;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    padding: 3px 4px;
}

.blog-news-comment a{ 
    color: #666;
    font-size: 13px;
    font-weight: 600;
    margin-left: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s; 
}
.blog-news-comment a:hover{ 
    color: #1475D7;
}

.blog-news-comment p{ 
    display: inline-block;
    color: #666;
    font-size: 13px;
    font-weight: 600;
}

.blog-news-comment span{ 
    color: #1475D7;
    font-size: 13px;
    font-weight: 600;
    margin-left: 7px;
}

.blog-news-left{
    display: inline-block;
    margin: 15px 0px;
    -webkit-box-shadow: 2px 2px 25px 0px rgba(50, 50, 50, 0.10);
    -moz-box-shadow:    2px 2px 25px 0px rgba(50, 50, 50, 0.10);
    box-shadow:         2px 2px 25px 0px rgba(50, 50, 50, 0.10);
    -webkit-transition-duration: .4s;
    transition-duration: .4s; 
}

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

.blog-news-left-text{
    text-align: left;
    padding: 25px 30px 0px 0px;
}
@media (max-width: 767px) {
	.blog-news-left-text{
	    text-align: left;
	    padding: 25px 30px 25px 30px;
	}
}

.blog-news-left-text h4{
    color: #222;
    font-size: 18px;
    font-weight: 500;
}
.blog-news-left-text h4 a{
    color: #222;
    font-size: 18px;
    font-weight: 500;
}
.blog-news-left-text h4 a:hover{
    color: #1475D7;
}

.blog-news-left-text p{
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 10px;
}


.blog-news-left-comment{ 
    display: inline-block;
}

.blog-news-left-comment strong{ 
    background: #1475D7;
    color: #fff;
    font-size: 13px;
    border-radius: 50px;
    padding: 4px 6px;
}

.blog-news-left-comment a{ 
    color: #666;
    font-size: 13px;
    font-weight: 600;
    margin-left: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s; 
}
.blog-news-left-comment a:hover{ 
    color: #1475D7;
}

.blog-news-left-comment p{ 
    display: inline-block;
    color: #666;
    font-size: 13px;
    font-weight: 600;
}

.blog-news-left-comment span{ 
    color: #1475D7;
    font-size: 13px;
    font-weight: 600;
    margin-left: 7px;
}




/*--------------------
Style 5
----------------------*/
.blog-grid{
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s; 
}

.blog-grid:hover{
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}

.blog-grid strong{
    padding: 3px 5px;
    background: #1475D7;  
    color: #fff;   
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;  
}

.blog-grid h4 {
    line-height: 1;
    margin-top: 10px; 
    margin-bottom: 5px;
}

.blog-grid h4 a{
    color: #222;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.blog-grid h4 a:hover{
    color: #1475D7;
}

.blog-grid span{
    color: #999;
    font-size: 14px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.blog-grid span a{
    color: #666;
    font-size: 14px;
}

.blog-grid span a:hover{
    color: #1475D7;
    font-size: 14px;
}

.blog-grid img{
    width: 100%;
    height: auto;
    margin: 15px 0px;
}

.blog-grid p{
    color: #999;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
}

.blog-grid-button{
    display: inline-block;
    margin-top: 15px;

}

.blog-grid-button a{
    color: #222;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.blog-grid-button a i{
    color: #222;
    font-size: 13px;
    margin-left: 3px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.blog-grid-button a:hover{
    color: #1475D7;
}

.blog-grid-button a:hover i{
    color: #1475D7;
}









/*-----------------------------------------
17. Blog List
-------------------------------------------*/
.blog-list{
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.blog-list img{
    border-radius: 5px;
    width: 100%;
    height: auto;
}

.blog-list h6{
    margin-top: 10px;
}
.blog-list h6 a{
    color: #666;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 10px;
}
.blog-list h6 a:hover{
    color: #1475D7;
}

.blog-list h4{
    margin-top: 25px;
}
.blog-list h4 a{
    font-size: 25px;
    font-weight: 500;
    color: #222;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.blog-list h4 a:hover{
    color: #1475D7;
}

.blog-list-info{
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.blog-list-info li{
    display: inline-block;
    margin-right: 20px;
}

.blog-list-info li i{
    color: #666; 
    font-size: 16px;
    padding-right: 10px;
}    

.blog-list-info li span{
    font-size: 14px;
    font-weight: 600;
    color: #999;
}

.blog-list p{
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 15px;
}





/*-----------------------------------------
18. Blog Post
-------------------------------------------*/
.blog-post{
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.blog-post img{
    border-radius: 5px;
    width: 100%;
    height: auto;
}

.blog-post h6{
    margin-top: 10px;
}
.blog-post h6 a{
    color: #666;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 10px;
}
.blog-post h6 a:hover{
    color: #1475D7;
}

.blog-post h4{
    margin-top: 5px;
}
.blog-post h4 a{
    font-size: 25px;
    font-weight: 500;
    color: #222;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.blog-post h4 a:hover{
    color: #1475D7;
}

.blog-post-info{
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.blog-post-info li{
    display: inline-block;
    margin-right: 20px;
}

.blog-post-info li i{
    color: #666; 
    font-size: 16px;
    padding-right: 10px;
}    

.blog-post-info li span{
    font-size: 14px;
    font-weight: 600;
    color: #999;
}

.blog-post p{
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 15px;
}


blockquote{
    background: #f7f7f7;
    border-left: 4px solid #1475D7; 
    margin: 25px 0px 25px 0px;
    padding: 15px 30px 30px 30px;
}

blockquote p{
	font-size: 17px;
	font-weight: 600 !important;
}

.comment-block{
    background: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 20px;
}

.blog-comments{
    background: #fff;
    border-radius: 5px;
}

.blog-comments h3{
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-top: 30px;
}

.blog-comment-user{
    padding-top: 25px;
    padding-bottom: 25px;
}

.blog-comment-user img{
    border-radius: 5px;
}

.blog-comment-user h6{
    display: inline-block;
    color: #222;
    font-size: 16px;
    margin: 0px;
    margin-right: 15px;
}

.blog-comment-user strong{
    color: #1475D7;
    font-size: 12px;
    font-weight: 600;
}

.blog-comment-user p{
    color: #666;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 10px;
}


/*-----------------------------------------
21. Gallery
-------------------------------------------*/
.justified_gallery{
	overflow: hidden;
	position: relative;
}

.gallery-item {
	position: relative;
	overflow: hidden;
	margin: 15px 0px;
}

.no-gutters .gallery-item {
	margin: 0px 0px !important;
}

.justified_gallery .gallery-item {
	width: 100%;
	margin: 0px 0px !important;
}


/*--------------------
Style 1
----------------------*/
.gallery-style-1{
	position: relative;
	overflow: hidden;
}

.gallery-style-1 .gallery-item img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.gallery-style-1 .gallery-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    background-color: rgba(0, 0, 0, .2);
    text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;       
}

.gallery-style-1 .gallery-item:hover .gallery-overlay {
	opacity: 1;
}
.gallery-style-1 .gallery-item:hover img {
	transform: scale(1.1);
    /*filter: blur(5px);*/
}

.gallery-style-1 .gallery-content {
	display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.gallery-style-1 .gallery-content-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px;
}

.gallery-style-1 .gallery-content i{
	display: inline-block;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .1);
	font-size: 25px;
	color: #fff;
	margin: 5px;
	padding: 20px 20px 20px 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;  	
}

.gallery-style-1 .gallery-content i:hover{
	background-color: rgba(0, 0, 0, .4);
}




/*--------------------
Style 2
----------------------*/
.gallery-style-2{
	position: relative;
}

.gallery-style-2 .gallery-item img {
	display: block;
	width: 100%;
	height: auto;
}

.gallery-style-2 .gallery-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    background-color: rgba(255, 255, 255, .7);
    text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;       
}

.gallery-style-2 .gallery-item:hover .gallery-overlay {
	opacity: 1;
}
.gallery-style-2 .gallery-item:hover img {
	transform: scale(1.1);
    filter: blur(5px);
}

.gallery-style-2 .gallery-content {
	display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.gallery-style-2 .gallery-content-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px;
}

.gallery-style-2 .gallery-content i{
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
	font-size: 25px;
	color: #222;
	margin: 5px;
	padding: 20px 20px 20px 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;  	
}

.gallery-style-2 .gallery-content i:hover{
	background-color: rgba(255, 255, 255, .7);
}




/*--------------------
Style 3
----------------------*/
.gallery-style-3{
	position: relative;
}

.gallery-style-3 .gallery-item img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 3s ease-in-out;
}

.gallery-style-3 .gallery-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;       
}

.gallery-style-3 .gallery-item:hover .gallery-overlay {
	opacity: 1;
}
.gallery-style-3 .gallery-item:hover img {
	transform: scale(1.2);
	transition: all 3s ease-in-out;
}

.gallery-style-3 .gallery-content {
	display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.gallery-style-3 .gallery-content-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px;
}

.gallery-style-3 .gallery-content i{
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	font-size: 25px;
	color: #fff;
	margin: 5px;
	padding: 20px 20px 20px 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;  	
}

.gallery-style-3 .gallery-content i:hover{
	background-color: rgba(0, 0, 0, .7);
}




/*--------------------
Style 4
----------------------*/
.gallery-style-4{
	position: relative;
}

.gallery-style-4 .gallery-item img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 3s ease-in-out;
}

.gallery-style-4 .gallery-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    background-color: #1475D7;
    text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;       
}

.gallery-style-4 .gallery-item:hover .gallery-overlay {
	opacity: 1;
}
.gallery-style-4 .gallery-item:hover img {
	transition: all 3s ease-in-out;
}

.gallery-style-4 .gallery-content {
	display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.gallery-style-4 .gallery-content-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px;
}

.gallery-style-4 .gallery-content i{
	border-radius: 50%;
	font-size: 25px;
	color: #fff;
	margin: 5px;
	padding: 20px 20px 20px 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;  	
}



/*--- Magnific Popup Styles ---*/
.mfp-bg{
	z-index: 99998;
}

.mfp-wrap{
	z-index: 99999;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


/*--- Controllers ---*/
.mfp-arrow-left:before {
    border-right: none;
    content: "\f060";
    font-size: 2em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
}
.mfp-arrow-left:after {
    border-right: none;
    content: none;
    font-size: 2em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
}

.mfp-arrow-right:before {
    border-left: none;
    content: "\f061";
    font-size: 2em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
}
.mfp-arrow-right:after {
    border-right: none;
    content: none;
    font-size: 2em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
}

.mfp-close{
	margin: 15px;
}


/*-----------------------------------------
23. Gallery Grid
-------------------------------------------*/
.gallery-item img{
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.grid-gallery-5col, .grid-gallery-4col, .grid-gallery-3col, .grid-gallery-2col{
		margin: -7.5px !important;
	}	
}


/*--------------------
	2 Columns
----------------------*/
.grid-gallery-2col{
	margin: 0px -15px;  
}

.grid-gallery-2col .gallery-item{
	width: calc(50% - 30px);
	float: left;
	margin: 15px;
}

@media screen and (max-width: 991.98px) {
	.grid-gallery-2col .gallery-item{
		width: calc(50% - 15px);
		float: left;
		margin: 7.5px;
	}	
}

@media screen and (max-width: 767.98px) {
	.grid-gallery-2col .gallery-item{
		width: calc(50% - 15px);
		float: left;
		margin: 7.5px;
	}	
}

@media screen and (max-width: 575.98px) {
	.grid-gallery-2col{
		margin: 0px 0px !important;  
	}	
	.grid-gallery-2col .gallery-item{
		float: none !important;
		width: 100% !important;
		margin: 15px 0px !important;
	}	
}



/*--------------------
	3 Columns
----------------------*/
.grid-gallery-3col{
	margin: 0px -15px;  
}

.grid-gallery-3col .gallery-item{
	width: calc(100% / 3 - 30px);
	float: left;
	margin: 15px;
}

@media screen and (max-width: 991.98px) {
	.grid-gallery-3col .gallery-item{
		width: calc(100% / 3 - 15px);
		float: left;
		margin: 7.5px;
	}	
}

@media screen and (max-width: 767.98px) {
	.grid-gallery-3col .gallery-item{
		width: calc(50% - 15px);
		float: left;
		margin: 7.5px;
	}	
}

@media screen and (max-width: 575.98px) {
	.grid-gallery-3col{
		margin: 0px 0px !important;  
	}	
	.grid-gallery-3col .gallery-item{
		float: none !important;
		width: 100% !important;
		margin: 15px 0px !important;
	}	
}


/*--------------------
	4 Columns
----------------------*/
.grid-gallery-4col{
	margin: 0px -15px;  
}

.grid-gallery-4col .gallery-item{
	width: calc(25% - 30px);
	float: left;
	margin: 15px;
}

@media screen and (max-width: 991.98px) {
	.grid-gallery-4col .gallery-item{
		width: calc(33% - 15px);
		float: left;
		margin: 7.5px;
	}	
}

@media screen and (max-width: 767.98px) {
	.grid-gallery-4col .gallery-item{
		width: calc(100% / 2 - 15px);
		float: left;
		margin: 7.5px;
	}	
}

@media screen and (max-width: 575.98px) {
	.grid-gallery-4col{
		margin: 0px 0px !important;  
	}	
	.grid-gallery-4col .gallery-item{
		float: none !important;
		width: 100% !important;
		margin: 15px 0px !important;
	}	
}



/*--------------------
	5 Columns
----------------------*/
.grid-gallery-5col{
	margin: 0px -7.5px;  
}

.grid-gallery-5col .gallery-item{
	width: calc(20% - 15px);
	float: left;
	margin: 7.5px;
}

@media screen and (max-width: 991.98px) {
	.grid-gallery-5col .gallery-item{
		width: calc(33% - 15px);
		float: left;
		margin: 7.5px;
	}	
}

@media screen and (max-width: 767.98px) {
	.grid-gallery-5col .gallery-item{
		width: calc(50% - 15px);
		float: left;
		margin: 7.5px;
	}	
}

@media screen and (max-width: 575.98px) {
	.grid-gallery-5col{
		margin: 0px 0px !important;  
	}	
	.grid-gallery-5col .gallery-item{
		float: none !important;
		width: 100% !important;
		margin: 15px 0px !important;
	}	
}


/*-----------------------------------------
26. Contact us
-------------------------------------------*/

.form-control{
    color: #999;
    font-size: 14px;
    line-height: inherit;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px 12px;
    transition: 0.2s linear;
}
.form-control:focus {
    box-shadow: none;
    border-color: #1475D7;
}

/*--------------------
Style 3
----------------------*/
.get-contact-1{
    background: #f9f9f9;
    overflow: hidden;
    padding: 27px 30px 26px 30px;
}

.contact-1-box-social{
    padding-left: 30px;
    position: relative;
    margin-top: 0px;
}

.contact-1-box-text{
    padding-left: 5px;
}

.contact-1-box-text span{
    color: #1475D7;
    font-size: 13px;
    font-weight: 600;
}

.contact-1-box-text p{
    display: block;
    color: #999;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 8px; 
}

.social-left{
    margin-top: 40px;
    float: left;
    width: 50%;
}

.contact-1-box-social i{
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    color: #1475D7;
}


@media (max-width: 1400PX) {
    .social-left {
        margin-top: 40px;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .contact-1-box{
        padding: 30px 10px 20px 20px;
    }
    .get-contact-1{
        padding: 20px;
    }  
}


/*-----------------------------------------
29. Carousel
-------------------------------------------*/
.sr-text {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
  display: none !important;
  z-index: 100;
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  color: #eee;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #222;
  opacity: 1;
  transition: opacity .25s;
  cursor: pointer;
  background: #eee;
}

.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
  opacity: .65;
}

.slick-slider .slick-prev {
  left: 0;
}

.slick-slider .slick-next {
  right: 0;
}

/*-----------------------------------------
31. Sidebars
-------------------------------------------*/
/*--- Style 1 ---*/
.sidebar-1{
	border: 1px solid #eee;
	background: #fbfbfb;
	border-radius: 5px;
	padding: 25px;
}

.sidebar-1 h3{
	color: #222;
	font-size: 18px;
	font-weight: 600;
	margin: 25px 0px 15px 0px;
}

.sidebar-1 h3:after{
	content: "";
	width: 50px;
	height: 2px; 
	background: #1475D7;
	display: block;
	margin-top: 8px;
}

.sidebar-1 h3:first-child{
	margin-top: 0px;
}


/*--- Style 2 ---*/
.blog-post-right{
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

/*search-form*/
#search-input{
    padding: 0px;
    border: solid 1px #eee;
    border-radius: 10px;
    background-color: #fff;
    padding: 3px;
}

#search-input input{
    border: 0;
    border-radius: 5px;
    box-shadow: none;
}

#search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    outline: none !important;
    padding: 0 11px 0 13px;
    border-left: solid 1px #ccc;
}

#search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#search-input button i{
    color: #999;
    font-size: 16px;
    margin: 8px 3px 0px 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s; 
}

#search-input button:hover i{
    color: #1475D7;
}

.blog-post-right h4{
    color: #222;
    font-size: 22px;
    font-weight: 600;
    margin-top: 35px;
}   

.blog-post-right h4:after {
    content: '';
    display: block;
    width: 50px;
    max-width: 100%;
    height: 2px;
    background: #1475D7;
    margin-top: 10px;
}

.blog-post-follow ul li{
    display: inline-block;
    border-radius: 5px;
    margin-right: 4px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s; 
}

.blog-post-follow ul li:hover{
    background: #222; 
}

.blog-post-follow ul li a i{
    padding: 10px 11.5px;
    width: 40px;
    height: 40px;	
    color: #fff;
    font-size: 20px;
}

.social-facebook{
    background: #3B5999;
}
.social-youtube{
    background: #FF0000;
}
.social-twitter{
    background: #5BACEB;
}
.social-behance{
    background: #0058FE;
}
.social-pinterest{
    background: #BD081B;
}

/*Category*/
.blog-post-categories ul li{
    background: #f9f9f9;
    margin: 5px 0px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s; 
}
.blog-post-categories ul li:hover{
    background: #f5f5f5;
}

.blog-post-categories ul li a{
    display: block;
    color: #222;    
    font-size: 14px;
    font-weight: 600;  
    padding: 15px;

}
.blog-post-categories ul li a:hover{
    color: #1475D7;
}

.blog-post-categories ul li a span{
    color: #222;    
    font-size: 13px;
    float: right;
    padding-right: 10px;
}
.blog-post-categories ul li:hover a span{
   color: #1475D7;
}


/*Recent-post*/
.recent-post-info{
    margin: 15px 0px;
}

.recent-post img{
    width: 100%;
    border-radius: 5px;
}

.recent-post h3 a{
    display: inline-block;
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

.recent-post h3 a:hover{
    color: #1475D7;
}

.recent-post h6{
    color: #999;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.recent-post-tags a{
    margin: 3px 2px;
}

/*Archive*/
.archive-box ul li{
    border-bottom: 1px solid #eee;
}

.archive-box ul li a{
    display: inline-block;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    padding: 10px 0px 10px 5px; 
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.archive-box ul li a:hover{
    color: #1475D7;
}

.archive-box ul li span{
    float: right;
    color: #666;
    font-weight: 600;
    font-size: 13px;
    margin-right: 10px;
    margin-top: 10px;
}


/*-----------------------------------------
38. Top-Bar Styles
-------------------------------------------*/
/*--- Style 1 ---*/
#top-bar{
	position: relative;
	z-index: 99999;
	background: #fff;
	border-bottom: 1px solid #eee;
}
.top-bar-info {
	padding: 0px;
}
.top-bar-info li{
	font-size: 13px;
	font-weight: 500;
	color: #aaa;
	border-left: 1px solid #eee;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 13.5px 14px 12.5px 14px;
}
.top-bar-info li i{
	font-size: 15px;
	color: #999;
	padding-right: 8px;
}

.social-icons{
	padding: 0px;
	float: right;
	margin: 0px;
}
.social-icons li{
	font-size: 14px;
	list-style-type: none;
	float: left;
	width: 50px;
	text-align: center;
	border-left: 1px solid #eee;
	margin: 0px;
	padding: 12px;	
}
.social-icons li:last-child{
	border-right: 1px solid #eee;
}
.social-icons li a{
	color: #777;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}
.social-icons a:hover{
	color: #1475D7;
}


/*--- Style 2 ---*/
#top-bar-transparent{
	position: relative;
	z-index: 99999;
	background: rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
#top-bar-transparent .top-bar-info {
	padding: 0px;
}
#top-bar-transparent .top-bar-info li{
	font-size: 13px;
	font-weight: 500;
	color: #aaa;
	border-left: 1px solid rgba(255, 255, 255, .1);
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 13.5px 14px 12.5px 14px;
}
#top-bar-transparent .top-bar-info li i{
	font-size: 15px;
	color: #999;
	padding-right: 8px;
}

#top-bar-transparent .social-icons{
	padding: 0px;
	float: right;
	margin: 0px;
}
#top-bar-transparent .social-icons li{
	font-size: 14px;
	list-style-type: none;
	float: left;
	width: 50px;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, .1);
	margin: 0px;
	padding: 12px;	
}
#top-bar-transparent .social-icons li:last-child{
	border-right: 1px solid rgba(255, 255, 255, .1);
}
#top-bar-transparent .social-icons li a{
	color: #777;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}
#top-bar-transparent .social-icons a:hover{
	color: #1475D7;
}

/*-----------------------------------------
41. Accordions
-------------------------------------------*/
.card-header-primary {
	padding: 22px 5px;
	margin-bottom: 0;
	background-color: transparent !important; 
	border-bottom: 0px; 
}

.card{
	border: none;
}

.card-primary {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent !important;
    background-clip: border-box;
    border-bottom: 1px solid #eee;
    border-radius: 0px;
}

.card-primary h5 a{
	display: block;
	font-size: 15px;
	color: #1475D7;
}

.card-primary h5 a:hover{
	color: #1475D7;
}
.card-primary .collapsed:focus:hover{
	color: #1475D7;
}

.card-primary h5 a:after{
	float: right;
	content: "–";
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}
.card-primary .collapsed:after{
	float: right;
	content: "+";
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}



.card-primary .collapsed{
	color: #222;
}

.card-primary .collapsed:focus{
	color: #222;
}

.card-body-primary{
	padding: 5px 5px 20px 5px;
}


.card-body-primary p{
	font-size: 14px;
	font-weight: 500;
	color: #999;
	line-height: 1.8;	
}



/*--- White background Accrodions ---*/
.card-header-white {
	padding: 22px 5px;
	margin-bottom: 0;
	background-color: transparent !important; 
	border-bottom: 0px; 
}

.card{
	border: none;
}

.card-white {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    background-clip: border-box;
    border-radius: 5px;
    padding: 0px 15px;
    margin: 15px 0px;
}

.card-white a{
	display: block;
	font-size: 15px;
	color: #1475D7;
}

.card-white a:hover{
	color: #1475D7;
}
.card-white .collapsed:focus:hover{
	color: #1475D7;
}

.card-white a:after{
	float: right;
	content: "–";
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}
.card-white .collapsed:after{
	float: right;
	content: "+";
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}

.card-body-white{
	padding: 5px 5px 20px 5px;
}

.card-white .collapsed{
	color: #222;
}

.card-white .collapsed:focus{
	color: #222;
}


.card-body-white p{
	font-size: 14px;
	font-weight: 500;
	color: #999;
	line-height: 1.8;	
}


/*--- White Bordered Accrodions ---*/
.card-header-white-bordered {
	padding: 22px 5px;
	margin-bottom: 0;
	background-color: transparent !important; 
	border-bottom: 0px; 
}

.card{
	border: none;
}

.card-white-bordered {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #fff !important;
    background-clip: border-box;
    border-radius: 0px;
    padding: 0px 5px;
    margin: 0px 0px;
}

.card-white-bordered a{
	display: block;
	font-size: 15px;
	color: #fff !important;
}

.card-white-bordered a:hover{
	color: #1475D7;
}
.card-white-bordered .collapsed:focus:hover{
	color: #fff;
}

.card-white-bordered a:after{
	float: right;
	content: "–";
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}
.card-white-bordered .collapsed:after{
	float: right;
	content: "+";
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}

.card-body-white-bordered{
	padding: 5px 5px 20px 5px;
}

.card-white-bordered .collapsed{
	color: #222;
}

.card-white-bordered .collapsed:focus{
	color: #222;
}

.card-body-white-bordered p{
	font-size: 14px;
	font-weight: 500;
	color: #999;
	line-height: 1.8;	
}


/*--- Grey background Accrodions ---*/
.card-header-grey {
	padding: 22px 5px;
	margin-bottom: 0;
	background-color: transparent !important; 
	border-bottom: 0px; 
}

.card{
	border: none;
}

.card-grey {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fafafa !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0);
    border: 1px solid #eee;
    background-clip: border-box;
    border-radius: 5px;
    padding: 0px 15px;
    margin: 15px 0px;
}

.card-grey a{
	display: block;
	font-size: 15px;
	color: #1475D7;
}

.card-grey a:hover{
	color: #1475D7;
}
.card-grey .collapsed:focus:hover{
	color: #1475D7;
}

.card-grey a:after{
	float: right;
	content: "–";
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}
.card-grey .collapsed:after{
	float: right;
	content: "+";
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}

.card-body-grey{
	padding: 5px 5px 20px 5px;
}

.card-grey .collapsed{
	color: #222;
}

.card-grey .collapsed:focus{
	color: #222;
}


.card-body-grey p{
	font-size: 14px;
	font-weight: 500;
	color: #999;
	line-height: 1.8;	
}


/*-----------------------------------------
46. Owl Carousel Dots
-------------------------------------------*/
.custom-dot {
  display: inline-block;
  z-index: 1;
  margin-top: 20px;
}
.custom-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #cecece;
  cursor: pointer;
  display: block;
  border: 1px solid #fff;
  -webkit-backface-visibility: visible;
  border-radius: 30px;  
  -webkit-transition-duration: .3s;
  transition-duration: .3s;      
}
.custom-dot span:hover {
    background: #aaa;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
}
.custom-dot.active span{
  width: 12px;
  height: 12px;
  background: #1475D7;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;    
}

.owl-nav i{
    color: #fff;  
}


.owl-prev {
	opacity: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 30px);
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
    background-color: rgba(0, 0, 0, .3) !important;
	padding-top: 15px !important;   
	-webkit-transition-duration: .3s;
	transition-duration: .3s;  
	transition: opacity .3s ease-in-out;	 
}

.owl-next {
	opacity: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 30px);
    right: 0px;
    display: block !important;
    border:0px solid black;
    background-color: rgba(0, 0, 0, .3) !important;   
    padding-top: 15px !important; 
	-webkit-transition-duration: .3s;
	transition-duration: .3s;  
	transition: opacity .3s ease-in-out;       
}
 
.owl-prev:hover{
	background-color: rgba(0, 0, 0, .6) !important;   
}

.owl-next:hover{
	background-color: rgba(0, 0, 0, .6) !important;   
}


.owl-carousel:hover .owl-prev{
	opacity: 1;
    -webkit-animation-name: fadeIn; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: .3s; /* Safari 4.0 - 8.0 */
    animation-name: fadeIn;
    animation-duration: .3s;
}
.owl-carousel:hover .owl-next{
	opacity: 1;
    -webkit-animation-name: fadeIn; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: .3s; /* Safari 4.0 - 8.0 */
    animation-name: fadeIn;
    animation-duration: .3s;
}

/*-----------------------------------------
48. Loader Styles
-------------------------------------------*/
/*--- Style 1 ---*/
.loader-icon {
    width: 80px;
    height: 80px;
    border: 2px solid #1475D7;
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto;
}
@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--- Style 2 ---*/
.loader-icon-2 {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto;
}


/*--- Style 3 ---*/
.loader-icon-3 {
    width: 80px;
    height: 80px;
    border: 2px solid #222;
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto;
}





/*--- Style 4 ---*/
.load-holder {
    display: flex;
    align-items: center;
    justify-content: center;    
}
.load {
    display: flex;
    
    position: relative;
    
    animation: rotateLoad infinite linear 1s;
}
.load.mini{ width: 15px; height: 15px; }
.load.little { width: 25px; height: 25px; }
.load { width: 60px; height: 60px; }
.load:before,
.load:after {
    display: flex;
    
    position: absolute;
    
    content: '';
    background: #1475D7;
    border-radius: 50%;
    width: 55%;
    height: 55%;
}
.load:before { right: 0; bottom: 0; animation: scaleChange_1 infinite linear 1s; }
.load:after { top: 0; left: 0; animation: scaleChange_2 infinite linear 1s; }
.load.dark:before,
.load.dark:after { background: transparent; }
.load.mini:after { border-width: 2px; }
.load.little:after { border-width: 3px; }
.load:after { border-width: 8px; }

@keyframes rotateLoad {
    0%      { transform: rotate(0deg); }
    100%    { transform: rotate(360deg); }
}
@keyframes scaleChange_1 {
    0%      { transform: scale(1); }
    50%     { transform: scale(0); }
    100%    { transform: scale(1); }
}
@keyframes scaleChange_2 {
    0%      { transform: scale(0); }
    50%     { transform: scale(1); }
    100%    { transform: scale(0); }
}




/*--- Style 6 ---*/
.load-3 {
    display: flex;
    
    position: relative;
    
    animation: rotateLoad infinite linear 1s;
}
.load-3.mini{ width: 15px; height: 15px; }
.load-3.little { width: 25px; height: 25px; }
.load-3 { width: 60px; height: 60px; }
.load-3:before,
.load-3:after {
    display: flex;
    
    position: absolute;
    
    content: '';
    background: #222;
    border-radius: 50%;
    width: 55%;
    height: 55%;
}
.load-3:before { right: 0; bottom: 0; animation: scaleChange_1 infinite linear 1s; }
.load-3:after { top: 0; left: 0; animation: scaleChange_2 infinite linear 1s; }
.load-3.dark:before,
.load-3.dark:after { background: transparent; }
.load-3.mini:after { border-width: 2px; }
.load-3.little:after { border-width: 3px; }
.load-3:after { border-width: 8px; }



/*--- Style 5 ---*/
.load-2 {
    display: flex;
    
    position: relative;
    
    animation: rotateLoad infinite linear 1s;
}
.load-2.mini{ width: 15px; height: 15px; }
.load-2.little { width: 25px; height: 25px; }
.load-2 { width: 60px; height: 60px; }
.load-2:before,
.load-2:after {
    display: flex;
    
    position: absolute;
    
    content: '';
    background: #fff;
    border-radius: 50%;
    width: 55%;
    height: 55%;
}
.load-2:before { right: 0; bottom: 0; animation: scaleChange_1 infinite linear 1s; }
.load-2:after { top: 0; left: 0; animation: scaleChange_2 infinite linear 1s; }
.load-2.dark:before,
.load-2.dark:after { background: transparent; }
.load-2.mini:after { border-width: 2px; }
.load-2.little:after { border-width: 3px; }
.load-2:after { border-width: 8px; }





/*--- Style 6 ---*/
.spin-load-holder{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

.spin-load-1 {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-top: 5px;
}
.spin-load-1:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.spin-load-1:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*--- Style 7 ---*/
.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #000000;
}

.cssload-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78.284271247462px;
  height: 78.284271247462px;
  margin-left: -39.142135623731px;
  margin-top: -39.142135623731px;
  border-radius: 100%;
  animation-name: cssload-loader;
  -o-animation-name: cssload-loader;
  -ms-animation-name: cssload-loader;
  -webkit-animation-name: cssload-loader;
  -moz-animation-name: cssload-loader;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-duration: 2.4s;
  -o-animation-duration: 2.4s;
  -ms-animation-duration: 2.4s;
  -webkit-animation-duration: 2.4s;
  -moz-animation-duration: 2.4s;
}

.cssload-loader .cssload-side {
  display: block;
  width: 10px;
  height: 33px;
  background-color: #1475D7;
  margin: 3px;
  position: absolute;
  border-radius: 50%;
  animation-duration: 0.895s;
  -o-animation-duration: 0.895s;
  -ms-animation-duration: 0.895s;
  -webkit-animation-duration: 0.895s;
  -moz-animation-duration: 0.895s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
}

.cssload-loader .cssload-side:nth-child(1),
.cssload-loader .cssload-side:nth-child(5) {
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  animation-name: cssload-rotate0;
  -o-animation-name: cssload-rotate0;
  -ms-animation-name: cssload-rotate0;
  -webkit-animation-name: cssload-rotate0;
  -moz-animation-name: cssload-rotate0;
}

.cssload-loader .cssload-side:nth-child(3),
.cssload-loader .cssload-side:nth-child(7) {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  animation-name: cssload-rotate90;
  -o-animation-name: cssload-rotate90;
  -ms-animation-name: cssload-rotate90;
  -webkit-animation-name: cssload-rotate90;
  -moz-animation-name: cssload-rotate90;
}

.cssload-loader .cssload-side:nth-child(2),
.cssload-loader .cssload-side:nth-child(6) {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  animation-name: cssload-rotate45;
  -o-animation-name: cssload-rotate45;
  -ms-animation-name: cssload-rotate45;
  -webkit-animation-name: cssload-rotate45;
  -moz-animation-name: cssload-rotate45;
}

.cssload-loader .cssload-side:nth-child(4),
.cssload-loader .cssload-side:nth-child(8) {
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  animation-name: cssload-rotate135;
  -o-animation-name: cssload-rotate135;
  -ms-animation-name: cssload-rotate135;
  -webkit-animation-name: cssload-rotate135;
  -moz-animation-name: cssload-rotate135;
}

.cssload-loader .cssload-side:nth-child(1) {
  top: 39.142135623731px;
  left: 78.284271247462px;
  margin-left: -5px;
  margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(2) {
  top: 67.213203431093px;
  left: 67.213203431093px;
  margin-left: -5px;
  margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(3) {
  top: 78.284271247462px;
  left: 39.142135623731px;
  margin-left: -5px;
  margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(4) {
  top: 67.213203431093px;
  left: 11.071067816369px;
  margin-left: -5px;
  margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(5) {
  top: 39.142135623731px;
  left: 0px;
  margin-left: -5px;
  margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(6) {
  top: 11.071067816369px;
  left: 11.071067816369px;
  margin-left: -5px;
  margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(7) {
  top: 0px;
  left: 39.142135623731px;
  margin-left: -5px;
  margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(8) {
  top: 11.071067816369px;
  left: 67.213203431093px;
  margin-left: -5px;
  margin-top: -16px;
}

@keyframes cssload-rotate0 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes cssload-rotate0 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes cssload-rotate90 {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transform: rotate(90deg);
  }
  60% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes cssload-rotate90 {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  60% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes cssload-rotate45 {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transform: rotate(45deg);
  }
  60% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes cssload-rotate45 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  60% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes cssload-rotate135 {
  0% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    transform: rotate(135deg);
  }
  60% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
    transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
@-webkit-keyframes cssload-rotate135 {
  0% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  60% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
@keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




/*--- Style 8 ---*/
.sk-circle {
  margin: 100px auto;
  width: 70px;
  height: 70px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}



/*--- Style 9 ---*/
.pulse-loader {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.double-bounce3, .double-bounce4 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1475D7;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce4 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}


.double-bounce5, .double-bounce6 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce6 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}


/*--- Style 10 ---*/
.saquare-loader-1 {
  width: 40px;
  height: 40px;
  background-color: #1475D7;
  margin: 0px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.saquare-loader-2 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin: 0px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.saquare-loader-3 {
  width: 40px;
  height: 40px;
  background-color: #222;
  margin: 0px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}



/*--- Style 11 ---*/
.line-loader {
  margin: 0px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.line-loader > div {
  background-color: #1475D7;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.line-loader .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.line-loader .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.line-loader .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.line-loader .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}


.line-loader-2 {
  margin: 0px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.line-loader-2 > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.line-loader-2 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.line-loader-2 .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.line-loader-2 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.line-loader-2 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}


.line-loader-3 {
  margin: 0px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.line-loader-3 > div {
  background-color: #222;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.line-loader-3 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.line-loader-3 .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.line-loader-3 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.line-loader-3 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}


@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}



/*-----------------------------------------
49. Social icons
-------------------------------------------*/
/*--------------------
Style 1
----------------------*/
.social-brand-icons{
	padding: 0px;
	margin: 0px;
}

.social-brand-icons li{
	list-style-type: none;
	display: inline-block;
	height: 50px;
}

.social-brand-icons li a{
	background: #fff;
	border: 1px solid #eee;
	font-size: 13px;
	border-radius: 50%;
	color: #222;
	width: 50px;
	height: 50px;
	padding: 10.5px 13px 10px 13px;
	margin-right: 5px;
}

.social-brand-icons li a:hover{
	color: #fff;	
	background: #1475D7;
	border-color: #1475D7; 
}


/*--------------------
Style 2
----------------------*/
.social-brand-icons-small{
	padding: 0px;
	margin: 0px;
}

.social-brand-icons-small li{
	list-style-type: none;
	display: inline-block;
}

.social-brand-icons-small li a{
	background: #222;
	border: 1px solid #222;
	font-size: 11px;
	border-radius: 50%;
	color: #fff;
	padding: 6px 8px;
	margin-right: 5px;
}

.social-brand-icons-small li a:hover{
	color: #fff;	
	background: #1475D7;
	border-color: #1475D7; 
}




/*-----------------------------------------
50. Errors
-------------------------------------------*/
/*--------------------
Style 1
----------------------*/
.error-404-4 {
    width: 100%;
    height: auto;
    margin: 0 auto !important;
    text-align: center !important;
    position: relative;
    max-width: 1000px;
}

.error-404-4 video {
    width: 100%;  
}

 svg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.error-404-4 svg text {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 55px;
}

.error-404-4 svg rect {
    fill: #fff;
}

.error-404-4 svg > rect {
    -webkit-mask: url(#mask);
    mask: url(#mask);
}   

.error-404-4-text h2{
    position: relative;
    color: #D3D6D3;
    font-size: 100px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    margin-top: -230px;
}

.error-404-4-text h4{
    position: relative;
    color: #A4A7A4;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin-top: -10px;
}

.error-404-4-text p{
    position: relative;
    color: #949694;
    font-size: 17px;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .error-404-4-text h2{
        margin-top: -180px;
    }
}
@media (max-width: 767px) {
    .error-404-4-text h2{
        margin-top: -100px;
        font-size: 50px;
    }
    .error-404-4-text h4{
        font-size: 27px;
        margin-top: -5px;
    }
}

/*--------------------
Style 2
----------------------*/
.error-box-2{
    text-align: center;
    padding: 10px;
}

.clip-text {
    display: inline-block;
    position: relative;
    margin: 25px;
    padding: 20px 40px;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.clip-text h2{
    color: #fff;
    font-size: 200px;
    font-weight: 800;
    line-height: 89%;
}

.clip-text h3{
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 120%; 
}

.error-box-2 h4{
    color: #666;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%; 
    margin-top: 10px;
}

.error-info-2 a{
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-right: 20px;
    border: 1.5px solid #000;
    padding: 6px 20px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.error-info-2 a:hover{
    border: 1.5px solid #3c59b3;
}


.clip-text:before,
.clip-text:after {
    position: absolute;
    content: '';
}

/* Background */
.clip-text:before {
    z-index: -2;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    background-image: inherit;
}

/* Text Background (black zone) */
.clip-text:after {
    position: absolute;
    background: #fff;
    z-index: -1;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    padding: 50px;
}

@media (max-width: 767px) {
    .clip-text h2{
        font-size: 100px;
    }
    .clip-text h3{
        font-size: 50px;
    }
    .error-box-2 h4{
        font-size: 17px;
    }
}



/*--------------------
Style 3
----------------------*/
.erreor-box-404{
    background-size: cover !important;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
} 

.error-box-3{
    padding: 70px;
}

.error-box-3 h2{
	position: relative;
    color: #fff;
    font-size: 170px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 767px) {
	.error-box-3{
		padding: 100px 30px;
	}

	.error-box-3 h2{
	    font-size: 90px;
	}	
}

.error-box-3 h3{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin: 15px 0px;
}

.error-box-3 p{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 150%;
    margin-bottom: 20px
}



/*-----------------------------------------
51. Animations
-------------------------------------------*/
.zoom-in-animation{
	transition:transform 8s ease-in-out 0s;
	animation-duration: 6.5s;
	animation-name: shrink;
}

@keyframes shrink {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 110% 110%;
  }
}





/*-----------------------------------------
52. Footer
-------------------------------------------*/
/*--------------------
Style 1
----------------------*/
.footer-style-1{
	position: relative;
	background: #121212;
	padding: 40px 0px 0px 0px;
}

.footer-style-1 h3{
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 30px;
	margin-top: 30px;
}
.footer-style-1 h3:after{
	content: '';
	display: block;
	width: 50px;
	max-width: 100%;
	height: 2px;
	background: #1475D7;
	margin-top: 10px;
}

.footer-style-1 p{
	font-size: 14px;
	font-weight: 500;
	color: #999;
	line-height: 190%;	
	margin-bottom: 15px;
}



/*--- Social Links ---*/
.footer-style-1-social-links li{
	display: inline-block;
	background: #333;
	border-radius: 5px;
	color: #fff;
	margin-right: 10px;		
	margin-bottom: 5px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}

.footer-style-1-social-links li a{
	display: block;
	font-size: 15px;
	color: #fff;
	width: 35px;
	height: 35px;	
	padding: 11.5px;
	padding-top: 6px;
}

.footer-style-1-social-links li:hover{
	background: #1475D7;
}


/*--- Quick Links ---*/
.footer-style-1-links{
	position: relative;
	padding: 0px;
	margin: 0px;
}

.footer-style-1-links li{
	list-style-type: none;
	display: block;
	padding: 4px 0px;
}

.footer-style-1-links li:first-child{
	padding-top: 0px;
}

.footer-style-1-links li a{
	color: #fff;
	font-size: 14px;
}

.footer-style-1-links li a:hover{
	color: #1475D7;
}


/*--- Latest News ---*/
.footer-style-1-latest-news{
	position: relative;
	padding: 0px;
	margin: 0px;
}
.footer-style-1-latest-news li{
	list-style-type: none;
	display: block;
	padding: 10px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-style-1-latest-news li:first-child{
	padding-top: 0px;
}

.footer-style-1-latest-news li span{
	display: block;
	color: #fff;
	font-size: 14px;	
	opacity: .5;
}
.footer-style-1-latest-news li a{
	color: #fff;
	font-size: 14px;	
}
.footer-style-1-latest-news li a:hover{
	color: #1475D7;
}


/*--- Contact Info ---*/
.footer-style-1-contact-info{
	position: relative;
	padding: 0px;
	margin: 0px;
}
.footer-style-1-contact-info li{
	list-style-type: none;
	display: block;
	padding: 10px 0px;
}

.footer-style-1-contact-info li i{
	color: #fff;
	font-size: 14px;
	margin-right: 5px; 	
}

.footer-style-1-contact-info li span{
	color: #fff;
	opacity: .7;
	font-size: 14px;	
}


/*--- Footer Bar ---*/
.footer-style-1-bar{
	position: relative;
	background: #222;
	padding: 20px 0px;
	margin-top: 60px;
}

.footer-style-1-bar h5{
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	margin-top: 5px;
}

@media (max-width: 767px) {
	.footer-style-1-bar h5{
		text-align: center;
		margin-bottom: 15px;
	}
}

.footer-style-1-bar-links{
	text-align: right;
}
@media (max-width: 767px) {
	.footer-style-1-bar-links{
		text-align: center;
	}
}



.footer-style-1-bar{
	position: relative;
}	

.footer-style-1-bar li{
	list-style-type: none;
	display: inline-block;
	margin-left: 12px;
}

.footer-style-1-bar li a{
	color: #fff;
	font-size: 13px;	
}

.footer-style-1-bar li a:hover{
	color: #1475D7;
}



/*--------------------
Style 1 Light
----------------------*/
.footer-style-1-light{
	position: relative;
	background: #fff;
	padding: 40px 0px 0px 0px;
}

.footer-style-1-light h3{
	color: #222;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 30px;
	margin-top: 30px;
}
.footer-style-1-light h3:after{
	content: '';
	display: block;
	width: 50px;
	max-width: 100%;
	height: 2px;
	background: #1475D7;
	margin-top: 10px;
}

.footer-style-1-light p{
	font-size: 13px;
	font-weight: 600;
	color: #666;
	line-height: 190%;	
	margin-bottom: 15px;
}



/*--- Social Links ---*/
.footer-style-1-light .footer-style-1-social-links li{
	display: inline-block;
	background: #fafafa;
	border-radius: 5px;
	color: #222;
	margin-right: 10px;		
	margin-bottom: 5px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}

.footer-style-1-light .footer-style-1-social-links li a{
	display: block;
	font-size: 15px;
	color: #222;
	width: 35px;
	height: 35px;	
	padding: 11.5px;
	padding-top: 6px;
}

.footer-style-1-light .footer-style-1-social-links li:hover{
	background: #1475D7;
}
.footer-style-1-light .footer-style-1-social-links li:hover a{
	color: #fff;
}


/*--- Quick Links ---*/
.footer-style-1-light .footer-style-1-links{
	position: relative;
	padding: 0px;
	margin: 0px;
}

.footer-style-1-light .footer-style-1-links li{
	list-style-type: none;
	display: block;
	padding: 4px 0px;
}

.footer-style-1-light .footer-style-1-links li:first-child{
	padding-top: 0px;
}

.footer-style-1-light .footer-style-1-links li a{
	color: #222;
	font-weight: 600;
	font-size: 14px;
}

.footer-style-1-light .footer-style-1-links li a:hover{
	color: #1475D7;
}


/*--- Latest News ---*/
.footer-style-1-light .footer-style-1-latest-news{
	position: relative;
	padding: 0px;
	margin: 0px;
}
.footer-style-1-light .footer-style-1-latest-news li{
	list-style-type: none;
	display: block;
	padding: 10px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.footer-style-1-light .footer-style-1-latest-news li:first-child{
	padding-top: 0px;
}

.footer-style-1-light .footer-style-1-latest-news li span{
	display: block;
	color: #777;
	font-size: 14px;	
	opacity: .5;
	font-weight: 600;
}
.footer-style-1-light .footer-style-1-latest-news li a{
	color: #222;
	font-size: 14px;	
	font-weight: 600;
}
.footer-style-1-light .footer-style-1-latest-news li a:hover{
	color: #1475D7;
}


/*--- Contact Info ---*/
.footer-style-1-light .footer-style-1-contact-info{
	position: relative;
	padding: 0px;
	margin: 0px;
}
.footer-style-1-light .footer-style-1-contact-info li{
	list-style-type: none;
	display: block;
	font-weight: 600;
	padding: 10px 0px;
}

.footer-style-1-light .footer-style-1-contact-info li i{
	color: #222;
	font-size: 14px;
	margin-right: 5px; 	
}

.footer-style-1-light .footer-style-1-contact-info li span{
	color: #222;
	opacity: .7;
	font-size: 14px;	
}


/*--- Footer Bar ---*/
.footer-style-1-light .footer-style-1-bar{
	position: relative;
	background: #f2f2f2;
	padding: 20px 0px;
	margin-top: 60px;
}

.footer-style-1-light .footer-style-1-bar h5{
	color: #222;
	font-size: 13px;
	font-weight: 600;
	margin-top: 5px;
}

@media (max-width: 767px) {
	.footer-style-1-light .footer-style-1-bar h5{
		text-align: center;
		margin-bottom: 15px;
	}
}

.footer-style-1-light .footer-style-1-bar-links{
	text-align: right;
}
@media (max-width: 767px) {
	.footer-style-1-light .footer-style-1-bar-links{
		text-align: center;
	}
}



.footer-style-1-light .footer-style-1-bar{
	position: relative;
}	

.footer-style-1-light .footer-style-1-bar li{
	list-style-type: none;
	display: inline-block;
	margin-left: 12px;
}

.footer-style-1-light .footer-style-1-bar li a{
	color: #222;
	font-weight: 600;
	font-size: 13px;	
}

.footer-style-1-light .footer-style-1-bar li a:hover{
	color: #1475D7;
}





/*--------------------
Style 2
----------------------*/
.footer-style-2{
	position: relative;
	background: #fff;
    box-shadow: 0 0 65px rgba(0,0,0,.04);	
	padding: 60px 0px;
}

.footer-style-2 p{
	font-size: 14px;
	font-weight: 600;
	margin: 15px 0px;
}




/*--------------------
Style 3
----------------------*/
.footer-style-3{
	position: relative;
	background: #121212;
	padding: 30px 0px 0px 0px;
}

.footer-style-3 h3{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 30px;
}
.footer-style-3 h3:after{
	content: '';
	display: block;
	width: 50px;
	max-width: 100%;
	height: 2px;
	background: #1475D7;
	margin-top: 10px;
}

.footer-style-3 p{
	font-size: 13px;
	font-weight: 600;
	color: #999;
	line-height: 170%;	
	margin-bottom: 15px;
}



/*--- Social Links ---*/
.footer-style-3-social-links li{
	display: inline-block;
	background: transparent;
	border-radius: 50%;
	color: #fff;
	margin-right: 0px;		
	margin: 3px 3px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}

.footer-style-3-social-links li a{
	display: block;
	font-size: 12px;
	color: #fff;
	width: 35px;
	height: 35px;	
	padding: 11.5px;
	padding-top: 8px;
}

.footer-style-3-social-links li:hover{
	background: #1475D7;
}


/*--- Quick Links ---*/
.footer-style-3-links{
	position: relative;
	padding: 0px;
	margin: 0px;
}

.footer-style-3-links li{
	list-style-type: none;
	display: block;
	padding: 4px 0px;
}

.footer-style-3-links li:first-child{
	padding-top: 0px;
}

.footer-style-3-links li a{
	color: #fff;
	font-size: 14px;
}

.footer-style-3-links li a:hover{
	color: #1475D7;
}


/*--- Latest News ---*/
.footer-style-3-latest-news{
	position: relative;
	padding: 0px;
	margin: 0px;
}
.footer-style-3-latest-news li{
	list-style-type: none;
	display: block;
	padding: 10px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-style-3-latest-news li:first-child{
	padding-top: 0px;
}

.footer-style-3-latest-news li span{
	display: block;
	color: #fff;
	font-size: 14px;	
	opacity: .5;
}
.footer-style-3-latest-news li a{
	color: #fff;
	font-size: 14px;	
}
.footer-style-3-latest-news li a:hover{
	color: #1475D7;
}


/*--- Contact Info ---*/
.footer-style-3-contact-info{
	position: relative;
	padding: 0px;
	margin: 0px;
}
.footer-style-3-contact-info li{
	list-style-type: none;
	display: block;
	padding: 10px 0px;
}

.footer-style-3-contact-info li i{
	color: #fff;
	font-size: 14px;
	margin-right: 5px; 	
}

.footer-style-3-contact-info li span{
	color: #fff;
	opacity: .7;
	font-size: 14px;	
}


/*--- Footer Bar ---*/
.footer-style-3-bar{
	position: relative;
	background: rgba(0, 0, 0, .2);
	padding: 15px 0px;
	margin-top: 60px;
}

.footer-style-3-bar h5{
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	margin-top: 5px;
}

@media (max-width: 767px) {
	.footer-style-3-bar h5{
		text-align: center;
		margin-bottom: 15px;
	}
}

.footer-style-3-bar-links{
	text-align: right;
}
@media (max-width: 767px) {
	.footer-style-3-bar-links{
		text-align: center;
	}
}



/*--------------------
Style 4
----------------------*/
.footer-style-4{
	position: relative;
	background: #111;
	padding: 60px 0px 0px 0px;
}

.footer-style-4 h3{
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 10px;
}
@media (max-width: 991px) {
	.footer-style-4 h3{
		margin-top: 45px;
	}
}

/*--- Quick Links ---*/
.footer-style-4-qick-links{
	position: relative;
	padding: 0px;
	margin: 0px;
}

.footer-style-4-qick-links li{
	list-style-type: none;
	display: block;
	padding: 4px 0px;
}

.footer-style-4-qick-links li:first-child{
	padding-top: 0px;
}

.footer-style-4-qick-links li a{
	color: #999;
	font-size: 14px;
	font-weight: 600;
}

.footer-style-4-qick-links li a:hover{
	color: #fff;
}


/*--- Contact List ---*/
.footer-4-contact-list{
	padding: 0px;
	margin: 0px;
}

.footer-4-contact-list li{
	color: #999;
	font-size: 14px;
	font-weight: 600;	
	list-style-type: none;
	display: block;
	padding: 8px 0px;
}

.footer-4-contact-list li span{
	color: #fff;
}

.footer-4-contact-list li:first-child{
	padding-top: 0px;
}



/*--- Bottom Bar ---*/
.footer-4-bottom-bar{
	background: transparent;
	border-top: 1px solid #222;
	padding: 30px 0px;
	margin-top: 50px;
}

.footer-4-bottom-bar p{
	color: #999;
	font-size: 13px;
	font-weight: 600;	
}



/*--- Footer Contact Form ---*/
.footer-contact-form input, .footer-contact-form textarea, .footer-contact-form select{
    display: block;
    border-radius: 5px;
    border: none;
    outline: 0;
    background: #222;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    color: #fff;
    margin-bottom: 17px;
    padding: 10px 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.footer-contact-form input:focus, .footer-contact-form textarea:focus, .footer-contact-form select:focus{
	background: #222;
}

.footer-contact-form textarea{
	min-height: 70px;
}

.footer-contact-form button{
	margin-top: 0px;
}

/*********************************************************************** tino */

.pt-10 {padding-top:10px;} 
.pt-15 {padding-top:15px;} 
.pt-20 {padding-top:20px;} 
.pt-30 {padding-top:30px;} 
.pt-50 {padding-top:50px;} 
.pt-75 {padding-top:75px;} 
.pt-100 {padding-top:100px;}
.pb-10 {padding-bottom:10px;} 
.pb-15 {padding-bottom:15px;} 
.pb-20 {padding-bottom:20px;} 
.pb-30 {padding-bottom:30px;}
.pb-50 {padding-bottom:50px;}  
.pb-75 {padding-bottom:75px;} 
.pb-100 {padding-bottom:100px;}

@media (max-width: 768px) {
    .mt-0-mob {margin-top:0;} 
	.mt-10-mob {margin-top:10px;} 
	.mt-15-mob {margin-top:15px;} 
	.mt-20-mob {margin-top:20px;} 
	.mt-30-mob {margin-top:30px;} 
	.mt-50-mob {margin-top:50px;} 
	.mt-75-mob {margin-top:75px;} 
	.mt-100-mob {margin-top:100px;}
	.mb-0-mob {margin-bottom:0;} 
	.mb-10-mob {margin-bottom:10px;} 
	.mb-15-mob {margin-bottom:15px;}
	.mb-20-mob {margin-bottom:20px;} 
	.mb-30-mob {margin-bottom:30px;} 
	.mb-50-mob {margin-bottom:50px;} 
	.mb-75-mob {margin-bottom:75px;} 
	.mb-100-mob {margin-bottom:100px;}
	.pt-0-mob {padding-top:0;} 
	.pt-10-mob {padding-top:10px;} 
	.pt-15-mob {padding-top:15px;} 
	.pt-20-mob {padding-top:20px;} 
	.pt-30-mob {padding-top:30px;} 
	.pt-50-mob {padding-top:50px;} 
	.pt-75-mob {padding-top:75px;} 
	.pt-100-mob {padding-top:100px;}
	.pb-0-mob {padding-bottom:0;} 
	.pb-10-mob {padding-bottom:10px;} 
	.pb-15-mob {padding-bottom:15px;} 
	.pb-20-mob {padding-bottom:20px;} 
	.pb-30-mob {padding-bottom:30px;}
	.pb-50-mob {padding-bottom:50px;}  
	.pb-75-mob {padding-bottom:75px;} 
	.pb-100-mob {padding-bottom:100px;}
}

.primary-color,
.primary-color h1, 
.primary-color h2, 
.primary-color h3, 
.primary-color h4, 
.primary-color h5, 
.primary-color h6, 
.primary-color p, 
.primary-color i, 
.primary-color strong, 
.primary-color span{
	color: #ED1C24 !important;
	color: #0066b1 !important;
}

.primary-button {
    background: #ED1C24;
    border: 2px solid #ED1C24;
    background: #0066b1;
    border: 2px solid #0066b1;
}

.section-heading-line,
.left-holder .section-heading-line,
.service-overlay:hover .service-overlay-box, 
.footer-style-1-social-links li:hover, 
.footer-style-1 h3:after {
    background: #ED1C24;
    background: #0066b1;
}

a:hover,
.footer-style-1-links li a:hover, 
.footer-style-1-latest-news li a:hover, 
.service-overlay-box a, 
.service-block-button a:hover, 
.footer-style-1-bar li a:hover, 
.service-block h4 a:hover {
    color: #ED1C24;
    color: #0066b1;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a, 
.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a, 
.blog-grid-simple-content a, 
.blog-grid-simple-content a:after {
  color: #ED1C24;
  color: #0066b1;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ED1C24 #ED1C24 transparent;
  border-color: transparent #0066b1 #0066b1 transparent;
}

.nav-button {
  background-color: #ED1C24;
  background-color: #0066b1;
}

.loader-icon {
    border: 2px solid #ED1C24;
    border: 2px solid #0066b1;
}

@media (min-width: 992px) {
	.hide_desktop {display:none !important;}
}

.section-block-parallax p {color:#fff; font-weight:bold;}

.service-block a:first-child {display:block; overflow:hidden; height:100%; width:100%; -webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;}

.service-block a:first-child:hover img {transform:scale(1.1)}

.service-block img {
    margin-bottom: 0;
}

.response {height:18px; margin-top:15px;}

.section-block-parallax .gdpr p {width:100%; font-size:11px; font-weight:normal; color:#333; padding-bottom:15px;}

.footer-style-1-social-links li a {
    padding: 9px;
    padding-top: 6px;
	text-align:center;
}

.service-overlay .service-overlay-box h3 a {text-transform: none; font-size:16px;}

.footer-style-1-bar h5 a {color:#fff; font-weight:bold;}

.downloads {width:100%;}

.downloads a {display:block; padding: 10px 15px; border:2px solid #0066b1; margin-bottom:2px; line-height:20px; font-weight:bold; background-color:#0066b1; color:#fff;}

.downloads a:hover {background:#fff; color:#0066b1}

.downloads a i {width:30px; text-align:center; display:inline-block; float:left; border-right:1px solid #0066b1; margin-right:10px; height:20px; line-height:20px;}

.blog-post-right {
    border-bottom: none;
}

.blog-post-info {
	margin:15px 0;
}

.blog-post {
    border-bottom: none;
}

.blog_content ul, .blog_content ol {
    padding-left: 20px;
    margin:20px;
}

.blog_content ul li {
	list-style:disc;
}

.blog_content ol li {
	list-style: number;
}

.blog-list {
    padding-bottom: 40px;
}

.data {width:100%; padding:5px 0 5px 30px; position:relative; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}

.data i {display:block; position:absolute; top:5px; left: 0; height:20px; width:20px; text-align:center; line-height:20px;}

.rezultati {width:100%; border-bottom: 1px solid #eee ; padding: 20px 0; margin-bottom:20px !important; overflow:hidden;}

.captcha {position:relative;}

.home_form .captcha {padding-top:0;}

.captcha img {position:absolute; top:0px; right:-20px;}

.response {min-height:30px;}

.captcha input {padding-right:110px;}

/**/

@media (max-width: 767px) {
	.hide_mobile {display:none;}
}

.nav-menu > li > a {
	padding-top:35px;
	height:89px;  
	font-size: 16px;
}

.nav-menu > li.covid > a {
	background: #EC3722;
	color:#fff;
}


.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a, .nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a, .blog-post-categories li.active a {
    color: #0066b1;
    color: #fff;
	background:#0066b1;  
}
.navigation {
    padding-top: 0px; 
}

.nav-search-button {
    height: 83px;
    line-height: 83px;
    margin-top: 3px;
}

.nav-brand {
    line-height: 89px;
}

.swiper-container {
    width: 100%;
    height: 70%;
}

.menu2 {display:block; width:100%; background:#0066b1;}

.menu2 ul {margin: 0; padding: 0 20px; text-align:center;}

.menu2 ul li {display:inline-block;}

.menu2 ul li a {display:inline-block; padding: 20px 30px; color:#fff; margin:0;}

.menu2 ul li a:hover {background:#fff; color:#0066b1;}

.menu2 ul li i {display:inline-block; margin-right:3px;}

.top-bar-info ul {float:right;}

.social-icons {float:left;}

.top_search {float:right; overflow:hidden;}

.top_search input, 
.top_search select {height:46px; border:none; border-left: 1px solid #eee; padding: 0 0 0 15px;}

.top_search select:focus {outline:none; }

.top_search select {
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none; 
	position:relative;
	background-image: url(../images/select_arrow.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right:30px;
}


.top_search input[type="submit"] {padding: 0 15px; background:#0066b1; color:#fff;}

.top_search input[type="submit"]:hover {cursor:pointer; background:#000; color:#fff; }

.pretraga .button-sm {
	height:44px;
    font-size: 14px;
    padding: 0px 19px 0px 19px;
    margin: 0px 0px 0px 0px;
	border:none;
}

.blog-post-right h4:first-child {
    margin-top: 0px;
}

@media (max-width: 991px){
.contact-1-box {
    padding: 30px 0px 20px 0px;
}
	
}

.projekti {padding-top:30px;}

.projekti [class^=col-] img {margin-bottom:10px;}

.projekti [class^=col-] {text-align:center; font-weight:bold; }

.projekti [class^=col-] a {padding-bottom:10px; display:block; background:#f7f7f7;}

.projekti [class^=col-] a:hover {color:#fff; background: #006bb3;}

.carousel_title {background:#fff; padding: 15px 20px; transition: all 0.3s;}

.manifestacije .item a h3 {font-size:18px; text-align:center;}

.manifestacije .item a:hover h3 {color:#fff;}

.manifestacije .item a:hover .carousel_title {background: #006bb3;}




footer .row > div:first-child a {color:#999;}

footer .row > div:first-child a:hover {color:#007bff}


.footer-style-1 .footer-style-1-contact-info li a{
    color: #fff;
    opacity: 1;
    font-size: 14px;    
}

.footer-style-1 .footer-style-1-contact-info li a:hover, 
.footer-style-1 .footer-style-1-contact-info li a:hover span {
    color:#007bff !important;   
    opacity: 1;
}

.contact-icon-box-sm a {color:#999; opacity:1 !important; font-size:14px;}
.contact-icon-box-sm a:hover {color:#fff; opacity:1 !important;}
.contact-icon-box-sm h5 {opacity:1 !important; color:#999}

/*validator*/
.form-group.form-group > *, form .has-error > * {margin-bottom:0}
p.help-block {
    font-size: 0.8em;
    color: #0165ad;
    font-weight: normal;
}
p.help-block.help-block-error{
	color: #e21e25;
}

.page-title ul li a, .page-title ul li span {
    opacity: 1;
}

.blog-post p {
    color: #555;
    font-size: 16px;
}

a.accessibility {width: 40px; height:40px; border-radius: 20px; background:#000; color:#fff; position: fixed; bottom: 100px; left: 20px; display:block; text-align:center; line-height:40px; border: 2px solid #fff; z-index: 5000; overflow:hidden; padding:0; }
a.accessibility:hover {background: #fff; color:#000; border: 2px solid #000; cursor:pointer;}
a.accessibility i {margin: 8px 0 0px 0; display:block;}

.scroll-to-top {
    bottom: 20px;
	right:20px;
}


.blog_content h2{
    font-size: 1.5rem;
    margin: 1rem 0 !important;
}
.active-page {
	background: #0066b1;
}
.control-label.control-label {display:none;}


.gallery-item .blog-grid-text {
    padding: 4px 25px 4px 25px;
    position: absolute;
    bottom: 0;
    background: #ffffffe0;
    right: 0;
    left: 0;
}

/*tablice*/
.blog_content table {
    border-collapse: collapse;
    border: 0;
    width: 98%;
    text-align: center;
    margin-top: 15px;
}   
.blog_content table th, .blog_content table td {
    border: 1pt solid #0066b1;
    padding: 4pt;
}
.blog_content table th{font-weight:bold;color:#0066b1;}

.pretraga label {font-weight:normal;}

.jarallax .small-heading {
	position: relative;
	z-index: 201;
}
.grecaptcha-badge {z-index:3000 !important}

.jarallax.black-overlay-70 {
    z-index:200 !important;
}


/******desktop cls na naslovnoj****/


   @media screen and (max-width: 1000px) {
		        .nav-menus-wrapper {display:none;}
	   .nav-menus-wrapper.nav-menus-wrapper-open {display:block;}
		  	    
    }


#top-bar .langs {float:right; margin-right:15px;}
#top-bar .langs a {display:inline-block; padding: 0 15px; line-height:46px; }
@media (max-width: 767px) {
#top-bar .col-md-2 {display:none;}
#top-bar .langs {float:left; margin-right:0;}
#top-bar .langs a {padding: 0 15px 0 0; }
}

.red.red {color:red}

.hide-bg-load, .hide-bg-ready {
	background-image: none !important;
}
.dark-blue-box {
	background-color: #014A79; 
	z-index: 0;
}



.forma {padding: 30px 0; }

.labels label {line-height: 18px; padding: 15px 0; text-align: right; display: block; }

.inputs span {position: absolute; top: 0; right: 30px; line-height: 48px; }

.inputs.info_txt {padding-bottom: 20px;}

.inputs img {position: absolute; top: 1px; right: 16px;}