/*
	Theme Name:	Xtra Child
	Theme URI:	http://xtratheme.ir
	Description:Sample child theme of Xtra theme for customization.
	Author:		Xtra Theme
	Author URI:	http://xtratheme.ir
	Template:	xtra
	Version:	4.0.0
*/

.elementor-section-wrap a {
    color: #2c77ff;
	font-weight: 700;
    
}
.logo_section {
    display: flex;
    align-items: center;
    line-height: 25px;
    font-weight: 700;
    color: #757575;
    font-size: 16px;
}
.footer_site_short_description {
    margin-top: 7px;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 10px;
}
.logo_section img {
    width: 65px;
		margin-left: 15px;
}
.footer_company_name p {
    margin-bottom: 2px;
}
.footer_each_data_row i:before {
    font-size: 20px;
    border: 2px solid #faa916;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #00a4bf;
		margin-bottom:10px;
	font-weight:900;
	margin-left: 10px;
}
div#custom_html-4 .cz_social {
	margin-top:10px;
}
div#custom_html-4 .cz_social a {
    background: #00a4bf;
    margin-left: 15px;
    font-size: 20px;
    border-radius: 10px;
    color: #fff;
}
div#custom_html-4 .cz_social a:hover {
    background: #d7bb49;
}
span.footer_data_row_text a {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
span.footer_data_row_text{
    font-weight: 700;
}
.footer_each_data_row {
    display: flex;
    align-items: center;
}
.cz_middle_footer .row.clr {
    display: flex;
    align-items: flex-end;
}
h1.logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
h1.logo-text p:nth-child(1) {
    font-size: 19px;
    margin-bottom: 0;
}
h1.logo-text p:nth-child(2) {
    font-size: 15px;
    margin-bottom: 0;
}
.have_center .elms_center.header_2_center > div {
    margin: 0 0 auto;
	
}
.have_center .elms_center {
	flex-basis: 30% !important;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*.logo,.logo_section img {*/
/*  -webkit-animation: spin 60s linear infinite;*/
/*  animation: spin 60s linear infinite;*/
/*}*/
.elementor-35156 .elementor-element.elementor-element-2e1b8be div.slick-slide div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-35156 .elementor-element.elementor-element-2e1b8be div.slick-slide div img {
    border-radius: 20px;
    height: 350px;
    border: 5px solid #00a4bf;
	    min-width: 270px;
}
.ic-header .cz_title_content .head-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ic-header .cz_wpe_content {
    width: 100%;
}
.ic-header .cz_title_content {
    display: flex;
}
.have_center .elms_left, .have_center .elms_center, .have_center .elms_right {
	flex: 1 0 10%;
}
.sf-menu .sub-menu {
    left: -20%;
    right: auto;
}
.ic-quo ul.cz_stylish_list.clr.cz_sl_icon_hover_none li {
    background: #d7bb49;
    padding: 19px 30px;
    border-radius: 17px;
}
.ic-quo ul.cz_stylish_list.clr.cz_sl_icon_hover_none li:nth-child(2n) {
    background: #17aeca;
}
.book-list ul.cz_stylish_list li div span:after {
    content: "";
    background: #fff;
    width: 115%;
    height: 3px;
    position: absolute;
    bottom: 0px;
    right: -15%;
}

.book-list ul.cz_stylish_list li div {
    position: relative;
}
.buy-book a.product_type_simple:after {
    content: "+ خرید کتاب";
    color: #707070;
    font-weight: 700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
}
.buy-book a.added_to_cart {
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin: 0;
    font-size: 14px;
    transform: translateX(-50%);
    letter-spacing: 0px;
    border: 2px solid #fff;
    padding: 5px 20px;
    color: #fff;
    border-radius: 3px;
}
.buy-book a.added_to_cart:hover {
    color: #f2f2f2;
}
/*accordion*/
.accordionlearn {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 22px 32px;
  border: none;
  text-align: right;
  outline: none;
  font-size: 17px;
  transition: 0.4s;
  border-radius:5px;
  margin-top: 15px;
}

.learn .active, .accordionlearn:hover {
  background-color: #fff; 
}
.learn .active{
    border-bottom: 1px solid #efefef;
    border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
#accLearnFaq .learn .active {
    border: unset;
}
.accordionlearn:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: left;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panellearn {
  padding: 0 40px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  border-right: 3px solid #368c93;
}
#accLearnFaq .panellearn {
    padding: 0 25px;
}
#accLearnFaq .accordionlearn:after {
    font-weight: 100;
    font-size: 1.5rem;
    color: rgb(59 152 160);
    position: absolute;
    right: 12px;
}
.panellearn ul{
    padding-top: 20px;
    padding-bottom: 20px;
}
.ic-audio {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.ic-video .elementor-widget-container {
	overflow:hidden;
}
.ic-podcast audio {
	    width: 100%;
    border: 4px solid #00a4bf;
    border-radius: 30px;
}
.sm2-bar-ui {
    font-family: 'iranyekan_standard' !important;
}
.textonimage .wp-caption .wp-caption-text {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
}
.have_center .elms_left {
    flex-basis: 0%;
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.loading-tracking-in-expand {
	-webkit-animation: tracking-in-expand 5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s infinite both;
	        animation: tracking-in-expand 5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s infinite both;
}
.ic-courses-link {
    background: url(https://irancoaching.org/wp-content/uploads/2022/01/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    border-radius: 15px;
    box-shadow: 0 0 5px 0 rgb(0 0 1);
}
.ic-courses-link h2 {
    color: #fff;
    text-align: center;
    font-size: 23px;
		
}
.ic-courses-link p.head {
    text-align: center;
    font-size: 14px;
    color: #333;
	color: #fff;
} 
.ic-list {
    background: #ffffffad;
    margin: 0 50px;
    border-radius: 10px;
    padding: 30px 0;
}
.ic-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	margin: 0 30px 0 0;
}
.ic-list ul li {
    flex: 20%;
}
.ic-list ul li a {
    display: flex;
    align-items: center;
}
.ic-list ul li a:hover {
    color: #005bff;
}
/* start gravity form style */
.gfield_checkbox li {
  position: relative;
  padding-left: 40px;
}
.gfield_checkbox li label {
	margin: 1px 28px 0 0 !important;
}
.gfield_checkbox li label:after {
  content: "";
  background: #78c1c9;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 1px;
  top: 0px;
  border-radius: 5px;
  z-index: 0;
}
.gfield_checkbox li label:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 11px;
  border: solid #006f7a;
  border-width: 0 3px 3px 0;
  right: 8px;
  top: 0;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}

input[type=checkbox] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
input[type=checkbox] + label {
  cursor: pointer;
}
input[type=checkbox]:checked + label:before {
  opacity: 1;
  top: 3px;
}
.gform_wrapper .gsection {
	border-bottom: 0!important;
	
}
.gform_body input[type=text], .gform_body select {
    background: #00a4bf42;
    border: 0;
    padding: 10px !important;
}
.gform_body select {
    margin-top: 11px;
}
.gform_body textarea {
    background: #00a4bf57;
    border: 0;
}

li#field_1_10 label {
    display: none;
}
/* end gravity form style */


/* animation flash */
.animated{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes icflash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes icflash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.icflash{-webkit-animation-name:icflash;animation-name:icflash}
/* animation flash */
.digits_login_form .minput label {
    top: 20px;
}
@media only screen and (max-width: 768px) {
	.ic-courses-link h2 {
    font-size: 16px;
}
	    .ic-list {
        margin: 0 3px;
        padding: 20px 0;
    }
    .ic-list ul {
        margin: 0 10px 0 0;
    }
    .ic-list ul li {
        flex: 50%;
    }
    .ic-list ul li a {
        font-size: .9rem;
        margin-bottom: 6px;
    }
    .ic-list ul li a i {
        display: none;
    }
	.accordionlearn {
    padding: 20px 12px;
    font-size: 12px;
}
  .cz_middle_footer .row.clr {
      display: flex;
      align-items: center;
      flex-direction: column;
  }
  .logo_section {
    display: block;
	}
    span.footer_data_row_text {
      text-align: right !important;
  }
	.footer_each_data_row i:before {
    line-height: 43px;
}
}


/*popup*/
.icmodal {
            position: absolute;
            z-index: 10000;
            /* 1 */
            top: 0;
            left: 0;
            visibility: hidden;
            width: 100%;
            height: 100%;
        }

        .icmodal.is-visible {
            visibility: visible;
        }

        .icmodal-overlay {
            position: fixed;
            z-index: 10;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: hsla(0, 0%, 0%, 0.5);
            visibility: hidden;
            opacity: 0;
            transition: visibility 0s linear 0.3s, opacity 0.3s;
        }

        .icmodal.is-visible .icmodal-overlay {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s;
        }

        .icmodal-wrapper {
            position: fixed;
            z-index: 99;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 80%;
            margin-left: 0;
            box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
            background: #fff url('images/valentines.jpg');
            background-size: cover;
            background-repeat: no-repeat;
        }
        @media only screen and (max-width: 768px) {
        .icmodal-wrapper:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgb(226 8 40 / 50%);
            z-index: -1;
        }
        }
        

        .icmodal-transition {
            transition: all 0.3s 0.12s;
            opacity: 0;
        }

        .icmodal.is-visible .icmodal-transition {
            opacity: 1;
        }

        .icmodal-header,
        .icmodal-content {
            padding: 1em;
        }

        .icmodal-header {
            position: relative;
            background-color: transparent;
            box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
            border-bottom: 1px solid #e8e8e8;
        }

        .icmodal-close {
            position: absolute;
            top: 0;
            left: 11px;
            color: #d0355d;
            background: transparent;
            border: 0;
            font-size: 2rem;
        }

        .icmodal-close:hover {
            color: #777;
        }

        .icmodal-heading {
            font-size: 1.125em;
            margin: 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .icmodal-content>*:first-child {
            margin-top: 0;
        }

        .icmodal-content>*:last-child {
            margin-bottom: 0;
        }
        .icmodal .dig_lrf_box {
            max-width: 300px;
        }
        @media only screen and (min-width: 768px) {
        .icmodal .dig_lrf_box {
                margin-right: 2rem !important;
        }
        }
        .icmodal .dig_lrf_box .button:hover {
            background: #cc184b;
            cursor: pointer;
        }
        
        .icmodal .dig_lrf_box .button {
            background: #d0355d;
        }

/*end popup*/


/*call icon*/

.box-item-call i {
    background: linear-gradient(45deg,rgba(0,123,236,.0816527) 40%,rgba(0,123,236,.49902) 100%);
    color: #fa055b;
    font-size: 25px;
    width: 75px !important;
    height: 75px !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 69% 31% 61% 39%/40% 36% 64% 60%;
}
.box-item-call:hover i {
    background: linear-gradient(45deg,rgba(0,123,236,.49902) 40%,#007bec 100%);
    color: #fff;
        transform: rotate(0deg) scale(1.1) !important;
}
.box-item-call:hover {
    cursor: pointer;
}
.box-item-call h3 {
    font-size: 1.1rem;
    font-weight: 700;
}
.box-item-call:hover h3 {
    color: #ccc;
}
.box-item-call p {
    font-size: 1.05rem;
    font-weight: 700;
}

/* end call icon*/


/*comments style*/
#comments .comment-respond {
    background-color: rgba(0,0,0,.05);
    margin-top: 15px;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
#comments .comment-respond textarea, #comments .comment-respond input {
    background: #ffffff7a;
    border-radius: 15px;
}
/*end comments style*/



/*circle progress bar*/
.progress-ic {
    width: 200px;
    height: 200px;
    font-size: 40px;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    /*background: #07070c;*/
    text-align: center;
    line-height: 200px;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.progress-ic::before {content: "%";color:#17aeca;}

.progress-ic .title {
    position: relative;
    z-index: 100;
    font-family: iransans;
    color: #17aeca;
}

.progress-ic .overlay {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /*background-color: #07070c*/
}

.progress-ic .left, .progress-ic .right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #17aeca;
    border-radius: 100px 0px 0px 100px;
    border-right: 0;
    transform-origin: right;
}

.progress-ic .left {animation: load1 1s linear forwards;}

.progress-ic:nth-of-type(2) .right, .progress-ic:nth-of-type(3) .right {animation: load2 .5s linear forwards 1s;}

.progress-ic:last-of-type .right, .progress-ic:first-of-type .right {animation: load3 .8s linear forwards 1s;}

@keyframes load1 {
    0% {transform: rotate(0deg);}

    100% {transform: rotate(180deg);}
}

@keyframes load2 {
    0% {z-index: 100;transform: rotate(180deg);}

    100% {z-index: 100;transform: rotate(270deg);}
}

@keyframes load3 {
    0% {z-index: 100;transform: rotate(180deg);}

    100% {
        z-index: 100;transform: rotate(315deg);}
}
/*end circle progress bar*/



/* library style start*/
.elementor-widget-container {
    list-style: none;
}
div#list-grid-container div {
    display: grid;
    column-gap: 50px;
    grid-template-columns: auto auto auto;
    padding: 10px;
}
div#list-grid-container div li {
    border-bottom: 1px solid #ccc;
    font-size: .9rem;
    padding-top: 15px;
}

div#list-grid-container div li:before {
    content: "\f100";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    margin-left: 20px;
    color: #08545e;
    position: absolute;
}

