/*
Theme Name: Irhas
Theme URI: https://irhas.themesawesome.com
Author: Themes Awesome
Author URI: https://www.themesawesome.com
Text Domain: irhas
Description: Multiconcept Digital Agency WordPress Theme
Tags: left-sidebar, custom-background, custom-colors, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
Version: 1.5
Requires at least: 5.0
Tested up to: 5.9
Stable tag: 1.5
Requires PHP: 7.0
License:      GNU General Public License V2
License URI:      license.txt
-----------------------------------------------------------------------------------
  1. CSS Reset
  2. Header
	2.1. Header Style
		2.1.1. Search Form
  3. Pages
	3.1. Standard Page
	3.2. 404 Page
	3.3. Author Page
  4. Post Formats
  5. Post Loop
  6. Single Post
	6.1. Single Post Meta
	6.2. Single Post Tag
	6.3. Single Post Author
	6.4. Single Post Pagination
	6.5. Single Post Comment Section
  7. Sidebar
	7.1. Sidebar - Search
	7.2. Sidebar - Recent Post
	7.3. Latest Post - Standard with featured image
  8. Footer
-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/


/*  1. CSS Reset
/*-----------------------------------------------------------------------------------*/

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

body {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    font-size: 15px;
    background: #f5f5f5;
    font-weight: 400;
    color: #555555;
    line-height: 2;
    font-family: 'Poppins';
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    padding-left: 40px;
    -webkit-padding-start: 40px;
    -moz-padding-start: 40px;
    padding-start: 40px;
}

ul {
    list-style: inherit;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

ul ul {
    list-style-type: circle;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.the-content ul,
.the-content ol {
    margin-bottom: 20px;
}

.the-content ul>li>ul,
.the-content ol>li>ol,
.page-content ul>li>ul,
.page-content ol>li>ol,
.comment-text ul>li>ul,
.comment-text ol>li>ol {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 0;
    color: #16163F;
    font-family: 'Poppins';
}

.main-menu a {
    font-family: 'Poppins';
    font-weight: 500;
}

.post-content .post-text p,
.comment-content p {
    color: #333333;
}

.navigation-paging .post-navigation a {
    border-radius: 0;
}

h1 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.125;
}

h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.25;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
}

h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
}

h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
}

h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

a {
    cursor: pointer;
    outline: none;
    color: #000000;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus {
    color: #999999;
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 0;
}

p {
    margin: 0 0 20px;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-color: #dcd7ca;
}

thead {
    vertical-align: bottom;
    white-space: nowrap;
}

th,
td {
    border: 0.1rem solid #dcd7ca;
    line-height: 1.4;
    margin: 0;
    overflow: visible;
    padding: 0.5em;
}

th {
    font-weight: 700;
}

th a {
    text-decoration: underline !important;
}

th a:hover {
    color: #DA0D2B;
}

*::-moz-selection {
    background-color: #009a67;
    color: #ffffff;
}

*::selection {
    background-color: #009a67;
    color: #ffffff;
}

button {
    border: none;
    background-image: none;
    background: transparent;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote {
    margin-bottom: 20px;
    padding-left: 12px;
}

ol {
    display: block;
    list-style-type: decimal;
    padding-left: 40px;
    -webkit-padding-start: 40px;
    -moz-padding-start: 40px;
    padding-start: 40px;
}

.the-content dl,
.comment-text dl,
.page-content dl {
    margin-bottom: 20px;
}

dd {
    display: block;
    margin-inline-start: 40px;
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
    background: rgba(0, 0, 0, 0.075);
    border-radius: 0.2rem;
}

dt {
    font-weight: 700;
}

address {
    display: block;
    font-style: italic;
}

b,
strong {
    font-weight: 700;
}

em,
q,
dfn {
    font-style: italic;
}

abbr,
acronym {
    cursor: help;
}

abbr[title] {
    text-decoration: underline dotted;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

small {
    font-size: 80%;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

var {
    font-style: italic;
}

.bypostauthor>.comment .comment-author cite:after {
    content: "post author";
    font-size: 7px;
    font-size: 0.693333rem;
    font-style: italic;
    margin-left: 6px;
}

.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.wp-block-button {
    margin-bottom: 12px;
}

img.aligncenter,
img.alignnone,
figure.aligncenter,
figure.alignnone,
.wp-block-button.aligncenter,
.wp-block-button.alignnone,
.wp-block-cover.aligncenter,
.wp-block-cover.alignnone {
    margin-bottom: 20px;
}

img.alignleft,
figure.alignleft,
.wp-block-button.alignleft,
.wp-block-cover.alignleft {
    margin: 10px 20px 20px 0;
}

img.alignright,
figure.alignright,
.wp-block-button.alignright,
.wp-block-cover.alignright {
    margin: 10px 0 10px 20px;
}

body .wp-block-image {
    margin-bottom: 20px;
}

.page-links {
    clear: both;
    margin-top: 30px;
}

p.wp-block-cover-text {
    color: #f5f5f5 !important;
}

.wp-block-image figcaption,
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    margin-top: 0 !important;
    background: #f5f5f5;
    padding: 10px 5px;
    text-align: center;
    line-height: 1.5;
}

.blog-single .the-content blockquote p {
    margin-right: 10px;
}

.has-text-color.has-background.has-very-light-gray-color {
    color: #eee;
}

.gallery {
    display: inline-flex;
}

.gallery-item {
    margin: 0.8em 0;
    padding: 0 0.8em;
    width: 100%;
}

@media (min-width: 700px) {
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
}

.wp-block-group__inner-container {
    padding: 5% 8%;
    margin-bottom: 20px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
    margin-bottom: 20px;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    width: auto;
    left: 0;
    right: 0;
    line-height: 1.5;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 30px 15px 30px 60px;
}

.page-links a,
.page-links>span {
    border: 2px solid #d1d1d1;
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin-right: 0.3076923077em;
    text-align: center;
    width: 1.8461538462em;
    background-color: #009a67;
    border-color: #009a67;
    color: #fff;
    margin: 0;
    padding: 5px;
}

.page-links a {
    background-color: #fff;
    border-color: #009a67;
    color: #009a67;
    border-right: 0;
}

.page-links a:last-child {
    border-right: 2px solid #009a67;
}

.page-links a:hover,
.page-links a:focus {
    background-color: #009a67;
    border-color: transparent;
    color: #fff;
}

.page-links>.page-links-title {
    border: 0;
    color: #009a67;
    height: auto;
    margin: 0;
    padding-right: 0.6153846154em;
    width: auto;
    background: transparent;
}

.wp-block-gallery {
    margin: 0 0 20px;
}

pre {
    font-size: 16px;
    white-space: pre;
    word-wrap: normal;
    overflow-x: scroll;
    line-height: 1.6;
    margin: 1em 0;
}

figure {
    max-width: 100%;
    height: auto;
}

body {
    min-height: 100%;
}

#content {
    height: 100%;
}

.no-redux .blog-content-wrap {
    margin: 80px 0 30px;
}

.no-redux #content.single-post-wrap {
    margin: 80px 0 30px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    line-height: 1.6;
    margin-top: 10px;
    color: #757575;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
}

.sticky .blog-content .title-content .blog-title:before {
    content: "Featured Post";
    padding: 7px 15px;
    color: #009a67;
    position: absolute;
    top: 0;
    z-index: 10;
    right: 0;
    font-size: 12px;
    line-height: 1.6;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    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;
}


/* Custom Base */

input {
    height: 40px;
    padding: 0 15px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    background-color: #EFEFEF;
    border-color: #EFEFEF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    outline: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

textarea {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    background-color: #EFEFEF;
    border-color: #EFEFEF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

input[type="submit"] {
    display: inline-block;
    color: #ffffff;
    background-color: #009a67;
    font-size: 16px;
    letter-spacing: 0.025em;
    width: auto;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

::-ms-clear {
    display: none;
}

::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.container {
    max-width: 1080px;
    margin: 0 auto;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.therow {
    margin-left: -15px;
    margin-right: -15px;
}

.row-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
}

.column {
    display: inline-block;
    float: left;
}

.column-1 {
    width: 100%;
}

.column-2 {
    width: 50%;
}

.column-3 {
    width: 33.33333%;
}

.column-2of3 {
    width: 66.66667%;
}

.column-4 {
    width: 25%;
}

.column-5 {
    width: 20%;
}

.column-25 {
    width: 25%;
}

.column-75 {
    width: 75%;
}

.column-40 {
    width: 40%;
}

.column-60 {
    width: 60%;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.icon {
    font-family: "zloob";
}

.show-mob {
    display: none !important;
}


/* Button */

.btn {
    font-family: inherit;
    cursor: pointer;
    display: inline-block;
    padding: 10px 25px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.btn:hover {
    color: #fff;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.34);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.boxed-wrap {
    margin: auto;
}

.top-border {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 12px;
}

.bottom-border {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9999;
    padding: 12px;
}

.left-border {
    position: fixed;
    width: 25px;
    left: 0;
    height: 100%;
    z-index: 9999;
}

.right-border {
    position: fixed;
    width: 25px;
    right: 0;
    height: 100%;
    z-index: 9999;
}

#preloader {
    position: fixed;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1000;
}

#status {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px;
    transform: translate(-50%, -50%);
    background-image: url(./img/loading.gif);
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


/*-----------------------------------------------------------------------------------*/


/*  2. Header
/*-----------------------------------------------------------------------------------*/

.header-column {
    align-items: baseline;
}

.header-style1-wrap {
    background-color: #fff;
    z-index: 101;
}

.subheader {
    background-color: #009A67;
    padding: 10px 0;
}

.subheader.alt-head {
    display: none;
}

.subheader-list ul {
    list-style: none;
    padding: 0;
}

.subheader-container,
.subheader-style2-container {
    height: auto;
}

.subheader-content-right,
.subheader-content-left {
    color: #ffffff;
}

.subheader-content-left p {
    margin-bottom: 0;
}

.subheader .sm-clean a:hover,
.subheader .sm-clean a:focus,
.subheader .sm-clean a:active,
.subheader .sm-clean a.highlighted {
    color: #009a67;
}

.the-subheader li a {
    margin-left: 10px;
    color: #ffffff;
}

.header-style1 {
    padding: 30px 0;
}

.header-style1-wrap.alt-head {
    position: absolute;
    width: 100%;
    background: transparent;
}

.header-style1-wrap.alt-head .main-menu-btn-icon,
.header-style1-wrap.alt-head .main-menu-btn-icon:before,
.header-style1-wrap.alt-head .main-menu-btn-icon:after {
    background-color: #ffffff;
}

.header-style1-wrap.alt-head .sm-clean a span.sub-arrow {
    border-top-color: #ffffff;
}

.header-style1-wrap .logo-title h1 {
    margin-bottom: 0;
    font-size: 3.8rem;
}

.header-style1-wrap .logo-image {
    max-width: 150px;
}

.logo-img-wrap {
    display: inline-block;
}

nav.nav-style1 {
    display: inline-block;
    margin-left: 20px;
}

.list-menu-head {
    display: inline-flex;
}

.list-item-head,
.list-item-dropdown,
.right-area-item {
    margin-right: 20px;
    font-weight: 600;
}

.right-area-item:last-child {
    margin-right: 0;
}

.list-item-link {
    font-weight: 600;
}

.list-item-link:hover {
    color: #1468a0;
}

.list-item-dropdown {
    position: relative;
}

.submenu-head {
    position: absolute;
    display: none;
    border-top: 2px solid#009A67;
    background-color: #000000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.submenu-item-head {
    float: none;
    font-size: 10px;
    padding: 5px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.submenu-item-head a {
    color: #ffffff!important;
}

.list-item-dropdown:hover .submenu-head {
    display: block;
}

.list-item-link-dropdown:hover {
    color: #1468a0;
}

.submenu-item-link:hover {
    color: #f8f8f8;
}

.right-area-menu {
    display: inline-flex;
}

.button-head-item {
    background: #f0f3e0;
    color: #009a67;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
}

.button-head-item:hover {
    background: #009a67;
    color: #ffffff;
}

.mobile-toggle-holder strong .close-label {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    height: 100%;
}

.mobile-toggle-holder {
    display: inline-flex;
    padding: 35px;
    cursor: pointer;
    align-items: center;
    position: relative;
}

.mobile-toggle-holder strong {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px;
    line-height: 1;
}

.mobile-toggle-holder .mobile-toggle {
    display: inline-flex;
    width: 16px;
    height: 12px;
    align-items: center;
    transition: none;
    vertical-align: middle;
    position: relative;
}

.mobile-toggle-holder.style1 .mobile-toggle>span:nth-child(1) {
    transform-origin: 0 0;
}

.mobile-toggle-holder .mobile-toggle span:nth-child(1) {
    top: 0px;
}

.mobile-toggle-holder .mobile-toggle span {
    display: block;
    position: absolute;
    width: 16px;
    height: 1px;
    background: #090909;
    content: " ";
    left: 0;
}

.mobile-toggle-holder.style1 .mobile-toggle>span:nth-child(3) {
    transform-origin: 0 100%;
}

.mobile-toggle-holder .mobile-toggle span:nth-child(3) {
    top: 10px;
}

.mobile-toggle-holder.style1 .mobile-toggle>span:nth-child(2) {
    -moz-transition: width .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: width .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: width .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: width .25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.mobile-toggle-holder .mobile-toggle span:nth-child(2) {
    top: 5px;
}

@media screen and (max-width: 1024px) {
    .content-right-area,
    .full-menu {
        display: none!important;
    }
}

@media only screen and (max-width: 640px) {
    .subheader {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .mobile-toggle-holder {
        display: none;
    }
}

.content-right-area .right-area-menu {
    list-style: none;
}

.header-style1-wrap .main-menu {
    display: inline-block;
}

.main-menu-btn {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-indent: 28px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: none;
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #bbb;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}

.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}


/* x icon */

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    visibility: hidden;
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked)~#main-menu {
    display: none;
}

#main-menu-state:checked~#main-menu {
    display: block;
}

.sm-clean>li {
    margin-right: 20px;
}


/*-----------------------------------------------------------------------------------*/


/*  3. Pages
/*-----------------------------------------------------------------------------------*/

.blog-content-wrap .blog {
    padding: 50px 0 0;
}

.blog .column-75 {
    padding-right: 30px;
}

.single-post-wrap .blog {
    padding: 80px 0 100px;
}

.page-title-wrap {
    padding: 60px 0 70px;
    background: #efefef;
}

.page-template-default .page .page-content {
    margin: 60px 0 45px;
}

.page-comment {
    margin-bottom: 60px;
}


/* 3.1. Standard Page */

.page-template-default .page-title-wrap h1 {
    padding-bottom: 10px;
    margin: 15px 0;
    line-height: 1.1;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -1px;
}

.page-title {
    margin: 0;
    text-align: center;
}

.page-title h2 {
    color: #009a67;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-title span {
    display: block;
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    line-height: 34px;
    color: #009a67;
    padding-bottom: 20px;
}


/* 3.2. 404 Page */

.error404 .outer {
    padding: 120px 0;
}

.error-page-img {
    margin: auto;
}

.error-wrap {
    max-width: 1035px;
    margin: auto;
    margin-top: 50px;
}

.error-wrap .left-area h1 {
    font-size: 9rem;
    text-align: right;
}

.error-wrap .right-area h3 {
    font-weight: normal;
    font-size: 3rem;
    color: #444;
    margin-top: 10px;
    margin-bottom: 10px;
}

.error-wrap .right-area span {
    color: #009a67;
}

.error404 .error-wrap .search-bar-no-res {
    width: 90%;
}

.error404 .error-wrap .search-bar-no-res input {
    border-radius: 30px;
    padding-left: 30px;
}

.error404 .error-wrap .search-bar-no-res .search-button {
    border-radius: 30px;
    width: 110px;
}


/* 3.3. Author Page */


/*author*/

.author-box {
    background-color: #0b0b0b;
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid #eeeeee;
}

.author-box figure.author-ava {
    float: left;
    margin-right: 30px;
}

.author-box .author-desc h2,
.author-box .author-desc p {
    color: #ffffff;
}

.author-box .author-desc .social-profile ul {
    padding: 0;
    list-style: none;
    margin-top: 30px;
    overflow: hidden;
}

.author-box .author-desc .social-profile ul li {
    float: left;
    margin-right: 10px;
}

.author-box .author-desc .social-profile ul li a {
    background: #171717;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding-top: 11px;
    text-align: center;
    width: 40px;
    height: 29px;
}

.author-box .author-desc .social-profile ul li a:hover {
    opacity: 0.5;
}

.author-post h3.post-by {
    font-weight: 700;
    font-size: 20px;
}


/* Content No Result */

.search-bar-no-res {
    position: relative;
    margin-bottom: 30px;
    margin-top: 40px;
}

.search-bar-no-res input {
    width: 100%;
    height: 60px;
    font-size: 18px;
}

.search-bar-no-res .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background-color: #009a67;
    color: #ffffff;
    font-size: 18px;
}

.search-bar-no-res .search-button:hover {
    cursor: pointer;
}

.single-post.no-result .suggest-title {
    margin-top: 40px;
}

.error404 .search-bar-no-res {
    width: 60%;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 40px;
}

.author-post h3.post-by {
    font-weight: 700;
    font-size: 20px;
    margin-left: 12.5px;
}


/*-----------------------------------------------------------------------------------*/


/*  4. Post Formats
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/


/*  5. Post Loop
/*-----------------------------------------------------------------------------------*/

#vtbs {
    padding-top: 40px;
}

#vtbs .post-style-1 {
    position: relative;
    margin-bottom: 240px;
}

#vtbs .post-style-1:last-child {
    position: relative;
    margin-bottom: 150px;
}

