/*
Theme Name: Advisol
Theme URI: https://shtheme.com/demosd/advisol
Author: Shtheme
Author URI: https://shtheme.com
Description: Advisol is modern and eye-catching Business Consulting WordPress Theme. This theme is perfect for any Business, Financial, Consulting, Tax help, Creative Business, Corporate, Company, etc. to show their services, projects/portfolios, and other information to their customers.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: advisol

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



:root {
  --clr-theme-color: #029AFF;
  --clr-theme-color2: #013E39;
  --clr-theme-color3: #2657F2;
}

p.comment-form-cookies-consent{
    display: none;
}

span.ajax-loader{
    display: none!important;
}

div.wpcf7-response-output{
    color: #111;
    margin:30px 0 0 0;
}
.search-custom form input{
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #d1d1d1;
    color: #111;
}
.search-custom form button{
    border: 1px solid #111;
    color: #fff;
    font-size: 16px;
    height: 48px;
    position: relative;
    width: 48px;
    cursor: pointer;
    float: right;
    background: #111;
    margin-top: -48px;
    padding: 0;
    letter-spacing: 0;
}
.search-custom form button:hover{
    background: #fff;
    border: 1px solid #111;
    color: #111;
}
.search-custom h4{
    font-weight: 600;
    font-size: 20px;
    color: #5f5f5f;
    text-transform: inherit;
    margin-bottom: 20px;
}

li.recentcomments{
    font-weight: 600;
}

h3.comment-reply-title{
    color: var(--neutral-main-text-color, #19191B);
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
}
#form input.submit{
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    border: 2px dashed  #111;
    width: auto;
    position: relative;
    width: 120px!important;
    max-width: 120px;
    height: 120px;
    display: block;
    transform: translate(-50%, -50%);
    top: 80px;
    left: 60px;
    border-radius: 50%;
}

p.form-submit{
    text-align: center;
}

.stButton .stHBubble{
    height: 22px!important;
}

.hadding1 h4.author {
    color: var(--neutral-main-text-color, #19191B);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    transition: all.4s;
}

.single-widget.widget_tag_cloud {
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 30px;
    border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #D1D5DB;
    background: none;
}

.single-widget.widget_tag_cloud li{
    display: inline-block;
    margin: 0 5px 10px 0;
}

.single-widget.widget_tag_cloud li a{
    font-weight: 500;
    font-size: 14px !important;
    line-height: 13px;
    align-items: center;
    text-align: center;
    color: #161540;
    border-radius: 5px;
    background: rgba(2, 154, 255, 0.05);
    display: inline-block;
    padding: 10px;
    transition: all 0.3s;
    margin: 0;
}

.single-widget.widget_tag_cloud li a:hover{
    transition: all 0.3s;
    background: var(--clr-theme-color);
    color: #ffffff !important;
}

ul.pagination{
    display: block;
}

ul.pagination span.current{
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border: 1px solid #E1E3E8;
    border-radius: 8px;
    margin: 0 4px;
    display: block;
    background: var(--clr-theme-color);
    box-shadow: 0px 4px 10px rgba(122, 120, 198, 0.2);
    transition: all 0.3s;
    color: #ffffff;
}

ul.blog-date li{
    font-size: 14px;
    font-weight: 600;
}

.single-widget{
    border: 1px solid #D1D5DB;
}

.blog2.sp6 .row >.col-md-6:first-child .space30,
.blog2.sp6 .row >.col-md-6:nth-child(2) .space30{
    height: 0;
}

.comon-subsribe-all-input input.wpcf7-submit{
    background: #19191B;
}

.comon-subsribe-all-input input.wpcf7-submit:hover{
    background-color: var(--clr-theme-color);
    transition: all.4s;
}

.error h2{
    color: #fff;
}

h4.comment-title{
    color: var(--neutral-main-text-color, #19191B);
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
}

.recent-post{
    padding-bottom: 10px;
}

@media screen and (max-width: 769px){
ul.mobile-nav-list.no-scroll {
    overflow-y: auto;
}
}

.subsribe-btn input.wpcf7-submit{
    width: auto;
    float: right;
}

.wpcf7 form.invalid .wpcf7-response-output{
    margin: 10px 0;
    border-color: #19191B;
}

.subsribe-all .wpcf7 form .wpcf7-response-output{
    color: #fff;
    border-color: #fff;
}

.wpcf7-not-valid-tip{
    color: #19191B;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 500;
}

.subsribe-all .wpcf7-not-valid-tip{
    color: #fff;
    font-size: 15px;
}

form br{
    display: none;
}

form .button1{
    background: #19191B;
}

form .button1:hover{
    background: var(--clr-theme-color);
}

[data-aos] {
    pointer-events: auto;
}

button.button2 a{
    color: #fff;
}

.team3-hadding h2{
    color: #19191B;
    display: inline-block;
    padding: 20px 0 4px 0;
    font-size: 24px;
}

input.wpcf7-submit.button3 {
    padding: 16px 20px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    position: relative;
    background-color: var(--clr-theme-color3);
    border: none;
    transition: all.4s;
    border: none;
}

.comon-subsribe-all-input input.wpcf7-submit.button3{
    padding: 16px 20px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    position: relative;
    background-color: var(--clr-theme-color3);
    border: none;
    transition: all.4s;
    border: none;
}

.contact-from-input.contact-from-input2 input{
    width:100%;
    margin-left:0;
}

.contact-from-input .nice-select.wide{
    margin-left:0;
}

.contact-from-input textarea{
    margin-left:0;
}

.contact-from-input input {
    margin-left: 0;
}

.contact-from-input .phone input {
    margin-left: 16px;
}

@media(max-width: 991px){
.home1-header-images {
    position: relative;
    height: 757px!important;
}
footer .hadding2{
    margin-top: 30px;
}
.blog-details-form{
    margin-bottom: 50px;
}
}

p{
    font-family: 'Inter', sans-serif !important;
}

.foonter-contact-p3 a{
    margin-top: 0;
}

.video-play-button span{
    margin-top: -7px;
    margin-left: -9px;
}
/***************************************************************/
@font-face{
  font-family: 'iranyekan';
  src: url('fonts/iranyekanwebregular.eot');
  src: url('fonts/iranyekanwebregular.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
  url('fonts/iranyekanwebregular.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
  url('fonts/iranyekanwebregular.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  url('fonts/iranyekanwebregular.ttf') format('truetype');
}




h1,h2,h3,h4,h5,h6,p,th,td,tabel,b,select,textarea,text,ul,li,a,div,.rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6 {
      font-family: 'iranyekan' !important ;
}




