/*
Template: yogik  - yogik Landing Page WordPress Theme
Author: iqonicthemes.in
Version: 1.0
Design and Developed by: iqonicthemes.in

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!
*/

/*================================================
[  Table of contents  ]
================================================

:: Google Font
:: General
:: Clearing floats
:: Back to Top
:: Loader
:: WordPress Core
:: Background Overlay Color
:: Buttons
:: Section Title
:: Scrollme Title
:: Header
:: Navigation
:: counter
:: Who is Sofbox ?
:: Progress Bar
:: list Style
:: Loved By Our Customers
:: Future Services
:: Team
:: Subscribe Now
:: Footer
:: Clients
:: CONTACT US
:: Breadcrumb
:: Blog - SideBar
:: Latest Blog Post
:: Blog Page Comments
:: OWL Carousel
:: 404 Page
:: Frequently Asked Questions
:: Login Page
:: woocommerce
:: Product
:: woocommerce Pagination
:: Tab products
:: Cart
:: Related products
:: My Account
:: Portfolio



/*---------------------------------------------------------------------
                              General
-----------------------------------------------------------------------*/
*::-moz-selection { background: #f94642; color: #fff; text-shadow: none; }
::-moz-selection { background: #f94642; color: #fff; text-shadow: none; }
::selection { background: #f94642; color: #fff; text-shadow: none; }
html, body { overflow: inherit !important; }
body { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: normal; line-height: 2; color: #686868; overflow-x: hidden; }
a, .button { transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; color: #1d1f2e; }
a:focus { text-decoration: none !important; }
a, .button, input { outline: medium none !important; color: #1d1f2e; }
h1, h2, h3, h4, h5, h6 { font-family: 'Merriweather', serif; color: #1d1f2e; margin: 0; -ms-word-wrap: break-word; word-wrap: break-word; line-height: 1.5; font-weight: bold; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 3.052em; }
h2 { font-size: 2.441em; }
h3 { font-size: 1.953em; }
h4 { font-size: 1.499em; }
h5 { font-size: 1.200em; }
h6 { font-size: 1em; }
.container { max-width: 1300px !important; }
.textgyreadventor { font-family: 'Lato', sans-serif !important; }
.bluetext { color: #1d1f2e; }

/* HTML Tags */
a { color: #f94642; outline: none; }
a:focus, a:hover { color: #1d1f2e; outline: none; }
ins { background: #fff9c0; text-decoration: none; }
img { max-width: 100%; height: auto; }
pre { background: #eaeaea; padding: 15px; border: 1px solid #eaeaea; }
hr { margin: 0; padding: 0px; border-bottom: 1px solid #e0e0e0; border-top: 0px; }
blockquote { padding: 15px 30px; border: 1px solid #f2f2f2; border-radius: 5px; border-left: 5px solid #1d1f2e; margin-bottom: 30px; }
blockquote cite { font-family: 'Poppins', sans-serif; font-weight: bold; color: #1d1f2e; }
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child { margin-bottom: 0; }
blockquote .blockquote-footer { font-style: italic; color: #6c757d; font-size: 14px; margin-top: 10px; }
blockquote .blockquote-footer cite { color: #1d1f2e; }
blockquote span.text-right { text-align: right; display: block; color: #1d1f2e; }
p { margin-bottom: 30px; }

/* Lists (Nested) */
ol, ul { padding-left: 25px; margin-bottom: 1em; }
ol li { list-style: decimal; }
ol ol { padding-left: 25px; }
ul li { list-style: inherit; }

/* Definition Lists */
dl dd { margin-bottom: 15px; }
dl dd:last-child { margin-bottom: 0px; }

/* Table */
table { border: 1px solid #eaeaea; width: 100%; margin-bottom: 20px; }
table td, table th { border: 1px solid #eaeaea; padding: 5px 8px; text-align: center; }

/* Form */
label { color: #1d1f2e; margin-bottom: 0; }
input, input[type=text], input[type=email], input[type=search], input[type=password], textarea { width: 100%; float: left; padding: 0 15px; height: 56px; line-height: 48px; border: 1px solid #eaeaea; color: #1d1f2e; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
select { border: 2px solid #1d1f2e; background: #ffffff; line-height: 48px; height: 48px; padding: 0 10px; width: 100%; color: #1d1f2e; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
textarea { padding: 0 15px; height: 150px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
input:focus, input[type=text]:focus, input[type=email]:focus, input[type=search]:focus, input[type=password]:focus, textarea:focus, select:focus { border-color: #1d1f2e; box-shadow: none; outline: none; }
input::-webkit-input-placeholder { color: inherit; }
input::-moz-placeholder { color: inherit; }
input:-ms-input-placeholder { color: inherit; }
textarea::-webkit-input-placeholder { color: inherit; }
textarea::-moz-placeholder { color: inherit; }
textarea:-ms-input-placeholder { color: inherit; }
input[type=email]::-webkit-input-placeholder { color: inherit; }
input[type=email]::-moz-placeholder { color: inherit; }
input[type=email]:-ms-input-placeholder { color: inherit; }
input[type=submit], .contact-form .cfield input[type=submit], [type=submit], .iq-button { color: #1d1f2e; background: transparent; cursor: pointer; margin-bottom: 0; text-decoration: none; height: auto; padding: 10px 30px; font-size: 1em; line-height: 2; border: none; position: relative; display: inline-block; width: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; cursor: pointer; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; border: 2px solid #1d1f2e; }
input[type=submit]:hover, .contact-form .cfield input[type=submit]:hover, .iq-button:hover, .iq-button:focus { color: #ffffff; background: #1d1f2e; outline: none; text-decoration: none; border-color: #1d1f2e; }
input[type=checkbox] { width: auto; margin-right: 10px; line-height: 2; height: 32px; }
.comments-area blockquote { background: #ffffff; }
.comments-area table td, .comments-area table th { border: 1px solid #1d1f2e; }
.wp-block-button__link { padding: 10px 30px; font-size: 16px; }
.error { color: #ff0000 !important; }
div.wpcf7-response-output { display: none; }
.wpcf7-form .cfield .wpcf7-not-valid { border: 1px solid #f00; }
.site-content { display: inline-block; width: 100%; float: left; }
.vc_parallax { overflow: hidden !important; }
.iq-button.iq-btn-link, .iq-button.iq-btn-outline { background: transparent; }
.iq-btn-link { color: #1d1f2e; }
.iq-button.iq-btn-link:hover, .iq-btn-link:hover { color: #1d1f2e; }
.iq-button.iq-btn-outline:hover { background: #1d1f2e; color: #ffffff; }
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, .wpcf7-not-valid-tip ,div.wpcf7-response-output{ display: none !important; }

.contact-form .cfield .wpcf7-not-valid { border: 1px solid #f00; }
/*---------------------------------------------------------------------
                          Clearing floats
-----------------------------------------------------------------------*/
.home.blog .content-area .site-main { padding: 130px 0; }
.content-area .site-main { padding: 130px 0; display: inline-block; width: 100%; float: left; overflow: hidden; }
.home .content-area .site-main { padding: 0; }
.no-padding { padding: 0px !important; }
.no-margin { margin: 0px !important; }

/*---------------------------------------------------------------------
                          Clearing floats
-----------------------------------------------------------------------*/
.clear:after, .wrapper:after, .format-status .entry-header:after { clear: both; }
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after { display: table; content: ""; }

/*---------------------------------------------------------------------
                          Dummy data
-----------------------------------------------------------------------*/

/*WordPress Core*/
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 15px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #eaeaea; clear: both; max-width: 96%; padding: 5px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
.wp-block-audio figcaption, .wp-block-video figcaption, .wp-block-image figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption { font-size: 14px; line-height: 1.6; margin: 0; padding: 0.5rem; text-align: center; }
.wp-block-button { margin-bottom: 30px; }
.wp-block-button__link, .wp-block-file a.wp-block-file__button { color: #ffffff; background: #1d1f2e; }
.wp-block-button__link:hover, .wp-block-file a.wp-block-file__button:hover { background: #1d1f2e; }
.is-style-outline .wp-block-button__link { border-color: #1d1f2e; color: #1d1f2e; }
.is-style-outline .wp-block-button__link:hover { border-color: #1d1f2e; color: #1d1f2e !important; background: transparent; }
.wp-block-cover.has-background-dim { color: #ffffff; }
.wp-block-search .wp-block-search__input { width: auto; }
.iq-blog-box .iq-blog-meta ul li i{transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;}
ul.iq-postdate  li:hover i ,.iq-blog-box .iq-blog-meta ul li:hover i,.iq-blog-box .iq-blog-meta ul li:hover a{color: #1d1f2e; }
.iq-blog-box .iq-blog-meta ul li a{text-decoration: none;}
.iq-blog-box .iq-blog-detail p.wp-block-cover-text { margin-bottom: 0; }
.wp-block-cover { margin-bottom: 30px; }
.wp-block-gallery.columns-2.alignleft { float: inherit; }

/* Text meant only for screen readers */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; white-space: nowrap; height: 0px; width: 1px; overflow: hidden; }
.screen-reader-text:focus { background-color: #eaeaea; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

/*breadcrumb*/
.iq-breadcrumb { padding: 150px 0 100px; background: #1d1f2e; }
.iq-breadcrumb .title, .iq-breadcrumb-one .title { font-size: 50px; color: #ffffff; }
.iq-breadcrumb nav { display: inline-block; margin-top: 0; }
.breadcrumb-item+.breadcrumb-item::before { padding-right: 1rem; }
.iq-breadcrumb.text-left .breadcrumb { z-index: 86; text-align: left; position: relative; color: #fff; margin-bottom: 0; display: inline-block; width: 100%; padding: 10px 0; background: none; }
.iq-breadcrumb.text-left .breadcrumb li { display: inline-block; word-break: break-all; }
.iq-breadcrumb.text-left .breadcrumb li a i { font-size: 18px; margin-right: 6px; }
.iq-breadcrumb.text-left .breadcrumb li, .iq-breadcrumb.text-left .breadcrumb li a:hover { color: #ffffff; text-decoration: none; }
.iq-breadcrumb.text-left .breadcrumb li a, .iq-breadcrumb.text-left .breadcrumb-item+.breadcrumb-item::before { color: #ffffff; margin-bottom: 0; }
.breadcrumb li { display: inline-block; word-break: break-all; }
.iq-breadcrumb-two { padding: 45px 0; position: relative; z-index: 2; }
.iq-breadcrumb-one { display: block; padding: 150px 0 100px; z-index: 9; position: relative; background: #1d1f2e; }
.iq-breadcrumb-one ol li a { color: #ffffff; text-decoration: none; }
.iq-breadcrumb-one ol li { list-style: none; display: inline-block; }
.iq-breadcrumb-one .breadcrumb-item+.breadcrumb-item::before { content: "\f3d3"; color: #ffffff; font-family: "Ionicons"; }
.iq-breadcrumb-one .breadcrumb { position: relative; display: inline-block; }
.iq-breadcrumb-one .breadcrumb-item.active, .iq-breadcrumb-one ol li a:hover { color: #ffffff; position: relative; }
.iq-breadcrumb-one ol { background: transparent; padding: 0; margin-bottom: 0; margin-top: 15px; }
.iq-breadcrumb-two .breadcrumb { display: inline-block; }
.iq-breadcrumb-two ol li { display: inline-block; }
.iq-breadcrumb-three .breadcrumb { margin-top: 0; }
.iq-breadcrumb-three .iq-breadcrumb-one { padding: 0; }
.iq-breadcrumb-three { padding: 45px 0; }
.breadcrumb-bg, .breadcrumb-video, .video-iq-bg-over { position: relative; overflow: hidden; }
.breadcrumb-bg video, .breadcrumb-bg #video-background, .breadcrumb-video video, .video-iq-bg-over video, .video-breadcrumb-bg #video-background, .video-iq-bg-over  #video-background { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: inline-block; width: 100%; }
.breadcrumb-bg.iq-over-dark-80:before, .breadcrumb-ui:before { z-index: 0; }
body.page-id-2767 .iq-breadcrumb-one { display: none; }
body.page-id-2767 .content-area .site-main { padding: 0; }
body.page-id-2932 .iq-breadcrumb-one { display: none; }
body.page-id-2932 .content-area .site-main { padding: 0; }

/*Blog*/

/*Sticky Post*/
.sticky .iq-blog-box { background: #f2f5fe; }
.owl-carousel .iq-blog-box:hover{box-shadow: none;}
.owl-carousel .iq-blog-box { margin: 0px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }

/*latest Blog*/
.iq-blog-box { position: relative; overflow: hidden; margin-bottom: 45px; border: 1px solid #f2f4ff; border-radius: 10px; background: #ffffff; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.iq-blog-box:hover .blog-title a .iq-blog-title, .iq-blog-box:hover .iq-btn-link, .iq-blog-box .blog-title a:hover .iq-blog-title { color: #f94642 }
.iq-blog-box:hover { -webkit-box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.04); -moz-box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.04); box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.04); }
.iq-blog-box .iq-blog-image { position: relative; text-align: center; display: inline-block; float: left; width: 100%; }
.iq-blog-box .iq-blog-image img { background: #f2f5fe; }
.blog-date { background: #ffffff; border-radius: 90px; padding: 5px 10px; color: #1d1f2e; text-align: center; position: absolute; top: 15px; left: 15px; }
.blog-date .day { color: #1d1f2e; font-weight: bold; line-height: normal; }
.blog-date .month { line-height: normal; float: left; }
.iq-blog-box .blog-title { margin: 0 0 5px 0; }
.iq-blog-title:hover{ color: #f94642; }
.iq-blog-box .blog-title a .iq-blog-title { color: #1d1f2e;  text-decoration: none; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.iq-blog-box .blog-title a:hover .iq-blog-title, .iq-blog-box .blog-title a:hover { color: #f94642; text-decoration: none; }
.iq-blog-box .iq-blog-detail { padding: 30px; display: inline-block; float: left; width: 100%; }
.iq-blog-box .iq-blog-detail a.iq-btn-link i { vertical-align: middle; line-height: normal; }
.iq-blog-box .iq-blog-meta { width: 100%; clear: both; display: block; float: left; margin-bottom: 10px; }
.iq-blog-box .iq-blog-meta ul.iq-postdate { float: left; padding: 0; }
.iq-blog-box .iq-blog-meta ul.list-inline li a { text-decoration: none; color: #1d1f2e; }
.iq-blog-box .iq-blog-meta  ul.list-inline li a:hover { text-decoration: none; color: #1d1f2e; }
.iq-blog-box .iq-blog-meta ul li a i, .iq-blog-box  .iq-blog-meta ul li i { color: #f94642; }
.yogik-space-bottom .iq-blog-box .iq-blog-detail { padding:30px; }
.owl-carousel .iq-blog-box .iq-blog-detail { padding: 30px; display: inline-block; float: left; width: 100%; }
.iq-blog-box   .iq-blog-meta ul { font-size: 14px; text-align: left; margin-bottom: 0; }
.sticky .iq-blog-box .iq-blog-meta ul { border-color: #ffffff; }
.iq-blog-box  .iq-blog-detail p { margin-bottom: 15px; }
.iq-blog-box .iq-blogtag { margin: 0 0 0 15px; padding: 0; display: inline-block; width: 100%; position: absolute; bottom: -15px; left: 10px; }
.iq-blog-box .iq-blogtag li { list-style: none; float: left; margin-right: 5px; }
.iq-blog-box .iq-blogtag li a { background: #1d1f2e; color: #ffffff; padding: 5px 10px;  border-radius: 5px; font-size: 14px; }
.iq-blog-box .iq-blogtag li a:hover { text-decoration: none; background: #f94642; color: #ffffff; }
.iq-blog-box .iq-blogtag li:hover, .iq-blog-box:hover .iq-blogtag li { -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.has-post-thumbnail .iq-blog-box .iq-blog-detail { padding:30px; display: inline-block; float: left; width: 100%; }
.has-post-thumbnail .iq-blog-box .iq-blogtag { margin: 0 0 0 15px; }
.iq-blog-box .iq-blog-detail blockquote p { margin-bottom: 0; }
.iq-blog-box .iq-blog-detail .blockquote { margin-top: 0; }
.blog-content .wp-audio-shortcode { margin-bottom: 15px; }
.post-password-form input { float: none; }
embed, iframe, object { max-width: 100%; width: 100%; }
.blog  .pagination { margin-top: 30px; }
.iq-blog-detail .blog-content .wp-block-archives, .iq-blog-detail .blog-content .wp-block-categories, .iq-blog-detail .blog-content .wp-block-latest-posts { margin: 0  0 30px; padding: 0; }
.iq-blog-detail .blog-content .wp-block-archives li, .iq-blog-detail .blog-content .wp-block-categories li, .iq-blog-detail .blog-content .wp-block-latest-posts  li { list-style-type: none; }
.blog-content .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated { padding: 0; }
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment, .wp-block-latest-comments__comment { display: inline-block; width: 100%; }
.wp-block-table.is-style-stripes td { border-color: #eaeaea; }
.wp-block-table td, .wp-block-table th { text-align: left; }
.wp-block-latest-posts.is-grid.has-dates { margin: 0; }
.blog-content { display: inline-block; width: 100%; }

/* Blog Page Link */
.page-links { margin: 15px 0 10px;  clear: both; }
.iq-blog-detail .blog-content .page-links > span.page-number, .page-links > span.page-number { background: #1d1f2e; color: #ffffff; }
article.hentry .iq-blog-detail .blog-content .page-links a:hover { color: #fff; }

/* Gallery */
.gallery-size-thumbnail .gallery-item { margin-right: 2%; width: 18.4%; margin-bottom: 2%; display: inline-block; vertical-align: top; }
.gallery-item .gallery-caption { font-size: 14px; line-height: 22px; }
.gallery-size-thumbnail .gallery-item img { margin-bottom: 10px; }
.gallery-columns-1 .gallery-item { width: 100%; margin-right: 0px; }
.gallery-columns-2 .gallery-item { width: 48%; }
.gallery-columns-3 .gallery-item { width: 31.3%; }
.gallery-columns-4 .gallery-item { width: 23%; }
.gallery-columns-5 .gallery-item { width: 18%; }
.gallery-columns-6 .gallery-item { width: 14.6%; }
.gallery-columns-7 .gallery-item { width: 12.2%; }
.gallery-columns-8 .gallery-item { width: 10.5%; }
.gallery-columns-9 .gallery-item { width: 9.1%; }
.gallery.gallery-size-thumbnail { display: inline-block; width: 100%; }

/* Audio */
article:after { display: block; clear: both; content: ""; }
article.hentry.format-audio .iq-blog-image { text-align: left; }
article.hentry.format-audio .iq-blog-image p:nth-child(-n+2) { display: inline-block; margin-bottom: 0; padding-top: 30px; }
article.hentry.format-audio .iq-blog-image p { margin-bottom: 0; padding-left: 30px; }
article.hentry.format-video .iq-blog-image p { margin-bottom: 0; }

/*pagination-nav*/
.page-numbers { display: -ms-flexbox; display: flex; padding-left: 0; list-style: none; padding: 0; margin: 0; }
.page-numbers li .page-numbers, .page-links a, .page-links .post-page-numbers.current ,.iq-blog-detail .blog-content .page-links a, .page-links > span.page-number, .page-links a { position: relative; display: inline-block; padding: 0px 15px; height: 45px; width: 45px; text-align: center; line-height: 45px; margin: 0 5px; color: #1d1f2e; background-color: #fff; border: 1px solid #eaeaea; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.page-numbers li .page-numbers:hover, .page-links a:hover ,.iq-blog-detail .blog-content .page-links a:hover { z-index: 2; color: #ffffff; text-decoration: none; background-color: #f94642; border-color: #f94642; }
.page-numbers li .page-numbers:focus { z-index: 2; outline: 0; box-shadow: none; }
.page-numbers li .page-numbers:not(:disabled):not(.disabled) { cursor: pointer }
.page-numbers li .page-numbers.current, .page-links .post-page-numbers.current { z-index: 1; color: #fff; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; background: #f94642; border-color: #f94642; }
.page-numbers li .next.page-numbers, .page-numbers li .prev.page-numbers { width: auto; }
.page-links .post-page-numbers.current { }

/* Comments Box */
.comments-area, .comment-respond { margin-top: 30px; }
.comment-respond .comment-form-cookies-consent { clear: both; }
.comments-area .comments-title, .comment-respond .comment-reply-title { font-size: 24px; margin: 0 0 0; position: relative; padding-bottom: 0; }
.comment-respond .comment-reply-title  a { font-weight: 600; color: #1d1f2e; font-size: 80%; }
.comment-respond .comment-reply-title  a:hover { color: #1d1f2e; text-decoration: none; }
.commentlist { margin: 15px 0 0; padding: 0; list-style: none; }
.commentlist .comment { margin-top: 30px; margin-bottom: 0; vertical-align: top; padding: 0; list-style: none; }
ol.commentlist .pingback, ol.commentlist .trackback { margin-left: 25px; }
ol.commentlist .pingback a, ol.commentlist .trackback a { color: #1d1f2e; }
ol.commentlist .pingback a:hover, ol.commentlist .trackback a:hover { color: #1d1f2e; }
.commentlist li .comment-respond { margin-top: 30px; }
.commentlist .iq-comments-media { padding: 30px; border-radius: 10px; border: 1px solid #eaeaea; position: relative; background: #ffffff; }
.commentlist ol.children { padding-left: 60px; }
.commentlist .iq-comment-wrap { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; }
.commentlist .iq-comments-photo { padding-right: 15px; }
.commentlist .iq-comments-photo img { width: 80px; height: auto; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; }
.commentlist .iq-comments-info { position: relative; display: inline-block; width: 100%; }
.commentlist .iq-comments-info .title { display: inline-block; vertical-align: middle; margin: 0; text-transform: capitalize; }
.commentlist .iq-comments-info .title:hover { text-decoration: none; color: #1d1f2e; }
.commentlist .iq-comment-metadata { font-size: 14px; color: #1d1f2e; margin: 5px 0; display: inline-block; float: right; vertical-align: middle; }
.commentlist .comment-content p { margin-bottom: 30px; margin-top: 15px; }
.commentlist .iq-comment-metadata a { color: #f94642; }
.commentlist .iq-comment-metadata a:hover { color: #1d1f2e; text-decoration: none; }
.commentlist .iq-comment-metadata i { padding-right: 5px; font-weight: 400; }
.commentlist .iq-comments-media .reply a { position: relative; margin: 0; padding: 10px 30px; color: #ffffff; background: #f94642; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.commentlist .iq-comments-media .reply a { color: #fff; }
.commentlist .iq-comments-media .reply a:hover { background: #1d1f2e; text-decoration: none; }
.no-comments, .comment-awaiting-moderation { font-style: italic; margin: 15px 0; }

/* Comments Form */
.comment-respond .comment-notes, .comment-respond  .logged-in-as { padding: 0; margin: 0 }
.comment-respond .comment-form-comment { margin-top: 15px; margin-bottom: 30px; display: inline-block; width: 100%; }
.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url { width: 32.6%; display: inline-block; float: left; margin-right: 15px; margin-bottom: 30px; }
.comment-respond .comment-form-url { margin-right: 0; }
.comment-respond .form-submit { display: inline-block; width: 100%; margin-bottom: 0; }
.commentlist .comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url { width: 31.7%; }

/*Blog - SideBar*/
.iq-post-sidebar { height: 100%; }
.widget { margin-bottom: 45px; padding: 30px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; display: inline-block; width: 100%; float: left; position: relative; background: #f2f5fe; }
.widget:last-child { margin-bottom: 0; }
.widget .widget-title { margin-bottom: 15px; padding-bottom: 0;  position: relative;font-size: 20px; }

/*SideBar - Search*/
.search-form { position: relative; }
.search-form label { display: none; }
.search-form input { padding-right: 40px; box-shadow: none; color: #1d1f2e; border: 2px solid #1d1f2e; background: #ffffff; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
.search-form input:focus, .search-form input[type=text]:focus, .search-form input[type=email]:focus, .search-form input[type=search]:focus, .search-form input[type=password]:focus  { border: 2px solid  #f94642; }
 input:hover , textarea:hover {border-color:#f94642; }
.search-form:hover i, .search-form:focus i { color: #f94642; }
.search-form .search-submit { position: absolute; right: 0; top: 3px; color: #1d1f2e; cursor: pointer; padding: 7px 15px; font-size: 18px; background: none; border: none; outline: none; box-shadow: none; }
.search-form .search-submit .screen-reader-text { display: none; }

/*widget-menu*/
.widget ul { padding: 0; margin: 0; }
.widget ul li { margin-bottom: 10px; list-style: none; }
.widget ul li:last-child { margin-bottom: 0; }
.widget ul ul.children { padding-left: 25px; }
.widget ul li a { padding-left: 15px; color: #686868; position: relative; -ms-word-wrap: break-word; word-wrap: break-word; display: inline-block; }
.widget ul li a:hover { color: #f94642; text-decoration: none; }
.widget ul li a:before { position: absolute; margin-right: 10px; content: "\f111"; color: #f94642; top: 10px; font-size: 6px; left: 0; font-family: FontAwesome; line-height: 2; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.widget ul li a:hover:before { color: #f94642; }

/*SideBar - Recent Comments*/
.widget.widget_recent_comments #recentcomments li.recentcomments span a { color: #1d1f2e; font-weight: 600; }
.widget.widget_recent_comments #recentcomments li.recentcomments a:before { display: none; }
.widget.widget_recent_comments #recentcomments li.recentcomments a { color: #1d1f2e; padding-left: 0; }
.widget.widget_recent_comments #recentcomments li.recentcomments a:hover { color: #f94642; text-decoration: underline !important; padding-left: 0; }

/* SideBar Calendar */
.widget_calendar table caption { caption-side: inherit; padding: 0 0 10px; color: #1d1f2e; font-weight: 500;  }
.widget_calendar table#wp-calendar { width: 100%; text-align: center; margin-bottom: 0; margin-top: 0; background: #ffffff; }
.widget_calendar .calendar_wrap td#today { background: #1d1f2e; color: #ffffff; }
.widget_calendar .calendar_wrap td#today a { color: #ffffff; }
.widget_calendar .calendar_wrap table th { background: #ffffff; color: #1d1f2e; }
.widget_calendar .calendar_wrap table th, .widget_calendar .calendar_wrap table td { padding: 8px; text-align: center; }

/* SideBar Categories List */
.widget_categories ul li, .widget_archive ul li { font-weight: 400; color: #1d1f2e; }
.widget_categories ul li a, .widget_archive ul li a { font-weight: 400; color: #686868; }

/* SideBar Archives Dropdown */
.widget select, .widget.widget_archive select, .widget_categories select { background: #fff; outline: none; }

/* Meta - widget RSS*/
.widget.widget_rss ul li { margin-bottom: 20px; }
.widget.widget_rss ul li:last-child { margin-bottom: 0; }
.widget.widget_rss ul li a { padding-left: 0; font-size: 16px; color: #1d1f2e; font-weight: 600; }
.widget.widget_rss ul li a:hover { color: #1d1f2e; }
.widget.widget_rss ul li a:before { display: none; }
.widget.widget_rss ul li cite { font-weight: 600; margin-top: 5px; display: inline-block; width: 100%; }
.widget.widget_rss ul li .rss-date {  display: inline-block; width: 100%; margin: 5px 0; color: #1d1f2e; font-size: 14px; }

/*widget Nav Menu*/
.widget.widget_nav_menu ul li, .widget ul.menu li { margin-bottom: 0; }
.widget.widget_nav_menu ul li .sub-menu, .widget ul.menu li .sub-menu { display: block !important; padding-left: 20px; }
.widget.widget_nav_menu ul li .sub-menu li a, .widget ul.menu li .sub-menu li a { }
.widget.widget_nav_menu ul li a, .widget ul.menu li a { padding: 10px 0 10px 15px; display: inline-block; width: 100%; border-bottom: 1px solid #eaeaea; }
.widget.widget_nav_menu ul li i, .widget ul.menu li i { display: none; }
.widget.widget_nav_menu ul li a:before, .widget ul.menu li a:before { top: 20px; }

/* SideBar - widget Recent Entries*/
.widget_recent_entries ul li .post-date { font-weight: 600; color: #1d1f2e; }
/*---------------------------------------------------------------------
Recent News side widget
-----------------------------------------------------------------------*/
.iq-widget-menu ul.iq-post li .post-img  img { width: 100px; height: auto; margin-right: 20px ;border-radius: 5px;}
.widget ul.iq-post li a{padding-left: 0;font-size: 14px;}
.widget ul.iq-post li a:before{display: none;}
.iq-widget-menu ul.iq-post li .post-img { display: flex; }
.iq-widget-menu ul.iq-post li { margin-bottom: 30px; }
.iq-widget-menu ul.iq-post li:last-child { margin-bottom: 0px; }
.iq-widget-menu .post-img .post-blog .blog-box ul li a i { color: #f94642; }
.iq-widget-menu .post-img .post-blog a.new-link:hover h5 { color: #f94642; }
.iq-widget-menu .post-blog { line-height: 0px; }
.iq-widget-menu .post-img .post-blog .blog-box ul li { margin-bottom: 10px; }
.iq-widget-menu .post-img .post-blog a.new-link h5 { line-height: 30px; font-size: 18px; display: block; overflow: hidden; height: 62px; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }

/*SideBar - Tags*/
.widget_tag_cloud ul { margin: 0; padding: 0; }
.widget_tag_cloud ul li, footer ul.wp-tag-cloud li { padding: 0; display: inline-block; margin: 5px 5px 5px 0; }
.widget_tag_cloud ul li a{font-size: 14px !important; padding: 5px 15px; color: #686868;background: transparent;border: 1px solid rgb(104 104 104 / 33%); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; line-height: normal;}
.widget_tag_cloud ul li a:hover{background:#f94642; color: #ffffff;}
ul li span.iq-post-count{background: #f94642;}
.widget_categories ul li span, .widget.widget_archive ul li span.archiveCount{background: #1d1f2e;}
.widget_categories ul li span, .widget.widget_archive ul li span.archiveCount ,ul li span.iq-post-count{ float: right; color: #ffffff; width: 20px; height: 20px; text-align: center; line-height: 20px; font-size: 12px; margin-top: 6px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
footer ul.wp-tag-cloud li a { font-size: 14px !important; background: #f94642; display: inline-block; color: #ffffff; padding: 5px 15px; border: 1px solid #f94642; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; line-height: normal;}
 footer ul.wp-tag-cloud li a:hover { border-color: #ffffff; background: #ffffff; color: #f94642; }
.widget_tag_cloud ul li a:before, footer ul.wp-tag-cloud li a:before { display: none; }
article.hentry .iq-blog-box .iq-blog-detail .blog-content .widget_tag_cloud ul li a:hover { color: #ffffff; }

/* Assistive text */
.assistive-text, .site .screen-reader-text { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); overflow: hidden; height: 1px; width: 1px; display: none; }
.main-navigation .assistive-text:focus, .site .screen-reader-text:hover, .site .screen-reader-text:active, .site .screen-reader-text:focus { background: #fff; border: 2px solid #333; border-radius: 3px; clip: auto !important; color: #1d1f2e; display: block; font-size: 12px; height: auto; padding: 12px; position: absolute; top: 5px; left: 5px; width: auto; z-index: 100000; /* Above WP toolbar */ }

/* Footer Post*/

.widget .iq-post li { margin-bottom: 30px; }
ul li.recentcomments a:before { display: none; }
.sticky .iq-blog-box .iq-blog-detail { padding: 30px; }
.blog-button a i{vertical-align: middle; line-height: normal;}
.blog-button a{text-decoration: none;}

/*---------------------------------------------------------------------
                          Header
-----------------------------------------------------------------------*/
.iq-height { position: absolute; }


/* Header Top */
header .sub-header .number-info ul { margin: 0; padding: 0; }
header .sub-header .number-info li { list-style: none; float: left; margin-right: 15px; }
header .sub-header .number-info li:last-child { margin-right: 0; }
header .sub-header .number-info li a { color: #f94642; }
header .sub-header .number-info li a:hover { color: #f94642; text-decoration: none; }
header .sub-header .number-info li a i { margin-right: 5px; }
header .sub-header nav { display: flex; }
header .sub-header .request-btn a { background: #f94642; padding: 15px 30px; margin-left: 30px; color: #ffffff; }
header .sub-header .request-btn a:hover { background: #f94642; color: #ffffff; text-decoration: none; }
header .main-header .navbar ul li .sub-menu li.current-menu-parent .sub-menu li:hover a{background: #f94642; color: #ffffff;}
.social-icone ul { margin: 0; padding: 0; }
.social-icone ul li { list-style: none; margin: 0 30px 0 0; }
.social-icone ul li:last-child { margin-right: 0; }
.social-icone ul li a { color: #f94642; }
.social-icone ul li a:hover { color: #f94642; }


/* Header dot */
header .navbar ul li .sub-menu li a:before { position: absolute; content: ''; left: 18px; top: 22px; width: 0px; height: 5px; background-color: transparent; -webkit-transition: all .500s ease-in-out; transition: all .500s ease-in-out; border-radius: 90px; }
header .navbar ul li .sub-menu li a:hover:before, header .navbar ul li .sub-menu li.current-menu-item a:before, header .main-header .navbar ul li .sub-menu li:hover>a:before, header .main-header .navbar ul li .sub-menu li.current-menu-parent a:before, header .main-header .navbar ul li .sub-menu li.current-menu-parent .sub-menu li.current-menu-item a:before { width: 5px; background: #ffffff; }
header .navbar ul li .sub-menu li.current-menu-item a, header .main-header .navbar ul li .sub-menu li:hover>a, header .main-header .navbar ul li .sub-menu li.current-menu-parent a, header .main-header .navbar ul li .sub-menu li.current-menu-parent .sub-menu li.current-menu-item a, header .main-header .navbar ul li .sub-menu li.current-menu-parent .sub-menu li a:hover, header .main-header .navbar ul li .sub-menu li.current-menu-parent > .sub-menu li a:hover,header.menu-sticky .navbar ul li .sub-menu li.current-menu-item a { color: #ffffff; background: #f94642; padding-left: 36px; }
header .main-header .navbar ul li .sub-menu li.current-menu-parent > .sub-menu li a { padding-left: 25px; }
/* End dot */

header .navbar-light .navbar-toggler-icon { background-image: none; font-size: 30px; line-height: 30px; height: auto; width: auto; padding: 5px 15px; }

/* Header Bottom */
header .sub-header { padding: 15px 0 0 0; font-size: 14px; }
.admin-bar header { top: 32px; }
.admin-bar header.menu-sticky, body.boxed_layout.admin-bar header.menu-sticky { top: 32px; }
@media(max-width:767px) {
    .admin-bar header { top: 0; transition: all 0s ease-in-out; transition: all 0s ease-in-out; -moz-transition: all 0s ease-in-out; -ms-transition: all 0s ease-in-out; -o-transition: all 0s ease-in-out; -webkit-transition: all 0s ease-in-out; }
    .admin-bar header.menu-sticky .main-header { top: 0; }
    .admin-bar header.menu-sticky { top: 0; }
    header.menu-sticky .main-header { position: relative; }
}
@media only screen and (min-device-width:601px) and (max-device-width:768px) {
    .admin-bar header { top: 0; }
}

/* Header Default */
header .logo_block, header.header_default .logo_block { float: left; padding: 10px 0; }
header .menu, header.header_default .menu { float: right; }

/*Logo left*/
header.header_left .logo_block { float: left; }
header.header_left .menu { float: left; width: 100%; }
header.header_left .menu.navbar ul { float: left; }

/*Logo right*/
header.header_right .logo_block { float: right; }
header.header_right .menu { float: left; width: 100%; }
header.header_right .menu.navbar ul { float: right; }

/*Logo center*/
header.header_center .logo_block { float: left; width: 100%; text-align: center; margin: 0 auto; }
header.header_center .menu { float: left; width: 100%; }
header.header_center .menu.navbar ul { float: left; width: 100%; display: block; margin: 0 auto; text-align: center; }
header.header_center .menu.navbar ul li { display: inline-block; }
header.header_center .menu.navbar ul li .sub-menu li { display: block; text-align: left; }

/*Split Logo center*/
header.header_split .logo_block { position: absolute; left: 0; right: 0; margin: 0 auto; text-align: center; float: none; }
header.header_split .menu { float: left; width: 100%; }
header.header_split .menu.navbar ul { float: left; width: 100%; display: block; margin: 0 auto; text-align: center; }
header.header_split .menu.navbar ul li { display: inline-block; }
header.header_split .menu.navbar ul li:nth-child(4) { margin-left: 150px; }
header.header_split .menu.navbar ul li .sub-menu li { display: block; text-align: left; }
header.header_split .menu.navbar ul li .sub-menu li { margin-left: 0; }

/*--------------------------------------------------------------
                      Navigation
--------------------------------------------------------------*/
header { position: absolute; width: 100%; top: 0; left: 0; vertical-align: middle; background: transparent; display: inline-block; z-index: 999; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
header .logo-sticky { display: none; height: 45px; }
header .logo { height: 50px; }
header .navbar .menu-header-menu-container, header .navbar .menu-all-pages-container, header .navbar .menu-testing-menu-container, header .navbar .menu-short-container, header .navbar .menu-main-menu-container, header .navbar #iq-menu-container { display: inline-block; width: 100%; }
header .navbar ul { float: right; }
header .navbar ul li { list-style: none; margin-left: 30px; position: relative; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
header .navbar ul li:first-child { margin-left: 0; }
header .navbar ul li a {  color: #ffffff; padding: 0px 0px 0px 0px; font-size: 18px; line-height: 70px; position: relative; z-index: 9; text-decoration: none; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
header .navbar ul li i, header .navbar ul li .sub-menu li i { font-family: "Ionicons"; display: inline-block; font-size: 16px; color: #ffffff; }
header .navbar ul li .sub-menu li i { display: block; position: absolute; right: 15px; top: 10px; line-height: 28px; font-size: 12px; z-index: 9; color: #1d1f2e; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
header .navbar ul li .sub-menu li i:before { content: "\f054"; }
header .navbar ul li .sub-menu li i::before { content: "\f3d3"; }
header .navbar ul li .sub-menu li:hover>a, header .navbar ul li:hover i { color: #f94642; }
header .navbar ul li .sub-menu li:hover>i, header .navbar ul  li.current-menu-item i { color: #1d1f2e; }
header .navbar ul li .sub-menu li:hover, header .navbar ul li a:hover, header .navbar ul li.current-menu-item a, header .navbar ul li.current-menu-parent a, header .navbar ul li.current-menu-parent i, header .navbar ul li.current-menu-ancestor a, header .navbar ul li.current-menu-parent i, header .navbar ul li.current-menu-ancestor i { color: #1d1f2e; }
header .navbar ul li i::before { content: "\f3d0"; }

/* Navigation Sub Menu */
header .navbar ul li .sub-menu { display: none; }
header .navbar ul li:hover .sub-menu {border-top: 3px solid #f94642; display: block; background: #ffffff; position: absolute; top: 70px; left: 0; padding-left: 0; display: inline-block; width: 200px; -webkit-box-shadow: 0px 1px 30px 0px rgba(36, 38, 43, 0.10); -moz-box-shadow: 0px 1px 30px 0px rgba(36, 38, 43, 0.10); box-shadow: 0px 1px 30px 0px rgba(36, 38, 43, 0.10); }
header .navbar ul li .sub-menu li { margin-left: 0; }
header .navbar ul li .sub-menu li a, header.menu-sticky .navbar ul li .sub-menu li a { text-transform: capitalize; border-radius: 0; font-size: 14px; display: inline-block; width: 100%; line-height: 28px; padding: 10px 15px; color: #1d1f2e; background: #ffffff; }
header .navbar ul li .sub-menu li a:hover, header.menu-sticky .navbar ul li .sub-menu li a:hover { background: #1d1f2e; color: #ffffff; }
header .navbar ul li .sub-menu li.current-menu-item a, header .main-header .navbar ul li .sub-menu li:hover>a, header .main-header .navbar ul li .sub-menu li.current-menu-parent a, header .main-header .navbar ul li .sub-menu li.current-menu-parent .sub-menu li.current-menu-item a { background: #1d1f2e; color: #ffffff; }
header .main-header .navbar ul li .sub-menu li:hover> i, header .main-header .navbar ul li .sub-menu li.current-menu-parent i { color: #ffffff; }
header .main-header .navbar ul li .sub-menu li.current-menu-parent .sub-menu li a { color: #1d1f2e ; background: #ffffff; }
header .navbar .navbar-nav li:last-child .sub-menu li:hover>.sub-menu, header .navbar .navbar-nav li:nth-last-child(2) .sub-menu li:hover>.sub-menu { left: auto; right: 100%; }
@media screen and (max-width:4000px) and (min-width:1023px) {
    header .navbar ul li:hover>.sub-menu { display: block !important; }
    header .navbar ul li:hover a, header.menu-sticky .navbar ul li:hover a { color: #f94642; text-decoration: none; }
}

/* Navigation Sub Menu */
header .navbar ul li .sub-menu li>.sub-menu { display: none; }
header .navbar ul li .sub-menu li:hover>.sub-menu{border-top: none;}
header .navbar ul li .sub-menu li:hover>.sub-menu { display: block; background: #ffffff; position: absolute; top: 0; left: 100%; padding-left: 0; display: inline-block; width: 200px; -webkit-box-shadow: 0px 1px 30px 0px rgba(36, 38, 43, 0.10); -moz-box-shadow: 0px 1px 30px 0px rgba(36, 38, 43, 0.10); box-shadow: 0px 1px 30px 0px rgba(36, 38, 43, 0.10); }

/* Navigation Sticky */
header.menu-sticky { width: 100%; position: fixed; top: 0; left: 0; right: 0; margin: 0 auto; float: left; background: #1d1f2e; -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }
header.menu-sticky .main-header .navbar ul li a { line-height: 65px; }
header.menu-sticky .navbar ul li a, header.menu-sticky .navbar ul li i { color: #ffffff; }
header.menu-sticky .navbar ul li .sub-menu li:hover, header.menu-sticky .navbar ul li a:hover, header.menu-sticky .navbar ul li.current-menu-item a, header.menu-sticky .navbar ul li.current-menu-parent a, header.menu-sticky .navbar ul li.current-menu-parent i, header.menu-sticky .navbar ul li.current-menu-ancestor a, header.menu-sticky .navbar ul li.current-menu-parent i, header.menu-sticky .navbar ul li.current-menu-ancestor i { color: #1d1f2e; }
header.menu-sticky .main-header .navbar ul li:hover .sub-menu { top: 65px; }
header.menu-sticky .navbar ul li .sub-menu li:hover>.sub-menu { top: 0; }
header.menu-sticky .navbar ul li .sub-menu>li a { line-height: 28px; }
header.menu-sticky .sub-header { display: none; }
header.menu-sticky .logo-sticky { display: inline-block; }
header .logo-display { display: none; height: 40px; }

/*header button*/
header .sub-main ul { padding: 0; margin: 0 0 0 30px; }
header .sub-main ul li { margin-left: 30px; }
header .sub-main ul li a.iq-button { padding: 10px 30px; line-height: initial; border: 2px solid #1d1f2e; background: #1d1f2e; color: #ffffff; }
header .sub-main ul li a.iq-button:hover { background: #ffffff; border-color: #ffffff; color: #1d1f2e; }
header .sub-main ul li a.iq-btn-outline { border-color: #1d1f2e; background: transparent; color: #ffffff; }
header .sub-main ul li a.iq-button.iq-btn-outline:hover { border-color: #1d1f2e; background: #1d1f2e; color: #ffffff; }
header .sub-main ul li a.iq-btn-link { color: #1d1f2e; background: transparent; color: #1d1f2e; border: none; }
header.menu-sticky .main-header .navbar .sub-main ul li a.iq-button { line-height: initial; }

/*--------------------------------------------------------------
                           Footer
--------------------------------------------------------------*/
footer { background: #1d1f2e; display: block; width: 100%; float: left; position: relative; clear: both; margin-top: 0; }
footer .copyright-footer { border-top: 1px solid #1d1f2e; color: #ffffff; font-size: 14px; }
footer .copyright-footer a { color: #ffffff; }
footer .copyright-footer a:hover { color: #f94642; }
footer .footer-top { padding-top: 60px; }

/*footer top bar*/
footer .footer-titlebox { margin-bottom: 30px; position: relative; }
footer .footer-topbar { position: relative; z-index: 1; padding-top: 60px; }
footer .footer-topbar .footer-title { color: #ffffff; }
footer .footer-topbar  p { margin-bottom: 0; }
footer .footer-topbar .widget, footer .footer-topbar .widget:last-child { margin-bottom: 0; }

/* Footer 1 */
footer .footer1 { padding: 0; }
footer { background: #1d1f2e; }
footer .footer-top, footer .footer-top .widget ul li a, footer .calendar_wrap caption { color: #ffffff; }
footer .footer-top .widget ul li a:hover { color: #1d1f2e; }
footer .footer-logo img { margin-bottom: 30px; }
footer .footer-top .textwidget p { margin-bottom: 0; }
footer .wp-caption p.wp-caption-text { color: #1d1f2e; padding: 5px; }
.wp-block-latest-comments li footer.wp-block-latest-comments__comment-meta { background: transparent; }
footer span.wp-calendar-nav-prev a:hover, footer span.wp-calendar-nav-next a:hover { color: #ffffff; }
footer .mc4wp-form-fields { float: left; width: 100%; }
footer .footer-top .mc4wp-form button { font-size: 0; position: absolute; right: 0; top: 15px; background: transparent; border: 0; padding: 0; }
footer .footer-top .mc4wp-form button i { font-size: 20px; color: #ffffff; }
footer .footer-top .mc4wp-form p { margin-bottom: 0; }
footer .social-icone li a { color: #ffffff; }
footer .social-icone li { margin-right: 30px; }
footer .social-icone li:last-child { margin-right: 0px; }
footer .social-icone li a:hover { color: #1d1f2e; }
footer .widget, footer .widget:last-child { margin-bottom: 45px; }
footer .widget { background: transparent; padding: 0; }
footer .widget .footer-title { margin-bottom: 15px; color: #ffffff; }
footer .widget .footer-title a.rsswidget img { vertical-align: unset; }
footer .widget .rsswidget { padding-left: 0; font-size: 16px; color: #ffffff; font-weight: bold; }
footer .widget .rss-date { font-weight: 600; font-size: 12px;  display: inline-block; width: 100%; margin: 5px 0; }
footer .widget .rsswidget:before { display: none; }
footer .widget ul.menu li .sub-menu { padding-left: 10px; }
footer .widget #recentcomments li .comment-author-link a { color: #ffffff; }
footer .widget #recentcomments li .comment-author-link a:hover { color: #f94642; }
footer .widget #recentcomments li a { color: #ffffff; }
footer .widget #recentcomments li a:hover { text-decoration: underline; }
footer .widget #recentcomments li a:before { display: none; }
footer.footer1 .widget ul.menu li a { border: none; }
footer .widget .iq-contact li a:before { display: none; }
footer ul.menu li a, footer .menu-footer-menu-container ul.menu li a { padding: 7px 0 7px 15px; }
footer .widget .menu li a:before, footer .widget .menu-testing-menu-container .menu ul li a::before, footer .widget .menu-testing-menu-container .menu li a::before { display: block; top: 21px; }
footer .widget .menu-testing-menu-container .menu ul li a, footer .widget .menu-testing-menu-container .menu li a { position: relative; padding: 7px 0 7px 15px; }
footer .widget .iq-contact li a { padding: 7px 0px; }
footer .widget .iq-contact li { position: relative; margin-bottom: 0px; display: inline-block; width: 100%; }
footer .widget .iq-contact li a { display: flex; align-items: flex-start; }
footer .widget .iq-contact li span { flex: 1; }
footer .widget .iq-contact li i { margin-right: 15px; line-height: 32px; font-size: 20px; text-align: center; color: #ffffff; }
footer .widget .iq-contact li p { display: flex; margin-bottom: 0; }
footer .widget .menu li a { border-bottom: none; padding: 7px 0 7px 15px; }

/*---------------------------------------------------------------------
                             Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top { z-index: 999; position: fixed; margin: 0px; color: #ffffff; background: #1d1f2e; position: fixed; bottom: 30px; right: 25px; z-index: 999; font-size: 26px; width: 50px; height: 50px; text-align: center; line-height: 50px; border-radius: 10px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
#back-to-top .top:hover { background: #f94642; color: #ffffff; -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }

/*---------------------------------------------------------------------
                              Loader
-----------------------------------------------------------------------*/
#loading { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #ffffff; z-index: 9999; }
#loading img { width: 120px; }

/*---------------------------------------------------------------------
                            Box-layout
---------------------------------------------------------------------*/
body.boxed_layout { padding: 30px 0; }
body.boxed_layout #page { box-shadow: 0 0 15px rgba(0, 0, 0, .06); -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .06); -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .06); }
body.boxed_layout #page { max-width: 1240px; margin: 0 auto; overflow: hidden; position: relative; }
body.boxed_layout.admin-bar header { top: 0px; }
body.full_width_layout  #page { max-width: 100% !important; width: 100% !important; margin: 0 auto !important; }

/*---------------------------------------------------------------------
                            Box-Shadow
---------------------------------------------------------------------*/
.iq-box-shadow { -webkit-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06); }

/*---------------------------------------------------------------------
                            OWL Carousel
-----------------------------------------------------------------------*/
.owl-carousel .owl-nav.disabled { display: none; }
.owl-carousel .owl-nav { display: block; position: absolute; text-indent: inherit; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); left: 0; width: 100%; cursor: pointer; z-index: 999; }
.owl-carousel .owl-nav .owl-prev { outline: none; background: none; border: none; display: block; position: absolute; text-align: center; text-indent: inherit; top: -25px; left: -8%; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; transition: opacity 0.3s ease 0s, left 0.3s ease 0s; }
.owl-carousel .owl-nav .owl-next { outline: none; background: none; border: none; display: block; position: absolute; text-align: center; text-indent: inherit; top: -25px; right: -8%; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; transition: opacity 0.3s ease 0s, right 0.3s ease 0s; }
.owl-carousel .owl-nav i { font-size: 24px; font-weight: 600; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; width: 45px; height: 45px; line-height: 45px; padding-left: 0px; display: inline-block; color: #fff; background: #1d1f2e; text-align: center; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.owl-carousel .owl-nav i:hover { background: #1d1f2e; color: #fff; }
body.boxed_layout .owl-carousel .owl-nav .owl-prev { left: -10px; }
body.boxed_layout  .owl-carousel .owl-nav .owl-next { right: -10px; }
.iq-slider-with-text .slider-nav .slick-arrow.slick-prev::before, .iq-slider-with-text .slider-nav .slick-arrow.slick-next::before { color: #1d1f2e; }

/*.owl-carousel.owl-drag .owl-item {padding: 0 15px;}*/

/* Dots */
.owl-carousel .owl-dots.disabled { display: none; }
.owl-carousel .owl-dots { margin-top: 15px; position: relative; width: 100%; display: inline-block; text-indent: inherit; text-align: center; cursor: pointer; }
.owl-carousel .owl-dots .owl-dot { box-shadow: none; outline: none; background: #ffffff; display: inline-block; vertical-align: middle; border-radius: 90px; padding: 0; margin: 0px 5px; height: 10px; width: 10px; border: 2px solid #f94642; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; cursor: pointer; }
.owl-carousel .owl-dots .owl-dot span { display: none; }
.owl-carousel .owl-dots .owl-dot:hover { height: 15px; width: 15px; background: #f94642; border: 2px solid #ffffff; }
.owl-carousel .owl-dots .owl-dot.active { height: 15px; width: 15px; background: #f94642; border: 2px solid #f94642; }

/*---------------------------------------------------------------------
                         404 Page
-----------------------------------------------------------------------*/
.error-404 { text-align: center; }
.error-404 .big-text { font-size: 240px; font-family: 'Poppins', sans-serif; line-height: 280px; color: #1d1f2e; font-weight: 700; }
.error-404 h4 { margin: 0 0 15px; }
.error-404 .button { margin-top: 30px }
.error-404 .search-form { display: inline-block; margin-top: 30px; width: 285px }

/*---------------------------------------------------------------------
                             CONTACT US
-----------------------------------------------------------------------*/
.wpcf7-form input { margin-bottom: 30px; }
.wpcf7-form textarea { margin-bottom: 30px; }
.wpcf7-form input[type=submit] { margin-bottom: 0; }
.wpcf7-form label { width: 100%; }
.contact-us iframe { width: 100%; display: inline-block; height: 450px; float: left; }
input.wpcf7-not-valid { border-color: #f00; }
span.wpcf7-not-valid-tip { margin-bottom: 15px; }

/*---------------------------------------------------------------------
                             Video Section
-----------------------------------------------------------------------*/
.iq-popup-video, .iq-popup-video .position-relative { min-height: 400px; }
.iq-video-img { position: relative; }
.iq-video-icon { position: absolute; left: 50%; top: 28%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.iq-video { background: #ffffff; display: inline-block; vertical-align: middle; width: 80px; height: 80px; text-align: center; font-size: 24px; color: #ffffff; float: left; border-radius: 100%; line-height: 80px; z-index: 9; position: relative; }
.iq-video i::before { vertical-align: middle;    color: #f94642; }
.iq-waves { position: absolute; width: 14rem; height: 14rem; left: -80px; top: -80px; z-index: 2; float: right; opacity: 0.2; }
.iq-waves .waves { position: absolute; width: 15rem; height: 15rem; background: #ffffff; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; border-radius: 320px; background-clip: padding-box; -webkit-animation: waves 3s ease-in-out infinite; animation: waves 3s ease-in-out infinite; }
.iq-waves .wave-1 { -webkit-animation-delay: 0s; animation-delay: 0s; }
.iq-waves .wave-2 { -webkit-animation-delay: 1s; animation-delay: 1s; }
.iq-waves .wave-3 { -webkit-animation-delay: 2s; animation-delay: 2s; }
@-webkit-keyframes waves {
    0% { -webkit-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    50% { opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
    100% { -webkit-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
}
@keyframes waves {
    0% { -webkit-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    50% { opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
    100% { -webkit-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
}

/*--------------------------------------------------------------
                      Subscribe Now
--------------------------------------------------------------*/
.footer-subscribe { background: #1d1f2e; padding: 60px 0; margin-bottom: 75px; }
.footer-subscribe .vc_custom_heading { color: #ffffff; }
.mc4wp-form-fields { position: relative; }
.mc4wp-form-fields input[type=submit] { position: absolute; right: 0; top: 0; }
.footer-subscribe p { margin-bottom: 0; }
.footer-subscribe .title { color: #ffffff; }

/*--------------------------------------------------------------
                     Contact Form
--------------------------------------------------------------*/
#wpcf7-f507-p385-o1 input, #wpcf7-f507-p385-o1 textarea { background: transparent; border: 1px solid #ffffff; }
#wpcf7-f507-p385-o1 input[type=submit] { background: #1d1f2e; border-color: #1d1f2e; }
#wpcf7-f507-p385-o1 input[type=submit]:hover, #wpcf7-f507-p385-o1 input[type=submit]:focus { background: #1d1f2e; border-color: #1d1f2e; }
#wpcf7-f507-p385-o1 input::-webkit-input-placeholder { color: #ffffff; }
#wpcf7-f507-p385-o1 input::-moz-placeholder { color: #ffffff; }
#wpcf7-f507-p385-o1 input:-ms-input-placeholder { color: #ffffff; }
#wpcf7-f507-p385-o1 textarea::-webkit-input-placeholder { color: #ffffff; }
#wpcf7-f507-p385-o1 textarea::-moz-placeholder { color: #ffffff; }
#wpcf7-f507-p385-o1 textarea:-ms-input-placeholder { color: #ffffff; }
@keyframes shadow-pulse-dots {
    0% { box-shadow: 0 0 0 0px rgba(0, 123, 252, 0.2); }
    100% { box-shadow: 0 0 0 15px rgba(0, 123, 252, 0); }
}
body.page-id-227 .iq-breadcrumb-one, body.page-id-385 .iq-breadcrumb-one, body.page-id-2089 .iq-breadcrumb-one, body.page-id-39 .iq-breadcrumb-one, body.page-id-2095 .iq-breadcrumb-one { display: none; }
body.page-id-227 .content-area .site-main, body.page-id-385 .content-area .site-main, body.page-id-2089 .content-area .site-main, body.page-id-39 .content-area .site-main, body.page-id-2095 .content-area .site-main { padding: 0; }
body.page-id-814 .content-area .site-main, body.page-id-2089 .content-area .site-main, body.page-id-39 .content-area .site-main, body.page-id-2095 .content-area .site-main { padding-bottom: 0; }

/*--------------------------------------------------------------
                     Blog
--------------------------------------------------------------*/
.owl-carousel.owl-drag .owl-item { padding: 0; }
h2.elementor-heading-title.elementor-size-default { font-family: 'Merriweather', serif; }

/*--------------------------------------------------------------
                     Table
--------------------------------------------------------------*/
.iq-table tbody .trainer-name { margin-bottom: 0px; margin-top: 10px; }
.iq-table th { padding: 12px 18px; max-width: 158px; font-family: 'Merriweather', serif; font-size: 18px; color: #1d1f2e; }
.iq-table table { border: none; }
.iq-table table { border-collapse: separate; border-spacing: 0; margin-bottom: 0; }
.iq-table td { border: solid 1px #eaeaea; border-style: none solid solid none; padding: 15px; max-width: 158px; }
.iq-table tr:first-child td:first-child, .iq-table tr:first-child th:first-child { border-top-left-radius: 10px; }
.iq-table tr:first-child td:last-child, .iq-table tr:first-child th:last-child { border-top-right-radius: 10px; }
.iq-table tr:last-child td:first-child, .iq-table tr:last-child th:first-child { border-bottom-left-radius: 10px; }
.iq-table tr:last-child td:last-child, .iq-table tr:last-child th:last-child { border-bottom-right-radius: 10px; }
.iq-table tr:first-child td, .iq-table tr:first-child th { border-top-style: solid; }
.iq-table tr td:first-child, .iq-table tr th:first-child { border-left-style: solid; }

/*--------------------------------------------------------------
                     Portfolio
--------------------------------------------------------------*/
.isotope { margin-bottom: 0px; }
.iq-portfolio { overflow: hidden; position: relative; }
.iq-portfolio img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
.iq-portfolio:hover img { webkit-transform: scale(1.1); transform: scale(1.1); }
.iq-portfolio:before { content: ""; position: absolute; top: 0; z-index: 1; width: 100%; height: 100%; opacity: 0; left: 0; right: auto; background: rgba(29, 31, 46, 0.83); }
.iq-portfolio:hover:before { opacity: 1; }
.isotope .iq-grid-item { padding: 0px; }
.iq-portfolio:hover .portfolio-info { top: 50%; }
.iq-portfolio .portfolio-info { z-index: 2; position: absolute; top: 120%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; text-align: center; }
.iq-portfolio .portfolio-info a { display: block; font-size: 18px; color: #f94642; margin-bottom: 10px; }
.isotope .iq-grid-item .iq-portfolio .portfolio-info a.main-text{ font-size: 28px; line-height: 28px; color: #ffffff;  font-family: 'Merriweather', serif; font-weight:bold;}
.iq-contact-yogik input, .iq-contact-yogik input[type=text], .iq-contact-yogik input[type=email], .iq-contact-yogik input[type=search], .iq-contact-yogik input[type=password], .iq-contact-yogik textarea { border-radius: 5px; }
.iq-contact-yogik input:focus, .iq-contact-yogik input[type=text]:focus, .iq-contact-yogik input[type=email]:focus, .iq-contact-yogik input[type=search]:focus, .iq-contact-yogik input[type=password]:focus, .iq-contact-yogik textarea:focus { border-color: #f94642; box-shadow: none; }
.iq-contact-yogik input[type=submit] { color: #1d1f2e; background-color: #FFFFFF; border-style: solid; border-width: 2px 2px 2px 2px; border-radius: 5px 5px 5px 5px; padding: 10px 50px; }
.iq-contact-yogik input[type=submit]:hover { background: transparent; color: #f94642; border-color: #f94642; }

/*---------------------------------------------------------------------
                              OWL Carousel
-----------------------------------------------------------------------*/
.owl-carousel .owl-nav.disabled { display: none; }
.owl-carousel .owl-nav { display: block; position: absolute; text-indent: inherit; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); left: 0; width: 100%; cursor: pointer; z-index: 999; }
.owl-carousel .owl-nav .owl-prev { outline: none; background: none; border: none; display: block; position: absolute; text-align: center; text-indent: inherit; top: -25px; left: -8%; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; transition: opacity 0.3s ease 0s, left 0.3s ease 0s; }
.owl-carousel .owl-nav .owl-next { outline: none; background: none; border: none; display: block; position: absolute; text-align: center; text-indent: inherit; top: -25px; right: -8%; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; transition: opacity 0.3s ease 0s, right 0.3s ease 0s; }
.owl-carousel .owl-nav i { font-family: FontAwesome; font-size: 50px; line-height: 40px; padding-left: 0px; display: inline-block; color: #1d1f2e; background: transparent; font-weight: normal; text-align: center; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.owl-carousel .owl-nav i:hover { background: transparent; color: #f94642; }

/*Elementor*/
.elementor-39 .elementor-element.elementor-element-b09377d .elementor-heading-title, .elementor-39 .elementor-element.elementor-element-0d4a94a .elementor-heading-title { text-shadow: none !important; }

/*---------------------------------------------------------------------
                              Header
-----------------------------------------------------------------------*/
header .navbar ul li .sub-menu li:hover, header .navbar ul li a:hover, header .navbar ul li.current-menu-item a, header .navbar ul li.current-menu-parent a, header .navbar ul li.current-menu-parent i, header .navbar ul li.current-menu-ancestor a, header .navbar ul li.current-menu-parent i, header .navbar ul li.current-menu-ancestor i { color: #142c4b; }
header .sub-header { display: none; }
header .navbar ul li a { color: #ffffff; }
header .navbar ul li .sub-menu li.current-menu-item a, header .main-header .navbar ul li .sub-menu li:hover>a, header .main-header .navbar ul li .sub-menu li.current-menu-parent a, header .main-header .navbar ul li .sub-menu li.current-menu-parent .sub-menu li.current-menu-item a { background: #f94642; color: #ffffff; }
header .navbar ul li .sub-menu li:hover, header .navbar ul li a:hover, header .navbar ul li.current-menu-item a, header .navbar ul li.current-menu-parent a, header .navbar ul li.current-menu-parent i, header .navbar ul li.current-menu-ancestor a, header .navbar ul li.current-menu-parent i, header .navbar ul li.current-menu-ancestor i { color: #f94642; }
header .navbar ul li .sub-menu li:hover>a, header .navbar ul li:hover i { color: #f94642; }

/*Menu-sticky*/
header.menu-sticky { background: #1d1f2e; }
header.menu-sticky .navbar ul li .sub-menu li:hover, header.menu-sticky .navbar ul li a:hover, header.menu-sticky .navbar ul li.current-menu-item a, header.menu-sticky .navbar ul li.current-menu-parent a, header.menu-sticky .navbar ul li.current-menu-parent i, header.menu-sticky .navbar ul li.current-menu-ancestor a, header.menu-sticky .navbar ul li.current-menu-parent i, header.menu-sticky .navbar ul li.current-menu-ancestor i { color: #ffffff; }
header.menu-sticky .navbar ul li .sub-menu li:hover, header.menu-sticky .navbar ul li a:hover, header.menu-sticky .navbar ul li.current-menu-item a, header.menu-sticky .navbar ul li.current-menu-parent a, header.menu-sticky .navbar ul li.current-menu-parent i, header.menu-sticky .navbar ul li.current-menu-ancestor a, header.menu-sticky .navbar ul li.current-menu-parent i, header.menu-sticky .navbar ul li.current-menu-ancestor i { color: #f94642; }

/*---------------------------------------------------------------------
                              Footer
-----------------------------------------------------------------------*/
footer .widget .footer-title { color: #1d1f2e; }
footer .footer-top, footer .footer-top .widget ul li a, footer .calendar_wrap caption { color: #ffffff; }
footer .footer-logo img { height: 45px; margin-top: 8px; }
footer .footer-top .widget ul li a:hover { color: #f94642; }
footer .widget .menu li a:before, footer .widget .menu-testing-menu-container .menu ul li a::before, footer .widget .menu-testing-menu-container .menu li a::before { display: none; }
footer .widget .menu li a { border-bottom: none; padding: 7px 0 7px 0px; }
footer .social-icone li a { color: #1d1f2e; font-size: 16px; }
footer .social-icone li a:hover { color: #1d1f2e; }
footer .copyright { color: #1d1f2e; font-size: 16px; }
footer .footer-top .mc4wp-form p label { text-align: left; }
footer .mc4wp-form-fields input[type=submit] { position: relative; }
footer input[type=email] { margin-bottom: 15px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
footer input, footer input[type=text], footer input[type=email], footer input[type=search], footer input[type=password], footer textarea { border: 2px solid #d7d7d7; }
footer .mc4wp-form-fields input[type=submit] { display: block; width: 100%; background: transparent; border: 2px solid #1d1f2e; color: #1d1f2e; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
footer .mc4wp-form-fields input[type=submit]:hover { border-color: #1d1f2e; color: #1d1f2e; }
input:focus, input[type=text]:focus, input[type=email]:focus, input[type=search]:focus, input[type=password]:focus, textarea:focus, select:focus { border-color: #f94642; }

/*---------------------------------------------------------------------
                              Table
-----------------------------------------------------------------------*/
.iq-table-small { display: none; }
.iq-table-small ul { padding: 0; margin: 0; list-style: none; }
.iq-table-small ul li.iq-timetable { border-bottom: 1px solid #eaeaea; width: 100%; background-position: left center; background-repeat: no-repeat; line-height: 120%; border-color: #eaeaea; padding: 15px 0; margin: 0; list-style: none; display: inline-block; margin-bottom: 30px; }
.iq-table-small ul li:last-child { margin-bottom: 0px; }
.iq-table-small .box_title { font-size: 22px; text-align: left; margin-bottom: 0px; }
.iq-table-small .iq-event { width: 310px; text-align: left; padding: 0 10px 0 0px; float: left; }
.iq-table-small .iq-event .activity-name { font-weight: 700; margin-bottom: 10px; font-size: 18px; color: #1d1f2e; }
.iq-table-small .iq-time { color: #1d1f2e; float: right; font-weight: 700; font-size: 16px; margin-top: 19px; }
.trainer-name { margin-bottom: 0px; }

/*Elementor Css*/
.elementor-2089 .elementor-element.elementor-element-1f2e997 { margin-top: -55px; }
.elementor-2089 .elementor-element.elementor-element-f049b13 { margin-top: -90px; }

/*footer1*/
footer.footer1 { background-color: #1d1f2e; }
footer.footer1 .footer-top { padding-top: 75px; }
footer.footer1 .footer-top .textwidget p { color: #ffffff; }
footer .widget ul.menu li a { color: #ffffff;  }
footer.footer1 .list-inline-item:not(:last-child) { margin-right: 0; }
footer .widget ul.menu li a:hover { color: #FA4642 }
footer.footer1 .copyright { color: #ffffff; float: left; }
footer.footer1 ul.menu li a, footer.footer1 .menu-footer-menu-container ul.menu li a { padding: 7px 0 7px 0px; }
footer.footer1 .info-share { list-style: none; padding-left: 0; }
footer.footer1 .info-share li { display: inline-block; }
footer.footer1 .info-share li a { color: #ffffff; background-color: #4a4c59; height: 40px; width: 40px; border: 1px solid #4a4c59; text-align: center; display: inline-block; line-height: 40px; vertical-align: middle; margin-right: 10px; border-radius: 90px; }
footer.footer1 .info-share li a:hover { border-color: #ffffff; background-color: #ffffff; color: #1d1f2e; }

/*footer2*/
.footer2 { background: #1d1f2e; }
.footer2 .footer-top { padding-top: 90px; }
footer.footer2 .widget .footer-title { color: #ffffff;  font-weight: 500; }
footer.footer2 .footer-top .textwidget p { color: #ffffff; }
footer .widget .footer-title { color: #ffffff; }
footer.footer2 .footer-top, footer.footer2 .footer-top .widget ul li a, footer.footer2 .calendar_wrap caption { color: #ffffff;  }
footer.footer2 .social-icone li a { color: #f94642; }
footer.footer2 .list-inline-item:not(:last-child) { margin-right: 0rem; }
footer.footer2 .copyright { color: #ffffff; }
footer.footer2 .footer-top .mc4wp-form p label { text-align: left; color: #ffffff }
footer.footer2 ul.menu li a, footer.footer2 .menu-footer-menu-container ul.menu li a { padding: 7px 0 7px 0px; }
footer.footer2 input[type=email] { background: transparent; border: 2px solid #555763; color: #ffffff; }
footer.footer2 .mc4wp-form-fields input[type=submit] { display: block; width: 100%; background: transparent; border: 2px solid #f94642; color: #f94642; }
footer.footer2 .info-share { list-style: none; padding-left: 0; }
footer.footer2 .info-share li { display: inline-block; }
footer.footer2 .info-share li a { color: #ffffff; background-color: transparent; height: 40px; width: 40px; border: 1px solid #ffffff; text-align: center; display: inline-block; line-height: 40px; vertical-align: middle; margin-right: 10px; border-radius: 90px; }
footer.footer2 .info-share li a:hover { border-color: #f94642; background-color: transparent; color: #f94642; }
.iscwp-img, .iq-team-style-7 .iq-team-blog img { border-radius: 4px !important; }

/*---------------------------------------------------------------------
                              Routed images
-----------------------------------------------------------------------*/
@-webkit-keyframes clockwiseSpin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes clockwiseSpin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
.img-routed img { content: ""; border: 2px dotted #f6f6f6; -webkit-animation: clockwiseSpin 70s linear 200000; animation: clockwiseSpin 70s linear 200000; display: inline-block; }
ul.job-details li { list-style: none; }
ul.job-details .deatils, .deatils-social .d-inline.mr-4, .deatils-social .mr-3 { color: #1d1f2e; }
.img-zome-effect img { webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
.img-zome-effect:hover img { webkit-transform: scale(1.1); transform: scale(1.1); }
.overflow-h { overflow: hidden }
.iq-fancy-box-style-9:before { background: url(../images/leaf.png); background-repeat: no-repeat; content: ""; width: 45px; height: 45px; display: inline-block; position: absolute; right: -50px; opacity: 0.4; bottom: -50px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.iq-fancy-box-style-9:hover:before { bottom: -8px; right: 0; }
.heartbeat { -webkit-animation: heartbeat 1.5s ease-in-out infinite both; animation: heartbeat 1.5s ease-in-out infinite both; }

/* ----------------------------------------------
 * Generated by Animista on 2020-7-10 11:12:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */

.video-btn:hover .popup-youtube { -webkit-animation: heartbeat 1.5s ease-in-out infinite both; animation: heartbeat 1.5s ease-in-out infinite both; }
@-webkit-keyframes heartbeat {
    from { -webkit-transform: scale(1); transform: scale(1); -webkit-transform-origin: center center; transform-origin: center center; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
    10% { -webkit-transform: scale(0.91); transform: scale(0.91); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
    17% { -webkit-transform: scale(0.98); transform: scale(0.98); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
    33% { -webkit-transform: scale(0.87); transform: scale(0.87); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
    45% { -webkit-transform: scale(1); transform: scale(1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
}
@keyframes heartbeat {
    from { -webkit-transform: scale(1); transform: scale(1); -webkit-transform-origin: center center; transform-origin: center center; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
    10% { -webkit-transform: scale(0.91); transform: scale(0.91); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
    17% { -webkit-transform: scale(0.98); transform: scale(0.98); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
    33% { -webkit-transform: scale(0.87); transform: scale(0.87); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
    45% { -webkit-transform: scale(1); transform: scale(1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
}

/*---------------------------------------------------------------------
Control 360
-----------------------------------------------------------------------*/
.panorama:before { position: absolute; top: 0; left: 0; display: inline-block; content: ""; width: 100%; height: 120px; background: url(../images/top-sharp.png); background-repeat: no-repeat; background-size: 100%; z-index: 9; }
.panorama:after { position: absolute; bottom: -2px; left: 0; display: inline-block; content: ""; width: 100%; height: 120px; background: url(../images/bottom-sharp.png); background-repeat: no-repeat; background-size: 100%; }
.iq-panorama .panorama { position: relative; }
@media(max-width:1920px) {
    .panorama:after { bottom: -2px; height: 130px; }
}
@media(max-width:1600px) {
    .panorama:after { bottom: -2px; height: 120px; }
}
@media(max-width:1366px) {
    .panorama:after { bottom: -2px; height: 104px; }
}
@media(max-width:1280px) {
    .panorama:after { bottom: -2px; height: 98px; }
}
@media(max-width:1024px) {
    .panorama:after { bottom: -2px; height: 74px; }
}
@media(max-width:980px) {
    .panorama:after { bottom: -2px; height: 74px; }
}
@media(max-width:768px) {
    .panorama:after { bottom: -2px; height: 60px; }
}
@media (max-width:480px) {
    .panorama:after { bottom: -2px; height: 40px; }
}
@media (max-width:320px) {
    .panorama:after { bottom: -2px; height: 25px; }
}
.iq-icon-box.iq-icon-box-style-1:after { background: url(../images/top-pattern.png); background-repeat: no-repeat; content: ""; width: 178px; height: 147px; display: inline-block; position: absolute; right: -140px; opacity: 0.4; top: -140px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; z-index: 0; }
.iq-icon-box.iq-icon-box-style-1:hover:after { right: 0; top: 0; }
.pv-container .pv-overlay { display: none !important; }
button.iq-circle-btn ,button:focus{border: none;padding: 8px 20px;outline: none;}
button.iq-circle-btn:before{z-index: -1;}
button.iq-circle-btn:hover{color: #ffffff;}
span.iq-decorated-text { color: #ffffff; }
.iq-circle-btn span{font-weight:600;}
.iq-popup-video img{width: 100%;}
.deatils-social .share-tags { display: inline-block;}
.deatils-social .share-tags li { margin-right: 5px; }
.deatils-social .share-tags li:last-child { margin-right: 0px; }
.deatils-social .share-tags li a { text-decoration: none; padding: 5px; border-radius: 10px; font-size: 12px; background: transparent;
    border: 1px solid rgb(104 104 104 / 33%); }
.iq-circle-btn.text-white span { color: #ffffff; }
.iq-circle-btn.text-white svg{ stroke: #ffffff; }