div#list-grid-container div li a {
    color: #008197;
        margin-right: 30px;
}

div#list-grid-container div li a:hover {
    color: #00a1ff;
}
/* width */
ul.category-list-ic::-webkit-scrollbar {
  width: 13px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 2px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #014e59; 
  border-radius: 2px;
}

ul.category-list-ic {
    max-height: 500px;
    overflow-y: scroll;
    border: 1px solid #b2e3e3;
    border-left: unset;
    padding: 30px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00c4ff;
}

ul.category-list-ic .item-list-ic {
    color: #014e59;
    list-style: none;
    font-weight: 700;
    font-size: .95rem;
    border-bottom: 1px solid rgb(0 54 74 / 26%);
    margin-bottom: 20px;
}

ul.category-list-ic .item-list-ic a {
    color: #014e59;
  
}
li.item-list-ic:before {
    content: "\f100";
    font-family: "Font Awesome 5 Free !important";
    font-weight: 900;
    margin-left: 20px;
    color: #08545e;
}


ul.category-list-ic .item-list-ic a:hover,ul.category-list-ic .item-list-ic.current a{
    color: #00c4ff;
    cursor: pointer;
    font-size: 1rem;
}
/* end library style*/

/* home page hero list */
.ic-hero-list-1 .cz_stylish_list li:nth-child(1) i {
    background: #FF004817;
}
.ic-hero-list-1 .cz_stylish_list li:nth-child(2) i {
    background: #9090901C;
}
.ic-hero-list-2 .cz_stylish_list li:nth-child(1) i {
    background: #DB00FF17;
}
.ic-hero-list-2 .cz_stylish_list li:nth-child(2) i {
    background: #28C9FC21;
}
/* home page hero list */