#vtbs .post-style-1 .blog-content {
    position: absolute;
    background-color: #ffffff;
    padding: 96px 64px;
    max-width: 70%;
    min-width: auto;
    bottom: -100px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

#vtbs .post-style-1 .blog-thumb {
    margin-left: 64px;
    margin-right: 40px;
}

#vtbs .post-style-1 .blog-thumb:after {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    width: 450px;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: calc(100% + 80px);
    background: #009a67;
}

#vtbs .post-style-1 .blog-category a {
    color: #CEA00C;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-weight: normal;
    ;
    font-style: normal;
}

#vtbs .post-style-1 .blog-title {
    color: #323033;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.2px;
    margin-bottom: 30px;
}

#vtbs .post-style-1 .blog-content div:nth-child(2) {
    color: #4f545a;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}

#vtbs .post-style-1 .blog-content .blog-text {
    min-width: auto;
}

#vtbs .post-style-1 .blog-content.no-content .blog-text {
    min-width: 348px;
}

#vtbs .post-style-1.no-thumb {
    position: relative;
    margin-bottom: 180px;
}

#vtbs .post-style-1.no-thumb .blog-content {
    position: relative;
    bottom: 0;
    max-width: 100%;
    margin-right: 40px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#vtbs .post-style-1.no-thumb:after {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    width: 450px;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: calc(100% + 80px);
    background: #009a67;
}

#vtbs .button-style-1 {
    display: inline-flex;
}

#vtbs .button-style-1>a {
    display: inline-block;
    max-height: 60px;
    font-size: 14px;
    border-radius: 2px;
    letter-spacing: 1px;
    position: relative;
    font-style: normal;
    cursor: pointer;
    overflow: hidden;
    align-items: center;
    min-width: 180px;
}

#vtbs .button-style-1 a:hover>span:nth-child(1) {
    transform: translate(0px, -60%);
}

#vtbs .button-style-1 a:hover>span:nth-child(2) {
    transform: translate(0px, -100%);
}

#vtbs .button-style-1 span:nth-child(1) {
    background: #009a67;
}

#vtbs .button-style-1 span:nth-child(2) {
    color: #fff;
    background: #009A67;
}

#vtbs .button-style-1 span {
    width: 100%;
    height: 60px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease-in-out;
    transform: translate(0px, 0px);
}

#vtbs .post-style-1:last-child {
    position: relative;
    margin-bottom: 150px;
}

#vtbs .post-style-1.no-thumb:last-child {
    margin-bottom: 40px;
}


/*-----------------------------------------------------------------------------------*/


/*  6. Single Post
/*-----------------------------------------------------------------------------------*/

.single-content-details {
    padding: 0 30px;
}

.no-thumb .single-content-details {
    padding: 0;
}

.single-head .span-head {
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
}

.the-category.span-head {
    position: relative;
    padding-left: 10px;
    margin-left: 7px;
}

.the-category.span-head:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #888888;
    left: 0;
    top: 0;
}

.single-post-meta {
    margin-bottom: 30px;
}

.the-category.span-head a {
    color: #009a67;
}

.blog-single .post-thumb {
    margin-bottom: 30px;
}


/* Single Post Blockquote */

blockquote {
    position: relative;
    padding: 30px 15px 30px 60px;
    display: inline-block;
    font-style: italic !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote p {
    position: relative;
    font-size: 20px;
    line-height: 32px;
    display: inline;
    color: #16163F;
    font-weight: bold !important;
    font-size: 21px !important;
    line-height: 1.7 !important;
}

blockquote:before {
    position: absolute;
    top: 50%;
    left: 30px;
    content: '';
    font-size: 22rem;
    z-index: 0;
    height: 50%;
    width: 7px;
    background: #009a67;
    transform: translateY(-50%);
}

.blog-single blockquote:before {
    background-color: #009a67;
}

.post-password-form p:nth-child(2) {
    position: relative;
}

.post-password-form input[type="password"] {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 2px solid #009a67;
    margin-top: 10px;
}

.post-password-form input[type="submit"] {
    background-color: #009a67;
    position: absolute;
    right: 0;
    bottom: 0;
}


/* Single Post Tags */

.blog-single .meta-bottom {
    margin: 20px 0;
    clear: both;
}

.blog-single .tag-wrapper a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #009a67;
}

.blog-single .tag-wrapper p {
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
    vertical-align: middle;
}


/* Single Post Author */

.blog-single .post-author {
    margin-top: 0;
    padding: 0 30px;
}

.blog-single .no-thumb .post-author {
    margin-top: 0;
    padding: 0;
}

.blog-single .post-author .author-wrap {
    background-color: #FDEDBA;
    padding: 40px;
}

.blog-single .post-author .author-ava {
    float: left;
    margin-right: 30px;
}

.blog-single .post-author .author-ava img {
    border-radius: 100%;
}

.blog-single .post-author .author-desc {
    overflow: hidden;
}

.blog-single .post-author .author-desc p {
    margin-bottom: 0;
}

.blog-single .post-author .author-desc .author-description {
    font-size: 15px;
    margin-bottom: 7px;
    color: #494949;
}

.blog-single .post-author .author-name {
    margin-bottom: 10px;
}

.blog-single .post-author .author-name a {
    font-weight: 600;
    font-size: 17px;
}


/* 6.4. Single Post Pagination */

.next-prev-post {
    background-color: #ffffff;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

.next-prev-post .prev-post {
    position: relative;
    float: left;
}

.next-prev-post .next-post {
    position: relative;
    text-align: right;
    float: right;
}

.next-prev-post h4.title {
    position: absolute;
    text-align: center;
    color: #000;
    height: 100%;
    width: 100%;
    line-height: 80px;
    -webkit-transition: all .4s;
    transition: all .4s;
    left: 0;
    opacity: 0;
}

.blog-single .next-prev-post .prev-post i,
.blog-single .next-prev-post .next-post i {
    width: 24px;
    height: 80px;
    display: block;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all .3s;
    -moz-backface-visibility: hidden;
    transition: all .3s;
    backface-visibility: hidden;
    overflow: inherit;
}

.blog-single .next-prev-post i.no-link {
    color: #999999;
}

.blog-single .next-prev-post .prev-post i:before,
.blog-single .next-prev-post .next-post i:before,
.blog-single .next-prev-post .back-post i:before {
    display: table-cell;
    height: 80px;
    vertical-align: middle;
}

.next-prev-post .prev-post a:hover h4,
.next-prev-post .next-post a:hover h4 {
    opacity: 1;
}

.next-prev-post .prev-post a:hover i {
    -webkit-transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    transform: translateX(-300%);
    color: #009a67;
}

.next-prev-post .next-post a:hover i {
    -webkit-transform: translateX(300%);
    -ms-transform: translateX(300%);
    transform: translateX(300%);
    color: #009a67;
}

.back-post {
    position: relative;
    overflow: hidden;
}

.back-post h4 {
    left: 0;
    top: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
    height: 100%;
    width: 100%;
    line-height: 80px;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    top: 100%;
}

.back-post i {
    width: 24px;
    height: 80px;
    fill: #000000;
    display: block;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all .3s;
    -moz-backface-visibility: hidden;
    transition: all .3s;
    backface-visibility: hidden;
    overflow: hidden;
}

.next-prev-post .back-post a:hover h4 {
    top: 0;
    opacity: 1;
}

.next-prev-post .back-post a:hover i {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}


/* 6.5. Single Post Related Post Section */

.related-content {
    margin: 30px 30px;
}

.no-thumb .related-content {
    margin: 30px 0;
}

.related-content .date a {
    color: #666666;
}

.related-content h3 {
    margin-top: 5px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}

.title-content {
    font-size: 2rem;
    margin-bottom: 10px;
}

.content-related-post .standard-post-date {
    font-size: 1.4rem;
    font-style: italic;
}

.content-related-post .post-inner {
    padding: 20px;
    border: 1px solid #888888;
    background-color: #fff;
    box-shadow: 0 10px 40px -10px rgb(0 0 0 / 0.2);
    border-radius: 2px;
}

.content-related-post .post-thumb {
    margin-bottom: 0;
}

.content-related-post .image-description-content {
    margin-left: 15px;
}


/* 6.6. Single Post Comment Section */

.comments-area {
    border-top: 1px solid #eee;
    padding-top: 40px;
    margin: 50px 30px 0;
}

.no-thumb .comments-area {
    margin: 50px 0 0;
}

.page-comment .comments-area {
    margin: 0;
}

.comments-title {
    margin-bottom: 40px;
}

.comments-title h3 {
    margin-bottom: 0;
    float: left;
    font-weight: 900;
    text-transform: uppercase;
    width: 85%;
}

.comments-title .leave-reply-link a {
    float: right;
    margin: 0;
}

.comment-list {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0de;
    overflow: hidden;
}

.comments-area .comment-list article.comment {
    position: relative;
    margin-bottom: 15px;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 5px 25px -10px rgba(150, 150, 150, 0.5);
}

.comment-content p {
    margin-bottom: 5px;
}

.comment-list ul {
    padding: 0;
    list-style: none;
}

.comment-list .comment-text ul {
    padding-left: 40px;
    -webkit-padding-start: 40px;
    -moz-padding-start: 40px;
    padding-start: 40px;
    list-style-type: disc;
}

.comments-area ol.comment-list li ul.children {
    position: relative;
}

.single-post-wrap .comments-area ol.comment-list li.depth-1>ul.children {
    margin-left: 30px;
    overflow: hidden;
}

.comments-area ol.comment-list li.depth-1>ul.children:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #ebebeb;
}

.comments-area ol.comment-list li.depth-1>ul.children li article.comment:before {
    content: "";
    position: absolute;
    left: -100%;
    height: 3px;
    width: 100%;
    top: 50%;
    background-color: #ebebeb;
}

.comment {
    position: relative;
}

li.comment .comment-respond {
    margin: 15px 0 50px;
}

.comment-body {
    padding: 0.75em 0 .5em;
}

.comments-area ol.comment-list li article.comment .avatar {
    margin-right: 20px;
}

.comments-area ol.comment-list li article.comment .avatar img {
    border-radius: 50%;
    margin: 0;
}

.comment-content {
    margin-top: 10px;
    max-width: 100%;
}

