/*
Theme Name: Syko 
Theme URI: https://zthemeit.top/syko/
Description: syko - IT & Cyber Security WordPress Theme
Author: ZthemeIT
Author URI: https://www.templatemonster.com/authors/zthemeit/
Version: 1.0.0
Tags: custom-menu, editor-style, featured-images
Text Domain: syko
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
-------------------------------------------------------------------------------------
CSS index
======================================================================================
* THEME DEFULT CSS
* SECTION TITLE
* SLIDER BUTTON STYLE
* WIDGET  CSS
* HEADING TOP AREA CSS
* HEADING NAV AREA CSS
* SLIDER CSS
* ABOUT SECTION CSS
* SERCIVE CSS
* PROGRESS CSS
* TEAM CSS
* COUNTER AREA CSS
* PRICING AREA CSS
* BRAND AREA CSS
* TESTIMONIAL AREA CSS
* PORTFOLIO AREA CSS
* BLOG AREA CSS
* BLOG DETAILS AREA CSS
* choose AREA CSS
* COMMENT AREA CSS
* PAGINATION AREA CSS
* BREADCRUMB AREA CSS
* 404 AREA CSS
* FOOTER TOP AREA CSS
* FOOTER TOP 2 AREA CSS
* FOOTER MIDDLE AREA CSS
* FOOTER BOTTOM AREA CSS
* SCROLL TOP CSS
* RESPONSIVE CSS
============================================================================================= */
/*----------------------------------------
  Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/


html,
body {
  overflow-x: hidden;
}
img {
	max-width: 100%;
}
/* end box layout */
.fix {
	overflow: hidden;
}
.clear_both {
	clear: both;
}

/* Heading */

h1 {
	font-size: 70px;
}
h2 {
	font-size: 50px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

/* Breadcumb Section */
.breadcumb__inner ul li {
    display: inline;
    margin-right: 15px;
    font-size: 20px;
}
.breadcumb__inner ul li a {
    display: inline-block;
    font-size: 20px;
}
.breadcumb__title h2 {
    font-size: 48px;
    margin-bottom: 20px;
}
/* 404 Page */
.not-found-inner {
    font-size: 30px;
}
.error__link{
	margin-top: 20px;
	font-size: 16px;
}
/* Blog  */
.syko-blog-list-area, .syko-blog-grid-area, .single-blog-details {
  padding: 100px 0;
}
.syko-blog-meta.txp-meta {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(27,43,43,0.10196078431372549);
    margin-bottom: 20px;
}
.blog-title {
    margin-bottom: 25px;
}
.syko-single-blog-details h2 {
    line-height: 1.3;
    font-size: 30px;
    margin-top: 10px;
}
.syko-blog-meta-left span {
    margin-right: 15px;
}
.syko-blog-meta-left a {
    margin-right: 15px;
    text-transform: capitalize;
}
.syko-single-icon-inner a i {
    display: inline-block;
    line-height: 34px;
}
/* Comment Css */
.comment_forms label {
    color: #000;
    font-size: 18px;
}
.form-control {
    height: 54px;
    background-color: #fff;
    border-color: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 6px 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    margin-bottom: 20px;
    color: var(--theme-color);
    border: 1px solid #DBDCDD;
}
.comments-area textarea.form-control {
    height: 140px !important;
    padding-top: 20px;
}
.comments-area textarea::placeholder{
    font-size: 16px;
}
.comments-area textarea:focus{
    border: 1px solid var(--theme-color);
    outline: 0;
    box-shadow: none;
}
.comment-button::before, .comment-button::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    inset-inline-start: 0px;
    width: 50%;
    height: 100%;
    border-radius: inherit;
    background-color: #000;
    transition: .5s;
    z-index: -1;
    border-radius: 0;
}
.comment-button::after {
    inset-inline-start: unset;
    inset-inline-end: 0px;
}
.comment-button:hover {
    color: #fff;
    background-color: var(--theme-color);
}
.comment-button:hover::before, .comment-button:hover::after {
    width: 0%;
}
.comment-button {
    padding: 12px 28px;
    background-color: var(--theme-color);
    color: #fff;
    display: inline-block;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
}
.commment_title {
    border-top: 1px solid rgba(27,43,43,0.10196078431372549);
    padding-top: 20px;
    margin-top: 20px;
}
span.eael-simple-menu-toggle-text {
    display: none;
}