/*
Template: Enerzee - Renewable Energy WordPress Landing Page
Author: iqonic.design
Version: 1.4.1
Design and Developed by: iqonic.design/

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  ]
================================================

:: General
:: Transition
:: Clearing floats
:: Back to Top
:: Loader
:: Box layout
:: Buttons
:: Section Title
:: Background Overlay Color
:: counter
:: OWL Carousel
:: Clients
:: 404 Page
:: Frequently Asked Questions
:: List
:: Tab
:: Pricing Plan
:: Testimonial
:: Team
:: Contact Us
:: contact box
:: Video Section
:: Subscribe Now
:: Progress Bar
:: Image Overlay
:: Feature Circle
:: Elementor
:: Background images
:: Recent News side widget
:: Tab style
:: Progress Bar
:: Counter
:: Portfolio
:: Portfolio style-one
:: Slick Slider
:: Box-effect style one( Feature box one)
:: Circle Effect
:: Dummy data
:: Header
:: Footer
:: Services (Fancybox)

======================================
[ End table content ]
======================================*/

/*---------------------------------------------------------------------
                              General
-----------------------------------------------------------------------*/
:root {
	--primary-color: #4daf40;
	--secondary-color: #1f2332;
	--text-color: #7a7d86;
	--white-color: #ffffff;
	--portfolio-before-color : rgba(77, 175, 64, 0.9);
    --portfolio-after-color : rgba(77, 175, 64, 0.9);
    --list-wrapper-color:rgba(76, 175, 64, 0.8);

    --white-light-color:#eff1fe;
    --grey-color: #F6F6F6;
    --border-color: #e7e3e3;


   
  }