.meta-comment {
    margin-bottom: 0px;
}

.meta-comment .comment-meta {
    display: inline-block;
}

.comment-author .fn {
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-right: 15px;
    margin-right: 10px;
}

.comment-author .fn:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #999999;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.meta-comment .comment-meta time {
    font-style: italic;
    color: #009A67;
}

.meta-comment .comment-meta .edit-comment-link a {
    font-style: italic;
    color: #999999;
}

.meta-comment .comment-meta .edit-comment-link a:hover {
    color: #009a67;
}

.meta-comment .comment-action {
    position: relative;
    padding-left: 17px;
    margin-left: 7px;
}

.meta-comment .comment-action:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #999999;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.children li.comment {
    padding-left: 40px;
}

.comments-area ol.comment-list .children article.comment .avatar {
    max-width: 65px;
}

.comments-area ol.comment-list .children article.comment .avatar img {
    width: 65px;
    min-width: 65px;
}

.children .comment-author cite {
    font-size: 14px;
}

.comment-respond h3.comment-reply-title {
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
}

a#cancel-comment-reply-link {
    float: right;
    font-size: 16px;
}

.comment-respond form .comment-form-comment {
    margin-bottom: 15px;
}

.comment-respond form p.logged-in-as a {
    color: #999;
    font-size: 14px;
    letter-spacing: 0.025em;
}

.comment-respond form p.logged-in-as a:hover {
    color: #000000;
}

.comment-respond form p label {
    display: none;
}

.comment-respond form p input,
.comment-respond form p textarea {
    background-color: transparent;
    width: 100%;
    line-height: 1.5;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    padding: 20px;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #000000;
    border-color: #e0e0de;
}

.comment-respond form p input:hover,
.comment-respond form p textarea:hover,
.comment-respond form p input:focus,
.comment-respond form p textarea:focus {
    background: transparent;
}

.comment-respond form p input {
    width: 100%;
    max-width: 100%;
}

.comment-form-cookies-consent {
    margin-bottom: 0;
}

.comments-area .comment-respond form p.comment-form-author,
.comments-area .comment-respond form p.comment-form-email,
.comments-area .comment-respond form p.comment-form-url {
    width: 32.222%;
    width: calc(33.333% - 10px);
    float: left;
    display: inline-block;
    padding: 0 7.5px;
    clear: inherit;
    margin-bottom: 20px;
}

.page-template-default .comments-area .comment-respond form p.comment-form-author,
.page-template-default .comments-area .comment-respond form p.comment-form-email,
.page-template-default .comments-area .comment-respond form p.comment-form-url {
    width: 32.555%;
    width: calc(33.333% - 10px);
}

.comments-area .comment-respond form p.comment-form-author {
    padding-left: 0;
}

.comments-area .comment-respond form p.comment-form-url {
    padding-right: 0;
}

.comment-respond form p.form-submit {
    margin-bottom: 0;
    display: inline-block;
    margin-top: 0px;
}

.comment-respond form p.form-submit input {
    display: inline-block;
    color: #fff;
    background-color: #000000;
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 0.025em;
    width: auto;
    border: none;
    margin-top: 0;
    border: 0;
    cursor: pointer;
}

.comment-respond form p.form-submit input:hover {
    box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.33);
}

.comment-navigation {
    margin: 30px 0 25px;
}

.comment-navigation .nav-links {
    display: flex;
    position: relative;
}

.comment-navigation .nav-previous {
    display: inline-block;
    width: 50%;
    float: left;
    width: 50%;
}

.comment-navigation .nav-next {
    display: inline-block;
    float: right;
    width: 50%;
    text-align: right;
}


/*-----------------------------------------------------------------------------------*/


/*  9. Single Service
/*-----------------------------------------------------------------------------------*/

.single-irhas-service {
    background-color: #ffffff;
}

.service-title-wrap {
    background-color: #f5f9fd;
    padding: 80px 0;
    margin-bottom: 80px;
}

.service-title-wrap h1 {
    margin-bottom: 0;
}

.service-title-wrap h3.service-category {
    font-weight: 300;
    font-size: 16px;
    color: #999999;
    margin-bottom: 0;
}


/* Single Service Content */

.single-service .post-thumb {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.single-service .post-thumb img {
    margin: auto;
}

.blog-sidebar .widget ul {
    list-style: none;
}

.sidebar .widget ul {
    padding-left: 0;
}


/* single service - related */

.related-services-wrap {
    padding: 10px 0;
}

.related-services-wrap .related-services {
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #f5f9fd;
}


/* single service - tab accordion */

.tab-services .panel.panel-default {
    background: #fff;
    border: 1px solid #f3f3f3;
    overflow: hidden;
    margin-bottom: 5px;
    -webkit-transition: all .3s linear .2s;
    -moz-transition: all .3s linear .2s;
    -ms-transition: all .3s linear .2s;
    -o-transition: all .3s linear .2s;
    transition: all .3s linear .2s;
}

.tab-services .panel.panel-default:last-child {
    margin-bottom: 0;
}

.tab-services .panel.panel-default a[aria-expanded="true"] i {
    transform: rotate(-180deg);
}

.tab-services .panel-title {
    margin-bottom: 0;
    position: relative;
}

.tab-services .panel-title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tab-services .panel-title:hover {
    color: #009a67;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tab-services .panel-body p,
.services-excerpt p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.tab-services .the-detail-icon {
    position: absolute;
    right: 0;
}

.the-detail-icon {
    float: right;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.active .the-detail-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.tab-services .panel-collapse {
    height: 0;
    padding: 0 20px;
    -webkit-transition: all .3s linear .2s;
    -moz-transition: all .3s linear .2s;
    -ms-transition: all .3s linear .2s;
    -o-transition: all .3s linear .2s;
    transition: all .3s linear .2s;
}

.tab-services .panel-collapse.in {
    height: auto;
}

.tab-services .panel-heading {
    padding: 20px;
}

.tab-services .card-header button {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    background: transparent;
    box-shadow: none;
    outline: none;
    padding: 0;
}

.tab-services .accordion {
    background: #fff;
    overflow: hidden;
    margin-bottom: 5px;
    border: 1px solid #f3f3f3;
}

.accordion>.card {
    border: 0;
}

.accordion>.card .card-header {
    border: 0;
    margin: 0;
}

.accordion>.card .card-body {
    border: 0;
    padding: 20px;
}

.card-body p {
    margin: 0;
}

.tab-services .accordion>.card .card-header {
    padding: 20px;
    background: transparent;
    border-radius: 0;
}

.tab-services .accordion>.card .card-header h2 {
    margin-bottom: 0;
}

.tab-services .accordion button[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.widget.pdf-download .heading-block h4 {
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.9rem;
    font-weight: bold;
    letter-spacing: 0.025em;
    text-align: left;
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}

.widget.pdf-download .heading-block h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 3px;
    background-color: #eda42e;
}

.widget.pdf-download img,
.widget.download img {
    display: inline;
    margin-right: 5px;
    vertical-align: middle;
    float: left;
    transform: translateY(-25%);
}

.sidebar .widget.pdf-download li {
    border-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f2f2f2;
    padding: 8px 15px;
}

.single-service .post-thumb .inner-img {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px 30px;
    padding-bottom: 40px;
    z-index: 11;
}

.single-service .post-thumb .inner-img .category .the-category {
    padding: 7px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background: #009a67;
    display: inline-block;
    border-radius: 50px;
    cursor: default;
    transition: .3s all ease;
}

.single-service .post-thumb .inner-img .category .the-category a {
    color: #fff;
}

.single-service .post-thumb .inner-img .category .the-category:hover {
    background-color: #eda42e;
    color: #ffffff;
    transition: .3s all ease;
}

.single-service .post-thumb .inner-img .category .the-category:hover a {
    color: #ffffff;
}

.single-service .post-thumb .inner-img .title-content h2 {
    font-size: 40px;
    color: #ffffff;
    cursor: default;
}

.single-service .post-thumb .inner-img .standard-post-date {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.single-service .post-content {
    padding: 10px 20px;
}

.sidebar .widget {
    border-bottom: 1px solid #e0e0de;
    padding-bottom: 35px;
}

.sidebar .widget:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.irhas-service-contact {
    text-align: left;
}

.irhas-service-contact input,
.irhas-service-contact textarea {
    background-color: transparent;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.irhas-service-contact input[type="submit"] {
    background-color: #009A67;
    border-radius: 30px;
    padding: 15px 35px;
    height: auto;
}

.irhas-service-contact p {
    margin: 0;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}


/*-----------------------------------------------------------------------------------*/


/*  7. Sidebar
/*-----------------------------------------------------------------------------------*/

.sidebar .widget {
    margin-bottom: 35px;
}

.sidebar .widget .wp-block-group__inner-container {
    padding: 0;
    margin-bottom: 0;
}

.sidebar .widget .wp-block-search__label {
    display: block;
    color: #16163F;
}

.sidebar .widget .wp-block-search__inside-wrapper {
    position: relative;
}

.sidebar .widget .wp-block-search__button {
    color: transparent;
}

.sidebar .widget .wp-block-search__button:after {
    content: "\f002";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}

.sidebar .widget h4.widget-title,
.sidebar .widget .wp-block-group__inner-container > h2,
.sidebar .widget .wp-block-search__label {
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-align: left;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.sidebar .widget h4.widget-title:before,
.sidebar .widget .wp-block-group__inner-container > h2:before,
.sidebar .widget .wp-block-search__label:before {
    content: '';
    position: absolute;
    background-color: #009a67;
    width: 90px;
    height: 2px;
    bottom: 0;
    left: 0;
}

.single-service .sidebar .widget h4.widget-title {
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.9rem;
    font-weight: bold;
    letter-spacing: 0.025em;
    text-align: left;
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}

.sidebar .widget ul {
    list-style: none;
    text-align: left;
}

.sidebar .widget ul li {
    margin-bottom: 20px;
    line-height: 1.5;
}

.sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar .widget ul li>ul li {
    border: 0;
    padding-bottom: 0;
}

.sidebar .widget .wp-block-latest-comments {
    padding-left: 0;
}

.sidebar .widget .wp-block-latest-comments  li {
    line-height: 1.5;
}

.single-service .sidebar .widget.widget_nav_menu .menu-sidebar-container ul.menu li.menu-item {
    border-bottom: 1px solid #ffffff;
    border-top: none;
    background-color: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.single-service .sidebar .widget.widget_nav_menu .menu-sidebar-container ul.menu li.menu-item:hover {
    border-left: 4px solid #009a67;
    transition: 100ms;
}

.single-service .sidebar .widget.widget_nav_menu .menu-sidebar-container ul.menu li.menu-item a,
.single-service .widget.pdf-download ul li a {
    padding: 0 0 0 30px;
    font-family: 'Poppins';
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    color: #000000;
}

.single-service .widget.pdf-download ul li a {
    padding: 0;
}

.sidebar #categories-2 ul li a {
    font-size: 15px;
    font-size: 1.5rem;
}

.blog-sidebar .widget ul {
    text-align: left;
    padding: 0;
}

.blog-sidebar .widget ul.children,
.blog-sidebar .widget ul.sub-menu {
    padding-left: 15px;
    margin-top: 12px;
}

.blog-sidebar .widget select {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    background: transparent;
    color: #16163F;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 1.25EM;
    appearance: none;
    position: relative;
    background-image: url("img/select-drop.png");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 95% center;
    background-clip: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
}

.blog-sidebar .widget select option {
    color: #000000;
}

.rss-widget-icon {
    display: inline-block;
}

.widget.widget_rss ul a.rsswidget {
    color: #009a67;
    font-weight: bold;
}

.widget.widget_rss cite {
    margin: 5px 0;
    display: block;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
}

.sidebar span.comment-author-link {
    color: #009a67;
    font-weight: bold;
}

.select-selected {
    background-color: DodgerBlue;
}


/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}


/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}


/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}


/*style items (options):*/

.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}


/* 7.1. Sidebar - Search */

.sidebar .widget.widget_search,
#footer .widget-footer.widget_search {
    padding: 0;
    border: 0;
    background-color: transparent;
}

.sidebar .widget.widget_search form,
#footer .widget-footer.widget_search form {
    position: relative;
    opacity: 1;
    margin: 0;
    transform: none;
    transition: inherit;
}

.sidebar .widget.widget_search input,
#footer .widget-footer.widget_search input {
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    border-radius: 0;
    height: 50px;
    width: 100%;
    -webkit-appearance: none;
    color: #ffffff;
    outline: 0;
    background-color: transparent;
    border: 2px solid #0f0f0f;
    padding: 0px 15px;
}

.sidebar .widget.widget_search input::placeholder,
#footer .widget-footer.widget_search input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1;
    /* Firefox */
}

.sidebar .widget.widget_search input:-ms-input-placeholder,
#footer .widget-footer.widget_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.sidebar .widget.widget_search input::-ms-input-placeholder,
#footer .widget-footer.widget_search input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff;
}

#footer .widget-footer.widget_search input {
    background-color: transparent;
    color: #009a67;
}

.sidebar .widget.widget_search input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    opacity: 0.5;
    color: #000000;
}

#footer .widget-footer.widget_search input::-webkit-input-placeholder {
    color: #fafafa;
}

.sidebar .widget.widget_search input::-moz-placeholder {
    opacity: 0.5;
    /* Mozilla Firefox 19+ */
    color: #000000;
}

#footer .widget-footer.widget_search input::-moz-placeholder {
    color: #fafafa;
}

.sidebar .widget.widget_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.5;
    color: #000000;
}

#footer .widget-footer.widget_search input:-ms-input-placeholder {
    color: #fafafa;
}

.sidebar .widget.widget_search button,
#footer .widget-footer.widget_search button {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
}

.sidebar .widget.widget_search button i,
#footer .widget-footer.widget_search button i {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
}

.widget_categories ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget_categories ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}

.widget_categories ul li,
.widget_categories ul li a {
    color: #292d33;
}


/* 7.2. Sidebar - Recent Post */

