/*!
Theme Name: PopularFX
Theme URI: https://popularfx.com
Author: Pagelayer
Author URI: https://pagelayer.com
Description: Lightweight theme to make beautiful websites with Pagelayer. Includes 100s of pre-made templates to design your dream website !
Version: 1.2.4
License: LGPL v2.1
License URI: LICENSE
Text Domain: popularfx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, entertainment, full-width-template, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, microformats, post-formats, theme-options, blog, rtl-language-support
Tested up to: 6.0
Requires PHP: 5.5

This theme is licensed under the LGPL v2.1.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

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

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

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

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

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

body {
    font-family: 'Gilroy';
    font-weight: 800;
    font-style: normal;	
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

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

html {
	box-sizing: border-box;
}

body {
	background-color:#f5f5f5;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

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

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active{
	color:#2196f3;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header{
	background-color:#ffffff;
	border-bottom: 1px solid #eaeaea;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0% 4%;
	width: 100%;
}

.site-branding{
	display:inline-block;
	padding:10px;
	width: 30%;
}

.site-title{	
	font-size:30px;
	font-weight:500;
	color:#212121;
	margin:0px;
}

.site-title a{	
	font-weight:500;
	color:#212121;
	text-decoration:none;
	text-transform:capitalize;
}

.site-description{
	margin: 1px;
}

.main-navigation {
margin: 15px 0px;
padding: 0;
display:inline-block;
width: 68%;
vertical-align: top;
text-align: right;
}

.main-navigation .menu-item-has-children > ul{
position: absolute;
border: 1px solid #dfdfdf;
position: absolute;
top: -1000px;
}

.main-navigation ul {
min-width: 150px;
margin: 0;
padding: 0;
list-style: none;
}

.main-navigation li {
display: inline-block;
position: relative;
text-align: left;
}

.main-navigation li.focus > ul, .main-navigation li:hover > ul {
top: auto;
left: auto;
}

.main-navigation li li {
display: block;
}

.main-navigation li li.focus > ul, .main-navigation li li:hover > ul {
left: 100%;
top: 0;
}

.main-navigation a {
color: #000;
text-decoration: none;
display: block;
white-space: nowrap;
padding: 10px 15px;
}

.main-navigation a:hover, 
.main-navigation li:hover > a, 
.main-navigation .current-menu-item > a, 
.main-navigation .current-menu-ancestor > a {
color: #0072b7;
}

.main-navigation .menu-item-has-children > a::before {
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
border: 4px solid transparent;
border-top-color: currentColor;
}

.main-navigation ul .menu-item-has-children > a::before {
right: 2px;
border-top-color: transparent;
border-left-color: currentColor;
}

.main-navigation .menu-item-has-children .sub-menu{
background: #fff;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

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

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

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

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

.widget-area{
	display:inline-block;
	background-color:#ffffff;
	padding:25px;
	margin-top:30px;
	border: 1px solid #eaeaea;
	box-shadow: 0px 5px 30px 0 #0000001a;
}

.widget-title{
	font-size:20px;
	font-weight: 500;
	text-decoration: none;
	color: #4d4d4d;	
	margin: 8px 0px;
}

.widget ul,
.widget ol{
	margin-left:0px;
}

.widget li a{
	text-decoration:none;
	color:#212121;
	font-size:14px;
	line-height:1.8;
}

.widget li a:hover{
	color:#2196f3;
}

.widget_calendar table,
.widget_calendar td,
.widget_calendar th {
    padding: 0;
    text-align: center;
	border-spacing:0;
}

.widget_calendar td {
    border-right: none;
    border-left: none;
}

.widget_calendar .widget-title{
	text-transform:capitalize;
}

.widget_calendar .wp-calendar-table caption{
	margin:10px 0px;
}

.widget_calendar .wp-calendar-table tr td{
	text-decoration:none;
	border-bottom:1px solid #e0e0e0;
	padding:5px;
}

.widget_calendar .wp-calendar-table tr th{
	text-decoration:none;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	padding:5px;
}

.widget_calendar .wp-calendar-table td a{
	text-decoration:none;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

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

.post,
.page {
	margin: 0;
}

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

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

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

.site-main{
	height: auto;
	vertical-align: top;
	margin:0px auto;
	width:100%;
}

.article{
	background-color:#ffffff;
	padding:25px;
	margin:30px;
	border: 1px solid #eaeaea;
	box-shadow: 0px 5px 30px 0 #0000001a;
}

.article .cat-links,
.article .comments-link,
.article .edit-link,
.article .tags-links{
	margin:0px 0px 0px 10px;
	text-decoration:underline;
}

.article .post-thumbnail img{
	margin-top:20px;
}

.nav-links{
	margin:0px 30px;
}

.nav-links a{
	text-decoration:none;
}

.entry-title{
	margin:5px 0px;
	font-weight:500;
}

.entry-title a{
	font-weight: 500;
	text-decoration: none;
	color: #4d4d4d;
}

.entry-title a:hover, .entry-title a:focus, .entry-title a:active{
	color:#2196f3;
}

.entry-content{
	font-size:16px;
	line-height:1.8;
	margin-top:0px;
}

.site{
	background-color: transparent;
}

.site-footer{
	background-color:#171717;
	padding:40px 0px;
	text-align:center;
	margin-top:60px;
	color:#ffffff;
	clear: both;
}

.site-info a{
	color:#ffffff;
	text-decoration:none;
}

.site-info a:hover{
	color:#2196f3;
	text-decoration:none;
}

.wp-block-quote{
	margin: 10px 10px 10px 40px;
	padding: 15px 15px 15px 20px;
	border-left: 5px solid #e0e0e0;
	font-style:italic;
}

.error-404{
	background-color:#ffffff;
	padding:25px;
	margin:40px;
	border: 1px solid #eaeaea;
	box-shadow: 0px 5px 30px 0 #0000001a;
	text-align:center;
}

.error-code{
	font-size:150px;
	margin:0px;
	font-weight:500;
}

.error-404 .widget_recent_entries,
.error-404 .widget_categories,
.error-404 .widget_archive{
	width:33%;
	display:inline-block;
	vertical-align:top;
	margin-top:5%;
}

.error-404 .widget_recent_entries ul,
.error-404 .widget_categories ul{
	list-style-type:none;
	padding-left:0px;
}

.widget_recent_entries .widgettitle,
.widget_categories .widgettitle,
.widget_archive .widgettitle{
	font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #4d4d4d;
    margin: 8px 0px;
}

.widget_archive select{
    max-width: 100%;
    width: 200px;
    border-radius: 4px;
    padding: 5px 10px;
    height: 40px;
}

.error-404 .search-field{
	display: block;
    margin: 0 auto;
    width: 350px;
    padding: 10px;
    border-radius: 4px;
}

.error-404 .search-submit{
	font-size:16px;
	padding: 10px 25px;
    margin-top: 10px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area {
	margin: 0 7.6923% 3.5em;
	background-color:#ffffff;
	padding:20px 40px;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 500;
	line-height: 1.3125;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding:0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #212121;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
}

.vcard .fn a{
	color:#171717;
	text-transform:capitalize;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}

.comment-author .avatar {
	float: left;
	height: 40px;
	margin-right: 0.875em;
	position: relative;
	width: 40px;
}


.comment-metadata {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 10px;
	display:inline-block;
}

.comment-metadata a {
	text-decoration:underline;	
}

.comment-metadata a:hover,
.comment-metadata a:focus {
	
}

.comment-metadata .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content{
	font-size:16px;
	font-weight:100;
	line-height:1.8;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border-radius: 2px;
	color: #ffffff;
	background-color:#2196f3;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	padding: 10px 20px;
	text-decoration:underline;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #ffffff;
	outline: 0;
}

.comment-form {
	/*padding-top: 1.75em;*/
}