*::-moz-selection { background: var(--primary-color); color: var(--white-color); text-shadow: none; }
::-moz-selection { background: var(--primary-color); color: var(--white-color); text-shadow: none; }
::selection { background: var(--primary-color); color: var(--white-color); text-shadow: none; }
html, body { overflow: inherit !important; }
body { font-family: 'Roboto', sans-serif; font-size: 1rem; font-weight: normal; line-height: 2; color: var(--text-color); 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: var(--text-color); }
a:focus { text-decoration: none !important; }
a, .button, input { outline: medium none !important; color: var(--primary-color); }
h1, h2, h3, h4, h5, h6 { font-family: 'Lexend Deca', sans-serif; color: var(--secondary-color); 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.563em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
.container, body .elementor-section.elementor-section-boxed>.elementor-container { max-width: 1300px; }
.sf-content:after { display: block; clear: both; content: ""; }

/* HTML Tags */
a { color: var(--primary-color); outline: none; }
a:focus, a:hover { color: var(--primary-color); outline: none; }
ins { background: #fff9c0; text-decoration: none; }
img { max-width: 100%; height: auto; }
pre { background: #f6f6f6; padding: 15px; border: 1px solid #f6f6f6; }
hr { margin: 0; padding: 0px; border-bottom: 1px solid var(--border-color); border-top: 0px; }
blockquote { background: #f6f6f6; padding: 15px 30px; border: 1px solid #f6f6f6; border-radius: 5px; border-left: 5px solidvar(--primary-color); margin-bottom: 30px; }
blockquote cite { font-family: 'Muli', sans-serif; font-weight: 800; }
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: var(--primary-color); }
blockquote span.text-right { text-align: right; display: block; color: var(--primary-color); }
p { margin-bottom: 30px; }
footer .footer-top, footer .footer-top .widget ul li a, footer .calendar_wrap caption { color: var(--white-color); }

/*----------------------------------------------------------------------
                               Transition
-----------------------------------------------------------------------*/
i { font-style: normal; }
.elementor-widget-heading p.elementor-heading-title { font-weight: normal !important; line-height: 2em !important; }
.flaticon::before { font-size: 35px; }
.button-link i, .button-link, footer.footer-one ul.iq-contact li i, .iq-style-one-services:hover a.bttn-link i, .iq_background_list_wrapper .iq_background_list_column .iq-background-details, .iq-portfolio:before, .iq_background_list_wrapper .button, .iq-client .owl-carousel .iq-client-img img:hover { 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; right: 0 }

/* 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 var(--border-color); width: 100%; margin-bottom: 20px; }
table td, table th { border: 1px solid var(--border-color); padding: 5px 8px; text-align: center; }

/* Form */
label { color: var(--secondary-color); 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: 51px; line-height: 48px; background: #f6f6f6; border: 1px solid #f6f6f6; color: var(--text-color); 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: 5px; -moz-border-radius: 5px; border-radius: 5px; }
select { border: 2px solid var(--secondary-color); background: var(--white-color); line-height: 48px; height: 48px; padding: 0 10px; width: 100%; color: var(--text-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
textarea { background: #f6f6f6; padding: 0 15px; height: 150px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
input:focus, input[type=text]:focus, input[type=email]:focus, input[type=search]:focus, input[type=password]:focus, textarea:focus, select:focus { border-color: var(--primary-color); 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] { color: var(--white-color); background: var(--primary-color); cursor: pointer; margin-bottom: 0; height: auto; padding: 8px 32px; 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; }
input[type=submit]:hover, .contact-form .cfield input[type=submit]:hover { color: var(--white-color); background: var(--primary-color); outline: none; }
input[type=checkbox] { width: auto; margin-right: 10px; line-height: 2; height: 32px; }
.comments-area blockquote { background: var(--white-color); }
.comments-area table td, .comments-area table th { border: 1px solid var(--secondary-color); }
.wp-block-button__link { padding: 8px 32px; 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; }
.wp-block-calendar tfoot a { color: var(--primary-color); }
.home.blog .content-area .site-main { padding: 100px 0; }
.content-area .site-main { padding: 100px 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: ""; }

/*---------------------------------------------------------------------
                             Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top { z-index: 999; position: fixed; margin: 0px; color: var(--white-color); background: var(--primary-color); position: fixed; bottom: 30px; right: 25px; z-index: 999; font-size: 26px; width: 50px; height: 50px; text-align: center; line-height: 50px; border-radius: 5px; -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: var(--secondary-color); color: var(--white-color); -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: var(--white-color); z-index: 9999; }
#loading img { width: 160px; }

/*---------------------------------------------------------------------
							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; }

/*----------------------------------------------------------------------
                               Buttons
-----------------------------------------------------------------------*/
.button, [type=submit] { 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: var(--white-color); padding: 8px 32px; border: none; position: relative; display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: var(--primary-color); }
.button:hover, .button:focus, [type=submit]:hover, [type=submit]:focus { text-decoration: none; color: var(--white-color); background: var(--secondary-color); }
.blue-button { background: var(--secondary-color); }
.blue-button:hover, .blue-button:focus { background: var(--primary-color); }

/* Request Button */
.request-btn a { color: var(--white-color); padding: 5px 20px; border: none; position: relative; display: inline-block; background: var(--primary-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.request-btn a:hover, .request-btn a:focus { text-decoration: none; color: var(--white-color); background: var(--secondary-color); }

/* Button Simpal */
.button-link { color: var(--primary-color); position: relative; }
.button-link:hover i { right: -5px; color: var(--secondary-color); }
.button-link i { margin-left: 10px; vertical-align: middle; position: relative; color: var(--primary-color); }
.button-link:hover { color: var(--secondary-color); text-decoration: none; }
.iq-video { border: 1px solid var(--white-color); display: inline-block; width: 75px; height: 75px; text-align: center; font-size: 24px; color: var(--primary-color) !important; border-radius: 100% !important; line-height: 75px; background-color: var(--white-color) !important; }
.iq-video:hover { color: var(--white-color) !important; background-color: var(--primary-color) !important; border-color: var(--primary-color); }
.video-play i { color: var(--white-color); }
.wp-block-button { margin-bottom: 30px; }
.wp-block-button__link, .wp-block-file a.wp-block-file__button { color: var(--white-color); background: var(--primary-color); }
.wp-block-button__link:hover, .wp-block-file a.wp-block-file__button:hover { background: var(--secondary-color); }
.is-style-outline .wp-block-button__link { border-color: var(--primary-color); color: var(--primary-color); }
.is-style-outline .wp-block-button__link:hover { border-color: var(--secondary-color); color: var(--secondary-color) !important; background: transparent; }
.wp-block-cover.has-background-dim { color: var(--white-color); }

/*---------------------------------------------------------------------
                         Section Title
-----------------------------------------------------------------------*/
.title-box span { font-weight: bold; color: var(--primary-color); display: inline-block; vertical-align: middle; font-size: 14px; position: relative; padding-left: 45px; letter-spacing: 4px; text-transform: uppercase; }
.title-box .title { margin-bottom: 0; }
.title-box p { margin-top: 0; margin-bottom: 0; }
.title-box span:before { content: ""; position: absolute; width: 30px; height: 2px; background: var(--primary-color); top: 0; left: 0; bottom: 0; margin: auto 0; }

/* Title Box Text Left*/
.title-box.text-center p { margin: 0; }

/*---------------------------------------------------------------------
                         Background Overlay Color
-----------------------------------------------------------------------*/
.iq-background-overlay { background-repeat: repeat; display: block; height: 100%; left: 0; position: absolute !important; top: 0; width: 100%; z-index: 0; background: var(--primary-color); background: rgba(117, 205, 111, 1); background: -moz-linear-gradient(left, rgba(117, 205, 111, 1) 0%, rgba(36, 38, 43, 1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(117, 205, 111, 1)), color-stop(100%, rgba(36, 38, 43, 1))); background: -webkit-linear-gradient(left, rgba(117, 205, 111, 1) 0%, rgba(36, 38, 43, 1) 100%); background: -o-linear-gradient(left, rgba(117, 205, 111, 1) 0%, rgba(36, 38, 43, 1) 100%); background: -ms-linear-gradient(left, rgba(117, 205, 111, 1) 0%, rgba(36, 38, 43, 1) 100%); background: linear-gradient(to right, rgba(117, 205, 111, 1) 0%, rgba(36, 38, 43, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary-color)', endColorstr='var(--primary-color)', GradientType=1); }
.bg_violate { background: var(--secondary-color); }
.bg_blue { background: #75e8f0; }
.bg_orange { background: var(--primary-color); }
.iq-bg-over { position: relative; }
.iq-over-dark-10:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; background: rgb(239, 241, 254, 0.1); display: block !important; }
.iq-over-dark-20:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; background: rgb(239, 241, 254, 0.2); display: block !important; }
.iq-over-dark-30:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; background: rgb(239, 241, 254, 0.3); display: block !important; }
.iq-over-dark-40:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; background: rgb(239, 241, 254, 0.4); display: block !important; }
.iq-over-dark-50:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; background: rgb(239, 241, 254, 0.5); display: block !important; }
.iq-over-dark-60:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; background: rgb(239, 241, 254, 0.6); display: block !important; }
.iq-over-dark-70:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; background: rgb(239, 241, 254, 0.7); display: block !important; }
.iq-over-dark-80:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; background: rgb(0, 0, 0, 0.8); display: block !important; }
.iq-over-dark-85:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; background: rgb(239, 241, 254, 0.85); display: block !important; }
.iq-over-dark-90:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; background: rgb(31, 35, 50, 1); display: block !important; }
.iq-over-dark-95:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; background: rgb(239, 241, 254, 0.95); display: block !important; }

/*--------------------------------------------------------------
                      counter
--------------------------------------------------------------*/
.iq-counter { text-align: center; margin-bottom: 30px; }
.iq-counter .timer { font-size: 45px; line-height: 60px; font-family: 'Lexend Deca', sans-serif; color: var(--secondary-color); font-weight: bold; margin-bottom: 10px; display: inline-block; }
.iq-counter .iq-icon { margin-bottom: 15px; }
.iq-counter .counter-content .iq-counter-info { margin-bottom: 0; }
.iq-counter .counter-content .iq-counter-info span { display: inline-block; }
.iq-counter .counter-content .iq-counter-info span.icon { color: #4bd9ec; font-weight: 900; font-size: 32px; }
.iq-counter .counter-content  h5 { color: var(--secondary-color); }

/*---------------------------------------------------------------------
                            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: bold; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width: 45px; height: 45px; line-height: 45px; padding-left: 0px; display: inline-block; color: var(--white-color); background: var(--secondary-color); 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: var(--primary-color); color: var(--white-color); }
body.boxed_layout .owl-carousel .owl-nav .owl-prev { left: -10px; }
body.boxed_layout  .owl-carousel .owl-nav .owl-next { right: -10px; }

/* Dots */
.owl-carousel .owl-dots.disabled { display: none; }
.owl-carousel .owl-dots { margin-top: 30px; line-height: normal; 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: #c4c4c4; display: inline-block; border-radius: 5px; padding: 0; margin: 0px 3px; height: 10px; width: 10px; border: 1px solid #c4c4c4; 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 { background: var(--primary-color); border: 1px solid var(--primary-color); }
.owl-carousel .owl-dots .owl-dot.active { background: var(--primary-color); border: 1px solid var(--primary-color); }

/*---------------------------------------------------------------------
                             Clients
-----------------------------------------------------------------------*/
.owl-carousel .owl-item .clients-box img { cursor: pointer; width: 75%; -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */ filter: grayscale(100%); /* FF 35+ */ }
.owl-carousel .owl-item .clients-box  img:hover { transition: filter .5s ease-in-out; -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */ filter: grayscale(0%); /* FF 35+ */ }
.iq-client { position: relative; text-align: center; }
.iq-client .owl-carousel .iq-client-img:hover { opacity: 1; background: var(--primary-color); }
.iq-client .owl-carousel .iq-client-img { padding: 45px; }
.iq-client .owl-carousel .iq-client-img a { position: relative; display: inline-block; vertical-align: middle; overflow: hidden; }
.iq-client .owl-carousel .iq-client-img  img { width: auto; margin: 0 auto; }
.client-info .sub-title { font-weight: 500; font-size: 14px; }

/*---------------------------------------------------------------------
                         404 Page
-----------------------------------------------------------------------*/
.error-404 { text-align: center; }
.error-404 .big-text { font-size: 240px; font-family: 'Lexend Deca', sans-serif; line-height: 240px; color: var(--primary-color); font-weight: bold; }
.error-404 h4 { margin: 0 0 15px; }
.error-404 .search-form { display: inline-block; margin-top: 30px; width: 285px }

/*---------------------------------------------------------------------
                  Frequently Asked Questions
-----------------------------------------------------------------------*/
.iq-faq { z-index: 9; position: relative; }
.iq-faq .iq-faq-title i { font-size: 24px; color: var(--secondary-color); line-height: normal; position: absolute; left: 0; }
.iq-faq .iq-faq-block.iq-active i { color: var(--white-color); }
.iq-faq .iq-faq-title { position: relative; display: flex; font-family: 'Lexend Deca', sans-serif; padding: 15px 20px; background: #f6f6f6; line-height: normal; cursor: pointer; text-align: left; color: var(--white-color); font-weight: bold; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.iq-faq .iq-faq-title h5 { font-size: 18px; padding-left: 30px; font-weight: normal; }
.iq-faq .iq-faq-block.iq-active .iq-faq-title { background-color: var(--primary-color); border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.iq-faq .iq-faq-block.iq-active .iq-faq-title  h5 { color: var(--white-color); }
.iq-faq .iq-faq-block.iq-active { background: var(--white-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.iq-faq .iq-faq-title .iq-faq-icon { display: none; color: var(--primary-color); float: right; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }
.iq-faq .iq-faq-block.iq-active .iq-faq-title .iq-faq-icon { transform: rotate(90deg); }
.iq-faq .iq-faq-details { display: none; text-align: left; padding: 15px 30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: var(--white-color); background: var(--white-color); }
.iq-faq .iq-faq-details p { margin-bottom: 0; }
.iq-faq .iq-faq-block { margin-bottom: 30px; border: 1px solid #f6f6f6; border-radius: 5px; padding: 0  0 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.iq-faq .iq-faq-block:last-child { margin-bottom: 0; }
.iq-faq .iq-faq-block.iq-active .iq-faq-title:before { content: "\f2f4"; font-family: "Ionicons"; color: var(--white-color); }
.iq-faq .iq-faq-title:before { cursor: pointer; content: "\f2c7"; font-family: "Ionicons"; position: absolute; top: 15px; right: 20px; display: block; color: var(--secondary-color); font-size: 22px; line-height: normal; font-weight: normal; -webkit-transition: all 0.25s ease-in-out 0s; -moz-transition: all 0.25s ease-in-out 0s; transition: all 0.25s ease-in-out 0s; }

/*---- Portfolio 04  ----*/
.iq-portfolio { overflow: hidden; position: relative; }
.iq-portfolio img { -webkit-transition: -webkit-transform 0.4s; -moz-transition: -moz-transform 0.4s; transition: transform 0.4s; }
.iq-portfolio:hover img { -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); }
.iq-portfolio-content { position: absolute; top: 0; left: 0; color: var(--white-color); width: 100%; top: auto; bottom: 0; opacity: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s; -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s; transition: transform 0.4s, opacity 0.1s 0.3s; }
.iq-portfolio-content h6 { color: var(--white-color); }
.iq-portfolio-content h6 a:hover { color: var(--primary-color); text-decoration: none; }
.iq-portfolio-content ul { margin: 0; padding: 0; }
.iq-portfolio-content ul li { margin: 0 5px 0 0; padding: 0; display: inline-block; float: left; font-size: 14px; text-transform: capitalize; }
.iq-portfolio:hover .iq-portfolio-content { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); -webkit-transition: -webkit-transform 0.4s, opacity 0.1s; -moz-transition: -moz-transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s; }

/*---- Portfolio Details  ----*/
.iq-portfolio-image { text-align: center; }
.portfolio-meta, .share ul { margin: 0; padding: 0; display: inline-block; width: 100%; margin: 0 0 30px; }
.portfolio-meta li, .share ul li { list-style-type: none; }
.portfolio-meta li .lead { font-family: 'Lexend Deca', sans-serif; color: var(--secondary-color); font-weight: 800; }
.share ul li { display: inline-block; float: left; margin-right: 10px; }
.share ul li a { height: 45px; width: 45px; border-radius: 5px; display: inline-block; background: var(--secondary-color); color: var(--white-color); text-align: center; line-height: 45px; }
.share ul li a:hover { background: var(--primary-color); color: var(--white-color); }

/*------------------------------------------------------------------
                   List
------------------------------------------------------------------*/
ul.list-column-two { columns: 2; -webkit-columns: 2; -moz-columns: 2; list-style: none; padding: 0; }
ul.list-column-one { list-style: none; padding: 0; }
ul.list-column-one li { position: relative; }
ul.list-column-one li i { position: absolute; top: 0px; font-size: 20px; line-height: 1.5em; }
ul.list-column-one li span { padding-left: 30px; display: inline-block; }
ul.list-column-three { columns: 3; -webkit-columns: 3; -moz-columns: 3; list-style: none; padding: 0; }
ul.list-column-four { columns: 4; -webkit-columns: 4; -moz-columns: 4; list-style: none; padding: 0; }
ul.list-column-two i, ul.list-column-three i, ul.list-column-four i { margin-right: 10px; }
.iq-list { margin: 0 0 30px 0; padding: 0; display: inline-block; width: 100%; }
.iq-list li { margin-bottom: 15px; list-style: none; }
.iq-list li:last-child { margin-bottom: 0; }
.iq-list li i { float: left; font-size: 24px; margin-top: 5px; margin-right: 15px; color: var(--primary-color); }
.iq-list li span { display: table-cell; }
.our-project ul.iq-list { margin-bottom: 0; }
.our-project ul.iq-list li { float: left; width: 50%; }
.our-project .iq-list li i, .our-project .iq-list li span { color: var(--secondary-color); font-weight: bold; }
.our-project .iq-list li:hover i, .our-project .iq-list li:hover span { color: var(--primary-color); }

/*------------------------------------------------------------------
                   Tab
------------------------------------------------------------------*/
.iq-amazing-tab .tab-content section { display: none; }
.iq-amazing-tab .tab-content section.active { display: block; }
.iq-amazing-tab .nav-tabs .nav-link i { font-size: 20px; margin: 0 0.4em 0 0; }
.iq-amazing-tab .nav-tabs { background: var(--white-color); position: relative; width: 100%; margin-bottom: 15px; border: 1px solid rgba(0, 0, 0, 0.06); padding: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.iq-amazing-tab .nav-tabs .nav-link { overflow: visible; position: relative; border: 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; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.iq-amazing-tab .nav-tabs li { text-align: center; font-weight: bold; vertical-align: middle; display: block; margin: 0; width: 33.33%; }
.iq-amazing-tab .nav-tabs li .nav-link { color: var(--text-color); }
.iq-amazing-tab .nav-tabs li .nav-link.active, .iq-amazing-tab .nav-tabs li .nav-link:hover { background: var(--primary-color); color: var(--white-color); -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); }
.iq-amazing-tab .nav-tabs li:last-child { margin-right: 0; }
.tab-content p { margin-bottom: 0; }

/*---------------------------------------------------------------------
                  Pricing Plan
-----------------------------------------------------------------------*/

/*style1*/
.iq-enerzee-price { border-radius: 5px; }
.iq-enerzee-price .iq-price-info { padding: 30px; background: var(--secondary-color); -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.iq-enerzee-price.active .iq-price-info { background: var(--primary-color); }
.iq-enerzee-price .iq-enerzee-price-info { padding: 30px 45px; text-align: left; list-style: none; margin-bottom: 0; width: 100%; display: block; }
.iq-enerzee-price { background: var(--white-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; 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; box-shadow: 2.088px 14.854px 30px 0px rgba(0, 0, 0, 0.06); }
.iq-enerzee-price .iq-price-info .title, .iq-enerzee-price .iq-price-info .sub-title { color: var(--white-color); }
.iq-enerzee-price .iq-price-info .sub-title { margin-bottom: 0; }
.iq-enerzee-price .iq-price-info .title { margin-bottom: 0; font-size: 18px; letter-spacing: 4px; text-transform: uppercase; }
.iq-enerzee-price .iq-price-info .price { color: var(--white-color); line-height: normal; margin: 15px 0 0; }
.iq-enerzee-price .iq-enerzee-price-info li { list-style: none; line-height: 45px; }
.iq-enerzee-price .iq-enerzee-price-info li i { float: right; font-size: 24px; line-height: normal; }
.iq-enerzee-price .button { margin-bottom: 30px; }
.iq-enerzee-price.active, .iq-enerzee-price:hover { background: var(--white-color); color: var(--secondary-color); 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-enerzee-price.active .iq-price-info .title, .iq-enerzee-price.active .iq-price-info .sub-title, .iq-enerzee-price.active .iq-price-info .price { color: var(--white-color); }
.iq-enerzee-price.active .button:hover.iq-enerzee-price.active .button:focus, .iq-enerzee-price:hover .button:hover.iq-enerzee-price:hover .button:focus { background: var(--secondary-color); color: var(--white-color); }

/* .iq-enerzee-price.active::before { background: url("../images/icons/price.png"); content: ""; position: absolute; right: 30px; top: -1px; height: 55px; width: 57px; } */

/*style 2*/
.iq-enerzee-price-2 { float: left; width: 100%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.iq-enerzee-price-2 .iq-price-info { padding: 30px; border-bottom: 1px solid #ebedf7; }
.iq-enerzee-price-2 .iq-price-info .title { margin-bottom: 15px; }
.iq-enerzee-price-2 .button { margin-bottom: 30px; }
.iq-enerzee-price-2 .iq-price-info .title-sub { display: none; }
.iq-enerzee-price-2 .iq-price-info .price { font-size: 48px; line-height: 60px; margin-bottom: 0px; }
.iq-enerzee-price-2 .iq-price-info .sub-title { margin-bottom: 0; }
.iq-enerzee-price-2 .iq-enerzee-price-info { padding: 30px 45px; text-align: left; list-style: none; margin-bottom: 0; float: left; width: 100%; display: block; }
.iq-enerzee-price-2 .iq-enerzee-price-info li i { float: right; font-size: 24px; line-height: normal; }
.iq-enerzee-price-2 .iq-enerzee-price-info li i.enable { color: var(--primary-color); }
.iq-enerzee-price-2 .iq-enerzee-price-info li { float: left; clear: both; width: 100%; margin-bottom: 20px; }
.iq-enerzee-price-2 .iq-enerzee-price-info li:last-child { margin-bottom: 0; }
.iq-enerzee-price-2 .iq-enerzee-price-info li  span { float: left; }
.iq-enerzee-price-2.active { border-bottom: 2px solid var(--primary-color); background: var(--white-color); -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); 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-enerzee-price-2.active .iq-price-info .title-sub { display: block; margin-bottom: 30px; color: var(--primary-color); }
.iq-enerzee-price-2 .button { display: inline-block; vertical-align: middle; margin-bottom: 0px; }
.iq-enerzee-price-2.active .button { margin-bottom: 45px; }

/*style3*/
.iq-enerzee-price-3 { margin-top: 0; background: var(--white-color); padding: 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: relative; -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); }
.iq-enerzee-price-3 .iq-price-info { padding: 45px 30px; border-bottom: 1px solid #ebedf7; }
.iq-enerzee-price-3 .iq-price-info .title { color: var(--secondary-color); }
.iq-enerzee-price-3 .iq-price-info .price { color: var(--primary-color); font-size: 60px; line-height: normal; }
.iq-enerzee-price-3 .iq-price-info .price span.sub-title { font-size: 16px; color: var(--text-color); font-weight: normal; }
.iq-enerzee-price-3 .iq-enerzee-price-info li { list-style: none; line-height: 45px; }
.iq-enerzee-price-3 .iq-price-info .title { margin-bottom: 15px; }
.iq-enerzee-price-3 .iq-enerzee-price-info { padding: 30px 45px; }
.iq-enerzee-price-3 .button { margin-bottom: 45px; }
.iq-enerzee-price-3.active { margin-top: 0; }
.iq-enerzee-price-3.active { background: var(--secondary-color); color: var(--white-color); 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-enerzee-price-3.active .iq-price-info .title, .iq-enerzee-price-3.active .iq-price-info .sub-title, .iq-enerzee-price-3.active .iq-price-info .price, .iq-enerzee-price-3.active .iq-price-info .price span.sub-title { color: var(--white-color); }
.iq-enerzee-price-3.active .button { background: var(--white-color); color: var(--primary-color); }
.iq-enerzee-price-3.active .button:hover.iq-enerzee-price-3.active .button:focus { background: var(--primary-color); color: var(--white-color); }
.iq-enerzee-price.style-three .iq-price-info { position: relative; }
.iq-enerzee-price.style-three .img-effect { position: absolute; left: 0; bottom: 0; margin-bottom: 0 !important; }

/*pricing tab*/
.pricing-tab { border: none; display: inline-block; background: var(--white-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width: auto; margin-top: 45px; }
.pricing-tab li { display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.pricing-tab li .nav-link { color: var(--primary-color); background: var(--white-color); border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 8px 32px; }
.pricing-tab li .nav-link.active { background: var(--primary-color); color: var(--white-color); }
#iq-enerzee-price  .tab-content .iq-enerzee-price { text-align: center; margin-top: 0; padding: 30px 75px; }
#iq-enerzee-price .tab-content .iq-enerzee-price ul { padding: 0; }
#iq-enerzee-price  .tab-content .iq-enerzee-price li { list-style: none; line-height: 45px; }
#iq-enerzee-price  .tab-content .iq-enerzee-price li::before { content: "-"; margin-right: 5px; }
#iq-enerzee-price  .tab-content>.active .iq-enerzee-price { margin: 0; }
#iq-enerzee-price  .tab-content>.active .iq-enerzee-price .iq-price-info .price, #iq-enerzee-price  .tab-content .iq-enerzee-price:hover .iq-price-info .price { color: var(--white-color); }
#iq-enerzee-price  .tab-content>.active .iq-enerzee-price { background: var(--primary-color); color: var(--white-color); 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-enerzee-price  .tab-content>.active .iq-enerzee-price .iq-price-info .title, #iq-enerzee-price  .tab-content>.active .iq-enerzee-price .iq-price-info .sub-title { color: var(--secondary-color); }
#iq-enerzee-price  .tab-content>.active .iq-enerzee-price .button { background: var(--white-color); color: var(--secondary-color); }
#iq-enerzee-price  .tab-content>.active .iq-enerzee-price .button:hover, #iq-enerzee-price  .tab-content>.active .iq-enerzee-price .button:focus { background: var(--secondary-color); color: var(--white-color); }
#iq-enerzee-price  .tab-content>.active .iq-enerzee-price::before { background: url("../images/icons/price.png"); content: ""; position: absolute; right: 30px; top: -1px; height: 55px; width: 57px; }
#iq-enerzee-price .tab-content>.tab-pane { display: inline-block; position: absolute; left: 40%; top: 60px; }
#iq-enerzee-price  .tab-content .iq-enerzee-price { box-shadow: none; }
#iq-enerzee-price  .tab-content>.active { transform: scale(1.1); position: relative; z-index: 1; left: 0; top: 0; margin: 60px 0; }

/*---------------------------------------------------------------------
                             Testimonial
-----------------------------------------------------------------------*/
.iq-testimonial { padding: 0 20%; text-align: center; }
.owl-carousel .iq-testimonial .iq-testimonial-img img { background: #fff1ef; padding: 20px; margin: 0 auto 30px; height: 142px; width: 142px; display: inline-block; border-radius: 5px; }
.iq-testimonial  .sub-title { font-size: 14px; font-weight: bold; }
.iq-testimonial  .iq-testimonial-info p { font-size: 20px; line-height: 40px; }
.iq-testimonial .iq-testimonial-user { color: var(--text-color); }
.iq-testimonial .iq-testimonial-user .iq-designation { font-weight: normal; font-size: 16px; color: var(--primary-color); }

/*--------------------------------------------------------------
                               Team
--------------------------------------------------------------*/
.iq-team { border: 1px solid #f6f6f6; margin: 0px; position: relative; overflow: hidden; text-align: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.iq-team-slider { margin: 0 -15px; }
.iq-team .iq-team-info { padding: 15px; background: #f6f6f6; z-index: 2; -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; position: relative; }
.iq-team .iq-team-info  span { font-weight: normal; font-size: 14px; color: var(--text-color); }
.iq-team .iq-team-img .share { position: absolute; bottom: -60px; }
.iq-team:hover .share { bottom: 20px; }
.iq-team .share { padding-top: 0; right: 0; margin-top: 15px; left: 0; background: none; text-align: center; width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.iq-team .share ul li { margin-right: 0px; display: inline-block; float: none; vertical-align: middle; }
.iq-team .share ul li:last-child { margin-right: 0; }
.iq-team .share ul li a { color: var(--white-color); position: relative; width: 45px; height: 45px; line-height: 45px; text-decoration: none; background: var(--secondary-color); font-size: 14px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.iq-team .share ul li a i { vertical-align: middle; }
.iq-team .share ul li a:hover { background: var(--primary-color); color: var(--white-color); -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(-2px); }
.iq-team .iq-team-img { position: relative; overflow: hidden; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.iq-team .iq-team-img img { width: 100%; }
.iq-team .share ul { list-style: none; padding: 0; margin: 0; }
.iq-team:hover .iq-team-info h5 { color: var(--primary-color); text-decoration: none; }
.iq-team-slider .owl-carousel{padding: 0 15px;}

/*team2*/
.iq-team2 .iq-team-img { text-align: center; margin: 0 auto; border: 2px solid var(--secondary-color); border-radius: 100%; height: 262px; width: 262px; padding: 15px; margin-bottom: 15px; }
.owl-carousel .owl-item .iq-team2  img { width: auto; height: 100%; margin: 0 auto; }
.iq-team2 .share { position: relative; bottom: 0; margin-top: 15px; }
.iq-team2  .share ul li { float: none; }
.iq-team2 .share ul li::last-child { margin-right: 0; }
.iq-team2:hover .iq-team-info h5 { color: var(--primary-color); }
.iq-team2 .team-post { font-weight: bold; font-size: 14px; }

/*---------------------------------------------------------------------
                             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; }

/*---------------------------------------------------------------------
								contact box
-----------------------------------------------------------------------*/
.contact-box .contact-detail { padding-left: 0px; }
.contact-box .contact-detail h4 { margin-bottom: 10px; }
.contact-box { margin-bottom: 30px; position: relative; display: flex; }
.contact-box:last-child { margin-bottom: 0px; }
.contact-box i { font-size: 25px; display: inline-block; width: 60px; height: 60px; background: var(--primary-color); line-height: 60px; text-align: center; position: relative; color: var(--white-color); left: 0; z-index: 1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.contact-box .iq-icon { margin-right: 15px; }
.contact-box .contact-detail ul li a, .contact-box .contact-detail p { line-height: 1.5; color: var(--text-color); text-decoration: none; }
.contact-box .contact-detail ul li a:hover { color: var(--primary-color); }
.contact-box .contact-detail ul { padding: 0; }
.contact-box .contact-detail ul li { margin-right: 15px; line-height: 26px; }
.contact-box .contact-detail ul li a i:hover { color: var(--primary-color); }
.contact-box .contact-detail ul li a i { font-size: 18px; color: var(--text-color); background: transparent; display: inline-block; width: auto; position: inherit; }
.contact-box.text-center { display: block; }
.contact-box.text-center .iq-icon { margin-bottom: 15px; margin-right: 0; }
.contact-box.text-right { display: block; }
.contact-box.text-right .iq-icon { margin-left: 30px; float: right; }

/*---------------------------------------------------------------------
                             Video Section
-----------------------------------------------------------------------*/
.video-image { position: relative; }
.play-video-two { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.iq-video-two { background: var(--primary-color); display: inline-block; width: 80px; height: 80px; text-align: center; font-size: 32px; color: var(--white-color); float: left; border-radius: 100%; line-height: 2.6; z-index: 9; position: relative; }
.iq-waves { position: absolute; width: 14rem; height: 14rem; left: -80px; top: -80px; z-index: 2; float: right; }
.iq-waves .waves { position: absolute; width: 384px; width: 15rem; height: 384px; height: 15rem; background: rgba(255, 255, 255, 0.2); 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: var(--secondary-color); padding: 60px 0; margin-bottom: 75px; }
.footer-subscribe .vc_custom_heading { color: var(--white-color); }
.mc4wp-form-fields { position: relative; display: flex; }
.footer-subscribe p { margin-bottom: 0; }
.footer-subscribe .title { color: var(--white-color); }
.elementor-shortcode .mc4wp-form { text-align: center; margin: 0 auto; }
.elementor-shortcode .mc4wp-form input[type=email] { float: none; width: 50%; display: inline-block; }
.elementor-shortcode .mc4wp-form [type=submit] { display: inline-block; margin-left: 30px; }
.elementor-shortcode .mc4wp-form [type=submit] i { margin-right: 10px; }

/*---------------------------------------------------------------------
                         Progress Bar
-----------------------------------------------------------------------*/
.iq-progressbar-box .iq-progressbar-content { margin-bottom: 30px; }
.iq-progressbar-box .iq-progressbar-content:last-child { margin-bottom: 0 }
.progress-value { float: right; border-radius: 0; color: var(--secondary-color); position: relative; bottom: 22px; right: 0; font-weight: bold; font-family: 'Lexend Deca', sans-serif; }
.iq-progress-bar { border-radius: 5px; background: #f5f5f5 none repeat scroll 0 0; box-shadow: 0 0 0; height: 5px; margin: 0; position: relative; width: 90%; margin: 5px 0 0; }
.iq-progress-bar>span { border-radius: 5px; background: var(--primary-color) none repeat scroll 0 0; display: block; height: 100%; width: 0; }
.slide-in-top { -webkit-animation: slide-in-top 1.6s linear infinite alternate backwards; animation: slide-in-top 1.6s linear infinite alternate backwards; }

/*---------------------------------------------------------------------
                 Image Overlay
-----------------------------------------------------------------------*/
.style-2.iq-fadebounce { -webkit-animation-name: fadebounce; -moz-animation-name: fadebounce; -ms-animation-name: fadebounce; -o-animation-name: fadebounce; animation-name: fadebounce; -webkit-animation-duration: 5s; -moz-animation-duration: 5s; -ms-animation-duration: 5s; -o-animation-duration: 5s; animation-duration: 5s; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }
@-moz-keyframes fadebounce {
	0% { -moz-transform: translateY(0); transform: translateY(0); opacity: 1 }
	50% { -moz-transform: translateY(20px); transform: translateY(20px); opacity: 1 }
	100% { -moz-transform: translateY(0); transform: translateY(0); opacity: 1 }
}
@-webkit-keyframes fadebounce {
	0% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1 }
	50% { -webkit-transform: translateY(20px); transform: translateY(20px); opacity: 1 }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1 }
}
@-o-keyframes fadebounce {
	0% { -o-transform: translateY(0); transform: translateY(0); opacity: 1 }
	50% { -o-transform: translateY(20px); transform: translateY(20px); opacity: 1 }
	100% { -o-transform: translateY(0); transform: translateY(0); opacity: 1 }
}
@-ms-keyframes fadebounce {
	0% { -ms-transform: translateY(0); transform: translateY(0); opacity: 1 }
	50% { -ms-transform: translateY(20px); transform: translateY(20px); opacity: 1 }
	100% { -ms-transform: translateY(0); transform: translateY(0); opacity: 1 }
}
@keyframes fadebounce {
	0% { transform: translateY(0); opacity: 1 }
	50% { transform: translateY(20px); opacity: 1 }
	100% { transform: translateY(0); opacity: 1 }
}

/**
* ----------------------------------------
* animation slide-in-top
* ----------------------------------------
*/
@-webkit-keyframes slide-in-top {
	0% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
	100% { -webkit-transform: translateY(10px); transform: translateY(10px); }
}
@keyframes slide-in-top {
	0% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
	100% { -webkit-transform: translateY(10px); transform: translateY(10px); }
}

/*---------------------------------------------------------------------
Feature Circle
-----------------------------------------------------------------------*/
.iq-feature-circle { margin: 0 auto; position: relative; display: inline-block; width: 550px; height: 550px; }
.iq-feature-circle .iq-img::before { content: ""; border: 2px dotted #f6f6f6; -webkit-animation: anti-clockwise 25s linear 100000; animation: anti-clockwise 25s linear 100000; width: 500px; height: 500px; border-radius: 900px; display: inline-block; }
.iq-feature-circle .iq-img { margin: 0 auto; width: 500px; height: 500px; position: relative; transition: all .4s ease; transform-origin: center center }
.iq-feature-circle .circle-bg { width: 100px; text-align: center; position: relative; height: 100px; line-height: 100px; border-radius: 900px; background: #f6f6f6; }
.iq-feature-circle .dot-circle { position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); z-index: -1; }
.iq-feature-circle .effect-circle:before { background: url('../images/wind.png'); width: 440px; height: 403px; display: inline-block; content: ""; }
.iq-feature-circle .effect-circle { width: 440px; height: 403px; border-radius: 900px; -webkit-animation: rotation 30s infinite linear; animation: rotation 30s infinite linear; }
.iq-feature-circle .main-circle { position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; margin-right: -50%; }
.iq-feature-circle .iq-img ul li .feature-info { position: absolute; margin: 0 auto; text-align: center; }
.iq-feature-circle .iq-img ul li .feature-info .feature-img { font-size: 30px; color: var(--white-color); height: 65px; width: 65px; line-height: 65px; border-radius: 5px; background: var(--white-color); text-align: center; margin: 0 auto 5px; box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.1); }
.iq-feature-circle .iq-img ul li:nth-child(1) .feature-info { top: -38px; left: -16px; right: 0; }
.iq-feature-circle .iq-img ul li:nth-child(2) .feature-info { top: 45%; left: -5%; }
.iq-feature-circle .iq-img ul li:nth-child(3) .feature-info { top: 45%; right: -5%; }
.iq-feature-circle .iq-img ul li:nth-child(4) .feature-info { right: 42%; bottom: -4% }
.iq-feature-circle .iq-img ul li:nth-child(5) .feature-info { top: 60%; left: -5%; }
.iq-feature-circle .iq-img ul li:nth-child(6) .feature-info { top: 92%; left: 45%; }
.iq-feature-circle .iq-img ul li .feature-info .circle-info { width: 60px; height: 60px; background: #f6f6f6; border-radius: 90px; padding-top: 5px; display: inline-block; }
@-webkit-keyframes rotation {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(359deg); }
}
@keyframes circle {
	0% { transform: rotate(0deg) }
	15% { transform: rotate(2deg) }
	33% { transform: rotate(4deg) }
	66% { transform: rotate(2deg) }
	100% { transform: rotate(0deg) }
}

/*----------------------------------------
    animation rotate-center
  ----------------------------------------*/
@-webkit-keyframes rotate-center {
	0% { -webkit-transform: rotate(0); transform: rotate(0); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rotate-center {
	0% { -webkit-transform: rotate(0); transform: rotate(0); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes anti-clockwise {
	0% { -webkit-transform: rotate(0); transform: rotate(0); }
	100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }
}
@keyframes anti-clockwise {
	0% { -webkit-transform: rotate(0); transform: rotate(0); }
	100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }
}

/* ------------------------------
Elementor
---------------------------------*/
.elementor-section.elementor-section-boxed.bg_white>.elementor-container { background: var(--white-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -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); padding: 60px; }
.elementor img.sign-img { margin-top: -30px; }
#wave canvas { width: 100% !important; }
.elementor .left_img img { max-width: 120%; }
.white_bg::before { content: ""; background: var(--white-color); width: 100%; height: 100px; position: absolute; left: 0; bottom: 0; }

/*---------------------------------------------------------------------
         Background images
-----------------------------------------------------------------------*/
.iq_background_list_wrapper { position: relative; width: 100%; overflow: hidden; display: flex; background: #000 }
.iq_background_list_column { min-height: 80vh }
.iq_background_list_wrapper .iq_background_list_column { min-height: 700px; -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; position: relative; z-index: 2; border-right: 1px solid rgba(255, 255, 255, .4); }
.iq_background_list_wrapper .iq_background_list_column.hover { opacity: 1; background:var(--list-wrapper-color); backdrop-filter: saturate(90%) blur(5px); }
.iq_background_list_wrapper .iq_background_list_column.last { border-right: 0 }
.iq_background_list_wrapper.one_columns .iq_background_list_column { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% }
.iq_background_list_wrapper.two_columns .iq_background_list_column { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% }
.iq_background_list_wrapper.three_columns .iq_background_list_column { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33% }
.iq_background_list_wrapper.four_columns .iq_background_list_column { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% }
.iq_background_list_wrapper .iq_background_list_column .iq_background_list_content { display: flex; height: 100%; padding: 45px 30px; flex-direction: column; justify-content: flex-end; color: var(--white-color) }
.iq_background_list_wrapper .iq_background_list_column .iq_background_list_content h4 { color: var(--white-color) }
.iq_background_list_wrapper .iq_background_img, .iq_background_list_wrapper .iq_background_list_overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 0; overflow: hidden; opacity: 0.5; background: #000000; }
.iq_background_list_wrapper .iq_background_img { visibility: hidden; opacity: 0; transition: all 1s }
.iq_background_list_wrapper .iq_background_img.hover { opacity: 1; visibility: visible; -ms-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05) }
.iq_background_list_wrapper .iq_background_img img { width: 100% !important; height: 100% !important; object-fit: cover }
.iq_background_list_wrapper .iq_background_list_column:hover .iq_background_list_link, .iq_background_list_wrapper .iq_background_list_column.hover .iq_background_list_link { max-height: 100%; opacity: 1; overflow: visible }
.iq_background_list_wrapper .iq_background_list_content .iq_background_list_link { overflow: hidden; transform: scaleY(0); transform-origin: bottom; transition: transform .3s ease; max-height: 0; -moz-transform: translateY(10px); -ms-transform: translateY(10px); -webkit-transform: translateY(10px); transform: translateY(10px); }
.iq_background_list_wrapper .iq_background_list_content .iq_background_list_title { transition: transform .3s ease; -moz-transform: translateY(10px); -ms-transform: translateY(10px); -webkit-transform: translateY(10px); transform: translateY(10px); }
.iq_background_list_wrapper .iq_background_list_column.hover   .iq_background_list_title, .iq_background_list_wrapper .iq_background_list_column:hover   .iq_background_list_title { -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -webkit-transform: translateY(-40px); transform: translateY(-40px); }
.iq_background_list_wrapper .iq_background_list_column.hover .iq_background_list_link, .iq_background_list_wrapper .iq_background_list_column:hover .iq_background_list_link { max-height: 100%; transform: scaleY(1); overflow: visible; -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -webkit-transform: translateY(-20px); transform: translateY(-20px); }
.iq_background_list_wrapper .iq_background_list_column.hover .button, .iq_background_list_wrapper .iq_background_list_column:hover .button { bottom: 0; }
.iq_background_list_wrapper .button { background: var(--secondary-color); position: absolute; bottom: -70px; border-radius: 0; width: 100%; text-align: center; }
.iq-background-details { bottom: -39%; position: relative; }
.iq_background_list_wrapper .button:hover { background: var(--primary-color); color: var(--white-color); }
.iq_background_list_wrapper .iq_background_list_column.hover .iq-background-details { bottom: 0%; }

/* .iq_background_list_wrapper .iq_background_list_column .iq-background-details { top: 66%; } */
.iq_background_list_wrapper .iq_background_list_column i { font-size: 45px; color: var(--white-color); margin-bottom: 15px; display: inline-block; line-height: normal; }
.iq_background_list_wrapper .iq_background_list_column i:before { font-size: 62px }
.iq_background_list_wrapper .iq_background_list_column .title-color { color: var(--white-color) }

/*---------------------------------------------------------------------
Recent News side widget
-----------------------------------------------------------------------*/
.iq-widget-menu ul.iq-post li .post-img  img { width: 75px; height: 75px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-right: 15px; background: #eff1fe; }
.iq-widget-menu ul.iq-post li .post-img { display: flex; align-items: flex-start; }
.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: var(--primary-color); }
.iq-widget-menu .post-img .post-blog a.new-link:hover .link-color { color: var(--primary-color); }
.iq-widget-menu .post-blog { line-height: 0px; flex: 1; }
.iq-widget-menu .post-img .post-blog .blog-box ul li { margin-bottom: 0px; }
.iq-widget-menu .post-img .post-blog a.new-link { line-height: 30px; display: block; overflow: hidden; padding: 0; margin-bottom: 10px; }
.iq-widget-menu ul.iq-post li .post-img .post-blog .blog-box a:before { display: none }
.iq-widget-menu ul.iq-post li .post-img .post-blog ul li a { padding: 0; color: var(--primary-color); line-height: 26px; }
.iq-popup-video .iq-video.popup-youtube { top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); position: absolute; z-index: 2; }
.iq-popup-video    .iq-waves { width: 15rem; height: 15rem; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); position: absolute; z-index: 0; }
.iq-popup-video .iq-video-img img { object-fit: cover; width: 100%; height: 100%; }

/*---------------------------------------------------------------------
Tab style
-----------------------------------------------------------------------*/
ul.tab-style-one { display: block; }
ul.tab-style-one li { display: inline-block; margin-right: 15px; }
ul.tab-style-one li:last-child { margin-right: 0; }
ul.tab-style-one li.iq-icon i { font-size: 24px; line-height: 75px; }
ul.tab-style-one li.iq-icon .nav-link { width: 75px; height: 75px; line-height: 75px; text-align: center; padding: 0; background: #f6f6f6; }
ul.tab-style-one .nav-link.active, ul.tab-style-one li.iq-icon .nav-link.active, ul.tab-style-one .show>.nav-link, ul.tab-style-one li:hover .nav-link { background: var(--primary-color); color: var(--white-color); }

/*---------------------------------------------------------------------
                         Progress Bar
-----------------------------------------------------------------------*/
.iq-style-one-services:hover .title-color, .iq-style-one-services:hover p, .iq-style-one-services:hover .iq-service-icon i, .iq-style-one-services:hover a.bttn-link, .iq-style-one-services:hover a.bttn-link i { color: var(--white-color); }
.iq-style-one-services.iq-box-shadow { box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05); }
.iq-style-one-services a.bttn-link i { color: var(--primary-color); }
.iq-style-one-services .link-arrow i { position: absolute; right: 0; margin: 0; font-size: 30px; line-height: normal; top: -2px; }
.iq-style-one-services:after { position: absolute; content: ''; left: 0px; top: 0px; right: 0px; bottom: 0px; top: 0%; transition: all 900ms ease; -moz-transition: all 900ms ease; -webkit-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; background: rgba(0, 0, 0, 0.8); opacity: 0; }
.iq-style-one-services:hover.iq-style-one-services:after { opacity: 1; }
.iq-style-one-services { padding: 30px; background: var(--white-color); position: relative; overflow: hidden; 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: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.iq-style-one-services:hover { -webkit-box-shadow: 0px 0px 30px 2px rgba(20, 44, 75, 0.1); -moz-box-shadow: 0px 0px 30px 2px rgba(20, 44, 75, 0.1); box-shadow: 0px 0px 30px 2px rgba(20, 44, 75, 0.1); }
.iq-style-one-services:before { height: 4px; right: 0; position: absolute; bottom: 0; content: ""; width: 0; background: var(--primary-color); 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: 2 }
.iq-style-one-services:hover:before { width: 100%; height: 4px; left: 0; }
.iq-style-one-services .services-detail { z-index: 3; position: relative; }
.iq-style-one-services .iq-service-icon i:before { font-size: 60px; }
.iq-style-one-services .iq-service-icon i { font-size: 60px; color: var(--primary-color); z-index: 1; margin-bottom: 30px; line-height: normal; display: inherit; }
.iq-style-one-services a.bttn-link { display: inline-block; position: relative; padding-right: 30px; }
.iq-style-one-services img { width: 48px; margin-bottom: 15px; }
.iq-style-one-services img.hover-img { position: absolute; top: 0; 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; opacity: 0; left: 0; right: 0; object-fit: cover; width: 100%; height: 100%; }
.iq-style-one-services:hover img.hover-img { z-index: 0; opacity: 1; top: 0; 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; }

/*---------------------------------------------------------------------
                        Counter
-----------------------------------------------------------------------*/
.iq-timer { box-shadow: 2.088px 14.854px 30px 0px rgba(0, 0, 0, 0.06); padding: 30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.iq-timer .timer-details p { margin-bottom: 0; font-size: 14px; line-height: normal; }
.timer-details { display: table-cell; }
.iq-timer i { margin-right: 15px; color: var(--primary-color); line-height: normal; }
.iq-timer .flaticon::before { font-size: 48px; }
.timer-details i { position: relative; top: -8px; font-size: 16px; }
.iq-timer { display: flex; margin-bottom: 30px; position: relative; z-index: 2; }
.iq-timer:last-child { margin-bottom: 0; }
.timer-details .timer { font-size: 30px; line-height: 40px; color: var(--secondary-color); font-weight: 600; }
.timer-details h6 { color: #c1c0c0; }

/*---------------------------------------------------------------------
                               Portfolio
-----------------------------------------------------------------------*/
.isotope-filters { padding-top: 0; display: table; margin: 0 auto 45px; text-align: center; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.isotope-filters  button { position: relative; margin: 0 4px; cursor: pointer; padding: 0 15px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background: transparent; color: #020d1e; border: none; font-weight: normal; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.isotope-filters  button:before { transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; content: ""; width: 0; height: 2px; display: inline-block; position: absolute; right: 0; bottom: 0; left: 0; margin: 0 auto; right: 0; background: var(--primary-color); }
.isotope-filters  button.active, .isotope-filters  button:hover { background: transparent; color: var(--primary-color); position: relative; }
.isotope-filters button.active:before, .isotope-filters  button:hover:before { width: 15px; }
.isotope-filters  button:focus { outline: none; outline-style: none; outline-offset: 0; }

/* Grid And Masonry */
.isotope.no-padding .iq-grid-item { padding: 0 !important; }
.iq-masonry.no-padding .iq-masonry-item { padding: 0 !important; }
.isotope, .iq-masonry { margin: -15px 0; float: left; width: 100%; }
.isotope, .iq-masonry.no-padding { margin-bottom: 0px; }
.isotope .iq-grid-item { padding: 0 30px 30px 0; }
.isotope .iq-grid-item img, .iq-masonry .iq-masonry-item img { width: 100%; }

/* Grid */
.isotope.iq-columns-1 .iq-grid-item { width: 100%; }
.isotope.iq-columns-2 .iq-grid-item { width: 50%; }
.isotope.iq-columns-3 .iq-grid-item { width: 33.33333333%; }
.isotope.iq-columns-4 .iq-grid-item { width: 25%; }
.isotope.iq-columns-5 .iq-grid-item { width: 20%; }

/* Masonry */
.iq-masonry.iq-columns-2 .iq-masonry-item { width: 50%; padding: 15px; }
.iq-masonry.iq-columns-3 .iq-masonry-item { width: 33.333333%; padding: 15px; }
.iq-masonry.iq-columns-4 .iq-masonry-item { width: 25%; padding: 15px; }
.iq-masonry.iq-columns-5 .iq-masonry-item { width: 20%; padding: 15px; }
.iq-masonry-item .iq-portfolio:hover .iq-portfolio-content .consult-details .consult-effect:before { bottom: 98px; }
.iq-masonry-item.style-two .iq-portfolio:hover .iq-portfolio-content .consult-details .consult-effect:before { bottom: 81px; }

/* Grid Full Screen */
.isotope.full-grid, .iq-masonry.full-grid { margin: 0 -30px 0 0; }
.isotope.full-grid .iq-grid-item { padding: 0 30px 30px 0; }

/* Grid Full Screen No Space*/
.isotope.full-grid.no-padding, .iq-masonry.full-grid.no-padding { margin: 0; }
.isotope.full-grid.no-padding .iq-grid-item { padding: 0 !important; }
@media(max-width:1199px) {
	.isotope.iq-columns-4 .iq-grid-item, .iq-masonry.iq-columns-4 .iq-masonry-item { width: 33.3% }
	.isotope.iq-columns-5 .iq-grid-item, .iq-masonry.iq-columns-5 .iq-masonry-item { width: 25%; }
}
@media(max-width:992px) {
	.isotope.iq-columns-4 .iq-grid-item, .iq-masonry.iq-columns-4 .iq-masonry-item { width: 50%; }
	.isotope.iq-columns-3 .iq-grid-item, .isotope.iq-columns-5 .iq-grid-item, .iq-masonry.iq-columns-3 .iq-masonry-item, .iq-masonry.iq-columns-5 .iq-masonry-item { width: 50%; }
}
@media(max-width:767px) {
	.isotope.iq-columns-4 .iq-grid-item, .isotope.iq-columns-2 .iq-grid-item, .isotope.iq-columns-3 .iq-grid-item, .isotope.iq-columns-5 .iq-grid-item, .iq-masonry.iq-columns-2 .iq-masonry-item, .iq-masonry.iq-columns-3 .iq-masonry-item, .iq-masonry.iq-columns-4 .iq-masonry-item, .iq-masonry.iq-columns-5 .iq-masonry-item { width: 100% }
}
.portfolio-detail-box  ul.portfolio-detail li { width: 48%; margin-bottom: 5px; }
.portfolio-detail-box  ul.portfolio-detail li:nth-child(n+3) { margin-bottom: 0; }
.portfolio-detail-box  ul.portfolio-detail li .lead { display: inline-block; vertical-align: middle; font-size: 18px; margin-right: 5px; font-family: 'Lexend Deca', sans-serif; font-weight: bold; color: #313e5b; }
.portfolio-detail-box ul.social-media li a, .portfolio-detail-box ul.portfolio-detail li span  a { color: var(--text-color); }
.portfolio-detail-box ul.social-media li a:hover, .portfolio-detail-box ul.portfolio-detail li span  a:hover { color: var(--primary-color); }
.portfolio-detail-box ul { padding: 15px; margin: 0; background: var(--white-color); border-radius: 10px; }
.portfolio-detail-box  ul.portfolio-detail li span { display: inline-block; vertical-align: middle; }

/*---------------------------------------------------------------------
Portfolio style-one
-----------------------------------------------------------------------*/
.iq-portfolio { position: relative; overflow: hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.iq-portfolio .iq-portfolio-content .consult-details p.link-color { position: relative; padding-left: 30px; }
.iq-portfolio .iq-portfolio-content .consult-details p.link-color:before { content: ""; position: absolute; width: 15px; height: 1px; background: var(--white-color); top: 0; left: 0; bottom: 0; margin: auto 0; }
.iq-portfolio::before { position: absolute; content: ''; top: 0px; left: 0px; right: auto; width: 100%; height: 50%; display: block; opacity: 0; text-align: center; transform: perspective(400px) rotateX(-90deg); transform-origin: top; transition: all 0.5s; background: var(--portfolio-before-color); z-index: 1; }
.iq-portfolio:after { position: absolute; content: ''; left: 0px; bottom: 0px; width: 100%; height: 50%; display: block; opacity: 0; text-align: center; transform: perspective(400px) rotateX(90deg); transform-origin: bottom; transition: all 0.5s; background:var(--portfolio-after-color); z-index: 1; }
.iq-portfolio:hover::before { opacity: 1; transform: perspective(400px) rotateX(1deg); transition: all 700ms ease 100ms; }
.iq-portfolio:hover:after { opacity: 1; transform: perspective(400px) rotateX(1deg); transition: all 700ms ease 300ms; }
.iq-portfolio .consult-details { margin-bottom: 0px; position: relative; }
.iq-portfolio:hover .iq-portfolio-content .consult-details .consult-effect:before { bottom: 80px; }
.iq-portfolio-content { position: absolute; top: 0; left: 0; padding: 15px; color: #020d1e; width: 100%; top: auto; bottom: 0; opacity: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s; -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s; transition: transform 0.4s, opacity 0.1s 0.3s; z-index: 2 }
.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-content .details-box { overflow: hidden; padding: 25px 50px 15px 15px; position: relative; }
.iq-portfolio .iq-portfolio-content { -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px); transform: translateY(10px); transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; }
.iq-portfolio:hover .iq-portfolio-content { z-index: 2; opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); transition-delay: 0.8s; }
.iq-portfolio-content  .consult-details .consult-effect:before { content: ""; transition: all 5s ease-in-out; transition: all 5s ease-in-out; -moz-transition: all 5s ease-in-out; -ms-transition: all 5s ease-in-out; -o-transition: all 5s ease-in-out; -webkit-transition: all 5s ease-in-out; opacity: 1; opacity: 1; z-index: 1; height: 100px; width: 100%; position: absolute; bottom: 110px; left: 0; -ms-transform: skewY(-2deg); -webkit-transform: skewY(-2deg); transform: skewY(-2deg); background: var(--primary-color); content: ""; z-index: 1; 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-portfolio .iq-portfolio-content  .consult-details p { color: var(--white-color); display: inline-block; font-size: 14px; position: relative; padding-left: 45px; letter-spacing: 4px; text-transform: uppercase; }
.iq-portfolio .iq-portfolio-content  .consult-details .link-color { color: var(--white-color); }
.iq-portfolio .details-box a i { width: 40px; height: 40px; background: var(--secondary-color); text-align: center; line-height: 40px; color: var(--white-color); 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-portfolio .details-box a i:hover { background: var(--secondary-color); }
.isotope-filters button .post_no { display: none; opacity: 0; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.iq-portfolio .iq-portfolio-content .details-box .link-color.button { right: -35px; position: absolute; top: 45%; padding: 5px 15px; background: var(--white-color); color: var(--secondary-color); padding: 5px 15px; }
.iq-portfolio .iq-portfolio-content .details-box .link-color.button:hover { background: var(--secondary-color); color: var(--white-color); }

/*---------------------------------------------------------------------
Slick Slider
-----------------------------------------------------------------------*/

/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -25px; }
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
.slick-prev:before { content: 'â†'; }
[dir='rtl'] .slick-prev:before { content: 'â†’'; }
.slick-next { right: -25px; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
.slick-next:before { content: 'â†’'; }
[dir='rtl'] .slick-next:before { content: 'â†'; }

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }
.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: 'â€¢'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: .75; color: black; }
.slick-slide img { display: inline-block !important; width: 90px; }
.slick-initialized .slick-slide { outline: none; }
.slick-initialized .slick-slide { display: block; margin: 0 auto; text-align: center; }
.iq-slider.slick-slide { opacity: 0.5; padding: 45px 0; }
.iq-slider.slick-slide.slick-current.slick-active img { border: 2px solid var(--primary-color); }
.iq-slider.slick-slide.slick-current.slick-active h5 { color: var(--primary-color); }
.iq-slider.slick-slide.slick-current.slick-active { opacity: 1; background: var(--white-color); border-radius: 10px; box-shadow: 2.088px 14.854px 30px 0px rgba(0, 0, 0, 0.01); }
.slick-prev:before, .slick-next:before { color: #000; }
.slick-prev, .slick-next { background: transparent; width: 45px; height: 45px; color: var(--primary-color); border-radius: 90px; border: 1px solid var(--primary-color); }
.slick-next:before { content: "\f3d3"; font-family: "Ionicons"; font-size: 20px; }
.slick-prev:before { content: "\f3d2"; font-family: "Ionicons"; font-size: 20px; }

/*---------------------------------------------------------------------
 Box-effect style one( Feature box one)
-----------------------------------------------------------------------*/
.box-effect .icon-box span.country { margin-bottom: 30px; display: inline-block; }
.box-effect .blue-btn.link-button { display: inline-block; margin-top: 15px !important; position: relative; }
.box-effect .blue-btn.link-button:after { content: "\f363"; position: absolute; right: -12px; top: -2px; font-family: "Ionicons"; font-size: 18px; }
.box-effect .blue-btn.link-button:hover:after { right: -15px; }
.box-effect.text-center .img-effect { margin: 0 auto; }
.box-effect.shadow-effect.selected {/*  box-shadow: 0 44px 98px 0 rgba(0, 0, 0, .12); */ 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; }
.box-effect.shadow-effect { background: #f6f6f6; 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; }
.box-effect { padding: 30px; 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: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.box-effect.selected { 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; }
.box-effect .img-effect i { font-size: 40px; margin-top: 45px; }
.box-effect .img-effect img { width: auto; }
.box-effect .img-effect { content: ""; border-radius: 90px; position: relative; }
.box-effect .img-effect.shadow-effect img { box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08); }
.box-effect .img-effect.circle-image img { border-radius: 900px; }
.box-effect.box-shadow { box-shadow: 0 44px 98px 0 rgba(0, 0, 0, .12); padding: 50px 30px !important; }
.box-effect.box-shadow .img-effect.mb-4 { margin-bottom: 0 !important; }
.box-effect.box-shadow img { margin-bottom: 40px !important; }
.box-effect.box-shadow i { margin-bottom: 30px !important; }
.box-effect.box-shadow i:before { font-size: 60px; line-height: 60px; }
.box-effect-transparent .box-effect { background: transparent; }
.box-effect-transparent .box-effect.selected { background: #f7fafd; }

/*---------------------------------------------------------------------
Circle Effect
-----------------------------------------------------------------------*/
.loading-main { -webkit-animation: rotation 40s infinite linear; }
@-webkit-keyframes rotation {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(359deg); }
}

/*---------------------------------------------------------------------
                          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: var(--white-color); border: 1px solid #f6f6f6; 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-gallery figcaption.blocks-gallery-caption { margin-bottom: 10px; }

/* 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: #f6f6f6; 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: 120px 0; background: #f6f6f6; }
.iq-breadcrumb .title { font-size: 50px; }
.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: var(--primary-color); 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: var(--primary-color); text-decoration: none; }
.iq-breadcrumb.text-left .breadcrumb li a, .iq-breadcrumb.text-left .breadcrumb-item+.breadcrumb-item::before { color: var(--secondary-color); 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-two .title { font-size: 3.052em; }
.iq-breadcrumb-one { display: block; padding: 120px 0; z-index: 9; position: relative; background: #f6f6f6; }
.iq-breadcrumb-one ol li a { color: var(--secondary-color); 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: var(--secondary-color); 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: var(--primary-color); 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; }

/*Blog*/

/*Sticky Post*/
.sticky .iq-blog-box { background: #f6f6f6; }

/*latest Blog*/
.iq-blog-box { position: relative; overflow: hidden; margin-bottom: 45px; border: 1px solid #f6f6f6; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: var(--white-color); 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 .iq-blog-image { position: relative; text-align: center; display: inline-block; float: left; width: 100%; }
.iq-blog-box .iq-blog-image img { margin-bottom: 0px; }
.blog-date { background: var(--white-color); border-radius: 5px; padding: 5px 10px; color: #245cbf; text-align: center; position: absolute; top: 15px; left: 15px; }
.blog-date .day { color: #245cbf; 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-box .blog-title h5 { font-size: 30px; }
.iq-blog-box .blog-title a h5 { color: var(--secondary-color); text-decoration: none; }
.iq-blog-box .blog-title a:hover h5, .iq-blog-box .blog-title a:hover { color: var(--primary-color); text-decoration: none; }
.iq-blog-box .iq-blog-detail { padding: 15px; display: inline-block; float: left; width: 100%; }
.iq-blog-box .iq-blog-meta ul.list-inline li a { text-decoration: none; color: var(--text-color); }
.iq-blog-box .iq-blog-meta  ul.list-inline li a:hover { text-decoration: none; color: var(--primary-color); }
.iq-blog-box .iq-blog-meta ul.list-inline li a i, .iq-blog-box  .iq-blog-meta ul.list-inline li i { color: var(--primary-color); }
.enerzee-space-bottom .iq-blog-box .iq-blog-detail { padding: 0 30px 30px; }
.owl-carousel .iq-blog-box .iq-blog-detail { padding: 15px; display: inline-block; float: left; width: 100%; }
.owl-carousel .iq-blog-box { margin-bottom: 0; }
.owl-carousel .iq-blog-box .iq-blog-detail .blog-title h5 { font-size: 1.25rem; }
.owl-carousel.blog-carousel { margin: 0; float: left; width: 100%; clear: both; display: block; }
.iq-blog-box   .iq-blog-meta ul { padding: 15px; font-size: 14px; text-align: left; margin-bottom: 0; border-bottom: 1px solid #f6f6f6; }
.sticky .iq-blog-box .iq-blog-meta ul { border-color: #d6d6d6; }
.iq-blog-box  .iq-blog-detail p { margin-bottom: 15px; }
.iq-blog-box .iq-blogtag { list-style: none; padding: 0; position: absolute; top: 20px; left: 20px; line-height: 1; color: var(--white-color); text-decoration: none; z-index: 3; -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; }
.iq-blog-box .iq-blogtag li { float: left; background: var(--primary-color); padding: 4px 8px; display: inline-block; vertical-align: middle; margin-right: 5px; margin-bottom: 5px; border-radius: 5px; }
.iq-blog-box .iq-blogtag li:last-child { margin-right: 0; }
.iq-blog-box .iq-blogtag li a { text-decoration: none; color: var(--white-color); }
.iq-blog-box .iq-blogtag li a span { font-size: 14px; line-height: normal; }
.iq-blog-box:hover .iq-blogtag li a { color: var(--primary-color); }
.iq-blog-box .iq-blogtag li:hover, .iq-blog-box:hover .iq-blogtag li { background: var(--white-color); -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: 15px; display: inline-block; float: left; width: 100%; }
.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: var(--border-color); }
.wp-block-table td, .wp-block-table th { text-align: left; }
.wp-block-latest-posts.is-grid.has-dates { margin: 0; }



/* Blog Page Link */
.page-links { margin: 15px 0 10px; text-transform: uppercase; clear: both; }
.iq-blog-detail .blog-content .page-links a, .page-links > span.page-number, .page-links a { border: none; width: 30px; height: 30px; line-height: 30px; text-align: center; background: #f6f6f6; margin-left: 5px; padding: 0px; display: inline-block; color: var(--secondary-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.iq-blog-detail .blog-content .page-links a:hover { text-decoration: none; border-color: transparent; background: var(--primary-color); color: var(--white-color); }
.iq-blog-detail .blog-content .page-links > span.page-number, .page-links > span.page-number { background: var(--primary-color); color: var(--white-color); }
article.hentry .iq-blog-detail .blog-content .page-links a:hover { color: var(--white-color); }

/* 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.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 { position: relative; display: block; padding: 0px 15px; height: 45px; width: 45px; text-align: center; line-height: 45px; margin: 0 5px; color: var(--secondary-color); background-color: var(--white-color); border: 1px solid #f6f6f6; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.page-numbers li .page-numbers:hover { z-index: 2; color: var(--white-color); text-decoration: none; background-color: var(--primary-color); border-color: var(--primary-color); }
.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 { z-index: 1; color: var(--white-color); -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: var(--primary-color); border-color: var(--primary-color); }
.page-numbers li .next.page-numbers, .page-numbers li .prev.page-numbers { width: auto; }

/* Comments Box */
.comments-area, .comment-respond { margin-top: 30px; clear: both; }
.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: bold; color: var(--secondary-color); font-size: 80%; }
.comment-respond .comment-reply-title  a:hover { color: var(--primary-color); text-decoration: none; }
.commentlist { margin: 30px 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: var(--secondary-color); }
ol.commentlist .pingback a:hover, ol.commentlist .trackback a:hover { color: var(--primary-color); }
.commentlist li .comment-respond { margin-top: 30px; }
.commentlist .iq-comments-media { padding: 30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #f6f6f6; position: relative; background: var(--white-color); }
.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: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.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: var(--primary-color); }
.commentlist .iq-comment-metadata { font-size: 14px; color: var(--text-color); 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: var(--secondary-color); }
.commentlist .iq-comment-metadata a:hover { color: var(--primary-color); 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: 8px 32px; color: var(--white-color); background: var(--primary-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; 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: var(--white-color); }
.commentlist .iq-comments-media .reply a:hover { background: var(--primary-color); 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 { background: var(--white-color); border: 1px solid #f6f6f6; margin-bottom: 45px; padding: 30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block; width: 100%; float: left; position: relative; }
.widget:last-child { margin-bottom: 0; }
.widget .widget-title { margin-bottom: 15px; padding-bottom: 0; font-size: 24px; position: relative; padding-left: 45px; }
.widget .widget-title::before { content: ""; position: absolute; width: 30px; height: 2px; background: var(--primary-color); top: 0; left: 0; bottom: 0; margin: auto 0; }

/*SideBar - Search*/
.search-form { position: relative; }
.search-form label { display: none; }
.search-form input { padding-right: 40px; box-shadow: none; color: var(--secondary-color); border: 2px solid var(--secondary-color); background: var(--white-color); 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 var(--primary-color); }
.search-form .search-submit { position: absolute; right: 0; top: 0; color: var(--secondary-color); 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: var(--text-color); position: relative; -ms-word-wrap: break-word; word-wrap: break-word; }
.widget ul li a:hover { color: var(--primary-color); text-decoration: none; }
.widget ul li a:before { position: absolute; margin-right: 10px; content: "\f111"; color: var(--primary-color); top: 3px; 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: var(--primary-color); }

/*SideBar - Recent Comments*/
.widget.widget_recent_comments #recentcomments li.recentcomments span a { color: var(--text-color); font-weight: 600; }
.widget.widget_recent_comments #recentcomments li.recentcomments a:before { display: none; }
.widget.widget_recent_comments #recentcomments li.recentcomments a { color: var(--primary-color); padding-left: 0; }
.widget.widget_recent_comments #recentcomments li.recentcomments a:hover { color: var(--primary-color); text-decoration: underline !important; padding-left: 0; }

/* SideBar Calendar */
.widget_calendar table caption { caption-side: inherit; padding: 0 0 10px; color: var(--secondary-color); font-weight: 500; text-transform: uppercase; }
.widget_calendar table#wp-calendar { width: 100%; text-align: center; margin-bottom: 0; margin-top: 0; background: var(--white-color); }
.widget_calendar .calendar_wrap td#today { background: var(--primary-color); color: var(--white-color); }
.widget_calendar .calendar_wrap td#today a { color: var(--white-color); }
.widget_calendar .calendar_wrap table th { background: var(--white-color); color: var(--secondary-color); }
.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: var(--primary-color); }
.widget_categories ul li a, .widget_archive ul li a { font-weight: 400; color: var(--text-color); }

/* SideBar Archives Dropdown */
.widget select, .widget.widget_archive select, .widget_categories select { background: var(--white-color); 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: var(--secondary-color); font-weight: bold; }
.widget.widget_rss ul li a:hover { color: var(--primary-color); }
.widget.widget_rss ul li a:before { display: none; }
.widget.widget_rss ul li cite { font-weight: bold; margin-top: 5px; display: inline-block; width: 100%; }
.widget.widget_rss ul li .rss-date { text-transform: uppercase; display: inline-block; width: 100%; margin: 5px 0; color: var(--primary-color); 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 a, .widget ul.menu li a { padding: 10px 0 10px 15px; display: inline-block; width: 100%; border-bottom: 1px solid #f6f6f6; }
.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: 15px; }

/* SideBar - widget Recent Entries*/
.widget_recent_entries ul li .post-date { font-weight: bold; color: var(--secondary-color); }

/*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: 3px 5px 3px 0; }
.widget_tag_cloud ul li a, footer ul.wp-tag-cloud li a { font-size: 14px !important; background: var(--primary-color); display: inline-block; color: var(--white-color); padding: 0px 5px; border: 1px solid var(--primary-color); -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; }
.widget_tag_cloud ul li a:hover, footer ul.wp-tag-cloud li a:hover { border-color: var(--secondary-color); background: var(--secondary-color); color: var(--white-color); }
.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: var(--white-color); }

/* 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: var(--white-color); border: 2px solid #333; border-radius: 3px; clip: auto !important; color: var(--secondary-color); display: block; font-size: 12px; height: auto; padding: 12px; position: absolute; top: 5px; left: 5px; width: auto; z-index: 100000; }

/*---------------------------------------------------------------------
                           Header
-----------------------------------------------------------------------*/
header { position: fixed; width: 100%; top: 0; left: 0; background: var(--white-color); display: inline-block; z-index: 999; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

/* 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: 0px; border-left: 1px solid rgba(255, 255, 255, 0.18); }
header .sub-header .number-info li:last-child { border-right: 1px solid rgba(255, 255, 255, 0.18); margin-right: 0; }
header .sub-header .number-info li a { color: #1e1e1e; line-height: 45px; padding: 0 15px; }
header .sub-header .number-info li a:hover { color: var(--primary-color); 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: var(--primary-color); padding: 14px 30px; color: var(--white-color); line-height: 45px; position: relative; border-right: 1px solid rgba(255, 255, 255, 0.30); z-index: 2; }
header .sub-header .request-btn a:before { pointer-events: none; background: var(--primary-color); width: 100%; position: absolute; top: 0; left: 100%; height: 100%; content: ""; display: inline-block; z-index: -1; }
header .sub-header .request-btn a:hover { background: var(--primary-color); color: var(--white-color); text-decoration: none; }
header .sub-header .social-icone ul { margin: 0; padding: 0; }
header .sub-header .social-icone ul li i { width: 45px; height: 45px; line-height: 45px; }
header .sub-header .social-icone ul li { display: inline-block !important; text-align: center; border-right: 1px solid rgba(255, 255, 255, 0.30); height: 45px; background: var(--primary-color); }
header .sub-header .social-icone ul li:last-child { margin-right: 0; }
header .sub-header .social-icone ul li a { color: #1e1e1e; }
header .sub-header .social-icone ul li a:hover { color: var(--primary-color); }
header .navbar-light .navbar-brand { line-height: 90px; padding: 0; }
header .navbar-light .navbar-brand img.logo { width: 200px; display: inline-block; }

/* Header Bottom */

/* header#main-header { padding: 0 162px; } */
header.menu-sticky#main-header { -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 .sub-header { padding: 0px 162px; background: #1e1e1e; overflow: hidden; }
header .navbar-light { padding: 0; }
.admin-bar header { top: 0; }
.admin-bar header.header-three { top: 32px; }
.admin-bar header.menu-sticky#main-header { 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.menu-sticky#main-header { top: 46px; }
}

/*--------------------------------------------------------------
                       Navigation
--------------------------------------------------------------*/
header.menu-sticky#main-header { top: 0; right: 0; left: 0; background: var(--white-color); -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1); box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1); }
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 .menu-link-menu-container, header .navbar #iq-menu-container { display: inline-block; width: 100%; }
header .navbar ul { float: right; display: block; text-align: center; }
header .navbar ul.sub-menu li { display: block; text-align: left; }
header .navbar ul li { list-style: none; margin-right: 30px; position: relative; transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; display: inline-block; vertical-align: middle; }
header li .search-box input[type="search"] { height: 40px; font-size: 18px; display: inline-block; border: none; border-radius: 0; outline: none; padding: 15px 40px 15px 15px; width: 0px; position: absolute; top: -9px; right: 0; background: none; transition: width 0.4s cubic-bezier(0, 0.795, 0, 1); cursor: pointer; z-index: 11; margin: -10px 0 0 0; }
header li .search-box { position: relative; }
header li .search-box input[type="search"]:focus { width: 250px; z-index: 1; cursor: text; background: var(--white-color); z-index: 9; color: rgba(102, 102, 102, 0.6); font-size: 14px; }
header li .search-box .search-submit:hover { background: none; }
header ul.shop_list { margin: 0; padding: 0; }

/* header ul.shop_list li.cart-btn .cart_count{display: inline-grid;} */
header li .search-box .search-submit { z-index: 10; color: #1e1e1e; padding: 0; height: 40px; width: 40px; display: inline-block; float: right; position: absolute; top: -20px; right: 0; background: none; cursor: pointer; transition: opacity 0.4s ease; }
header .navbar ul li:last-child { margin-right: 0px; }
header.menu-sticky .navbar ul li a { color: #1e1e1e; }
header.menu-sticky .navbar ul li a:hover { color: var(--primary-color); }
header .navbar ul li a { display: inline-block; vertical-align: middle; color: #1e1e1e; padding: 0px; line-height: 90px; position: relative; z-index: 9; text-decoration: none; transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; text-transform: capitalize; }
header .navbar ul.navbar-nav li i { display: inline-block; font-weight: normal; font-size: 16px; color: #1e1e1e; vertical-align: middle; }
header li .search-box .search-submit i, header ul.shop_list li.cart-btn .cart_count a i { display: inline-block; color: #1e1e1e; }
header .navbar ul li .sub-menu li i { display: block; position: absolute; right: 15px; top: 12px; line-height: normal; font-size: 16px; z-index: 9; color: #1e1e1e; transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
header .navbar ul li .sub-menu li i:before { content: "\f105"; }
header .navbar ul li .sub-menu li:hover>a { background: var(--primary-color); color: var(--white-color); }
header .navbar ul li .sub-menu li:hover>i { color: var(--white-color); }
header ul.shop_list li:last-child { margin-left: 0px; }
header ul.shop_list li.cart-btn .cart_count a:hover { background: transparent; color: var(--primary-color); }
header ul.shop_list li.cart-btn .cart_count a i:hover {color: var(--primary-color);}
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-item i { color: var(--primary-color); }

/* header button */
header .navbar .sub-main .blue-btn.button a { font-size: 14px; line-height: 2; padding: 0; color: var(--white-color); }
header .navbar .sub-main .blue-btn.button { padding: 8px 20px; }
header .navbar .sub-main ul.shop_list li .cart_count #mini-cart-count:before { content: ""; width: 20px; height: 20px; position: absolute; border-radius: 90px; z-index: -1; right: 0; }
header .navbar .sub-main ul.shop_list li .cart_count #mini-cart-count { position: absolute; top: 20px; right: -14px; width: 20px; height: 20px; line-height: 20px; color: var(--white-color); font-size: 12px; }

/* Navigation Sub Menu */
header .navbar ul li .sub-menu { display: none; }
header .navbar ul li:hover .sub-menu { display: block; background: var(--white-color); position: absolute; top: 90px; left: 0; padding-left: 0; display: inline-block; width: 220px; -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-right: 0; }
header .navbar ul li .sub-menu li a { font-size: 14px; border-radius: 0; display: inline-block; width: 100%; line-height: 28px; padding: 8px 15px; color: #1e1e1e; background: var(--white-color); }
header .navbar ul li .sub-menu li a:hover { background: var(--primary-color); color: var(--white-color); }
header .navbar ul li .sub-menu li a:before { display: none; }
header .navbar ul li .sub-menu li.current-menu-item a { background: var(--primary-color); color: var(--white-color); }
header .navbar ul li .sub-menu li.current-menu-item ul li a { background: transparent; color: var(--primary-color); }
header .navbar ul li.current-menu-ancestor a, header .navbar ul li.current-menu-ancestor i { color: var(--primary-color); }
header .navbar ul li .sub-menu li.current-menu-item ul li a:hover { color: var(--white-color); }

/* main*/
header .navbar ul li .sub-menu li.current-menu-parent i { color: var(--white-color); }
header .navbar ul li .sub-menu li.current-menu-parent a, header .navbar ul li .sub-menu li .sub-menu li.menu-item.current-menu-item a, header .navbar ul li .sub-menu li .sub-menu li.menu-item:hover a { background: var(--primary-color); color: var(--white-color); }
header .navbar ul li .sub-menu li .sub-menu li.menu-item  a { background: var(--white-color); color: #1e1e1e; }
@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 .navbar ul li:hover i { color: var(--primary-color); 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 { display: block; background: var(--white-color); 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); }
header.menu-sticky#main-header .navbar ul li .sub-menu li:hover>.sub-menu { top: 0px; }

/* Navigation Sticky */
header.menu-sticky#main-header { position: fixed; top: 0; background: var(--white-color); }
header.menu-sticky#main-header .navbar ul li a { position: relative; }
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 .navbar-light .navbar-brand, header.menu-sticky .navbar ul li a { line-height: 80px; }
header.menu-sticky .navbar-light .navbar-brand img.logo { width: 180px; }
header.menu-sticky .navbar ul li:hover .sub-menu { top: 80px; }

/*---------------------------------------------------------------------
                           Header-style-1
-----------------------------------------------------------------------*/
.admin-bar header.style-one { top: 32px; }

/* header.style-one .sub-header{background: transparent;} */
header.menu-sticky#main-header { -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 .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%; }

/* header.style-one{position: absolute; background: transparent;} */
header .sub-header { font-size: 14px; }
header.style-one .sub-header { padding: 0 162px; }
header.style-one li .search-box .search-submit, header.style-one li .search-box input[type="search"] { right: -30px; }
header.style-one .sub-header .number-info li a { font-size: 14px; margin-right: 0; }
header.style-one .sub-header .number-info li a { line-height: 45px; padding: 0px; margin-right: 30px; }
header.style-one .sub-header .number-info li:hover a { color: var(--primary-color); }
header.style-one .sub-header .social-icone ul li { border: none; background: transparent; }
header.style-one .sub-header .social-icone ul li i { width: 30px; }
header.style-one .sub-header .number-info li { border: none; }

/* header .main-header, header.style-one .sub-header, .admin-bar header.menu-sticky#main-header { padding: 0 150px; } */
header.style-one .navbar-light .navbar-toggler-icon { background-image: none; position: relative; }
header.style-one .navbar-light .navbar-toggler-icon i { line-height: 0; font-size: 40px; position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); }

/*search*/
header .search-form input:focus, header .search-form input[type=text]:focus, header .search-form input[type=email]:focus, header .search-form input[type=search]:focus, header .search-form input[type=password]:focus { border-bottom: 2px solid var(--primary-color); border-top: none; border-right: none; border-left: none; }
header .shop_list .search::before, header  .search::after { content: ''; position: absolute; width: calc(100% + 15px); height: calc(100% + 15px); pointer-events: none; border: 1.5em solid var(--primary-color); }
header .shop_list .search--open::before, header .shop_list .search--open::after { transform: translate3d(0, 0, 0); }
header .search-form .search-submit { top: 4px; }
header .search-form .search-submit i { font-size: 24px; font-weight: normal; color: var(--white-color); }
header .navbar ul.shop_list li a:hover { background: transparent; }
header .search-form .search-submit { background: transparent; line-height: normal; }
header .search { pointer-events: none; opacity: 0; transition: opacity 0.5s; }
header .search.search--open { pointer-events: auto; opacity: 1; }
header .search { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: rgba(0, 0, 0, .9); }
header .search { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 100vh; }
header .btn--search-close { font-size: 1.5em; position: absolute; top: 1em; right: 1.25em; display: none; color: #121212; background: transparent; }
header .btn--search-close { display: block; }
header .btn--search-close:focus { outline: 0; box-shadow: none; }
header .search__form { margin: 5em 0; }
header .search__input { font-family: inherit; background: none; border: none; height: auto; font-size: 45px; line-height: 1; display: inline-block; box-sizing: border-box; width: 100%; padding: 0.05em 0; color: var(--white-color); border-bottom: 2px solid; }
header .search__input:focus { border: none; border-bottom: 2px solid; }
header .search__input::-webkit-input-placeholder { opacity: 0.6; color: var(--white-color); }
header .search__input::-moz-placeholder { opacity: 0.6;  color: var(--white-color); }
header .search__input:-ms-input-placeholder { opacity: 0.6; color: var(--white-color); }
header .search__input::-webkit-search-cancel-button, .search__input::-webkit-search-decoration { -webkit-appearance: none; }
header .search__input::-ms-clear { display: none; }
header form.search-form .form-row .has-content ~ label, header form.search-form .form-row input:focus ~ label { top: -90px; }
header  .shop_list li .feather { font-size: 20px; height: 20px; width: 20px; }
header  .search-form input { height: auto; border-radius: 0; border: none; background: transparent; padding: 0; border-bottom: 2px solid var(--secondary-color); }
header form.search-form .form-row label { color: var(--white-color); text-align: left; font-size: 45px; top: -30px; margin-bottom: 0; left: 0; display: block; float: left; width: 100%; margin-bottom: 0px; position: absolute; pointer-events: none; left: 0px; -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 { padding-right: 40px; box-shadow: none; color: #121212; border-bottom: 2px solid var(--secondary-color); background: transparent; 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; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 0 15px; }
header .search-form input { border-radius: 0; height: auto; border: none; background: transparent; padding: 0; border-bottom: 2px solid var(--white-color); color: var(--white-color); }

/*---------------------------------------------------------------------
 Footer
-----------------------------------------------------------------------*/
.iq-bg-dark:before { background: var(--secondary-color); content: ""; height: 100%; left: 0; position: absolute; top: 1px; width: 100%; z-index: 0; }
.recentcomments a { display: inline !important; padding: 0 !important; margin: 0 !important; }
footer table td, footer table th { border-color: rgba(255, 255, 255, 0.14); color: var(--white-color); }
footer .widget { background: transparent; border: none; padding: 0; }
footer .widget ul li { border: none; padding-bottom: 0; margin-bottom: 10px; color: var(--white-color); }
footer.footer-one  .widget .iq-contact li { display: block; position: relative; margin-bottom: 5px; }
footer.footer-one ul.iq-contact li { margin: 0; }
footer.footer-one ul.iq-contact { margin-top: 0px; }
footer.footer-one ul.iq-contact li:last-child a span { padding-left: 20px; }
footer.footer-one .widget .container { position: relative; z-index: 1 }
footer.footer-one.footer-shap .footer-top
footer.footer-one.footer-shap .enerzee-subscribe .col-sm-12, footer.footer-one.footer-shap .enerzee-subscribe .col-sm-12, footer.footer-one.footer-shap .col-sm-6 { z-index: 4; }
footer.footer-one.footer-shap .footer-top { padding-top: 200px; }
footer.footer-one.footer-shap .footer-top .container:after { position: absolute; bottom: 0; height: 238px; left: 0; z-index: 0; width: 100%; content: ""; background: url(../images/footer.png)no-repeat; }
footer.footer-one.footer-shap .footer-top .container:before { position: absolute; bottom: 0; height: 196px; right: 0; z-index: 0; width: 157px; opacity: 0.1; content: ""; background: url(../images/footer-two.png)no-repeat; }
footer.footer-one.footer-shap:after { position: absolute; top: 0; height: 190px; z-index: 0; width: 100%; content: ""; background: url(../images/footer-bg.png)no-repeat; }
footer.footer-one .enerzee-subscribe { color: var(--text-color); position: relative; padding: 30px; background: var(--white-color); margin-top: 0; box-shadow: 0px 0px 45px 5px rgba(0, 0, 0, 0.04); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
footer.footer-one .enerzee-subscribe:before { content: ""; position: absolute; bottom: -8px; width: 98%; z-index: -1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; height: 100%; background: var(--white-color); box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.06); margin: 0 auto; left: 0; right: 0; opacity: 1; }
footer.footer-one .enerzee-subscribe:after { content: ""; position: absolute; bottom: -16px; width: 96%; left: 0; margin: 0 auto; right: 0; z-index: -2; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; height: 100%; background: var(--white-color); box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.06); opacity: 1; }
footer .widget .iq-contact li a:before { display: none; }
footer .widget #recentcomments li a { color: var(--primary-color); }
footer .widget #recentcomments li .comment-author-link a:hover { text-decoration: underline; color: var(--primary-color); }
footer .widget.widget_nav_menu ul li a:before, footer .widget ul.menu li a:before { top: 21px; }
footer .widget.widget_nav_menu ul li a { padding: 7px 0 7px 15px; }
footer .widget ul.menu li .sub-menu { padding-left: 10px; }
.widget.widget_nav_menu ul li .sub-menu li a, .widget ul.menu li .sub-menu li a { font-size: 14px; }
footer .widget .rsswidget { padding-left: 0; font-size: 18px; color: var(--white-color); font-weight: 800; }
footer .widget .rss-date { font-weight: 600; font-size: 14px; text-transform: uppercase; display: inline-block; width: 100%; margin: 5px 0; color: var(--white-color); }
footer.footer-one .widget .textwidget p { margin-bottom: 0; }
footer.footer-one .widget .textwidget p.wp-caption-text { color: var(--text-color); }
footer .search-form input { color: var(--white-color); border: 1px solid var(--white-color); }
footer .search-form .search-submit { color: var(--white-color); }
footer.footer-one { color: var(--white-color); display: inline-block; width: 100%; float: left; background-repeat: no-repeat !important; background-size: cover !important; }
footer.footer-one .footer-top { padding-top: 75px; padding-bottom: 75px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); position: relative; }
footer.footer-one .widget { background: transparent; }
footer.footer-one .widget .enerzee-subscribe  h4.footer-title { color: var(--secondary-color) !important; }
footer.footer-one .widget h4.footer-title { margin-bottom: 15px; color: var(--white-color); }
footer .widget #recentcomments li .comment-author-link a { color: var(--white-color); font-weight: 600; }
footer .widget #recentcomments li.recentcomments a:before, footer .widget a.rsswidget:before, footer ul.wp-tag-cloud li a:before { display: none; }
footer.footer-one .widget ul.menu li a { border: none; }
footer.footer-one .widget ul.menu li a:hover { color: var(--primary-color); }
footer.footer-one .sub-btn { position: absolute; right: 0; }
footer.footer-one .sub-btn button { padding: 24px 30px; border: none; cursor: pointer; background-color: var(--primary-color); }
footer.footer-one .sub-btn button:hover, .footer-one .sub-btn button:focus { outline: none; }
footer.footer-one .sub-btn button:before { content: "\f2c3"; position: absolute; font-family: "Ionicons"; z-index: 1; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); font-size: 24px; color: var(--white-color); }
footer.footer-one input[type=submit]
footer.footer-one .info-share li { margin-left: 15px; margin-right: 0px; }
footer.footer-one .menu-footer-menu-container .menu { margin-bottom: 0; padding: 0; }
footer.footer-one .menu-footer-menu-container .menu li { list-style: none; display: block; margin-right: 10px; }
footer.footer-one .copyright a:hover, footer.footer-one .menu-footer-menu-container .menu li a:hover, footer.footer-one .info-share li a:hover { text-decoration: none; color: var(--white-color); }
footer.footer-one .menu-footer-menu-container .menu li:last-child { margin-right: 0; }
footer.footer-one .copyright-footer { position: relative; }
footer.footer-one .info-share li a { color: var(--white-color); }
footer.footer-one input[type=email]:hover, footer.footer-one input[type=email]:focus, footer.footer-one input[type=email] { border-color: var(--primary-color); padding: 0 30px 0 15px; }
footer.footer-one input[type=email] { background: var(--white-color); border-color: #eff1fe; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: #8e989f; }
footer.footer-one .mc4wp-form-fields input[type="submit"] { position: relative; right: 10px; }
footer.footer-one .footer-top .info-share li { margin-right: 15px; }
footer.footer-one .footer-top .info-share li:last-child { margin-right: 0px; }
footer.footer-one ul.iq-contact li p span { display: table-cell; padding-left: 43px; }
footer.footer-one ul.iq-contact li p { margin: 0; }
footer.footer-one ul.iq-contact li p i { font-size: 20px; }
footer.footer-one ul.iq-contact li a span { padding-left: 30px; display: table-cell; position: relative; }
footer.footer-one ul.iq-contact li i { position: absolute; left: 0; line-height: 30px; font-size: 18px; color: var(--white-color); }
footer.footer-one .widget ul.menu li a:before { display: none; }
footer.footer-one .widget ul li a { color: var(--white-color); }
footer.footer-one .widget ul li a:hover, footer.footer-one ul.iq-contact li a:hover i { color: var(--primary-color); }
footer.footer-one .widget ul.menu li a { padding: 0px 0 10px 0px; color: var(--white-color); }
footer.footer-one .copyright { color: var(--white-color); }
.iq-bg-dark { position: relative; }
footer.footer-one .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info { padding: 0; }
footer.footer-one .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info p { font-size: 14px; background: rgba(255, 255, 255, 0.2); padding: 15px; position: relative; }
footer.footer-one .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info p:after { content: ' '; position: absolute; width: 0; height: 0; left: 38px; right: auto; top: auto; bottom: -24px; border: 12px solid; border-color: rgba(255, 255, 255, 0.2) transparent transparent rgba(255, 255, 255, 0.2); }
footer.footer-one .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info .testimonial-name .sub-title { font-size: 14px; }
footer.footer-one .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info .testimonial-name h5 { font-size: 18px; }
footer.footer-one .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info img { width: 54px; height: 54px; border-radius: 5px; }
footer.footer-one .testimonail-widget-menu .owl-carousel .owl-dots { display: none; }
footer.footer-one .testimonail-widget-menu .owl-carousel .owl-stage-outer { background: transparent; }
footer.footer-one .iq-widget-menu .post-img .post-blog a .link-color { color: var(--white-color); }
footer.footer-one .footer-topbar:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100px; background: var(--white-color); }
footer.footer-one .footer-top.dummy-data:after { display: none; }
footer.footer-one .footer-top.dummy-data { padding-top: 75px; }
.page-id-930 .iq-breadcrumb-one { display: none; }
.page-id-930 .content-area .site-main { padding-top: 0; }

/*---------------------------------------------------------------------
                      Services (Fancybox)
-----------------------------------------------------------------------*/

/*style-2*/
.box-effect { display: flex; align-items: flex-start; margin-bottom: 0; padding: 30px; overflow: hidden; border: 1px solid transparent; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; 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; }
.box-effect .feature-info { flex: 1; vertical-align: middle; margin-left: 15px; }
.box-effect .feature-info h4 { margin-bottom: 10px; }
.box-effect .iq-icon { color: var(--white-color); vertical-align: middle; margin-bottom: 0 !important; height: 90px; border: 1px solid; border-radius: 90px; line-height: 90px; width: 90px; font-size: 40px; text-align: center; }
.box-effect:hover:before { -webkit-transform: scaleX(1); -khtml-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.box-effect:before { content: ''; position: absolute; bottom: 0; background: var(--primary-color); left: 0; height: 4px; width: 100%; -webkit-transform: scaleX(0); -khtml-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); z-index: 0; -webkit-transition: all .3s linear 0ms; -khtml-transition: all .3s linear 0ms; -moz-transition: all .3s linear 0ms; -ms-transition: all .3s linear 0ms; -o-transition: all .3s linear 0ms; transition: all .3s linear 0ms; }
.box-effect:hover { border: 1px solid #f6f6f6; /* -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); */ 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; background: var(--white-color); }
.iq-client  .iq-client-img  .iq-client-default-img { position: relative; display: block; width: auto; margin: 0 auto; -webkit-transition: -webkit-transform .4s ease; transition: -webkit-transform .4s ease; -o-transition: transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; }
.iq-client   .iq-client-img  .iq-client-hover-img { position: absolute; top: 0; left: 50%; width: auto; -webkit-transform: translate(-50%, -100%); -ms-transform: translate(-50%, -100%); transform: translate(-50%, -100%); -webkit-transition: -webkit-transform .4s ease; transition: -webkit-transform .4s ease; -o-transition: transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; }
.iq-client  .iq-client-img:hover  .iq-client-default-img { -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); }
.iq-client  .iq-client-img:hover  .iq-client-hover-img { -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }
#wpcf7-f744-p924-o1 input[type=submit] { background: var(--primary-color); }
#wpcf7-f744-p924-o1 input, #wpcf7-f744-p924-o1 textarea { background: var(--white-color); }
.error-404 h2 { font-weight: bold; }
.iq-map iframe { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.iq-mb-0 p { margin-bottom: 0; }
body.page-contact-us-2 .content-area .site-main, body.page-contact-us .content-area .site-main { padding-bottom: 0; }
body.page-contact-us-2 footer.footer-one .footer-top:after, body.page-contact-us footer.footer-one .footer-top:after { background: #f6f6f6; }

body.page-id-930 .iq-breadcrumb-one ,body.page-id-1659 .iq-breadcrumb-one ,body.page-id-2259 .iq-breadcrumb-one,body.page-id-2303 .iq-breadcrumb-one,body.page-id-2288 .iq-breadcrumb-one{ display: none; }
body.page-id-930 .content-area .site-main ,body.page-id-1659 .content-area .site-main,body.page-id-2259 .content-area .site-main,body.page-id-2303 .content-area .site-main,body.page-id-2288 .content-area .site-main{ padding-top: 0; }

/*---------------------------------------------------------------------
                               woocommerce
-----------------------------------------------------------------------*/
.woocommerce .loader::before, .woocommerce-products-header { display: none; }
.woocommerce .woocommerce-ordering { margin: 0 0 30px; }
.woocommerce .woocommerce-result-count { margin: 7px 0 15px; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--primary-color); line-height: 2.8em; background: #f5f7fb; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--primary-color); }
.woocommerce .woocommerce-message .button { background: var(--primary-color); color: var(--white-color); font-weight: 500; }
.woocommerce .woocommerce-message .button:hover { background: var(--secondary-color); color: var(--white-color); }


/* inject:scss */
.woocommerce .products ul, .woocommerce ul.products { margin: 0 -15px; }
.woocommerce .products.columns-2 li.product { width: 50%; padding: 0 15px; }
.woocommerce .products.columns-3 li.product { width: 33.3333%; padding: 0 15px; }
.woocommerce .products.columns-4 li.product { margin-right: 0; margin-bottom: 45px; width: 25%; padding: 0 15px; }
.woocommerce .products li.product.last, .woocommerce-page .products li.last { margin-right: 0; }

/*---------------------------------------------------------------------
                               Product
-----------------------------------------------------------------------*/
.iq-product-block { position: relative;border: none; border-radius: 10px; border-radius: 5px;
    box-shadow: 10px 11px 35px rgba(0, 0, 0, 0.1); }
.woocommerce ul.products li.product a img { margin: 0; }
.iq-product-block  .product-caption {padding: 15px 20px 10px;}
.woocommerce ul.products li.product .woocommerce-loop-category__title { margin: 0; text-align: center; }
.iq-product-image img { width: 100%;     border-bottom: 1px solid #d2d1d1 !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title{text-align: center;}

/* onsale */
.woocommerce span.onsale, .woocommerce ul.products li.product .onsale { color: var(--white-color); background: var(--primary-color); text-transform: uppercase; padding: 5px 10px; text-align: center; display: block; position: absolute; top: 10px; left: 10px; right: auto; margin: 0; min-height: auto; line-height: 18px; font-weight: 400; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

/* woocommerce Product */
.iq-product-image { border-radius: 5px; overflow: hidden; margin-bottom: 0px;    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
.iq-product-img-wrap { position: relative; overflow: hidden;}
.iq-product-block .woocommerce-loop-product__link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; }
.woocommerce ul.products li.product .iq-product-block .hover_image { position: absolute; top: 0; left: 0; opacity: 0; transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.woocommerce ul.products li.product:hover .hover_image { opacity: 1; }

/* woocommerce Product button */
/*.woocommerce ul.products li.product .iq-product-block .button {position: relative;
    width: 60%;
    left: calc(50% - 60%/2);
    padding: 5px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
 }*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{  
	font-size: 100%;
    margin: 0;
        margin-top: 0px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 5px;
    left: auto;
    color: rgb(81, 81, 81);
    background-color: rgb(235, 233, 235);
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;}
.woocommerce a.added_to_cart { margin: 0; position: absolute; bottom: -50px; left: 0; width: 100%; display: inline-block; padding: 10px 15px; font-weight: 500; font-size: 15px; line-height: 28px; background: var(--white-color); font-family: 'Lato', sans-serif; z-index: 9; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; text-align: center; color: var(--secondary-color); transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.woocommerce a.added_to_cart.wc-forward{display: none;}
.woocommerce ul.products li.product .iq-product-block .button:hover, .woocommerce a.added_to_cart:hover { background-image: -moz-linear-gradient(0deg, var(--linear-color-1) 0%, rgb(163, 120, 252) 100%); background-image: -webkit-linear-gradient(0deg, var(--linear-color-1) 0%, rgb(163, 120, 252) 100%); background-image: -ms-linear-gradient(0deg, var(--linear-color-1) 0%, rgb(163, 120, 252) 100%); color: var(--white-color); }
/*.woocommerce ul.products li.product:hover .iq-product-block .button, .woocommerce ul.products li.product:hover  .iq-product-block a.added_to_cart { bottom: 10px; }*/
.yith-wcwl-add-to-wishlist { position: absolute; top: 8px; right: 15px; margin: 0; z-index: 9; }
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a { font-size: 0; }
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist.single_add_to_wishlist:before { content: "\f08a "; font-family: FontAwesome; color: var(--secondary-color); font-size: 16px; }
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button.hide { display: block !important; }
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button.hide a:before, .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before { color: var(--primary-color); text-decoration: none; }
.yith-wcwl-add-to-wishlist .ajax-loading, .yith-wcwl-wishlistexistsbrowse.show, .yith-wcwl-wishlistaddedbrowse.show, #yith-wcwl-popup-message, .yith-wcwl-wishlistexistsbrowse.show { display: none !important; }

/* woocommerce Product detail */
.woocommerce ul li.product .iq-product-block .product-caption h3 { margin: 0; padding: 0; color: var(--secondary-color); line-height: 1.5; text-align: center; }
.woocommerce ul li.product .iq-product-block .product-caption h3 a:hover { color: var(--primary-color); text-decoration: none; }
.woocommerce ul.products li.product .iq-product-block .product-caption .price { margin: 0; padding: 0; color: var(--primary-color); font-size: 16px; text-align: center; }
.woocommerce ul.products li.product .iq-product-block .product-caption .price ins { font-weight: 400; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--primary-color); font-weight: 400; margin: 15px 0; }
.woocommerce div.product form.cart div.quantity{margin: 0 10px 0 0;}
.woocommerce .quantity .qty { padding-right: 0; text-align: left; height: 48px; }
.product_meta .sku_wrapper, .product_meta .posted_in { display: block; }
.woocommerce ul.products li.product .price del { color: var(--text-color); }
.woocommerce ul.products li.product .product-caption .star-rating { font-size: 12px; margin: 0; display: inline-block; position: absolute; right: 0; bottom: 10px; }
.woocommerce ul.products li.product .product-caption .star-rating span, .woocommerce .star-rating span { color: #ff8d39; padding-top: 1em; }
.woocommerce div.product form.cart .variations td{vertical-align: top;}

/* inject:scss */
.woocommerce .products ul, .woocommerce ul.products { margin: 0 -15px; }
.woocommerce .products.columns-2 li.product { width: 50%; padding: 0 15px; }
.woocommerce .products.columns-3 li.product { width: 33.3333%; padding: 0 15px; }
.woocommerce .products.columns-4 li.product { margin-right: 0; margin-bottom: 30px; width: 25%; padding: 0 15px; }
.woocommerce .products li.product.last, .woocommerce-page .products li.last { margin-right: 0; }

/*---------------------------------------------------------------------
                           woocommerce Pagination
-----------------------------------------------------------------------*/
.woocommerce nav.woocommerce-pagination ul { margin: 0; border: none; }
.woocommerce nav.woocommerce-pagination ul li { border: none; margin-right: 5px; }
.woocommerce nav.woocommerce-pagination ul li:last-child { margin-right: 0; }
.woocommerce nav.woocommerce-pagination ul li .page-numbers { position: relative; display: block; padding: 5px 15px; margin: 0; color: #666666; background-color: #fff; border: 1px solid var(--border-color); border-radius: 5px; font-size: 16px; line-height: 2; }
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current { color: #fff; background-color: var(--primary-color); border-color: var(--primary-color); }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-weight: 400; }

/*---------------------------------------------------------------------
                           Tab products
-----------------------------------------------------------------------*/
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-bottom: 1px solid var(--border-color); }
.woocommerce div.product .woocommerce-tabs ul.tabs { text-align: center; padding: 0; margin: 0 0; border: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { padding: 0 30px; margin: 0; background: none; border-color: var(--border-color); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before { display: none !important; }
.woocommerce-tabs { margin-bottom: 80px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--primary-color); color: var(--white-color); border-color: var(--primary-color); }
.woocommerce-Tabs-panel h2 { margin-bottom: 15px; }
.woocommerce .comment-respond .comment-reply-title:before { display: none; }
.woocommerce-Tabs-panel .comment-respond .comment-form-author, .woocommerce-Tabs-panel .comment-respond .comment-form-email, .woocommerce-Tabs-panel .comment-respond .comment-form-url { width: 48%; }
.woocommerce-Tabs-panel .comment-respond .comment-form-email { float: right; }
.woocommerce .woocommerce-Tabs-panel #review_form .comment-respond .form-submit { margin: 0; }
.woocommerce div.product .woocommerce-tabs .panel { margin: 0; padding: 30px 30px 15px; border: 1px solid var(--border-color); border-top: none; }

/*---------------------------------------------------------------------
                           Cart
-----------------------------------------------------------------------*/
.woocommerce-cart-form { margin-bottom: 80px; }
.woocommerce-additional-fields h3 { margin-top: 30px; }
.cross-sells h2, .cart_totals h2 { margin-bottom: 30px; }
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text { width: 150px; text-align: center; border-radius: 5px; height: 48px; }
.woocommerce .cart_totals .wc-proceed-to-checkout .button { width: 100%; padding: 15px 30px; font-size: 20px;}
.woocommerce-billing-fields h3, #order_review_heading, .woocommerce-order-details__title { margin-bottom: 15px; }
.woocommerce table.shop_table { border: 1px solid var(--border-color); }
.woocommerce table.shop_table td { border-top: 1px solid rgba(0, 0, 0, .1); border-left: 1px solid var(--border-color); border-bottom: none; border-right: none; }
.woocommerce-billing-fields__field-wrapper label, .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper { display: inline-block; width: 100%; }
.woocommerce form .form-row .select2-container { border: 1px solid var(--border-color); background: #f5f7fb; line-height: 45px; height: 45px; padding: 0 10px; width: 100%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.select2-search--dropdown { display: inline-block; padding: 10px; width: 100%; }
.select2-container--default .select2-selection--single { background-color: transparent; border: none; border-radius: 0; outline: none; }
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] { background: #f5f7fb; }
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] { background: var(--primary-color); }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #666666; line-height: inherit; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 44px; }
.select2-dropdown { border: 1px solid var(--border-color); }
.order-total { color: var(--primary-color); }
.woocommerce-input-wrapper { display: inline-block; width: 100%; }
.woocommerce form .form-row textarea { padding: 15px; height: 6em; }
.woocommerce-checkout #payment ul.payment_methods li input { width: inherit; float: left; height: auto; margin: 10px 5px 0 0; }
.woocommerce ul.order_details { margin: 15px 0; padding: 15px; border: 1px solid var(--border-color); background: #f5f7fb; }

/*---------------------------------------------------------------------
                           Related products
-----------------------------------------------------------------------*/
.related.products h2, .upsells.products h2 { margin-bottom: 30px; text-align: center; }
.woocommerce .related.products .products.columns-4 li.product { margin-bottom: 0; }
section.related.products {margin-bottom: 30px;}
.woocommerce-cart table.cart td.actions .coupon .input-text{margin: 0 15px 0 0;}


/* woocommerce Button */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt.disabled { color: var(--white-color); cursor: pointer; padding: 10px 30px; font-weight: 500; font-size: 15px; line-height: 28px; border: none; position: relative; background: var(--primary-color);font-family: 'Karla', sans-serif; display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-decoration: none; }
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .cart_totals .wc-proceed-to-checkout .button:hover, .woocommerce button.button.alt:hover { color: var(--white-color); background: var(--secondary-color); text-decoration: none; }
.woocommerce #respond input#submit { margin-top: 30px; float: right; padding: 10px 30px; }
.woocommerce a.button.alt{display: block !important; width: max-content;}
.woocommerce a.button.alt:hover{background: var(--secondary-color);}

/*---------------------------------------------------------------------
                           My Account
-----------------------------------------------------------------------*/
.woocommerce form.login { border-color: var(--border-color); }
input[type=checkbox] { height: 34px; width: 13px; width: auto; margin-right: 5px; }
.woocommerce-form__label-for-checkbox { margin-top: 5px; margin-left: 30px; }
.woocommerce form .form-row { padding: 0; margin: 0 0 15px; }
.woocommerce-MyAccount-navigation ul { margin: 0 15px 0 0; padding: 0; border: 1px solid var(--border-color); }
.woocommerce-MyAccount-navigation li { list-style: none; display: inline-block; width: 100%; border-bottom: 1px solid var(--border-color); }
.woocommerce-MyAccount-navigation li a { padding: 10px 15px; color: var(--text-color); display: inline-block; width: 100%; }
.woocommerce-MyAccount-navigation li a:hover, .woocommerce-MyAccount-navigation li.is-active  a { color: var(--white-color); text-decoration: none; background: var(--primary-color); }
.woocommerce-MyAccount-navigation li a:before { float: right; font-family: FontAwesome; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before { content: "\f0e4"; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before { content: "\f291"; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before { content: "\f1c6"; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before { content: "\f015"; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before { content: "\f09d"; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before { content: "\f007"; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before { content: "\f08b"; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before { content: "\f021"; }

/*---------------------------------------------------------------------
                               Product
-----------------------------------------------------------------------*/
/*css*/
.woocommerce-checkout #payment {background: #eff1fe;border-radius: 5px;}
.woocommerce-checkout #payment div.payment_box::before {border: 1px solid var(--border-color);}
.woocommerce-checkout #payment div.payment_box {background-color: #eff1fe;    border: 1px solid var(--border-color);}

.woocommerce table.shop_table {border: none;}
.woocommerce table.shop_table {border-collapse: collapse;}
.woocommerce table.shop_table th {     border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--white-light-color);    font-size: 22px;
    line-height: 30px;
    color: var(--secondary-color);}
.woocommerce table.shop_table td {border-top: none;
    border-left: none;border-bottom: 1px solid var(--white-light-color);}
.woocommerce table.shop_table td span.woocommerce-Price-amount.amount{font-weight: bold;
color: var(--secondary-color);}
.woocommerce table.shop_table td,  .woocommerce table.shop_table th{text-align: left;}
.woocommerce button.button.alt.disabled:hover{background-color: var(--secondary-color);}
.woocommerce table.shop_table td {padding: 15px 12px;}
.woocommerce ul.products li.product .button {    margin-top: 2em;left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    font-family: WooCommerce;
    content: "\e031";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 0.4818em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size: 1.2em;}

/*header shop*/
/*header ul.shop_list li .search-box input[type="search"]:hover { height: 40px; font-size: 18px; display: inline-block; border: none; border-radius: 0; outline: none; padding: 15px 40px 15px 15px; width: 0px; position: absolute; top: -15px; right: 0; background: none; transition: width 0.4s cubic-bezier(0, 0.795, 0, 1); cursor: pointer; z-index: 11; margin: -10px 0 0 0; }
*/header ul.shop_list li .search-box { position: relative; }
header ul.shop_list  li .search-box input[type="search"]:focus { width: 250px; z-index: 1; cursor: text; background: var(--white-color); z-index: 9; color: rgba(102, 102, 102, 0.6); font-size: 14px; }
header ul.shop_list  li .search-box .search-submit:hover { background: none; }
header ul.shop_list { margin-bottom: 0px; margin-left: 30px; padding-left: 0px; float: left; }
header ul.shop_list  li .search-box .search-submit { z-index: 10; color: var(--secondary-color); padding: 0; height: 40px; 
	width: 40px; display: inline-block; float: right; position: absolute; top: -25px; right: -35px; background: none; 
	cursor: pointer; transition: opacity 0.4s ease; }
header ul.shop_list li a{display: inline;}
header .navbar ul.shop_list li:last-child {margin-right: 17px;}
header ul.shop_list li .search-box input[type="search"]:focus {    right: -40px;
    border-radius: 100px;}
header ul.shop_list li.search-btn{margin-left: 15px;}
header ul.shop_list li.cart-btn .cart_count a{padding: 0px;}
header ul.shop_list li.wishlist-btn{padding-left: 0px;}
header .navbar .sub-main ul.shop_list li .wcount ,header .navbar .sub-main ul.shop_list li .cart_count #mini-cart-count{
position: absolute;top: -11px;right: -16px;width: 20px;height: 20px;line-height: 20px;color: var(--white-color);font-size: 12px;
    background: var(--primary-color);border-radius: 90px; text-align: center;
}

header .navbar .sub-main ul.shop_list .blue-btn.button a {font-size: 14px; line-height: 32px; padding-left: 0px; color: var(--white-color);}
header .navbar .sub-main ul.shop_list .blue-btn.button a:hover{color: var(--white-color);}

/*---------------------------------------------------------------------
                              Log-in
-----------------------------------------------------------------------*/
.woocommerce form .password-input, .woocommerce-page form .password-input{box-sizing: border-box;width: 100%;margin: 0;outline: 0;line-height: normal;}
p.woocommerce-LostPassword.lost_password{margin-bottom: 0px;}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {right: 1.1em;top: 1.1em;}
.woocommerce-form__label-for-checkbox{margin-left: 0px; margin-bottom: 15px;}
input#rememberme{height: 30px;}

/* select */
.woocommerce .woocommerce-ordering select{border: 2px solid var(--text-color);}

/* wishlist-table */
table.wishlist_table tbody td a,table.wishlist_table tbody td span{font-size: 16px;}

/* Social Media */
.yith-wcwl-share li a {border-radius: 5px;}