.sidebar .widget.widget_recent_entries ul li span.post-date {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.widget_recent_entries ul li span {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

.widget_recent_entries ul li>a {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
}

.sidebar .widget.widget_irhas_latest_news {
    text-align: left;
}

.widget_irhas_newestpost .post-item {
    margin-bottom: 20px;
}

.widget_irhas_newestpost .post-item:last-child {
    margin-bottom: 0;
}

.widget_irhas_newestpost .latest-post-content h4 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    line-height: 1.2;
    font-weight: 500;
}

.widget_irhas_newestpost .latest-post-content .date {
    font-size: 1.4rem;
}

.widget_irhas_servicepost .post-item {
    margin-bottom: 20px;
}

.widget_irhas_servicepost .post-item a {
    display: flex;
}

.widget_irhas_servicepost .latest-post-content h4 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    line-height: 1.4;
    font-weight: 500;
}

.widget_irhas_servicepost .latest-post-content i {
    font-size: 14px;
    font-weight: 300;
    margin-right: 10px;
    color: #009A67;
    margin-top: 2px;
    align-self: center;
}

.widget_irhas_servicepost .latest-post-content .date a {
    font-size: 1.4rem;
    color: #555555;
    text-transform: uppercase;
}

.sidebar .sidebar-widget ul,
.sidebar .sidebar-widget ul.children,
.sidebar .sidebar-widget ul.sub-menu {
    padding: 0;
    list-style: none;
}

.sidebar .sidebar-widget ul.children li,
.sidebar .sidebar-widget ul.sub-menu li {
    padding-left: 8px;
    border: none;
    padding-bottom: 0;
}

.sidebar .sidebar-widget li {
    margin-bottom: 10px;
    padding-bottom: 0;
    border: 0;
    position: relative;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.sidebar .sidebar-widget li .post-count {
    background-color: #eaeaea;
    font-weight: bold;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    line-height: 1;
    color: #9f9e9e;
    height: 48px;
}

.sidebar .sidebar-widget li a:hover {
    background-color: #da0d2b;
    color: #ffffff;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.sidebar .sidebar-widget li:hover>.post-count {
    background-color: #da0d2b;
    color: #ffffff;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.sidebar .sidebar-widget li a {
    color: #000000;
    display: block;
    padding: 10px 20px;
    background: #ffffff;
    text-transform: uppercase;
}

.widget_archive ul,
.widget_meta ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_nav_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img.rss-widget-icon {
    display: inline-block;
    margin-right: 5px;
}

.widget_archive ul li,
.widget_categories ul li {
    text-align: left;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.widget_categories ul li>ul li {
    position: relative;
}

.widget_categories {
    overflow: hidden;
}

.widget_categories ul li>ul li:after {
    content: '';
    height: 1px;
    width: 100%;
    left: -5px;
    top: 15px;
    transform: translate(-100%, -50%);
    position: absolute;
    background: #000;
}


/* 7.3. Latest Post - Standard with featured image */

.widget.widget_irhas_news .nav-tabs li.active a:hover {
    color: #eeeeee;
}

.widget.widget_irhas_news .nav-tabs {
    padding: 0;
}

.widget.widget_irhas_news .post-item {
    position: relative;
    margin-bottom: 30px;
}

.widget.widget_irhas_news .recent-news,
.widget.widget_irhas_news .popular-news {
    counter-reset: recent-post-item-counter;
}

.widget.widget_irhas_news .post-item:before {
    counter-increment: recent-post-item-counter;
    content: counter(recent-post-item-counter);
    position: absolute;
    color: #ffffff;
    top: 0;
    left: 0;
    z-index: 10;
    font-weight: 900;
    background-color: #000000;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.widget.widget_irhas_news .post-item .post-thumb {
    margin-bottom: 10px;
}

.widget.widget_irhas_news .post-item .post-thumb img {
    width: 100%;
}

.widget.widget_irhas_news .post-content h5 {
    text-align: center;
    margin-bottom: 0;
}

.widget.widget_irhas_news .tab-pane.active {
    display: block;
}

.widget.widget_irhas_news .tab-pane {
    display: none;
}

.widget.widget_irhas_news .nav-tabs {
    margin-bottom: 20px;
    border-bottom: 2px solid #000000;
}

.widget.widget_irhas_news .nav-tabs li {
    margin: 0;
    padding: 0;
    height: 35px;
    line-height: 35px;
    float: left;
    width: 50%;
    text-align: center;
    background-color: #ffffff;
}

.widget.widget_irhas_news .nav-tabs li a {
    font-weight: 600;
    font-size: 16px;
}

.widget.widget_irhas_news .nav-tabs li.active {
    color: #fff;
    background-color: #000000;
}

.widget.widget_irhas_news .nav-tabs li.active a {
    color: #fff;
}

.widget.widget_irhas_news .post-content {
    box-shadow: none;
    webkit-box-shadow: none;
    border-bottom: none;
}

.sidebar .widget.widget_tag_cloud {
    text-align: left;
}

.tagcloud a {
    font-size: 12px !important;
    background-color: transparent;
    padding: 5px 15px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #e6e6e6;
}

.tagcloud a:hover {
    background-color: #009a67;
    color: #ffffff;
    border: 1px solid #009a67;
}


/* 10.1.2. Services Widget */

.service-thumb-wrap .post-item {
    padding: 10px 0;
    background-color: #F3F3F3;
    padding-left: 25px;
    transition: 100ms;
    margin-bottom: 10px;
}

.service-thumb-wrap .post-item:hover {
    border-left: 6px solid #009a67;
    background-color: #009a67;
    transition: 100ms;
    color: #000000;
}

.service-thumb-wrap .post-item a {
    font-weight: bold;
    font-size: 15px;
    transition: 100ms;
    color: #333333;
}

.service-thumb-wrap .post-item:hover a {
    color: #ffffff!important;
    transition: 100ms;
}

.service-thumb-wrap .post-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.inner-service-widget .thumb {
    padding: 0;
}

.inner-service-widget .thumb img {
    border-radius: 100%;
}

.inner-service-widget .content {
    text-align: left;
    padding-left: 0;
}

.inner-service-widget .content .the-title {
    margin-bottom: 0;
    font-size: 17px;
    font-size: 1.7rem;
}

.inner-service-widget .meta-latest-news .meta-info a {
    color: #000000;
}


/* Service Sidebar Testimonial */

.widget_irhas_testimonial {
    position: relative;
}

.widget_irhas_testimonial .testimonial-wrap .testimonial-image-wrap {
    float: left;
    width: 20%;
    padding-right: 20px;
}

.widget_irhas_testimonial .testimonial-image,
.widget_irhas_testimonial .testimonial-detail-inner {
    display: inline-block;
}

.widget_irhas_testimonial .testimonial-wrap .testimonial-image-wrap img {
    border-radius: 50%;
}

.widget_irhas_testimonial .testimonial-wrap .inner-details {
    float: left;
    width: 70%;
    padding-left: 0;
}

.widget_irhas_testimonial .testimonial-wrap .inner-details p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #111111;
    margin-bottom: 0;
}

.widget_irhas_testimonial .testimonial-wrap .testimonial-detail-inner {
    width: 100%;
    vertical-align: top;
    position: relative;
    text-align: left;
    float: left;
}

.widget_irhas_testimonial .testi-author {
    margin-bottom: 5px;
    margin-top: 10px;
}

.widget_irhas_testimonial .testimonial-wrap .testimonial-detail-inner cite {
    font-size: 13px;
    color: #009A67;
    font-style: normal;
}

.widget_irhas_testimonial .testimonial-wrap .testimonial-detail-inner cite:before {
    content: '-';
}

.widget_irhas_testimonial .carousel-testi-nav {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.widget_irhas_testimonial .car-page-arrow {
    display: inline-block;
    outline: none;
    cursor: pointer;
}

.widget_irhas_testimonial .car-page-arrow i:before {
    font-size: 12px;
    padding: 8px;
    background: #fdfcfc;
    margin-right: 5px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.widget_irhas_testimonial .car-page-arrow:hover i:before {
    background-color: #009A67;
    color: #ffffff;
    border: 1px solid #009A67;
}

.irhas-icon-item {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 5px;
}

.irhas-icon-item:last-child {
    margin-right: 0;
}

.icon-wrap-widget i {
    display: inline-block;
    color: #f1f1f1;
    font-size: 2rem;
    line-height: 1;
    width: 36px;
    height: 36px;
    background-color: #858585;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s ease;
}

.icon-wrap-widget i:hover {
    color: #ffffff;
    background-color: #009A67;
    transition: all .3s ease;
}

.icon-wrap-widget .content-icon {
    display: inline-block;
    padding-left: 10px;
}


/*-----------------------------------------------------------------------------------*/


/*  8. Footer
/*-----------------------------------------------------------------------------------*/

.footer-widgets-holder {
    background-color: #ffffff;
    padding: 80px 0;
}

.footer-bottom-holder {
    background-color: #f0f1f4;
    padding: 20px 0;
}

.footer-widgets-container {
    margin-top: 50px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.footer-desc {
    margin-bottom: 20px;
    margin-right: 50px;
}

.footer-widgets-holder ul {
    padding-left: 0;
    list-style: none;
}

.footer-widgets-holder ul li {
    margin-bottom: 15px;
}

.footer-widgets-holder ul li:last-child {
    margin-bottom: 0;
}

.menu-footer-2-container .menu {
    margin-bottom: 20px;
}

.footer .footer-widget ul {
    text-align: left;
    padding: 0;
}

.footer-bottom-lisensi p,
.contact-footer-number {
    margin-bottom: 0;
}

.footer-socials {
    list-style: none;
    padding: 0;
    text-align: right;
    margin-left: 20px;
}

.footer-socials li {
    display: inline-block;
    margin-left: 5px;
}

.contact-footer {
    display: inline-flex;
}

.social-contact-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 19px;
    line-height: 45px;
    border-radius: 50%;
    color: #009A67;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
}

.social-contact-link:hover {
    background-color: #009A67;
    color: #fff;
}

.social-contact-link i.fa {
    font-weight: normal;
    font-family: 'FontAwesome';
}

.footer-widgets-holder h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    font-weight: 600;
    text-transform: none;
    color: #292d33;
    font-style: normal;
}

.popular-item-wid,
.recent-post-item {
    margin-bottom: 15px;
}

.title-item-widget {
    margin-bottom: 5px;
}

.title-item-widget a {
    color: #292d33;
}

.footer-widgets-holder p,
.meta-link {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 29px;
    font-style: normal;
}

.icon-title-text {
    color: #7c7c7c;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 5px;
}


/*-----------------------------------------------------------------------------------*/


/*  11. Page Builder
/*-----------------------------------------------------------------------------------*/


/* 11.1. Head Title Block */


/* 11.1.1 Head Title - Style 1 */

.head-title-1 {
    position: relative;
}

.head-title-1 span.separator {
    position: absolute;
    top: 50px;
    width: 78px;
    margin: 0 auto;
    border-top: 2px solid #000;
}

.head-title-1.bg-image .the-title {
    position: relative;
}

.head-title-1.bg-image .the-title:after {
    content: '';
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    width: 133px;
    height: 5px;
    border: none;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.the-title-left .head-title-1 .the-title:after {
    left: 0;
    right: auto;
}

.the-title-right .head-title-1 .the-title:after {
    left: auto;
    right: 0;
}

.head-title-1.bg-image span.separator {
    background-size: cover;
    background-repeat: no-repeat;
    width: 133px;
    height: 5px;
    border: none;
    display: none;
}


/* 11.1.2. Head Title - Style 2 */

.elementor .head-title .the-title {
    margin-bottom: 0;
}

.head-title-2 span {
    display: block;
    font-size: 42px;
    font-weight: 600;
    line-height: 34px;
    color: #F3F3F3;
    position: relative;
    top: 0;
}


/* 11.1.3. Head Title - Style 3 */

.head-title-3 {
    border-bottom: 2px solid;
    border-color: #e1e1e1;
}

.head-title-3 .the-title {
    margin-bottom: -2px;
}

.head-title-3 span {
    display: inline-block;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    border-color: #213875;
}


/* 11.1.4. Head Title - Style 4 */

.head-title-4 .the-title {
    position: relative;
}

.head-title-4 .the-title span.inner-title {
    position: relative;
    background-color: #fff;
    display: inline-block;
    padding: 0 15px;
}

.head-title-4 .the-title:before {
    content: "";
    height: 2px;
    margin-top: -2px;
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    background-color: #000;
}


/* 11.1.5. Head Title - Style 5 */

.head-title-5 .the-title span:before,
.head-title-5 .the-title span:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #000;
    vertical-align: middle;
}

.head-title-5 .the-title span:before {
    margin-right: 15px;
}

.head-title-5 .the-title span:after {
    margin-left: 15px;
}


/* 11.1.6. Head Title - Style 6 */

.head-title-6 .the-title span {
    background-color: #000000;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
}


/* 11.1.7. Head Title - Style 7 */

.head-title.head-title-7 .the-title {
    position: relative;
}

.head-title.head-title-7 .the-title span.big-title {
    position: absolute;
    display: inline-block;
    font-size: 80px;
    width: 100%;
}

#aria-pb-1 .post-inner.box-shadow-content {
    border: 1px solid #efefef;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#aria-pb-1 .post-inner.box-shadow-content:hover {
    box-shadow: 0px 3px 14px 0px rgb(222, 222, 222);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.single-project-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0C1017;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    min-height: 50vh;
    padding: 5vh 0 7vw;
}

.single-project-head .inner-contain {
    width: 100%;
    max-width: 100%;
}

.project-title {
    color: #fff;
}

.single-project-head .project-category {
    margin-bottom: 20px;
    position: relative;
}

.project-category a {
    margin: 0 0.5rem;
    padding: 0.6rem 1.2rem;
    outline: none;
    font-size: 1.2rem;
    color: #9E9FA2;
    border-radius: 0.125rem;
    border: 1px solid rgba(158, 159, 162, 0.2);
    background: rgba(158, 159, 162, 0.05);
}

.irhas-gallery-project {
    position: relative;
    padding: 0 30px;
    margin-bottom: 40px;
    margin-top: -7vw;
}

.irhas-gallery-project .swiper-container {
    /* padding: 0 20px;*/
}

.irhas-gallery-project .swiper-container img {
    margin: auto;
}

.irhas-gallery-project .swiper-button-next:after,
.irhas-gallery-project .swiper-container-rtl .swiper-button-prev:after,
.irhas-gallery-project .swiper-button-prev:after,
.irhas-gallery-project .swiper-container-rtl .swiper-button-next:after {
    font-size: 1.25rem;
}

.irhas-gallery-project .swiper-button-next,
.irhas-gallery-project .swiper-container-rtl .swiper-button-prev {
    right: 0;
    width: 6rem;
    height: 6rem;
    color: #fefefe;
    border-radius: 50%;
    background: #AB2B30;
    outline: none;
}

.irhas-gallery-project .swiper-button-prev,
.irhas-gallery-project .swiper-container-rtl .swiper-button-next {
    left: 0;
    width: 6rem;
    height: 6rem;
    color: #fefefe;
    border-radius: 50%;
    background: #AB2B30;
    outline: none;
}

.irhas-gallery-project .swiper-pagination {
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
}

.swiper-pagination-bullet {
    margin-right: 5px;
}

.swiper-pagination-bullet-active {
    background-color: #0C1017;
}

.single-project-content-wrap {
    width: 60%;
    margin: auto;
    margin-top: 40px;
}

.highlighted-text {
    font-weight: bold;
    color: #0C1017;
    font-size: 2.25rem;
}

.project-details {
    padding: 0;
    margin: 0 0 3rem 0;
    list-style: none;
    border-top: 1px solid rgba(158, 159, 162, 0.2);
}

.project-details li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.4rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(158, 159, 162, 0.2);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.project-details li .title {
    width: 15rem;
    color: #9E9FA2;
}

.project-details li .value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #0C1017;
}