.comment-form label {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation{
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	height: 40px;
	font-size: 14px;
	overflow: hidden;
	width: 90px;
	margin-left: 10px;
	text-decoration:none;
	font-weight:400;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	
}

.comment-form-comment textarea{
	background-color:#f5f5f5;
}

.bypostauthor{
	display: block;
}

.says{
	display:none;
}

.form-submit .submit{
	background-color: #2196f3;
	color: #fff;
	font-weight: 500;
	padding: 14px 13px;
	border:none;
}


input.search-field{
	border: 1px solid #eaeaea;
	width: auto;
	font-size: 16px;
	padding: 8px;
}

input.search-submit{
	background-color: #2196f3;
	color: #fff;
	font-weight: 500;
	padding: 14px 13px;
	vertical-align: middle;	
	border:none;
	margin-top:5px;
	cursor: pointer;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

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

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	float:left;
	margin-right: 14px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


.header {
	max-width: 1180px;
	text-align: center;
    margin: auto;
}

.header_col {
	width: 33%;
	text-align: center;
	display: inline-block;
    vertical-align: top;
}

.header_logo {
	text-align: left;
}

.header_logo a {
    width: 164px;
    display: block;
    margin-top: 15px;
}

.header_logo a img {
	width: 100%;
}

.header_button {
	text-align: right;	
}

.header_button .leng_block_a {
    width: 144px;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    background: #E8EEFD;
    display: inline-block;
    color: #265DE9;
    margin-top: 14px;
    vertical-align: top;
	font-weight: 400;
}

.header_menu ul li a {
    color: #637381;
    font-weight: 500;
}

.leng_block a {
    color: #637381;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

.leng_block {
    display: inline-block;
    width: 64px;
    position: relative;
    margin-top: 20px;
}

.leng_list {
    width: 100px;
    background: #fff;
    position: absolute;
    left: 14px;
    z-index: 1;
	display: none;
}

.leng_list a {
    display: block;
    font-weight: 500;
    text-align: left;
    padding: 3px;
    padding-left: 13px;
}

.leng_block:hover .leng_list {
    display: block;
}

.footer_wrap {
    max-width: 100%;	
    background: #161C24;
}

.footer {
    max-width: 100%;
	text-align: center;
    margin: auto;
    background: #161C24;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    max-width: 1180px;
}

.footer_logo1 {
    text-align: left;	
}

.logo_f {
    margin-bottom: 30px;
    display: block;	
}

.col12 {
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
}

.footer_logo2 {
    text-align: right;	
}

.f_text {
    max-width: 480px;
    font-size: 16px;	
	margin-bottom: 30px;
}

.f_text_min {
    max-width: 480px;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 45px;
}

.leng_block_a_footer {
	background: #265DE9;
	color: #FFF;
	display: inline-block;
	text-align: center;
	width: 140px;
}

.f_text_head {
    font-size: 28px;	
}

.footer a {
    color: #fff;
    display: inline-block;
    padding-right: 20px;
}

.footer_logo_up a img {
    padding-left: 13px;

}

.f_menu {
    float: right;
    clear: both;	
}

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

.footer_hr {
    padding-top: 0px;
    padding-bottom: 0px;	
}

.leng_block_a_footer {
    background: #265DE9;
    color: #FFF;
    display: inline-block;
    text-align: center;
    width: 140px;
    padding: 8px;
    border: 0px;
    font-size: 16px;
    cursor: pointer;
}

.footer_sl {
    width: 100%;
    max-width: 100%;
    background: #265DE9;
    background-image: url(/img/f1.png);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
}

h3 {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

.footer_sl h3 {
	color: #fff;
}

.variable-width div {
	margin: 15px;
}

.variable-width1 div {
	margin: 15px;
}

.bottom_block {
    max-width: 100%;
    text-align: center;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 0px;
    font-weight: 500;
    font-size: 16px;
    max-width: 1340px;
}

.bottom_block1212 {
    max-width: 100%;
    text-align: center;
    margin: auto;
    text-align: center;
    padding-top: 85px;
    padding-bottom: 0px;
    font-weight: 500;
    font-size: 16px;
    max-width: 1340px;
}

.slider_item3 {

    padding: 10px;
    text-align: center;
    background-image: url(/img/iphone14pro.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 0;
    background-position-y: 0;
    padding-top: 65px;
    padding-bottom: 30px;
	margin: 10px !important;
	margin-bottom: 0 !important;
}

.slick-list {
	margin-bottom: 0 !important;	
}

.col1 .f_text_head {
    margin: auto;
    font-size: 40px;
    font-weight: 800;
}

.col1 .f_text {
    max-width: 1000px;
    font-size: 28px;
    margin: auto;
    margin-bottom: 60px;
}

.slider_item3_r {
    margin-top: 35px;	
}

.slider_item3_r img {
    width: 15px !important;
}

.slider_item3_r span {
    font-size: 15px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;	
}

.slider_item3_head {
    font-size: 23px;
    color: #212B36;
    font-weight: 700;	
}

.slider_item3_desc {
    font-size: 16px;
    color: #637381;	
}

.single-item-rt3 .slick-slide img {
    display: block;
    margin: auto;
	width: 56px;
}

.slick-slide {
	background-image: none;
}

.slick-slide .slider_item3_r {
	display: none;
}

.single-item-rt3 .slick-center {
	background-image: url(/img/iphone14pro.png);
}

.single-item-rt3 .slick-center .slider_item3_r {
	display: block;
}

.single-item-rt3 .slick-arrow {
	display: none !important;
}

.footer_sl {
    margin-top: -16px;	
}

.col1_arr {
    width: 100%;
    text-align: right;
    max-width: 1160px;
    margin-bottom: -81px;
	
}

.col1_arr img {
    text-align: right;
    display: inline-block;	
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.col1_arr img:hover {
    opacity: 0.5;
}

.col1_color {
    width: 100%;
    max-width: 1180px;
    background: #E7F4FD;
    border-radius: 10px;
    padding: 80px;
    margin: auto;
    margin-top: 30px;
}

.col1_color {
    width: 100%;
    max-width: 1180px;
    background: #E7F4FD;
    border-radius: 10px;
    padding: 80px;
    margin: auto;
    margin-top: 30px;
    background-image: url(/img/straight-quotes1.png);
    background-repeat: no-repeat;
    background-position-x: 40px;
    background-position-y: 40px;
    background-size: 150px;
}

.col1_color_text {
    display: inline-block;
    width: 59%;
    vertical-align: top;
    font-size: 32px;
    line-height: 38px;
    text-align: left;
}

.col1_color_img {
	display: inline-block;
	width: 35%;
	position: relative;
}

.col1_color_text {
	display: inline-block;
	width: 64%;
}

.img_name {
	background: #265DE9;
	padding: 5px;
	text-align: center;
	width: 150px;
}

.img_name_head {
	color: #fff;
	font-size: 16px;
	text-align: left;
}

.img_name_desc {
	color: #fff;
	font-size: 12px;
	text-align: left;	
}

.img_name {
    background: #265DE9;
    padding: 10px;
    text-align: center;
    width: 150px;
    border-radius: 8px;
    position: absolute;
    bottom: -26px;
    right: 20%;
}

.col1_color_img_photo {
    height: auto;
    max-width: 100%;
    display: block;
    margin: auto;	
}

.col1_arr1 {
    margin-bottom: 0px;
    margin-top: 122px;
    text-align: left;
    width: 100%;
    max-width: 1160px;	
}

.col1_arr1 img {
    text-align: right;
    display: inline-block !important;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.col1_arr1 img:hover {
    opacity: 0.5;
}

.single-item-rt4 {
    width: 100%;
    max-width: 1180px;	
	margin: auto;
}

.col13 {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px;
    min-height: 420px;
    position: relative;
}

.block13_head {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    line-height: 26px;
    margin-bottom: 24px;
}

.block13_desc {
    text-align: left;
    max-width: 85%;
    margin-bottom: 40px;
}

.block13_img {
	width: 80%;
}

.col1 {
    width: 100%;
    max-width: 1180px;
    margin: auto;
    margin-top: 30px;
}

.top_bt {
    width: 90%;
    max-width: 75%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0px;
    border-radius: 20px;
}

.block13_img1 {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.block13_img2 {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: auto;
    width: 56%;
}

.block13_img3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 73%;
}

.block12_head {
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
    margin-bottom: 35px;	
}

.block12_desc {
    font-size: 17px;
    text-align: left;
    line-height: 25px;
    margin-bottom: 41px;
}

.col1_arr1 .block12_desc {
	font-size: 16px;
    text-align: left;
    line-height: 16px;
    margin-bottom: 10px;
} 

.col1_color2 {
    padding: 80px;
    background: #D1DCFA;
    margin-top: 85px;
}

.12block_img {
    width: 100%;
    position: absolute;
    margin: auto;
    right: -10%;
    margin-top: -46px;	
}

.col12 {
    position: relative;	
}

.col13_1 {
    min-height: 270px;
    text-align: left;
}

.col13_1 .block13_img {
    width: 46px;
    position: absolute;
    left: 30px;
    top: 30px;
}

.hover-image {
            width: 40px;
            height: 40px;
            transition: all 0.3s ease;
}

.hover-image1 {
            width: 80%;
            height: auto;
            transition: all 0.3s ease;
}

.hover-image2 {
            width: 56%;
            height: auto;
            transition: all 0.3s ease;
}

.hover-image22 {
            width: 90%;
            height: auto;
            transition: all 0.3s ease;
}

.hover-image3 {
            width: 73%;
            height: auto;
            transition: all 0.3s ease;
}

.bottom_block21 {
    max-width: 100%;
    text-align: center;
    margin: auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0px;
    font-weight: 500;
    font-size: 16px;
    max-width: 1340px;
    margin-top: -50px;
}

.block13_head1 {
    margin-top: 100px;
    font-weight: 800;
}

.col1_arr12 {
	margin: auto;
    margin-bottom: 40px;
    width: 350px;
}

.col1_arr12 a {
    padding: 9px;
    background: #161C24;
    display: inline-block;
    color: #FFF;
    border-radius: 20px;
    width: 150px;
    text-align: center;
    margin-right: 15px;	
}



.act {
	background: #161C24 !important;
    color: #FFF !important;
}

.nact {
	background: #F4F6F8 !important;
    color: #CCC !important;
}

.slick-list  {
    padding: 0px 0px !important;
}

.slider_item3 {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.slider_item3_r img {
    display: inline-block;	
}

.footer_sl {
    margin-top: -16px;
}

.header_fix {
    background: #e1e1e1;
    position: fixed;
    z-index: 9;
    margin: auto;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 0px;
}

.fon_wraper_fix {
	margin-top: 85px;
}

.block14_head {
    max-width: 580px;
    font-size: 64px;
    line-height: 56px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 55px;
    margin-top: 38px;
}

.block14_desc {
    max-width: 380px;
    font-size: 21px;
    text-align: left;
    margin-bottom: 47px;
}

.col1_arr3 {
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    max-width: 580px;
}

.bottom_block_head_banner {
    max-width: 1180px;	
	margin: auto;
}

.col_head_left {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    text-align: center;	
}

.col_head_right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    text-align: center;
}

.fon_wraper {
	width: 100%;
	text-align: center;
	background-image: url(/img/gfon2.png), url(/img/gfon1.png), url(/img/gfon3.png);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: 1% 40%, top center, 99% 40%;
}

.desc {
	display: block;
}
.mob {
	display: none;
}

.col_head_left img {
	width: 100%;
}

.col_head_right img {
	width: 100%;
}

.col_head_left .col_head_wrap {
    margin-bottom: 5%;	
}

.col_head_right .col_head_wrap {
    margin-bottom: 8%;	
}

.nact {
    background: #dbdddf !important;
    color: #938f8f !important;
}





/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media all and (max-width:768px){	

	.site-header{
		padding:0px;
	}
	
	.site-branding{
		width: 75%;
	}
	
	.menu-toggle{
		display:inline-block;
		float:right;
		position: relative;
		top: 25px;
		right:20px;
	}
	
	.main-navigation{
		float:none;
		display:block;
		background-color:#fafafa;		
		padding: 0px;
		width: 100%;
	}
	
	.main-navigation ul{
		display:block;
	}
	
	.main-navigation li{
		display: block;
	}
	
	.main-navigation .menu-item-has-children:active > ul,	
	.main-navigation .menu-item-has-children:hover > ul,	
	.main-navigation .menu-item-has-children.focus > ul{
		position: relative !important;
		display: block;
		margin-left: 20px;
		border-left: 0px;
		left: unset;
	}
	
	.main-navigation .menu-item-has-children .sub-menu{
		background-color: initial;
	}
	
	.main-navigation ul .menu-item-has-children > a::before {
		right: 0px;
		top: 0px;
		transform: unset;
		content: "\25B6";
		border-top-color: transparent;
		border-left-color: currentColor;
		width: 60px;
		padding-left: 20px;
		display: block;
		height: 100%;
		padding-top: 15px;
		border: unset;
		pointer-events: none;
		z-index: 10000;
	}
	
	.hidden-mobile{
		display:none !important;
	}
	
	.menu .page_item a,
	.menu .menu-item a{
		font-size:18px;
		padding: 15px 20px;
		border-bottom: 1px solid #eaeaea;		
	}
	
	.site-main{
		width:100% !important;
		padding-left: 10px;
		padding-right: 10px;
	} 
		
	main, .pagelayer-content{
		width: 100% !important;
	}
	
	.widget-area{
		width:50%;
		float:none;
		margin:30px;
		display:block;
	}
		
	.site-footer{
		padding:40px 15px;
	}
	
	input.search-submit{
		margin-top:0px;
	}
	
	.comments-area{
		padding:25px;
		margin: 30px 15px 15px;
	}
	
	.woocommerce-MyAccount-navigation ul{
		padding-left:0px;
	}	
	
	.woocommerce-account .woocommerce-MyAccount-content{
		padding:30px 0px 0px;
	}
	
	.error-404 .widget_recent_entries,
	.error-404 .widget_categories,
	.error-404 .widget_archive{
		width:100%;
		display:inline-block;
		vertical-align:top;
	}
}

.slider_item3_r img {
		display: inline-block !important;
	}

.bottom_block_head_banner {
	position: relative;
}

#image_click {
    position: absolute;
    width: 100px;
    top: 50%;
    left: 50%;
    z-index: 8;	
    transform: translate(-50%, -50%);
    transition: top 1s ease-in-out;
}

.toast__header {
    position: relative;
    padding: 0.5rem 2.25rem 0.5rem 1rem;
    background-color: rgba(0,0,0,.03);
    border-bottom: 0px solid rgba(0,0,0,.05) !important;
}

.toast_light {
    color: #212529;
    background-color: var(--toast-theme-light);
    border-left: 5px solid #06b506 !important;
}

.toast__body {
    padding: 1rem;
    font-weight: 400  !important;
}

.toast__body {
    padding-top: 0px !important;
}

.toast_dark {
    color: #212529;
    background-color: #FFF !important;
    border-left: 5px solid #fcb900 !important;	
}

.toast_dark {
    color: #333 !important;
    background-color: var(--toast-theme-dark);
}

.wpcf7-submit {
    background: #265DE9 !important;
    color: #FFF !important;
    display: inline-block !important;
    text-align: center !important;
    width: 140px !important;
    padding: 8px !important;
    border: 0px !important;
    font-size: 16px !important;
    cursor: pointer !important;	
}

.wpcf7-form-control-wrap {
    vertical-align: top;	
}

.wpcf7-form-control-wrap .wpcf7-email {
	width: 200px;
}

.wpcf7-submit {
    width: 140px !important;
    display: inline-block !important;
    vertical-align: top;	
}

.wpcf7-spinner {
	display: block;
}

.top_bt2 {
    margin-top: 85px;
}

.col13 {
    background: #D4EBFC !important;
    border-radius: 16px;
}


.slick-slide {
    border-radius: 16px;
}

.col1_color2 {
    border-radius: 16px;
}

@media all and (max-width:599px){

.wpcf7-submit {
    margin: auto;
    display: block !important;
    margin-top: 20px;	
}

.wpcf7-email {
    margin: auto;
    display: block !important;	
}


	#image_click {
		position: absolute;
		width: 100px;
		top: 70%;
		left: 50%;
		z-index: 8;	
		transform: translate(-50%, -50%);
		transition: top 1s ease-in-out;
	}	
	
	main, .pagelayer-content{
		width: 100% !important;
	}
	
	.widget-area{
		width:auto !important;	
		float:none;
		margin:15px;
		display:block;
	}
	
	.article{
		margin: 30px 15px 15px;
	}
	
	.comments-area{
		padding:25px;
		margin: 30px 15px 15px;
	}
	
	.comment-reply-title small a{
		display:block;
		margin-top:5px;
		margin-left:0px;
	}
	
	.site-footer{
		padding:40px 15px;
	}
	
	input.search-submit{
		margin-top:0px;
	}	
	
	.error-404{
		margin:20px;
	}

	.error-code{
		font-size:100px;
	}
	
	.error-404 .search-field{
		width:100%;
	}
	
	.col12 {
		display: inline-block;
		vertical-align: top;
		width: 90%;
	}
	
	.f_text_min {
		max-width: 480px;
		font-size: 14px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	
	.f_menu {
		float: left;
		clear: both;
	}
	
	.footer {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.f_leng {
		display: none;
	}
	
	.footer a {
		color: #fff;
		display: inline-block;
		padding-right: 0px;
	}
	
	.footer_logo1 {
		text-align: center;
		width: 90%;
	}
	
	.go_up {
		display: block;
		margin-top: 0px;
		margin-bottom: 100px;
	}
	
	.header_col {
		width: 90%;
		text-align: center;
		display: block;
		vertical-align: top;
		margin: auto;
		margin-top: 29px;
	}
	
	.f_menu {
		float: left;
		clear: both;
		width: 100%;
	}
	
	.f_menu form {
	    width: 100%;	
	}
	
	.f_menu form input {
	    display: inline-block;
		width: 62%;
		vertical-align: top;	
	}
	
	.f_menu form button {
	    display: inline-block;
		width: 33%;
		vertical-align: top;
		font-size: 12px;
		padding: 10px;	
	}
	
	.f_text_min {
	    text-align: left;
		width: 100%;
		display: block;
		padding-left: 4%;	
	}
	
	.f_menu_mob a {
	    color: #fff;
		display: inline-block;
		padding-right: 0px;
		width: 32%;
		font-size: 12px;
		text-align: center !important;	
	}
	
	.footer_hr {
	    padding-top: 0px;
		padding-bottom: 0px;	
	}
	
	.f_text_head {
		font-size: 24px;
		margin-top: 36px;
	}
	
	.footer_sl {
	    padding-top: 20px;	
	}
	
	.footer_sl h3 {
		color: #fff;
		font-size: 28px;
		line-height: 29px;
	}
	
	.variable-width1 div {
		margin: 8px;
	}
	
	.variable-width div {
		margin: 8px;
	}
	
	.slider_item3 {
		max-width: 90%;
	}
	
	.col1 {
		width: 90%;
	}
	
	.col1 .f_text_head {
		margin: auto;
		font-size: 28px;
		font-weight: 800;
		line-height: 28px;
	}
	
	.col1 .f_text {
		max-width: 1000px;
		font-size: 16px;
		margin: auto;
		margin-top: 13px;
		margin-bottom: 60px;
	}
	
	.col1_arr {
		width: 100%;
		text-align: center;
		max-width: 1160px;
		margin-bottom: 0px;
	}
	
	.slider_item3_r img {
	    display: inline-block;	
	}
	
	.single-item-rt3 {
	    width: 90%;
		margin: auto;	
	}
	
	.slider_item3 {
		max-width: 250px;
		width: 90%;
	}
	
	.single-item-rt3 .slick-center {
		background-image: url(/img/iphone14pro.png);
		background-size: contain;
	}
	
	.slider_item3_head {
		font-size: 21px;
		color: #212B36;
		font-weight: 700;
	}
	
	.slider_item3_desc {
		font-size: 14px;
		color: #637381;
	}
	
	.slider_item3 {
		padding-bottom: 20px;
	}
	
	.col1_color_img {
		display: block;
		width: 100%;
		position: relative;
	}
	
	.col1_color_text {
		display: block;
		width: 90%;
		font-size: 24px;
		line-height: 30px;
		font-weight: 600;
		margin: auto;
		padding-left: 5%;
		text-align: center;
	}
	
	.col1_color {
		width: 100%;
		padding: 0px;
		padding-bottom: 20px;
		background: #E7F4FD;
		border-radius: 10px;
		
		margin: auto;
		margin-top: 30px;
	}
	
	.col1_arr1 {
		margin-bottom: 0px;
		margin-top: 30px;
		text-align: center;
		width: 100%;
		max-width: 1160px;
		margin-bottom: 30px;
	}
	
	.img_name_desc {
		color: #fff;
		font-size: 12px;
		text-align: center;
	}
	
	.img_name_head {
		color: #fff;
		font-size: 12px;
		text-align: center;
	}
	
	.img_name {
		background: #265DE9;
		padding: 10px;
		text-align: center;
		width: 146px;
		border-radius: 8px;
		position: absolute;
		bottom: -11px;
		right: 16%;
	}
	
	.header_col {
		width: 48%;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		margin: auto;
		margin-top: 29px;
	}
	
	.header_col {
		width: 48%;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		margin: auto;
		margin-top: 29px;
	}
	
	.leng_block {
		display: inline-block;
		width: 53px;
		position: relative;
		margin-top: 20px;
	}

	.block14_desc {
		max-width: 580px;
		font-size: 18px;
		text-align: left;
		margin-bottom: 13px;
	}
	
	.top_bt {
		width: 90%;
		max-width: 90%;
		padding-top: 15px;
		padding-bottom: 15px;
		display: block;
		margin: auto;
		margin-top: 35px;
		margin-bottom: 39px;
	}
	
	.col_head_right {
		display: inline-block;
		width: 54%;
		vertical-align: top;
		text-align: center;
	}

	.col_head_left {
		display: inline-block;
		width: 44%;
		vertical-align: top;
		text-align: center;
	}
	
	.col_head_right img {
	    padding: 5px;	
	}
	
	.col_head_left img {
	    padding: 5px;	
	}
	
	.block14_head {
		max-width: 580px;
		font-size: 32px;
		line-height: 35px;
		text-align: left;
		font-weight: 600;
		margin-bottom: 24px;
	}
	
	.header_logo a {
		width: 126px;
		display: block;
		margin-top: 15px;
	}
	
	.main-navigation {
		display: none;
	}
	
	.header_button {
		width: 49%;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		margin: auto;
		margin-top: 29px;
	}
	
	.header_logo {
		width: 42%;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		margin: auto;
		margin-top: 29px;
	}
	
	.header_button .leng_block_a {
		width: 121px;
		text-align: center;
		font-size: 16px;
		padding: 5px;
		background: #161C24;
		display: inline-block;
		color: #FFF;
		margin-top: 14px;
		vertical-align: top;
		border-radius: 3px;
	}
	
	.leng_block a {
		color: #637381;
		display: inline-block;
		font-size: 16px;
		font-weight: 500;
		margin-top: -1px;
	}

	.col13 {
		width: 90%;
		display: inline-block;
		vertical-align: top;
		margin-left: 15px;
		margin-right: 15px;
		padding: 10px;
		min-height: 360px;
		position: relative;
		margin-top: 20px;
	}
	
	.block13_desc {
		text-align: left;
		max-width: 100%;
		margin-bottom: 40px;
		font-size: 14px;
	}
	
	.block13_head {
		font-size: 21px;
		font-weight: 700;
		text-align: left;
		line-height: 26px;
		margin-bottom: 24px;
	}
	
	.col1_color2 {
		padding: 10px;
		background: #D1DCFA;
		margin-top: 30px;
		padding-top: 24px;
	}
	
	.block12_desc {
		font-size: 14px;
		text-align: left;
		line-height: 19px;
		margin-bottom: 34px;
	}
	
	.block12_head {
		font-size: 21px;
		font-weight: 700;
		text-align: left;
		line-height: 22px;
		margin-bottom: 22px;
	}
	.desc {
		display: none;
	}
	.mob {
		display: block;
	}
	.col13_1 {
	    width: 90%;
		display: inline-block;
		vertical-align: top;
		margin-left: 15px;
		margin-right: 15px;
		padding: 10px;
		min-height: 209px;
		position: relative;	
	}
	
	.col1_arr12 a {
		padding: 9px;
		background: #161C24;
		display: inline-block;
		color: #FFF;
		border-radius: 20px;
		width: 100px;
		text-align: center;
		margin-right: 15px;
		font-size: 12px;
	}
	.slider_item3_r img {
		display: inline-block !important;
	}
	
	.slider_item3_desc {
		font-size: 14px;
		color: #637381;
		line-height: 15px;
	}
	.leng_list {
		width: 100px;
		background: #fff;
		position: absolute;
		left: -57px;
		z-index: 1;
		background: #f7e3e3;
		display: none;
	}
	.leng_block a {
		color: #637381;
		display: block;
		font-size: 15px;
		line-height: 24px;
		font-weight: 500;
		margin-top: -1px;
	}
	.bottom_block2 {
		padding-top: 0px;	
	}
	.col13_1 {
		width: 90%;
		display: inline-block;
		vertical-align: top;
		margin-left: 15px;
		margin-right: 15px;
		padding: 10px;
		min-height: 188px;
		position: relative;
	}
	.block13_head1 {
		margin-top: 41px;
		font-size: 22px;
		font-weight: 600;
	}
	.col1 .f_text_head {
		margin: auto;
		font-size: 28px;
		font-weight: 600;
		line-height: 28px;
	}
	.block13_head {
		font-size: 21px;
		font-weight: 700;
		text-align: left;
		line-height: 26px;
		margin-bottom: 18px;
	}
	.col13 {
		width: 90%;
		display: inline-block;
		vertical-align: top;
		margin-left: 15px;
		margin-right: 15px;
		padding: 10px;
		min-height: 334px;
		position: relative;
		margin-top: 20px;
	}
	.col1_color2 {
		padding: 10px;
		background: #D1DCFA;
		margin-top: 30px;
		padding-top: 24px;
		border-radius: 30px;
	}
	.col1 .f_text {
		max-width: 1000px;
		font-size: 16px;
		margin: auto;
		margin-top: 13px;
		margin-bottom: 37px;
	}
	.footer_sl {
		width: 100%;
		max-width: 100%;
		background: #265DE9;
		background-image: url(/img/f1.png);
		background-repeat: no-repeat;
		background-position-x: 0;
		background-position-y: 0;
		background-size: 56%;
	}
	.footer_logo {
		width: 90%;
	}
	.col13_1 {
		width: 90%;
		display: inline-block;
		vertical-align: top;
		margin-left: 15px;
		margin-right: 15px;
		padding: 10px;
		min-height: 188px;
		position: relative;
	}
	.header_logo {
		margin-top: 5px;
		margin-bottom: 11px;
	}
	.header_button {
		margin: auto;
		margin-top: 5px;
	}
	.col13_1 .block13_img {
		width: 60px;
		height: 60px;
		position: static;
		left: 30px;
		top: 30px;
	}
	
.bottom_block {
    padding-top: 10px;
}

	
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	