.pagination-project {
    border-top: 1px solid rgba(158, 159, 162, 0.2);
    margin-top: 80px;
}

.pagination-project p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.pagination-project .column {
    text-align: center;
    padding: 3rem;
}

.pagination-project .column:first-child {
    border-right: 1px solid rgba(158, 159, 162, 0.2);
}

.single-service .irhas-overlay {
    position: absolute;
    background-color: #000;
    display: block;
    left: 0;
    top: 0;
    width: 103%;
    height: 103%;
    z-index: 10;
    -webkit-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
    opacity: 0.3;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.pagination-project i {
    line-height: 0;
    color: #333;
}

.pagination-project .prev-project i {
    margin-right: 5px;
}

.pagination-project .next-project i {
    margin-left: 5px;
}


/* EXTRA */


/* btn style 1 */

#irhas-custom-btn.button-style-1 {
    position: relative;
    width: 100%;
}

#irhas-custom-btn.button-style-1>a {
    display: inline-block;
    height: 60px;
    font-size: 14px;
    border-radius: 2px;
    letter-spacing: 1px;
    position: relative;
    font-style: normal;
    cursor: pointer;
    overflow: hidden;
    align-items: center;
}

#irhas-custom-btn.button-style-1>a.button-link span {
    padding: 25px 30px 25px 30px;
}

#irhas-custom-btn.button-style-1 a:hover>span:nth-child(1) {
    transform: translate(0px, -60%);
}

#irhas-custom-btn.button-style-1 a:hover>span:nth-child(2) {
    transform: translate(0px, -100%);
}

#irhas-custom-btn.button-style-1 span:nth-child(1) {
    background: #fada3b;
}

#irhas-custom-btn.button-style-1 span:nth-child(2) {
    color: #fff;
    background: #eda42e;
}

#irhas-custom-btn.button-style-1 span {
    width: 100%;
    height: 100%;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease-in-out;
    transform: translate(0px, 0px);
}


/* button style 2 */

.button-style-2 {
    position: relative;
    display: inline-block;
}

.button-style-2 .button {
    background-color: transparent;
    border: .1rem solid cornflowerblue;
    border-radius: .4rem;
    color: #455d58;
    display: table;
    overflow: hidden;
    letter-spacing: .2em;
    width: 280px;
    float: left;
    display: inline-block;
    position: relative;
    text-align: center;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.15s;
    margin-left: 0;
    z-index: 2;
    transition: opacity .8s cubic-bezier(.34, .615, .4, .985), transform .8s cubic-bezier(.34, .615, .4, .985);
    display: inline-block;
    height: 60px;
    font-size: 14px;
    border-radius: 2px;
    letter-spacing: 1px;
    position: relative;
    padding: 25px 135px 25px 30px;
    font-style: normal;
    cursor: pointer;
    align-items: center;
}

.button-style-2 .button:hover:after {
    transform: scaleY(1) translateY(0);
    transition: transform .43s cubic-bezier(.34, .615, .4, .985);
}

.button-style-2 .button[data-state=leave]:after {
    transform: scaleY(1) translateY(-100%);
    transition: transform .2s cubic-bezier(.65, .025, .67, .36) 25ms;
}

.button-style-2 .button:after {
    background-color: cornflowerblue;
    bottom: 0;
    content: "";
    display: block;
    height: 7rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0) translateY(0);
    transform-origin: bottom center;
    width: 100%;
    z-index: 1;
}

.button-style-2 .button>span {
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap;
    z-index: 3;
}

.button-style-2 .button>span:first-child {
    color: cornflowerblue;
}

.button-style-2 .button>span:last-child {
    color: #fff;
}

.button-style-2 .button>span>span {
    display: inline-block;
    min-width: .5rem;
    position: relative;
}

.button-style-2 .button>span:first-child>span {
    opacity: 1;
    transform: translateY(0);
}

.button-style-2 .button>span:last-child>span {
    opacity: 0;
    transform: translateY(2rem);
}

.button-style-2 .button[data-state="hover"]>span {
    z-index: 3;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span {
    opacity: 1;
    transform: translateY(-2rem);
    transition: opacity 0.3s cubic-bezier(0.65, 0.025, 0.67, 0.36), transform 0.3s cubic-bezier(0.65, 0.025, 0.67, 0.36);
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:first-child {
    transition-delay: 15ms;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(2) {
    transition-delay: 0.03s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(3) {
    transition-delay: 45ms;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(4) {
    transition-delay: 0.06s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(5) {
    transition-delay: 75ms;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(6) {
    transition-delay: 0.09s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(7) {
    transition-delay: 0.105s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(8) {
    transition-delay: 0.12s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(9) {
    transition-delay: 0.135s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(10) {
    transition-delay: 0.15s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(11) {
    transition-delay: 0.165s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(12) {
    transition-delay: 0.18s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(13) {
    transition-delay: 0.195s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(14) {
    transition-delay: 0.21s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(15) {
    transition-delay: 0.225s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(16) {
    transition-delay: 0.24s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(17) {
    transition-delay: 0.255s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(18) {
    transition-delay: 0.27s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(19) {
    transition-delay: 0.285s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(20) {
    transition-delay: 0.3s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(21) {
    transition-delay: 0.315s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(22) {
    transition-delay: 0.33s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(23) {
    transition-delay: 0.345s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(24) {
    transition-delay: 0.36s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(25) {
    transition-delay: 0.375s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(26) {
    transition-delay: 0.39s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(27) {
    transition-delay: 0.405s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(28) {
    transition-delay: 0.42s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(29) {
    transition-delay: 0.435s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(30) {
    transition-delay: 0.45s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(31) {
    transition-delay: 0.465s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(32) {
    transition-delay: 0.48s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(33) {
    transition-delay: 0.495s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:first-child>span:nth-child(34) {
    transition-delay: 0.51s;
    transition-delay: 0s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985), transform 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:first-child {
    transition-delay: 0.315s;
    transition-delay: 15ms;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(2) {
    transition-delay: 0.33s;
    transition-delay: 0.03s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(3) {
    transition-delay: 0.345s;
    transition-delay: 45ms;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(4) {
    transition-delay: 0.36s;
    transition-delay: 0.06s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(5) {
    transition-delay: 0.375s;
    transition-delay: 75ms;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(6) {
    transition-delay: 0.39s;
    transition-delay: 0.09s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(7) {
    transition-delay: 0.405s;
    transition-delay: 0.105s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(8) {
    transition-delay: 0.42s;
    transition-delay: 0.12s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(9) {
    transition-delay: 0.435s;
    transition-delay: 0.135s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(10) {
    transition-delay: 0.45s;
    transition-delay: 0.15s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(11) {
    transition-delay: 0.465s;
    transition-delay: 0.165s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(12) {
    transition-delay: 0.48s;
    transition-delay: 0.18s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(13) {
    transition-delay: 0.495s;
    transition-delay: 0.195s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(14) {
    transition-delay: 0.51s;
    transition-delay: 0.21s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(15) {
    transition-delay: 0.525s;
    transition-delay: 0.225s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(16) {
    transition-delay: 0.54s;
    transition-delay: 0.24s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(17) {
    transition-delay: 0.555s;
    transition-delay: 0.255s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(18) {
    transition-delay: 0.57s;
    transition-delay: 0.27s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(19) {
    transition-delay: 0.585s;
    transition-delay: 0.285s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(20) {
    transition-delay: 0.6s;
    transition-delay: 0.3s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(21) {
    transition-delay: 0.615s;
    transition-delay: 0.315s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(22) {
    transition-delay: 0.63s;
    transition-delay: 0.33s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(23) {
    transition-delay: 0.645s;
    transition-delay: 0.345s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(24) {
    transition-delay: 0.66s;
    transition-delay: 0.36s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(25) {
    transition-delay: 0.675s;
    transition-delay: 0.375s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(26) {
    transition-delay: 0.69s;
    transition-delay: 0.39s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(27) {
    transition-delay: 0.705s;
    transition-delay: 0.405s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(28) {
    transition-delay: 0.72s;
    transition-delay: 0.42s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(29) {
    transition-delay: 0.735s;
    transition-delay: 0.435s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(30) {
    transition-delay: 0.75s;
    transition-delay: 0.45s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(31) {
    transition-delay: 0.765s;
    transition-delay: 0.465s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(32) {
    transition-delay: 0.78s;
    transition-delay: 0.48s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(33) {
    transition-delay: 0.795s;
    transition-delay: 0.495s;
}

.button-style-2 .button[data-state="hover"]>span:last-child>span:nth-child(34) {
    transition-delay: 0.81s;
    transition-delay: 0.51s;
}

.button-style-2 .button[data-state="hover"]:after {
    transform: scaleY(1) translateY(0);
    transition: transform 0.43s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}

.button-style-2 .button[data-state="leave"]>span {
    z-index: 3;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span {
    animation: firstButtonSpanIn 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 1 forwards;
    opacity: 0;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:first-child {
    animation-delay: 15ms;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(2) {
    animation-delay: 0.03s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(3) {
    animation-delay: 45ms;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(4) {
    animation-delay: 0.06s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(5) {
    animation-delay: 75ms;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(6) {
    animation-delay: 0.09s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(7) {
    animation-delay: 0.105s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(8) {
    animation-delay: 0.12s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(9) {
    animation-delay: 0.135s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(10) {
    animation-delay: 0.15s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(11) {
    animation-delay: 0.165s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(12) {
    animation-delay: 0.18s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(13) {
    animation-delay: 0.195s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(14) {
    animation-delay: 0.21s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(15) {
    animation-delay: 0.225s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(16) {
    animation-delay: 0.24s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(17) {
    animation-delay: 0.255s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(18) {
    animation-delay: 0.27s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(19) {
    animation-delay: 0.285s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(20) {
    animation-delay: 0.3s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(21) {
    animation-delay: 0.315s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(22) {
    animation-delay: 0.33s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(23) {
    animation-delay: 0.345s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(24) {
    animation-delay: 0.36s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(25) {
    animation-delay: 0.375s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(26) {
    animation-delay: 0.39s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(27) {
    animation-delay: 0.405s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(28) {
    animation-delay: 0.42s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(29) {
    animation-delay: 0.435s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(30) {
    animation-delay: 0.45s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(31) {
    animation-delay: 0.465s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(32) {
    animation-delay: 0.48s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(33) {
    animation-delay: 0.495s;
}

.button-style-2 .button[data-state="leave"]>span:first-child>span:nth-child(34) {
    animation-delay: 0.51s;
}

.button-style-2 .button[data-state="leave"]>span:last-child>span {
    opacity: 0;
    transform: translateY(-2rem);
    transition: opacity 0.17s cubic-bezier(0.65, 0.025, 0.67, 0.36), transform 0.17s cubic-bezier(0.65, 0.025, 0.67, 0.36);
    transition-delay: 0s;
}

.button-style-2 .button[data-state="leave"]:after {
    transform: scaleY(1) translateY(-100%);
    transition: transform 0.2s cubic-bezier(0.65, 0.025, 0.67, 0.36) 25ms;
}

@keyframes firstButtonSpanIn {
    0% {
        opacity: 0;
        transform: translateY(2rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.button-style-2 .overlay-pop {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 90px 156px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(-100%);
    transition: opacity .6s, visibility 0s .6s, transform 0s .6s;
    visibility: hidden;
    z-index: 102;
}

.button-style-2 .overlay-pop[data-open=true] {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
    transition: opacity .6s, visibility 0s, transform 0s;
    visibility: visible;
}

.button-style-2 .overlay-pop-close {
    cursor: pointer;
    display: inline-block;
    height: 3rem;
    position: absolute;
    right: 3.2rem;
    top: 6.5rem;
    width: 4rem;
    z-index: 10;
}

@media (min-width: 1700px) {
    .button-style-2 .overlay-pop-close {
        right: 5.2rem;
    }
}

@media (min-width: 1240px) {
    .button-style-2 .overlay-pop-close {
        right: 8.8rem;
    }
}

@media (min-width: 1024px) {
    .button-style-2 .overlay-pop-close {
        right: 7rem;
    }
}

@media (min-width: 768px) {
    .button-style-2 .overlay-pop-close {
        right: 6.2rem;
        top: 8.8rem;
    }
}

.button-style-2 .overlay-pop-close span:first-of-type {
    transform: rotate(-45deg);
}

.button-style-2 .overlay-pop-close span:nth-of-type(2) {
    transform: rotate(45deg);
}

.button-style-2 .overlay-pop-close span {
    height: .2rem;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 1.4rem;
}

.button-style-2 .overlay-pop[data-open=true] .overlay-pop-close span:first-of-type:before {
    transition-delay: .8s;
}

.button-style-2 .overlay-pop[data-open=true] .overlay-pop-close span:nth-of-type(2):before {
    transition-delay: .9s;
}

.button-style-2 .overlay-pop[data-open=true] .overlay-pop-close span:before {
    transform: translateX(0);
    transition: transform .3s cubic-bezier(.34, .615, .4, .985);
}

.button-style-2 .overlay-pop-close span:first-of-type:before {
    transition-delay: 0s;
}

.button-style-2 .overlay-pop-close span:nth-of-type(2):before {
    transition-delay: .1s;
}

.button-style-2 .overlay-pop-close span:before {
    background-color: #faf7f2;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(101%);
    transition: transform .3s cubic-bezier(.65, .025, .67, .36);
}

.button-style-2 iframe {
    height: 100%;
}

.button-style-2 .button span#slc1 {
    opacity: 1;
}

.button.result_hover span#slc1 {
    opacity: 0;
}


/* service block style 1 */

.service-item-style-1 .post-content-wrap .post-inner .title-content h4 {
    font-size: 18px;
    color: #0b0b0b;
    margin-bottom: 10px;
}

.service-item-style-1 .post-content-wrap {
    position: relative;
    padding: 25px;
    border: 1px dashed #d1cfce;
    border-radius: 5px;
    transition: all 300ms linear 0s;
}

.service-wrap .post-content-wrap .post-inner .image-description-content {
    position: relative;
    margin: 0;
    padding: 25px 0px 0px;
}

.service-item-style-1.special .post-content-wrap {
    border: 1px solid white;
    box-shadow: -4.77px 24.541px 87.4px 7.6px rgba(27, 33, 47, 0.08);
}

.service-wrap .service-item-style-1 .item-excerpt p {
    margin-bottom: 0px;
}

.service-wrap .service-item-style-1 .post-thumb:hover img {
    transform: unset;
    transition: unset;
}


/* gallery block */

#irhas-gal-block .swiper-container {
    max-width: 100%;
}

#irhas-gal-block.gallery-style-1 .swiper-wrapper .swiper-slide img {
    margin: auto;
    width: 100%;
    cursor: pointer;
}

#irhas-gal-block.gallery-style-1 .swiper-container:hover .swiper-button-next {
    right: unset;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#irhas-gal-block.gallery-style-1 .swiper-container:hover .swiper-button-prev {
    left: unset;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#irhas-gal-block.gallery-style-1 .swiper-button-next,
#irhas-gal-block.gallery-style-1 .swiper-button-prev {
    position: relative;
    top: 0;
    width: 50px;
    left: 0;
    right: 0;
    float: left;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background: no-repeat 50%;
}

#irhas-gal-block.gallery-style-1 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: right;
}

#irhas-gal-block.gallery-style-1 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: transparent;
    border: 1px solid red;
    transition: width .35s ease;
    border-radius: 3px;
    opacity: 1;
}

#irhas-gal-block.gallery-style-1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 20px;
    height: 6px;
    background: transparent;
    border: 1px solid red;
    border-radius: 3px;
}

#irhas-gal-block.gallery-style-1 .swiper-wrapper {
    margin-bottom: 30px;
}

#irhas-gal-block.gallery-style-1 .swipper-button i {
    font-size: 20px;
}

#irhas-gal-block.gallery-style-1 .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    display: none;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    display: none;
}


/* post block style 6 */

.blog-item-style-6 {
    position: relative;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.blog-item-style-6 .blog-grid-container {
    position: relative;
    z-index: 0;
    background: #343434;
}

.blog-item-style-6 .thaw-grid-image {
    width: 100%;
    position: relative;
    padding-left: 30px;
}

.blog-item-style-6 .thaw-grid-image img {
    width: 100%;
    position: relative;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
}

.blog-item-style-6 .thaw-grid-content {
    position: relative;
    padding: 0;
    padding-left: 30px;
}

.blog-item-style-6 .thaw-grid-image img {
    width: 100%;
    cursor: pointer;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .5s ease;
    transition: opacity .2s ease-in-out, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .2s ease-in-out;
    transition: transform .5s ease, opacity .2s ease-in-out, -webkit-transform .5s ease;
}

.blog-item-style-6 .blog-image-container {
    position: relative;
}

.blog-item-style-6 .the-category a {
    color: #0b0b0b;
}

.blog-item-style-6 .post-content a {
    color: #0b0b0b;
    font-weight: normal;
}

.blog-item-style-6 .post-content span {
    color: #fff;
}

.blog-item-style-6 .post-meta {
    margin-bottom: 20px;
}

.blog-item-style-6 .post-meta span {
    margin-right: 10px;
    color: #fff;
    opacity: 0.7;
}

.blog-item-style-6 .post-content a:hover {
    color: #aaa;
}

.blog-item-style-6 .side-meta {
    position: inherit;
    margin: 0;
    float: left;
    writing-mode: sideways-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-lr;
    -ms-transform: scale(-1);
    transform: scale(-1);
}

.blog-item-style-6 .meta-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.blog-item-style-6 .blog-grid-meta img {
    position: relative;
    width: 50px;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
    height: 50px;
}

.blog-item-style-6 .blog-grid-meta .meta-holder .standard-post-date {
    opacity: 1;
    transition: 1s;
    position: absolute;
    top: 30px;
    padding: 0 30px;
    width: 100%;
    z-index: 12;
    right: 0;
    top: 30px;
    left: 0;
}

.blog-item-style-6 .blog-grid-meta .meta-holder .read-more {
    position: absolute;
    background: #111;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .02em;
    opacity: 0;
    right: -26px;
    top: -32px;
    padding: 53px 58px 57px;
    z-index: 10;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
}

.blog-item-style-6:hover .blog-grid-meta .meta-holder .read-more {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1;
    transition: 1s;
    z-index: 12;
}

.blog-item-style-6 .read-more i {
    font-size: 45px;
    vertical-align: middle;
    margin-right: 15px;
}

.blog-item-style-6 .standard-post-date.span-head {
    float: left;
}

.blog-item-style-6 .standard-post-date.span-head span {
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

.post-content-wrap .standard-post-date.span-head a {
    color: #0b0b0b;
}

.blog-item-style-6 .blog-grid-meta .meta-holder .read-more a {
    color: #fff;
}

.blog-item-style-6 .post-thumb {
    -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
    transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.blog-item-style-6 .post-thumb-img {
    position: relative;
}

.blog-item-style-6 .post-thumb-img h3 {
    margin-bottom: 10px;
}

.blog-item-style-6 .post-thumb-img .the-category {
    margin-bottom: 5px;
    margin-top: 15px;
}

.blog-item-style-6 .post-thumb:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
    transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.blog-item-style-6 .post-thumb img {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .5s ease;
    transition: opacity .2s ease-in-out, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .2s ease-in-out;
    transition: transform .5s ease, opacity .2s ease-in-out, -webkit-transform .5s ease;
}


/* blog post block style 2 */

.blog-item-style-1 {
    position: relative;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.blog-item-style-1 .thaw-link {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 10%;
}

.blog-item-style-1 .arrow-right {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    width: 42px;
    height: 42px;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.blog-item-style-1:hover .arrow-right {
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(10px);
}

.blog-item-style-1 .blog-image-container {
    position: relative;
}

.blog-item-style-1 .thaw-grid-image {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog-item-style-1 .thaw-grid-image img {
    width: 100%;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .5s ease;
    transition: opacity .2s ease-in-out, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .2s ease-in-out;
    transition: transform .5s ease, opacity .2s ease-in-out, -webkit-transform .5s ease;
}

.blog-item-style-1 .blog-image-container:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
    transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog-item-style-1 .thaw-grid-content {
    background: #fff;
    position: relative;
    z-index: 2;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 30px;
}

.blog-item-style-1 .post-thumb-img a {
    color: #222220;
}

.blog-item-style-1 .post-thumb-img a:hover {
    color: #3C4AED;
}

.blog-item-style-1 .post-thumb-img img {
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    margin-right: 15px;
}

.blog-item-style-1 .post-thumb-img span {
    color: #fff;
}

.blog-item-style-1 .post-thumb-img .post-excerpt p {
    margin-bottom: 20px;
    color: #555555;
}

.blog-item-style-1 .post-meta {
    margin-bottom: 20px;
}

.blog-item-style-1 .post-meta span {
    margin-right: 10px;
    color: #fff;
    opacity: 0.7;
}

.blog-item-style-1 .post-thumb-img h3 {
    margin-bottom: 10px;
}

.blog-item-style-1 .the-category a {
    color: #3C4AED;
}

.blog-item-style-1 .info-author h5 {
    margin-bottom: 0px;
    font-weight: normal;
}

.blog-item-style-1 .info-author h5.name a {
    margin-bottom: 0px;
    color: #262626;
    font-weight: 600;
}

.blog-item-style-1 .the-category {
    margin-bottom: 10px;
    color: #3C4AED;
    font-weight: normal;
}

.blog-item-style-1 .post-thumb-img .author p.author-role {
    color: #3C4AED;
    font-size: 12px;
}

.blog-item-style-1 .post-content-wrap .standard-post-date {
    width: 100%;
    text-align: left;
}

.blog-item-style-1 .thaw-grid-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), to(#000));
    background: linear-gradient(180deg, transparent 0, transparent 30%, #000);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
    opacity: .4;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

.blog-item-style-1:hover .thaw-grid-image:after {
    opacity: .75;
}

.blog-item-style-1 .post-content-wrap .post-inner.box-shadow-content {
    border: 1px solid #efefef;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}


/* project style 1 */

.portfolio-style-1 {
    position: relative;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-height: 450px;
}

.portfolio-style-1:after {
    content: '';
    box-shadow: inset 0px 32vh 150px -80px rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    border-radius: 5px;
    position: absolute;
}

.portfolio-style-1:hover {
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-box-shadow: 0px 11px 22px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 11px 22px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 11px 22px -2px rgba(0, 0, 0, 0.5);
    transform: translateY(-20px);
}

.portfolio-style-1 .portfolio-link {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 10%;
}

.portfolio-style-1:hover .arrow-right {
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(10px);
}

.portfolio-style-1 .portfolio-grid-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #343434;
    border-radius: 5px;
}

.portfolio-style-1 .portfolio-grid-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
}

.portfolio-style-1 .portfolio-grid-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
}

.portfolio-style-1 .portfolio-grid-content {
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 15%;
}

.portfolio-style-1 .portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: #272f2e;
    border-radius: 5px;
}

.portfolio-style-1:hover .portfolio-hover {
    opacity: 1;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.portfolio-style-1:hover .portfolio-excerpt,
.portfolio-style-1:hover .portfolio-read-more {
    opacity: 1;
}

.portfolio-style-1 .portfolio-excerpt {
    margin-top: 30px;
    opacity: 0;
}

.portfolio-style-1 .portfolio-read-more {
    color: #ffffff;
    opacity: 0;
}

.portfolio-style-1 .portfolio-grid-text h5,
.portfolio-style-1 .portfolio-grid-text p {
    margin: 0;
}

.portfolio-style-1 .portfolio-grid-text .portfolio-title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}

.portfolio-style-1 .portfolio-grid-text .portfolio-cate {
    color: #ffffff;
    font-size: 12px;
}


/* 5.6. Blog Pagination Style 1 */

.pagination-page-template {
    padding: 40px 0;
}

.navigation-paging {
    margin: 30px 0;
    padding: 30px 0;
}

.text-left {
    text-align: left;
}

.infinite-wrap.text-center {
    text-align: center;
}

.infinite-wrap.text-right {
    text-align: right;
}

.elementor .navigation-paging {
    margin: 0;
}

.elementor .navigation-paging.no-shadow a,
.elementor .navigation-paging.no-shadow button,
.infinite-wrap.style-2.no-shadow .btn:hover {
    box-shadow: none;
}


/* 5.7. Blog Pagination Style 2 */

.infinite-wrap.style-2,
.infinite-wrap.style-3 {
    border: 0;
}

.infinite-wrap.style-2 .btn {
    border: 1px solid #000000;
    background-color: transparent;
    color: #000000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.infinite-wrap.style-2 .btn:hover {
    color: #ffffff;
    background-color: #000000;
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.34);
}

.pagination-num .btn {
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    margin-right: 5px;
    border: 2px solid #000;
}

.pagination-num .btn.current {
    cursor: default;
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
}

.pagination-num .btn.current:hover {
    box-shadow: none;
}


/* 5.8. Blog Pagination Style 3 */

.infinite-wrap.style-3 .btn {
    color: #000000;
    position: relative;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.infinite-wrap.style-3 .btn:hover {
    box-shadow: none;
}

.infinite-wrap.style-3 .btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000000;
    -webkit-transform: scale3d(0, 3, 1);
    transform: scale3d(0, 3, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.infinite-wrap.style-3 .btn:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.infinite-wrap,
#infscr-loading,
#infscr-loading img {
    text-align: center;
    margin: 0 auto;
}

.infinite-container {
    position: relative;
}

#infscr-loading {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}


/* project style 2 */

.portfolio-style-2 {
    position: relative;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.portfolio-style-2 .blog-grid-container {
    position: relative;
    z-index: 0;
    background: #343434;
}

.portfolio-style-2 .thaw-grid-image {
    position: relative;
}

.portfolio-style-2 .thaw-grid-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    opacity: 0.5;
}

.portfolio-style-2 .thaw-grid-content.has-thumb {
    position: absolute;
    left: 0;
    z-index: 10;
    right: 0;
    bottom: 30px;
    width: 100%;
    padding: 0px 35px;
}

.portfolio-style-2 .thaw-grid-content.has-thumb .the-category a {
    color: #0b0b0b;
    margin-left: 2px;
}

.portfolio-style-2 .col-item-post:hover .blog-image-container img {
    -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
    transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    cursor: pointer;
}

.portfolio-style-2 .thaw-grid-image img {
    width: 100%;
    cursor: pointer;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .5s ease;
    transition: opacity .2s ease-in-out, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .2s ease-in-out;
    transition: transform .5s ease, opacity .2s ease-in-out, -webkit-transform .5s ease;
}

.portfolio-style-2 .blog-image-container {
    overflow: hidden;
    background: #343434;
}

.portfolio-style-2 .col-item-post:hover .blog-image-container img {
    -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
    transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.portfolio-style-2 .post-content a {
    color: #fff;
}

.portfolio-style-2 .post-content img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px;
    margin-bottom: 5px;
}

.portfolio-style-2 .the-category {
    position: relative;
}

.portfolio-style-2 .blog-grid-meta img {
    position: relative;
    width: 50px;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
    height: 50px;
}

.portfolio-style-2 .col-item-post:hover .blog-image-container .blog-grid-meta .meta-holder {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1;
    z-index: 12;
    padding-top: 15px;
}

.portfolio-style-2 .thaw-grid-image:hover .image-overlay {
    opacity: .3;
}

.portfolio-style-2 .thaw-grid-image .image-overlay {
    position: absolute;
    background-color: #000;
    display: block;
    left: 0;
    top: 0;
    width: 103%;
    height: 103%;
    z-index: 10;
    -webkit-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
    opacity: .3;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.portfolio-style-2 .post-text.excerpt {
    width: 400px;
    max-width: 100%;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0 0 0 -10px;
    padding-right: 25px;
    -webkit-transition: margin .6s .4s, max-height 1s, opacity .2s, visibility .2s;
    transition: margin .6s .4s, max-height 1s, opacity .2s, visibility .2s;
}

.portfolio-style-2 .col-item-post:hover .post-text.excerpt {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    -webkit-transition: margin .6s .4s, max-height 2s, opacity .2s .4s, visibility .2s .4s;
    transition: margin .6s .4s, max-height 2s, opacity .2s .4s, visibility .2s .4s;
}

.portfolio-style-2 .read-more {
    position: absolute;
    right: 50px;
    bottom: 0;
    margin-right: 10px;
    opacity: 0;
    width: 20px;
    height: 20px;
    -webkit-transition: margin .6s .4s, opacity .2s;
    transition: margin .6s .4s, opacity .2s;
}

.portfolio-style-2 .col-item-post:hover .read-more {
    margin-right: 0;
    opacity: 1;
    -webkit-transition: opacity .2s .4s, margin .6s .4s;
    transition: opacity .2s .4s, margin .6s .4s;
}

.portfolio-style-2 .read-more a {
    color: #fff;
}

.portfolio-style-2 .thaw-grid-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 0, transparent 30%, #000);
    opacity: .4;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

.portfolio-style-2 .col-item-post:hover .thaw-grid-image:after {
    opacity: .75;
}

.portfolio-style-2 .post-text.excerpt p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
}

.portfolio-style-2 .col-item-post {
    position: relative;
}


/* service style 2 */

.service-style-2 {
    position: relative;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-height: 450px;
}

.service-style-2:after {
    content: '';
    background-color: #000000;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.4;
}

.service-style-2:hover {
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-box-shadow: 0px 11px 22px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 11px 22px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 11px 22px -2px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.service-style-2 .service-link {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 10%;
}

.service-style-2 .arrow {
    position: absolute;
    bottom: 30px;
    right: unset;
    left: unset;
    z-index: 5;
    display: grid;
    border-radius: 5px;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.service-style-2:hover .arrow i {
    color: #0b0b0b;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.service-style-2 .arrow-right {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    width: 42px;
    height: 42px;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.service-style-2:hover .arrow-right {
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(10px);
}

.service-style-2 .service-thumb-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #343434;
    border-radius: 5px;
}

.service-style-2 .service-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
}

.service-style-2 .service-thumb img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.service-style-2 .service-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.service-style-2:hover .service-hover {
    opacity: 1;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 5px;
}

.service-style-2 .service-grid-content {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 10%;
}

.service-style-2 .service-grid-text h5 {
    font-size: 22px;
}

.service-style-2 .service-grid-text h5,
#vtbs .service-style-2 .service-grid-text .category-content {
    color: #ffffff;
}

.service-style-2 .service-grid-text {
    width: inherit;
}

#irhas-service-2 .category-content {
    line-height: 0px;
}


/* 5.6. Blog Pagination Style 1 */

#irhas-service-2 .pagination-page-template {
    padding: 40px 0;
}

#irhas-service-2 .navigation-paging {
    margin: 30px 0;
    padding: 30px 0;
}

#irhas-service-2 .text-left {
    text-align: left;
}

#irhas-service-2 .infinite-wrap.text-center {
    text-align: center;
}

#irhas-service-2 .infinite-wrap.text-right {
    text-align: right;
}

#irhas-service-2 .elementor .navigation-paging {
    margin: 0;
}

.elementor #irhas-service-2 .navigation-paging.no-shadow a,
.elementor #irhas-service-2 .navigation-paging.no-shadow button,
#irhas-service-2 .infinite-wrap.style-2.no-shadow .btn:hover {
    box-shadow: none;
}


/* 5.7. Blog Pagination Style 2 */

#irhas-service-2 .infinite-wrap.style-2,
.infinite-wrap.style-3 {
    border: 0;
}

#irhas-service-2 .infinite-wrap.style-2 .btn {
    border: 1px solid #000000;
    background-color: transparent;
    color: #000000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

#irhas-service-2 .infinite-wrap.style-2 .btn:hover {
    color: #ffffff;
    background-color: #000000;
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.34);
}

#irhas-service-2 .pagination-num .container .btn {
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    margin-right: 5px;
    border: 2px solid #000;
}

#irhas-service-2 .pagination-num .btn.current {
    cursor: default;
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
}

#irhas-service-2 .pagination-num .btn.current:hover {
    box-shadow: none;
}


/* 5.8. Blog Pagination Style 3 */

#irhas-service-2 .infinite-wrap.style-3 .btn {
    color: #000000;
    position: relative;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

#irhas-service-2 .infinite-wrap.style-3 .btn:hover {
    box-shadow: none;
}

#irhas-service-2 .infinite-wrap.style-3 .btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000000;
    -webkit-transform: scale3d(0, 3, 1);
    transform: scale3d(0, 3, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

#irhas-service-2 .infinite-wrap.style-3 .btn:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

#irhas-service-2 .infinite-wrap,
#irhas-service-2 #infscr-loading,
#irhas-service-2 #infscr-loading img {
    text-align: center;
    margin: 0 auto;
}

#irhas-service-2 .infinite-container {
    position: relative;
}

#irhas-service-2 #infscr-loading {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.service-style-2 .arrow i {
    color: #ffffff;
    font-size: 25px;
    border: 1px solid #fff;
    margin: 0;
    transition: all .25s linear;
    vertical-align: middle;
    padding: 10px;
    border-radius: 5px;
    line-height: 1;
}

.service-style-2 i.icon-themify:before {
    opacity: 1;
    vertical-align: middle;
}

.service-style-2:hover .arrow {
    background-color: #fff;
    transition: all .25s linear;
}

.service-style-2:hover .arrow i {
    color: #0b0b0b;
}

.service-style-2 .post-content-wrap .post-inner.box-shadow-content {
    border: 1px solid #efefef;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


/* service style 1 */

.service-style-1 .post-content-wrap .post-inner .image-description-content {
    position: relative;
    margin: 0;
    width: 100%;
    padding: 3.9vw 4.4vw;
}

.service-style-1 .post-content-wrap .post-inner.box-shadow-content {
    border: 1px solid #efefef;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.service-style-1 .post-inner {
    cursor: pointer;
}

.service-style-1 .post-inner:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
    transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform 3s ease, -webkit-transform 3s ease;
}

.service-style-1 .post-thumb img {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    width: 100%;
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform 3s ease;
    transition: opacity .2s ease-in-out, -webkit-transform 3s ease;
    transition: transform 3s ease, opacity .2s ease-in-out;
    transition: transform 3s ease, opacity .2s ease-in-out, -webkit-transform 3s ease;
}

.service-style-1 .post-content-wrap .post-inner .title-content h2 {
    margin-bottom: 0;
    transition: unset;
    font-size: 20px;
    font-weight: normal;
}

.service-style-1 .post-content-wrap .post-inner .title-content h2 a {
    transition: unset;
}

.service-style-1 .post-content-wrap .post-inner .title-content {
    text-align: left;
}

.service-style-1 .item-excerpt p {
    font-size: 14px;
    color: #777777;
}

.service-style-1 .content-item .post-inner {
    border: 1px solid #ccc;
}

.service-style-1 .content-item {
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
}

.service-style-1.clearfix {
    padding-left: 15px;
    padding-right: 15px;
}

.service-style-1 .post-thumb {
    margin-bottom: 0;
    overflow: hidden;
}


/* slider style 1 */

.slider-style-1 .swiper-container {
    max-width: 100%;
    height: 100%;
    width: 100%;
}

.slider-style-1 .swiper-wrapper .swiper-slide img {
    margin: auto;
    max-width: 100%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    cursor: pointer;
}

.slider-style-1 .swiper-container:hover .swiper-button-next {
    right: unset;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.slider-style-1 .swiper-container:hover .swiper-button-prev {
    left: unset;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.slider-style-1 .swiper-button-next,
.slider-style-1 .swiper-button-prev {
    align-self: flex-start;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    border: none;
    cursor: pointer;
    background: unset;
    outline: none;
    left: 0;
    right: 0;
    float: left;
    margin-top: 0;
    z-index: 10;
}

.slider-style-1 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: right
}

.slider-style-1 .swiper-button-next:hover,
.slider-style-1 .swiper-button-prev:hover {
    background-color: #5a90f1;
    color: #fff;
    border-radius: 50%;
}

.slider-style-1 .swipper-button i {
    font-size: 20px;
}

.slider-style-1 .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    display: inherit;
    font-size: 20px;
}

.slider-style-1 .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    display: inherit;
    font-size: 20px;
}

.slider-style-1 .swiper-wrapper {
    margin: auto;
    padding-top: 12em;
}

.slider-style-1 figure.swiper-image {
    width: 100%;
}

.slider-style-1 .swiper-slide {
    background-color: transparent;
    padding: 0;
    transition: transform .5s cubic-bezier(.165, .84, .44, 1), margin-top .5s cubic-bezier(.165, .84, .44, 1), box-shadow .5s cubic-bezier(.165, .84, .44, 1);
    text-align: center;
    font-size: 18px;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slider-style-1 .swiper-slide-active {
    margin-top: -5em;
    transform: scale(1.2);
}

.slider-style-1 .swiper-button {
    position: absolute;
    top: 20px;
    left: 0;
}

.slider-style-1 .ar-cursor {
    border-radius: 50%;
    background: rgb(51, 51, 51, 0.8);
    color: #fff;
    position: absolute;
    opacity: 1;
    width: 150px;
    font-size: 25px;
    z-index: 999;
    display: flex;
    transform: scale(0);
    transform-origin: top left;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s ease-in-out;
    height: 150px;
    justify-content: center;
    align-items: center;
}

.slider-style-1 .ar-cursor.active {
    opacity: 1;
    z-index: 999;
}

.slider-style-1 .ar-cursor .left-arrow {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 15px;
}

.slider-style-1 .ar-cursor .right-arrow {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 15px;
}

.slider-style-1 .ar-cursor.active {
    cursor: none !important;
    transform: scale(1) translate(-50px, -100px)
}

.slider-style-1 .swiper-slide:nth-child(2n) {
    width: 60%;
}

.slider-style-1 .swiper-slide:nth-child(3n) {
    width: 40%;
}


/* team style 1 */

.team-style-1 {
    position: relative;
}

.team-style-1 .team-container {
    overflow: hidden;
    position: relative;
}

.team-style-1 .team-container:before {
    top: 50%;
    left: 50%;
    width: 0%;
    z-index: 1;
    height: 90%;
    content: "";
    position: absolute;
    transition: all 0.3s ease-in-out;
    background-color: #000000;
    transform: translate(-50%, -50%);
}

.team-style-1 .team-container:hover:before {
    width: 90%;
}

.team-style-1 .team-container .item-content {
    text-align: center;
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 2;
    color: #ffffff;
    padding: 0px 45px;
    position: absolute;
    transform: translateY(-50%);
}

.team-style-1 .title-style {
    overflow: hidden;
    margin-bottom: 8px;
}

.team-style-1 .team-container:hover .title-style h3 {
    transition-delay: 0.3s;
    transform: translateY(0%);
}

.team-style-1 .title-style h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}

.team-style-1 .team-container .job-style {
    overflow: hidden;
    margin-bottom: 25px;
}

.team-style-1 .team-container:hover .job-style span {
    transition-delay: 0.5s;
    transform: translateY(0%);
}

.team-style-1 .job-style span {
    display: block;
    font-size: 13px;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}

.title-style h3 {
    color: #ffffff;
}

.team-style-1 .team-container .social-links>ul {
    display: inline-block;
    padding: 0px;
}

.team-style-1 .team-container .social-links>ul>li {
    display: inline-block;
    overflow: hidden;
    margin-right: 30px;
    float: left;
    list-style: none;
}

.team-style-1 .team-container .social-links>ul>li:last-child {
    margin-right: 0px !important;
}

.team-style-1 .team-container:hover .social-links>ul>li:nth-child(1)>a {
    transition-delay: 0.7s;
}

.team-style-1 .team-container:hover .social-links>ul>li:nth-child(2)>a {
    transition-delay: 0.8s;
}

.team-style-1 .team-container:hover .social-links>ul>li:nth-child(3)>a {
    transition-delay: 0.9s;
}

.team-style-1 .team-container:hover .social-links>ul>li>a {
    transform: translateY(0%);
}

.team-style-1 .team-container .social-links>ul>li>a {
    display: block;
    color: #ffffff;
    font-size: 13px;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}


/* team style 2 */

.team-style-2 .team-member {
    cursor: pointer;
}

.team-style-2 .key-details {
    position: relative;
    max-width: 340px;
    margin: 0 auto;
}

.team-style-2 .team-member .key-details .member-bio {
    opacity: 0;
    position: absolute;
    top: -6%;
    left: -9%;
    width: 112%;
    height: 118%;
    padding: 32px;
    background-color: #141c1c;
    transform: rotate(0deg);
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    transition: all .45s;
}

.team-style-2 .team-member:hover .member-bio {
    opacity: 1;
    transform: rotate(-1deg);
}

.team-style-2 .team-member .desc-style {
    vertical-align: middle;
    display: inline-block;
    color: #fff;
}

.team-style-2 .team-member .key-details .member-bio h4,
.team-style-2 .team-member .key-details .member-bio h5,
.team-slider .team-members-slide .team-member .key-details .member-bio p {
    color: #fef7ea;
    text-align: center;
}

.team-style-2 .team-member .title-style,
.team-style-2 .desc-style {
    line-height: 1.18;
    font-size: 34px;
    font-weight: 700;
}

.team-style-2 .team-member .team-profile h4 {
    margin-top: 60px;
    margin-bottom: 3.2px;
    color: #141c1c;
    text-align: center;
}

.team-style-2 .team-member .job-style {
    color: #141c1c;
    text-align: center;
    letter-spacing: .15rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}


/* testimonial style 1 */

.testimonial-style-1 .swiper-container {
    max-width: 100%;
    height: 400px;
}

.testimonial-style-1 .swiper-wrapper .swiper-slide img {
    margin: auto;
    width: 100%;
    cursor: pointer;
}

.testimonial-style-1 .swiper-container:hover .swiper-button-next {
    right: unset;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.testimonial-style-1 .swiper-container:hover .swiper-button-prev {
    left: unset;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.testimonial-style-1 .swiper-button-next,
.testimonial-style-1 .swiper-button-prev {
    position: relative;
    top: 0;
    width: 50px;
    left: 0;
    right: 0;
    float: right;
    outline: none;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background: no-repeat 50%;
}

.testimonial-style-1 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: right;
}

.testimonial-style-1 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: transparent;
    border: 1px solid red;
    transition: width .35s ease;
    border-radius: 3px;
    opacity: 1;
}

.testimonial-style-1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 20px;
    height: 6px;
    background: transparent;
    border: 1px solid red;
    border-radius: 3px;
}

.testimonial-style-1 .swipper-button i {
    font-size: 20px;
}

.testimonial-style-1 .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    display: none;
}

.testimonial-style-1 .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    display: none;
}

.testimonial-style-1 .swiper-image-testimonial {
    width: 45%;
    border-left: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    float: left;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-style-1 .swiper-wrapper {
    margin: auto;
}

#testimonial-ar-1 .testimonial-style-1 .testimonial-detail-inner h5 {
    color: #17193C;
}

.testimonial-style-1 .testimonial-detail-inner {
    width: 55%;
    height: 100%;
    border: 1px solid;
    border-left: 1px solid;
    float: left;
    padding: 8% 6%;
}

.testimonial-style-1 .testimonial-detail-inner span {
    color: rgba(23, 25, 60, 0.6);
}

.testimonial-style-1 .swiper-image-testimonial img {
    max-height: 145px;
    max-width: 145px;
}

.testimonial-style-1 figure.swiper-image {
    width: 100%;
}

.testimonial-style-1 .swiper-slide {
    background-color: #ffffff;
    padding: 0;
}

.testimonial-style-1 .swiper-button {
    position: relative;
    outline: none;
}

@media only screen and (max-width: 767px) {
    .testimonial-style-1 .testimonial-detail-inner {
        width: 55%;
        height: 100%;
        border: 1px solid;
        border-left: 1px solid;
        float: left;
        padding: 60px 50px 100px 54px;
    }
    .testimonial-style-1 .swiper-slide {
        padding: 20px;
    }
    .testimonial-style-1 .testimonial-detail-inner h3 {
        margin-bottom: 20px;
    }
    .testimonial-style-1 .swiper-slide {
        height: 75%;
    }
}

@media only screen and (max-width: 480px) {
    .testimonial-style-1 .swiper-slide {
        height: 100%;
    }
    .testimonial-style-1 .testimonial-detail-inner {
        padding: 0;
    }
}


/* testimonial style 2 */

.testimonial-style-2 .swiper-container {
    max-width: 100%;
    height: 535px;
}

.testimonial-style-2 .swiper-wrapper .swiper-slide img {
    margin: auto;
    width: 100%;
    cursor: pointer;
}

.testimonial-style-2 .swiper-button-next,
.testimonial-style-2 .swiper-button-prev {
    align-self: flex-start;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    border: none;
    cursor: pointer;
    background: transparent;
    outline: none;
    left: 0;
    right: 0;
    float: left;
    margin-top: 0;
    z-index: 10;
}

.testimonial-style-2 .swiper-button-next:hover,
.testimonial-style-2 .swiper-button-prev:hover {
    background-color: #5a90f1;
    color: #fff;
    border-radius: 50%;
}

.testimonial-style-2 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: right;
}

.testimonial-style-2 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: transparent;
    border: 1px solid red;
    transition: width .35s ease;
    border-radius: 3px;
    opacity: 1;
}

.testimonial-style-2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 20px;
    height: 6px;
    background: transparent;
    border: 1px solid red;
    border-radius: 3px;
}

.testimonial-style-2 .swiper-wrapper {
    margin-bottom: 30px;
    cursor: none;
}

.testimonial-style-2 .swiper-button i {
    font-size: 20px;
}

.testimonial-style-2 .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    display: inherit;
    font-size: 20px;
}

.testimonial-style-2 .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    display: inherit;
    font-size: 20px;
}

.testimonial-style-2 .swiper-image-testimonial {
    width: 45%;
    border-left: 1px solid rgba(112, 112, 112, 0.2);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-style-2 .testimonial-detail-inner h5 {
    color: #17193C;
}

.testimonial-style-2 .testimonial-detail-inner {
    width: 100%;
    height: 100%;
    padding: 30px;
}

.testimonial-style-2 .testimonial-detail-inner i {
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}

.testimonial-style-2 .testimonial-detail-inner span {
    color: rgba(23, 25, 60, 0.6);
}

.testimonial-style-2 .swiper-image-testimonial img {
    max-height: 145px;
    max-width: 145px;
}

.testimonial-style-2 figure.swiper-image {
    width: 100%;
}

.testimonial-style-2 .swiper-slide {
    transition: transform .5s ease;
    margin-top: 50px;
}

.testimonial-style-2 .swiper-button {
    position: absolute;
    top: 20px;
    left: 0;
}

.testimonial-style-2 .ar-cursor {
    border-radius: 50%;
    color: #fff;
    position: absolute;
    opacity: 1;
    width: 150px;
    font-size: 25px;
    z-index: 999;
    display: flex;
    transform: scale(0);
    transform-origin: top left;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s ease-in-out;
    height: 150px;
    justify-content: center;
    align-items: center;
}

.testimonial-style-2 .ar-cursor.active {
    opacity: 1;
    z-index: 999;
}

.testimonial-style-2 .ar-cursor .left-arrow {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 15px;
}

.testimonial-style-2 .ar-cursor .right-arrow {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 15px;
}

.testimonial-style-2 .ar-cursor.active {
    cursor: none !important;
    transform: scale(1) translate(-50px, -100px);
}


/* testimonial style 3 */

.testimonial-style-3 .swiper-container {
    max-width: 100%;
    height: 535px;
}

.testimonial-style-3 .swiper-wrapper .swiper-slide img {
    margin: auto;
    width: 100%;
    cursor: pointer;
}

.testimonial-style-3 .swiper-button-next,
.testimonial-style-3 .swiper-button-prev {
    align-self: flex-start;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    color: #000000;
    border: none;
    cursor: pointer;
    background: transparent;
    outline: none;
    left: 0;
    right: 0;
    float: right;
    margin-top: 0;
    z-index: 10;
}

.testimonial-style-3 .swiper-button-next:hover,
.testimonial-style-3 .swiper-button-prev:hover {
    color: #ff7549;
}

.testimonial-style-3 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: right;
}

.testimonial-style-3 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: transparent;
    border: 1px solid red;
    transition: width .35s ease;
    border-radius: 3px;
    opacity: 1;
}

.testimonial-style-3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 20px;
    height: 6px;
    background: transparent;
    border: 1px solid red;
    border-radius: 3px;
}

.testimonial-style-3 .swiper-wrapper {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.testimonial-style-3 .swipper-button i {
    font-size: 20px;
}

.testimonial-style-3 .swipper-button {
    width: 50%;
    float: left;
}

.testimonial-style-3 .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    display: none;
    font-size: 20px;
}

.testimonial-style-3 .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    display: none;
    font-size: 20px;
}

.testimonial-style-3 .swiper-image-testimonial {
    width: 45%;
    border-left: 1px solid rgba(112, 112, 112, 0.2);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-style-3 .testimonial-detail-inner h5 {
    color: #17193C;
}

.testimonial-style-3 .testimonial-detail-inner {
    width: 100%;
    height: 100%;
    padding: 30px 0px;
}

.testimonial-style-3 .testimonial-detail-inner i {
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}

.testimonial-style-3 .testimonial-detail-inner span {
    color: rgba(23, 25, 60, 0.6);
}

.testimonial-style-3 .swiper-image-testimonial img {
    max-height: 145px;
    max-width: 145px;
}

.testimonial-style-3 figure.swiper-image {
    width: 100%;
}

.testimonial-style-3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.testimonial-style-3 .swipper-button {
    width: 50%;
    float: left;
    margin-top: -20px;
}

.testimonial-style-3 #progress-irhas {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    background-color: #00aca2;
    height: 3px;
    z-index: 100;
    transition: 0s;
}

.testimonial-style-3 .navigation-swipper {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.testimonial-style-3 .progress-swiper {
    width: 50%;
    background: rgba(37, 37, 37, .1);
    float: left;
}

.testimonial-style-3 .swiper-slide h3 {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    margin-bottom: 10px;
    transform: matrix(1, 0, 0, 1, 0, 30);
}

.testimonial-style-3 .swiper-slide h5 {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    margin-bottom: 10px;
    transform: matrix(1, 0, 0, 1, 0, 30);
}

.testimonial-style-3 .swiper-slide p {
    transform: matrix(1, 0, 0, 1, 0, 30);
    opacity: 0;
    margin-bottom: 10px;
    transform: matrix(1, 0, 0, 1, 0, 30);
}

.testimonial-style-3 .swiper-slide-active h3 {
    transition-delay: 50ms;
    transition: 2s;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.testimonial-style-3 .testimonial-detail-inner h3 {
    font-family: 'Domine,serif';
}

.testimonial-style-3 .swiper-slide-active h5 {
    transition-delay: 100ms;
    transition: 1s;
    color: #30376a;
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
}

.testimonial-style-3 .swiper-slide-active p {
    transition-delay: 150ms;
    transition: 1.5s;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.testimonial-style-3 .swiper-slide-active {
    animation: mymove 5s infinite;
}

@keyframes mymove {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.irhas-gallery-project .swiper-button-prev i {
    font-size: 1.2rem;
    margin-right: 3px;
    margin-top: 2px;
}

.irhas-gallery-project .swiper-button-next i {
    font-size: 1.2rem;
    margin-left: 3px;
    margin-top: 2px;
}


/* Post Widget Column Widget */

.custom-post-widget .post-content {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin: 0 0 15px 0;
}

.custom-post-widget .post-item:last-child .post-content {
    border-bottom: none;
    padding-bottom: 0;
}

.custom-post-widget .post-content .post-thumb-wrap {
    vertical-align: top;
    position: relative;
}

.custom-post-widget .post-content .post-inner-content {
    display: table-cell;
    vertical-align: top;
}

.custom-post-widget .post-content .post-inner-content.has-thumb {
    padding-left: 20px;
}

.custom-post-widget .post-content .post-thumb {
    position: relative;
    float: left;
}

.custom-post-widget .post-content h5 a:hover {
    color: #02ad88;
}

.footer-widget .custom-post-widget .post-content .post-inner-content h5 {
    margin: 0 0 3px;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.44em;
    text-transform: capitalize;
}

.footer-widget .custom-post-widget .post-content .post-inner-content .date {
    font-size: 1.3rem;
}

.custom-post-widget .post-content .post-thumb {
    border-radius: 5px;
    overflow: hidden;
}

.custom-post-widget .post-content .post-thumb img {
    border-radius: 5px;
    position: relative;
}

.custom-post-widget .post-content .post-thumb .konsultan-overlay {
    background-color: #009A67;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .3s ease;
}

.custom-post-widget .post-content .post-thumb a:hover .konsultan-overlay {
    opacity: 0.8;
    transition: all .3s ease;
}

.contact-footer-menu li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    position: relative;
    line-height: 1;
}

.contact-footer-menu li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #000000;
}

.contact-footer-menu li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.contact-footer-menu li:last-child:after {
    display: none;
}

#calendar_wrap caption {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}

#calendar_wrap thead {
    background-color: #D0D5D6;
}

#calendar_wrap tbody {
    text-align: center;
}

#calendar_wrap tbody tr td.parent {
    background-color: #DA0D2B;
}

#calendar_wrap tbody tr td a {
    color: #009a67;
}

.page-title.no-option-page {
    margin: 60px 0 0;
}