/*
Theme Name: Irhas Html
Theme URI: https://http://html.themesawesome.com/irhashtml
Author: Themes Awesome
Author URI: https://www.themesawesome.com
Description: Multiconcept Digital Agency Html Theme
Tags: Html Tamplate
Version: 1.0
-----------------------------------------------------------------------------------
[Color Codes]

#Black1 (text, background, button) = #00000 / #111214
#White (text, subtitle) = #FFFFFF
#Gray (text) = #555555 / #AAAAAA
#Light Gray (background, hover) = #F5F5F5 / #C8C8C8 / #999999
#Light Yellow (background) = #FBF9F1 / #FDEDBA
#Green (button, background, icon) = #007aff
#Yellow (title, subtitle, text, button) = #EDA42E
#Dark Blue (subtitle, title, text, background) = #16163F / #17193C
#Light Blue (button, subtitle, text, border, hover) = #EE7F2 / #7294E1
#Orange (title, button, text, background, border) = #EF7A5E
#Light Orange (button, background) = #EFE2DC / #FFF8F2 / #FDCDBA

[Typography]

#Irhas 1
Headers: 15px Poppins
Heading: 55px/36px/30px/24px/20px Poppins/Architects Daughter
SubHeader: 15px Poppins
Paragraph: 22.5px/16px/15px/14px/13px Poppins
Input,Textarea & Option: 15px Arial/monospace
Icons: 15px Fontawesome/irhas
FooterNav: 15px Poppins

#Irhas 2
Headers: 15px Poppins
Heading: 82px/24px/16px Karla/Prata/Poppins
Paragraph: 22.5px/15px/14px Poppins/Hind
Input,Textarea & Option: 15px Arial/monospace
Icons: 15px Fontawesome/irhas
FooterNav: 15px Poppins

#Irhas 3
Headers: 15px Poppins
Heading: 14px/50px/36px/24px/20px Montserrat/Poppins
Paragraph: 15px Poppins
Input,Textarea & Option: 15px Arial/monospace
Icons: 15px Fontawesome/irhas
FooterNav: 15px Poppins/Montserrat

Notes: To change the font, install it manually with convert the download zipped font to transfonter.org

-----------------------------------------------------------------------------------
  1. CSS Reset
  2. Header
    2.1. Subheader
    2.2. Header Irhas 1
    2.3. Header Irhas 2
    2.4. Header Irhas 3
  3. Home Pages
    3.1. Home Page Irhas 1
    3.2. Home Page Irhas 2
    3.3. Home Page Irhas 3
  4. Service Pages
    4.1. Service Page Irhas 1
    4.2. Service Page Irhas 2
    4.3. Service Page Irhas 3
  5. Project Pages
    5.1. Project Page Irhas 1
    5.2. Project Page Irhas 2
    5.3. Project Page Irhas 3
  6. About Pages
    6.1. About Page Irhas 1
    6.2. About Page Irhas 2
    6.3. About Page Irhas 3
  7. Blog Pages
    7.1. Blog Page Irhas 1
    7.2. Blog Page Irhas 2
    7.3. Blog Page Irhas 3
  8. Contact Pages
    8.1. Contact Page Irhas 1
    8.2. Contact Page Irhas 2
    8.3. Contact Page Irhas 3
  9. Single Post
    9.1. Single Post Irhas 1
    9.2. Single Post Irhas 2
    9.3. Single Post Irhas 3
    9.4. Single Service 1
    9.5. Single Service 2
    9.6. Single Service 3
    9.7. Single Project 1
    9.8. Single Project 2
    9.9. Single Porject 3
  10. Footer
    10.1. Footer Irhas 1
    10.2. Footer Irhas 2
    10.3. Footer Irhas 3
-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*  1. CSS Reset
/*-----------------------------------------------------------------------------------*/


html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	height: 100%;
    scroll-behavior: smooth;
}

body {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
	font-size: 15px;
	background: #f5f5f5;
	margin: 0;
	font-weight: normal;
	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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:bold;
	line-height: 1.4;
	margin-bottom: 20px;
	margin-top: 0;
	color: #16163F;
	font-family: 'Poppins';
}

.main-menu li a {
	font-family: 'Poppins' !important;
	font-weight: 500;
}

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:bold;
}
th a {
	/* text-decoration: underline !important;*/
}
th a:hover {
	color: #409EFF;
}

/* *::-moz-selection {
	background-color: ;
	color: #ffffff;
}

*::selection {
	background-color: ;
	color: #ffffff;
} */

button {
	border: none;
	background-image: none;
	background: transparent;
}
img {
	max-width: 100%;
	height: auto;
}
blockquote {
    position: relative;
    padding: 30px 15px 30px 60px;
    display: inline-block;
    font-style: italic!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    margin-bottom: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    position: absolute;
    top: 50%;
    left: 30px;
    content: '';
    font-size: 22rem;
    z-index: 0;
    height: 50%;
    width: 7px;
    background: ;
    transform: translateY(-50%);
}
blockquote p {
    position: relative;
    display: inline;
    color: #16163f;
    margin-right: 10px;
    font-weight: 700!important;
    font-size: 21px!important;
    line-height: 1.7!important;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
}
.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%;
}

.button-basic-1{
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 15px 30px;
    background-color: #007aff;
    border-radius: 50px 50px 50px 50px;
}

#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);
}
/*Basic*/
.irhas1 .the-title h3 {
    color: #fff;
    font-family: "Architects Daughter", Sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}

.irhas2 .the-title h5{
    font-family: "Karla", Sans-serif;
}

.white{
    color: #ffffff;
}

.black{
    color: #000000;
}

.text-center{
    text-align: center;
}

.text-tleft{
    text-align: left;
}

.text-right{
    text-align: right;
}

body.irhas3{
    font-family: 'Montserrat';
}

#mouseover {
    perspective: 500px;
}

#testi-mouseover {
    perspective: 500px;
}
/*-----------------------------------------------------------------------------------*/
/*  2. Header
/*-----------------------------------------------------------------------------------*/
/* 2.1. Subheader */

.subheader {
    background-color: #007aff;
    padding: 10px 0;
}

.subheader-list li.menu-item a {
    padding-right: 10px;
}

.subheader-list li.menu-item:last-child a {
    padding-right: 0px;
}

.subheader-content-left,
.subheader-content-right .subheader-list li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    padding-top: 0;
}

.subheader-content-right .subheader-list li a:hover {
    color: #EDA42E;
}

.subheader-content-left p{
    margin: 0;
}
.sm-clean a.has-submenu span.sub-arrow:before{
    content: '+';
}
.sm-clean a.has-submenu.highlighted span.sub-arrow:before{
    content: '-';
}

/* 2.2. Header Irhas 1*/

.main-nav{
	background-color: transparent;
    position: relative;
    top: 25%;
    display: flex;
    float: left;
    transform: translate(0, -15%)
}

.main-nav li.menu-item{
    margin-right: 30px;
}

.main-nav .sub-menu {
    margin-top: 15px !important;
}

.header-content-right {
    position: relative;
    top: 20%;
}

.header-style-1, .header-style-3{
    background-color: #ffffff;
    z-index: 101;
    padding-top: 30px;
    padding-bottom: 29px;
    position: relative;
}

.header-style-1 .sm-clean ul a {
    font-size: 14px;
}

.header-style-1 .sm-clean ul a:hover {
    color: #02ad88;
    background-color: #ffffff;
    font-size: 14px;
}

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
    background: #bbb;
}

.sm-clean ul {
    border-top: 2px solid #007aff;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 0 !important;
    box-shadow: none;
    box-shadow: 0 5px 9px rgb(0 0 0 / 20%);
}

.sm-clean > li > ul:before, .sm-clean > li > ul:after {
    left: 16px;
    border-color: transparent transparent #007aff transparent;
}
.sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    color: #000;
}
.header-style1-wrap ul.sm-clean ul li a, .header-style1-wrap .menu__item:hover > ul .menu__link {
    color: #555555;
}

.irhas1 .sm-clean a:hover, .irhas1 .sm-clean a:focus, .irhas1 .sm-clean a:active {
    color: #007aff;
}

.content-right-area {
    text-align: right;
}

.content-right-area .right-area-menu {
    list-style: none;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    color: #888888;
}

.right-area-menu {
    display: inline-flex;
}

a.button.button-head-item {
    background-color: #f0f3e0;
    padding: 10px 20px;
    border-radius: 20px;
    color: #007aff;
    font-weight: 500;
}

a.button.button-head-item:hover {
    color: #ffffff;
    background-color: #eda42e;
}

li.right-area-item {
    margin-right: 20px;
}

li.right-area-item .phone-number {
    font-family: 'Poppins';
}

li.right-area-item:last-child {
    margin-right: 0;
}

.header-content-left .logo, .header-content-right {
    padding: 0;
}

.logo {
    margin-right: 40px;
}

.irhas1 .logo {
    margin-right: 50px;
}

.logo2 {
    margin-right: 41px;
}

/* 2.3. Header Irhas 2*/

.irhas2 a.button.button-head-item {
    background-color: #dee7f2;
    padding: 10px 20px;
    border-radius: 20px;
    color: #7294e1;
    font-weight: 600;
}

.irhas2 a.button.button-head-item:hover {
    color: #ffffff;
    background-color: #7294e1;
}

.irhas2 .content-right-area .right-area-menu span.phone-number{
    font-weight: 600;
}

.irhas2 .sm-clean a:hover, .irhas2 .sm-clean a:focus, .irhas2 .sm-clean a:active, .irhas2 .sm-clean a.highlighted {
    color: #7294e1;
}
.irhas2 .sm-clean ul{
    border-top: 2px solid #7294E1;
}
.irhas2 .sm-clean > li > ul:before, .irhas2 .sm-clean > li > ul:after {
    left: 16px;
    border-color: transparent transparent #7294E1 transparent;
}

.irhas2 .logo,
.irhas3 .logo {
    margin-right: 50px;
}

/* 2.4. Header Irhas 3*/

.irhas3 .header-style-3 .sm-clean ul a:hover {
    color: #ef7a5e;
    background: transparent;
}

.irhas3 .sm-clean a:hover {
    color: #ef7a5e;
}

.irhas3 a.button.button-head-item {
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    background-color: #efe2dc;
    color: #ef7a5e;
}

.irhas3 a.button.button-head-item:hover {
    background-color: #ef7a5e;
    color: #ffffff;
}

.main-nav ul li.menu-irhas3 a:hover {
    color: #ef7a5e;
}

.irhas3 .sm-clean > li > ul:before, .irhas3 .sm-clean > li > ul:after {
    left: 16px;
    border-color: transparent transparent #ef7a5e transparent;
}

.irhas3 .sm-clean ul{
    border-top: 2px solid #ef7a5e;
}

/*-----------------------------------------------------------------------------------*/
/*  3. Home Pages
/*-----------------------------------------------------------------------------------*/

/* 3.1. Home Page Irhas 1 */

/*Video BLock*/
.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 94vh;

}

video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}

video.video-banner {
  min-width: 100%;
  min-height: 95%;
  z-index: 1;
  width: 100%;
}

.video-overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 3px 3px;
  background-color: #000000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 2;
}

.video-title {
    text-align: left;
    color: #fff;
    position: absolute;
    top: 49%;
    left: 10%;
    margin: auto;
    max-width: 600px;
    z-index: 3;
    width: 100%;
    transform: translate(0, -49%);
}

.video-desc {
    display: flex;
}

.play-button {
    margin-top: 33px;
    margin-left: 14px;
    margin-right: 22px;
    transition: 0.4s;
}

.play-button a {
    border: 4px solid #ffffff;
    border-radius: 50%;
    padding: 12px 15px;
    color: #fff;
    transition: 0.4s;
}

.play-button:hover {
    transform: translateY(10px);
}

.irhas1 .video-title h3 {
    font-size: 20px;
    margin-bottom: 5px;
    letter-spacing: 1.6px;
}

.video-title h1 {
    font-size: 55px;
    line-height: 66px;
    font-weight:bold;
    color: #ffffff;
}

.video-desc p{
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    color: #ffffff;
    max-width: 400px;
    margin-top: 10px;
}

/*Counter Block*/

.irhas1 .counter-block {
    background-color: #FBF9F1;
}

.irhas1 .counter-wrap {
    padding: 87px 0 70px 0;
}

.irhas1 h3.counter-number {
    color: #16163F;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 69px;
    line-height: 69px;
    margin-bottom: 25px;
}

.irhas1 .number-counter span {
    color: #16163F;
    font-family: "Roboto", Sans-serif;
    font-weight:bold;
    font-size: 69px;
    line-height: 69px;
}

.irhas1 span.divider-counter {
    height: 4px;
    background-color: #007aff;
    width: 15%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.irhas1 .desc-counter p {
    width: 100%;
    margin-top: 10px;
    color: #16163F;
    font-family: "Poppins", Sans-serif;
    font-size: 1.7rem;
    text-transform: capitalize;
    font-weight:bold;
    line-height: 1.4rem;
}

.counter-item {
    padding: 0 30px;
}

.counter-item:first-child {
    padding: 0 30px 0 5px;
}

/*About*/
.irhas1 .about-block{
    background-color: #ffffff;
}

.irhas1 .about-wrap {
    padding: 245px 10px 230px;
}

.irhas1 .about-block .about-desc {
    padding-left: 40px;
}

.irhas1 .about-block .the-title {
    margin-top: -13px;
}

.irhas1 .about-block .the-title h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.irhas1 .about-block .the-title h2 {
    line-height: 44px;
    margin-bottom: 20px;
}

.irhas1 .the-title h2 {
    line-height: 30px;
}

.irhas1 .the-desc p {
    color: #555555;
    font-weight: normal;
}

.irhas1 .image-about1 img {
    left: 0%;
    position: relative;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.irhas1 .button-about {
    width: 50%;
    margin-top: 27px;
}

.irhas1 .button-about:hover {
    transform: translateY(10px);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.irhas1 .button-about a {
    padding: 11px 30px;
    color: #ffffff;
    background-color: #007aff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.irhas1 .button-about a:hover {
    color: #ffffff;
    background-color: #EDA42E;
}

.irhas1 .about-block .image-item1 {
    border: 4px solid#fff;
    margin: 4px -51px 0px 56px;
    left: 0%;
    position: relative;
    border-radius: 4px;
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);
}

.irhas1 .about-block .image-item2 {
    border: 4px solid#fff;
    margin: 42px 30px 20px 95px;
    left: 0%;
    position: relative;
    border-radius: 4px;
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);
    z-index: 4;
}

.irhas1 .about-block .image-item2 img {
    height: 112px;
}

.irhas1 .about-block .image-item3 {
    border: 4px solid#fff;
    margin: 41px 33px 20px 33px;
    left: 0%;
    position: relative;
    border-radius: 4px;
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);
}

.irhas1 .about-block .image-item4 {
    border: 4px solid#fff;
    margin: 5px 66px 20px -66px;
    left: 0%;
    position: relative;
    border-radius: 4px;
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);
}

.irhas1 .smart-object2 img {
    position: relative;
    left: 0%;
    margin-top: -40%;
    margin-left: 30px;
    width: 80%;
}

.irhas1 .smart-object3 img {
    position: relative;
    left: 0%;
    margin-top: -40%;
    margin-left: 0px;
    width: 90%;
}

.irhas1 .smart-object3 img {
    position: relative;
    left: 5%;
    margin-top: -40%;
    margin-left: 40px;
    width: 30%;
    z-index: 3;
    border: 4px solid#ffffff;
    border-radius: 5px;
    box-shadow: 4px 4px 20px 0px rgba(101, 101, 101, 0.5);
}

.irhas1 .smart-object {
    display: flex;
    z-index: 2;
    position: relative;
}

.irhas1 .smart-object img {
    border: 4px solid#ffffff;
    border-radius: 10px;
    min-height: 100%;
    min-width: 40%;
    width: 70%;
    margin-left: 20%;
    box-shadow: 4px 4px 20px 0px rgba(101, 101, 101, 0.5);
    z-index: 2;
}

/* Service Block */

.irhas1 .service-block {
    padding: 18px 0;
    background-color: #007aff;
    max-height: 100vh;
    height: 47.5vh;
}

svg.home1.svg1 {
    display: block;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #007aff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    fill: #fff;
}

.irhas1 .service-block .service-desc {
    margin-top: 20px;
}

.irhas1 .service-button {
    text-align: right;
    position: relative;
    top: 51%;
    transform: translate(0, -51%);
    width: 50%;
    float: right;
}

.irhas1 .service-button:hover {
    transform: translateY(1px);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.irhas1 .service-button a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #007aff;
    border-style: solid;
    border-width: 2px;
    border-radius: 50px;
    padding: 10px 33px;
}

.irhas1 .service-button a:hover {
    background-color: #eda42e;
    border: 2px solid#eda42e;
}

.irhas1 .service-style-2:after {
    content: '';
    /* background-color: #000000; */
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.4;
}

.service-wrapper {
    padding-top: 50px;
}

.irhas1 .service-block-loop {
    padding: 0 5px 0 3px;
}

.irhas1 .service-style-2 {
    position: relative;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-height: 265px;
    
    overflow: hidden;
}

.service-title-wrap {
    padding-bottom: 40px;
    padding-left: 5px;
    padding-right: 5px;
}

.irhas1 .service-block .the-title h2 {
    line-height: 25px;
    margin-bottom: 28px;
    text-transform: capitalize;
}

.irhas1 .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;*/
}
.irhas1 .service-style-2:hover h4{
    color: #5BBBD4 !important;
}
.irhas1 .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%;
}

.irhas1 .service-style-2 .arrow {
    padding: 3px 10px;
    color: #fff;
    border: 1px solid#fff;
    vertical-align: middle;
    background-color: transparent;
    position: absolute;
    height: 30px;
    bottom: 30px;
    right: 31px;
    left: unset;
    z-index: 5;
    display: grid;
    border-radius: 5px;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    line-height: 34px;
}

.irhas1 .service-style-2:hover .arrow i {
    color: #fff;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.irhas1 .service-style-2:hover .arrow {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.55);
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.irhas1 .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);
}

.irhas1 .service-style-2:hover .arrow-right {
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(10px);
}

.irhas1 .service-style-2 .service-thumb-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* background: #343434; */
    border-radius: 5px;
}

.irhas1 .service-style-2 .service-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
}

.irhas1 .service-style-2 .service-thumb img {
    height:265px;
    /* object-fit: cover; */
   /* border-radius: 5px;*/
}

.irhas1 .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;
}

.irhas1 .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;
    max-height: 100%;
    z-index: 2;
    padding: 10%;
}

.service-style-2 .service-grid-text h5 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 23px;
}


#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;
    color: #ffffff;
}

/* Portfolio Block */

.irhas1 .portfolio-block {
    padding: 300px 0 165px 0;
    background-color: #fafafa;
}

.irhas1 .portfolio-block .portfolio-wrap {
    padding: 0 5px;
}

.irhas1 .portfolio-block .the-title h3 {
    margin-top: 10px;
}

.irhas1 .title-portfolio h2{
    font-size: 36px;
    font-weight:bold;
    line-height: 35px;
    margin-bottom: 23px;
}

.irhas1 .portfolio-item-loop {
    padding-top: 30px;
}

.irhas1 .portfolio-button {
    position: relative;
    top: 47%;
    width: 40%;
    transform: translate( 0%, -50%);
    text-align: right;
    float: right;
}

.irhas1 .portfolio-button:hover {
    transform: translateY(1px);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.irhas1 .portfolio-button a {
    color: #ffffff;
    background: #007aff;
    border-radius: 50px;
    color: #ffffff;
    background: #007aff;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
}

.irhas1 .portfolio-button a:hover {
    background-color: #eda42e;
}

.irhas1 .portfolio-style-1 {
    position: relative;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-height: 445px;
}
.irhas1 .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;
}

.irhas1 .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);
}

.irhas1 .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;
}

.irhas1 .portfolio-style-1:hover .arrow-right {
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(10px);
}

.irhas1 .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;
}

.irhas1 .portfolio-style-1 .portfolio-grid-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
}

.irhas1 .portfolio-style-1 .portfolio-grid-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
}

.irhas1 .portfolio-style-1 .portfolio-grid-content {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    z-index: 9999;
    padding: 15%;
}

.irhas1 .portfolio-read-more {
    position: fixed;
    bottom: 115px;
}

.irhas1 .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: #4D9DB7;
    border-radius: 5px;
}

.irhas1 .portfolio-style-1:hover .portfolio-hover {
    opacity: 1;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.irhas1 .portfolio-style-1:hover .portfolio-excerpt,
.irhas1 .portfolio-style-1:hover .portfolio-read-more {
    opacity: 1;
}

.irhas1 .portfolio-style-1 .portfolio-excerpt {
    margin-top: 40px;
    opacity: 0;
    color: #ffffff;
}

.irhas1 .portfolio-style-1 .portfolio-read-more {
    color: #ffffff;
    opacity: 0;
}

.irhas1 .portfolio-style-1 .portfolio-grid-text .portfolio-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight:bold;
    color: #ffffff;
}

.irhas1 .portfolio-style-1 .portfolio-grid-text .portfolio-cate {
    color: #ffffff;
    font-size: 14px;
}

/* Team Block */
.irhas1 .team-block {
    padding: 120px 0 150px;
    background-color: #ffffff;
}

.irhas1 .team-wrap {
    padding: 0 5px 20px;
}

.irhas1 .team-block .the-title h2 {
    line-height: 30px;
    margin-bottom: 30px;
}

.irhas1 .team-loop-wrap {
    padding: 0 5px;
}

.irhas1.about .team-loop-wrap{
    padding: 0 25px;
}

.irhas1 .team-block .desc-team-wrap .desc-team {
    padding-left: 70px;
}

.irhas1 .team-style-2 .team-profile.text-center {
    padding-top: 55px;
}

.irhas1 .button-team {
    text-align: right;
    position: relative;
    top: 48%;
    transform: translate(0%, -50%);
    float: right;
    width: 50%;
}

.irhas1 .button-team:hover {
    transform: translateY(1px);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.irhas1 .button-team a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 30px;
    color: #ffffff;
    background-color: #007aff;
    border-radius: 50px;
}

.irhas1 .button-team a:hover {
    background-color: #eda42e;
}

.irhas1 .team-style-2 .key-details {
    position: relative;
    max-width: 340px;
    margin: 0 auto;
}

.irhas1 .team-style-2 .team-member .key-details .member-bio {
    opacity: 0;
    position: absolute;
    top: -6%;
    left: -9px;
    width: 92%;
    height: 100%;
    padding: 20px;
    background-color: #007aff;
    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;
}

.irhas1 .team-style-2 .team-member:hover .member-bio {
    opacity: 1;
    transform: rotate(-1deg);
}

.irhas1 .team-style-2 .team-member .desc-style {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-family: 'Architects Daughter', cursive;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
}

.irhas1 .team-style-2 .team-member .key-details .member-bio h4, .irhas1 .team-style-2 .team-member .key-details .member-bio h5, .irhas1 .team-slider .team-members-slide .team-member .key-details .member-bio p {
    color: #fef7ea;
    text-align: center;
}

.irhas1 .team-style-2 .team-member .title-style {
    color: #16163f;
    margin: 0;
}

.irhas1 .team-style-2 .team-member .team-profile h3 {
    margin-bottom: 3.2px;
    color: #16163F;
    text-align: center;
}

.irhas1 .team-style-2 .team-member .job-style {
    font-family: 'Architects Daughter', cursive;
    color: #555;
    font-weight: normal;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 2rem;
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    letter-spacing: 0.8px;
}

.irhas1 .team-block .the-desc {
    padding-right: 40px;
}

/* Banner Video */

.irhas1 .video-banner-block {
    padding: 100px 0 70px;
    background-image: url('./img/banner.jpg');
    background-position: center center;
    background-size: cover;
}

.irhas1 .video-item {
    top: 160px;
    left: 3px;
    position: relative;
    border: 8px solid#ffffff;
    border-radius: 4px;
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2)
}

.irhas1 .video-item .play-button,
.irhas2 .play-button  {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.irhas1 .video-item .play-button i,
.irhas2 .smart-object .play-button i {
    font-size: 25px;
    color: #fff;
    padding: 20px;
    opacity: .8;
    text-shadow: 1px 0 6px rgba(0,0,0,.3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 5px solid;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.irhas1 .lg-backdrop,
.irhas2 .lg-backdrop,
.irhas3 .lg-backdrop {
    background-color: rgba(0, 0, 0, 0.8);
}

.irhas1 .lg-toolbar,
.irhas2 .lg-toolbar,
.irhas3 .lg-toolbar {
    background: none;
}

.irhas1 .lg-sub-html,
.irhas2 .lg-sub-html,
.irhas3 .lg-sub-html {
    display: none;
}

/* Blog Block */
.irhas1 .blog-block {
    padding: 258px 0 150px 0;
    background-color: #f5f5f5;
}

.irhas1 .blog-wrap {
    padding: 0 5px;
}

.irhas1 .blog-block .the-title h3 {
    margin-top: 0;
}

.irhas1 .blog-loop-wrap {
    padding-top: 50px;
}

.irhas1 .blog-button {
    text-align: right;
    position: relative;
    top: 45%;
    transform: translate(0%, -50%);
    width: 50%;
    float: right;
    transition-duration: .3s;
}

.irhas1 .blog-button:hover {
    transform: translateY(1px);
}

.irhas1 .blog-button a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 30px;
    color: #ffffff;
    background-color: #007aff;
    border-radius: 50px;
}

.irhas1 .blog-button a:hover {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    background-color: #eda42e;
}

.irhas1 .blog-item-style-1 {
    position: relative;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.irhas1 .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%;
}

.irhas1 .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);
}

.irhas1 .blog-item-style-1:hover .arrow-right {
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(10px);
}

.irhas1 .blog-item-style-1 .blog-image-container {
    position: relative;
}

.irhas1 .blog-item-style-1 .thaw-grid-image {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.irhas1 .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;
}

.irhas1 .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;
}

.irhas1 .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 29px;
}

.irhas1 .blog-item-style-1 .post-thumb-img a {
    font-size: 17px;
    line-height: 24px;
    font-weight:bold;
    color: #222220;
}

.irhas1 .blog-item-style-1 .post-thumb-img a:hover {
    color: #eda42e;
}

.irhas1 .blog-item-style-1 .post-thumb-img img {
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    margin-right: 15px;
}

.irhas1 .blog-item-style-1 .post-thumb-img span {
    color: #fff;
}

.irhas1 .blog-item-style-1 .author span {
    color: #000;
}

.irhas1 .blog-item-style-1 .post-thumb-img .post-excerpt p {
    margin-bottom: 20px;
    color: #555555;
}

.irhas1 .blog-item-style-1 .post-meta {
    margin-bottom: 20px;
}

.irhas1 .blog-item-style-1 .post-meta span {
    margin-right: 10px;
    color: #fff;
    opacity: 0.7;
}

.irhas1 .blog-item-style-1 .post-thumb-img h3 {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight:bold;
    line-height: 30px;
}

.irhas1 .blog-item-style-1 .the-category a {
    color: #eda42e;
    font-size: 12px;
    font-weight: normal;
}

.irhas1 .blog-item-style-1 .the-category a:hover {
    color: #0b0b0b;
}

.irhas1 .blog-item-style-1 .post-text.excerpt p {
    font-size: 13px;
    line-height: 25px;
    color: #000;
    font-weight: normal;
}

.irhas1 .blog-item-style-1 .standard-post-date a {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

.irhas1 .blog-item-style-1 .standard-post-date a:hover {
    color: #007aff;
}

.irhas1 .blog-item-style-1 .info-author h5 {
    margin-bottom: 0px;
    font-weight: normal;
}

.irhas1 .blog-item-style-1 .info-author h5.name a {
    margin-bottom: 0px;
    color: #262626;
    font-weight: 600;
}

.irhas1 .blog-item-style-1 .the-category {
    margin-bottom: 5px;
    color: #3C4AED;
    font-weight: normal;
}

.irhas1 .blog-item-style-1 .post-thumb-img .author p.author-role {
    color: #3C4AED;
    font-size: 12px;
}

.irhas3 .blog-item-style-1 .post-thumb-img .author p.author-role {
    color: #eda42e;
    font-size: 12px;
}

.irhas1 .blog-item-style-1 .post-content-wrap .standard-post-date {
    width: 100%;
    text-align: left;
}

.irhas1 .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;
}

.irhas1 .blog-item-style-1:hover .thaw-grid-image:after {
    opacity: .75;
}

.irhas1 .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;
}

/* Testimonial Block */

.irhas1 .testimonial-block {
    padding: 150px 0 30px 0;
    background-color: #FBF9F1;
}

.irhas1 .testimonial-block .testimonial-wrap {
    padding: 0 10px;
}

.irhas1 .testimonial-style-2 {
    position: relative;
}

.irhas1 .testimonial-block .testimonial-wrap .the-title {
    margin: auto;
    text-align: center;
}

.irhas1 .testimonial-style-2 .swiper-container {
    max-width: 100%;
    height: 535px;
}

.irhas1 .testimonial-style-2 .swiper-wrapper .swiper-slide img {
    margin: auto;
    width: 65px;
    cursor: pointer;
}

.irhas1 .testimonial-style-2 .swiper-button-next,
.irhas1 .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;
    color: #000;
    background: transparent;
    outline: none;
    left: 0;
    right: 0;
    float: left;
    margin-top: 0;
    z-index: 10;
}

.irhas1 .testimonial-style-2 .swiper-button-next:hover,
.irhas1 .testimonial-style-2 .swiper-button-prev:hover {
    background-color: rgba(0, 154, 103, 0.61);
    color: #fff;
    border-radius: 50%;
}

.irhas1 .testimonial-style-2 .swiper-container-horizontal>.swiper-pagination-bullets,
.irhas1 .swiper-pagination-custom,
.irhas1 .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: right;
}

.irhas1 .icon-left-quote {
    color: rgba(0, 154, 103, 0.61);
}

.irhas1 .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;
}

.irhas1 .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;
}

.irhas1 .testimonial-style-2 .swiper-wrapper {
    margin-bottom: 30px;
    cursor: none;
}

.irhas1 .testimonial-style-2 .swiper-button i {
    font-size: 20px;

}

.irhas1 .testimonial-style-2 .swiper-button-next:after,
.irhas1 .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    display: inherit;
    font-size: 15px;
}

.irhas1 .testimonial-style-2 .swiper-button-prev:after,
.irhas1 .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    display: inherit;
    font-size: 15px;
}

.irhas1 .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;
}

.irhas1 .testimonial-style-2 .testimonial-detail-inner h5 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin:0;
}

.irhas1 .testimonial-style-2 .testimonial-detail-inner {
    width: 100%;
    height: 100%;
    padding: 30px 28px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.irhas1 .testimonial-style-2 .testimonial-detail-inner i {
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}

.irhas1 .testimonial-style-2 .testimonial-detail-inner span {
    color: rgba(23, 25, 60, 0.6);
}

.irhas1 .testimonial-style-2 .swiper-image-testimonial img {
    max-height: 145px;
    max-width: 145px;
}

.irhas1 .testimonial-style-2 figure.swiper-image {
    width: 100%;
}

.irhas1 .testimonial-style-2 .swiper-slide {
    transition: transform .5s ease;
    margin-top: 55px;
}

.irhas1 .testimonial-style-2 .swiper-button {
    position: absolute;
    top: 25px;
    left: 5px;
}

.irhas1 .testimonial-style-2 .ar-cursor {
    border-radius: 50%;
    color: #fff;
    background-color: #000;
    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 .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-2 .ar-cursor.active {
    opacity: 1;
    z-index: 999;
}

.testimonial-style-2 .testimonial-detail-inner h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    color: #000;
    margin-bottom: 28px;
}

.testimonial-style-2 .testi-img {
    margin-right: 20px;
}

.testimonial-style-2 .testi-img img {
    border-radius: 50%;
}

/* 3.2. Home Page Irhas 2*/
/* Banner */

.irhas2 .bg-image-block {
    background-image: url('./img/home2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 865px;
    position: relative;
}

.irhas2 .bg-image-overlay2 {
    background-color: rgba(24, 31, 43, 0.79);
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    height: 100%;
    width: 100%;
}

.irhas2 .head-title {
    text-align: center;
    padding: 230px 0 208px;
    color: #fff;
    position: relative;
}
.irhas2 .head-title h5 {
    font-family: "Karla", Sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}
.irhas2 h2.the-title {
    font-family: 'Prata';
    font-size: 8.2rem;
    font-weight: normal;
    line-height: 90px;
    color: #ffffff;
    padding: 0 70px;
}

.irhas2 .head-title span {
    font-family: "Karla", Sans-serif;
    font-size: 16px;
    font-weight:bold;
    text-transform: uppercase;
    line-height: 69px;
    letter-spacing: 1.6px;
    display: block;
    color: #ffffff;
}

.irhas2 .head-title p {
    padding: 0 250px;
}

.irhas2 .button-head {
    padding-top: 40px;
    transition: 0.4s;
}

.irhas2 .button-head a {
    font-family: "Karla", Sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #262626;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 17px 48px;
    letter-spacing: 1.3px;
}

.irhas2 .button-head a:hover {
    color: #ffffff;
    background-color: transparent;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
}

.irhas2 .button-head:hover {
    transform: translateY(-8px);
}

.irhas2 .header-style-2 {
    padding: 30px 0;
    background-color: #ffffff;
    position: relative;
    z-index: 101;
}

.irhas2 .main-nav li a:hover{
    color: #7294e1;
    background:transparent;
}

.header-style-2 .logo img {
    width: 100%;
}

.header-style-2 #main-menu {
    float: left;
}

a.button.button-head-item2 {
    color: #7294e1;
    padding: 10px 25px;
    border-radius: 20px;
    background-color: #dee7f2;
}

a.button.button-head-item2:hover {
    background-color: #7294e1;
    color: #ffffff;
}

.irhas2 .portfolio-button:hover {
    transform: translateY(-10px);
}

/* Service Block */

.irhas2 .about-block-home2 {
    background-color: #fff;
}

.irhas2 .about-home2-wrap {
    padding: 95px 0 40px 0;
}

.irhas2 .about-title-home2 {
    text-align: center;
}
.irhas2 .the-title h2 {
    font-family: 'Prata';
    text-transform: capitalize;
    margin-bottom: 10px;
}

.irhas2.home2 .about-block-home2 .the-title h2 {
    line-height: 62px;
}

.irhas2 .the-title h5 {
    letter-spacing: 1.6px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #7294e1;
}

.irhas2 .about-title-home2 p {
    padding: 0 20px;
}

.irhas2 .service-about-home2 {
    padding: 0 0 80px 0;
}

.irhas2 .service-item-style-1 {
    padding-left: 15px;
    padding-right: 15px;
}

.irhas2 .service-item-style-1 .post-content-wrap {
    position: relative;
    padding: 24px;
    border: 1px dashed #d1cfce;
    border-radius: 5px;
    transition: all 300ms linear 0s;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.irhas2 .service-item-style-1 .post-content-wrap:hover {
    border: 1px solid white;
    box-shadow: -4.77px 24.541px 87.4px 7.6px rgba(27, 33, 47, 0.08);
}

.irhas2 .service-item-style-1 .post-content-wrap .post-inner .title-content h4 {
    color: #3a3a3a;
    margin-bottom: 10px;
}

.irhas2 .service-item-style-1 .image-description-content {
    margin-top: 25px;
}

.irhas2 .service-item-style-1 .item-excerpt p {
    margin: 0;
}

/* Portfolio Block */
.irhas2 .portfolio-block-home2 {
    padding: 96px 0 100px;
    background-color: #eef2fe;
}

.irhas2 .portfolio-block-home2 .portfolio-wrap {
    padding-left: 15px;
    padding-right: 15px;
}

.irhas2 .portfolio-title-wrap {
    margin-bottom: 40px;
}

.irhas2 .title-portfolio {
    padding-left: 10px;
}

.irhas2 .title-portfolio .the-title {
    margin-bottom: 20px;
}

.irhas2.home2 .title-portfolio .the-title h5 {
    margin-bottom: 12px;
}

.irhas2 .title-portfolio .the-title h2 {
    color: #262626;
}

.irhas2.home2 .portfolio-button {
    top: 37%;
    transform: translate(0, -36%);
    transition: 0.4s;
}

.irhas2 .portfolio-block-home2 .portfolio-button a {
    font-family: "Karla", Sans-serif;
    font-size: 14px;
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #7294E1;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #7294E1;
    border-radius: 50px 50px 50px 50px;
    padding: 16px 47px 16px 47px;
}

.irhas2 .portfolio-block-home2 .portfolio-button a:hover {
    color: #FFFFFF;
    background-color: #17193C;
    border-color: #17193C;
}

.irhas2 .portfolio-block-home2 .portfolio-button:hover {
    transform: translateY(-20px);
}

.irhas2 .portfolio-block-home2 .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: #7294E1;
    border-radius: 5px;
}

.irhas2 .portfolio-block-home2 .portfolio-style-1:hover .portfolio-hover {
    opacity: 1;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.irhas2 .portfolio-style-1 {
    position: relative;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-height: 445px;
}

.irhas2 .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;
}

.irhas2 .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);
}

.irhas2 .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;
}

.irhas2 .portfolio-style-1:hover .arrow-right {
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(10px);
}

.irhas2 .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;
}

.irhas2 .portfolio-style-1 .portfolio-grid-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
}

.irhas2 .portfolio-style-1 .portfolio-grid-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
}

.irhas2 .portfolio-style-1 .portfolio-grid-content {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    z-index: 2;
    padding: 15%;
}

.irhas2 .portfolio-read-more {
    position: fixed;
    bottom: 30px;
}

.irhas2 .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: #007aff;
    border-radius: 5px;
}

.irhas2 .portfolio-style-1:hover .portfolio-hover {
    opacity: 1;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.irhas2 .portfolio-style-1:hover .portfolio-excerpt,
.irhas2 .portfolio-style-1:hover .portfolio-read-more {
    opacity: 1;
}

.irhas2 .portfolio-style-1 .portfolio-excerpt {
    margin-top: 30px;
    opacity: 0;
    color: #ffffff;
}

.irhas2 .portfolio-style-1 .portfolio-read-more {
    color: #ffffff;
    opacity: 0;
}

.irhas2 .portfolio-style-1 .portfolio-grid-text h5,
.irhas2 .portfolio-style-1 .portfolio-grid-text p {
    margin: 0;
}

.irhas2 .portfolio-style-1 .portfolio-grid-text .portfolio-title {
    font-size: 24px;
    line-height: 1.4;
    font-weight:bold;
    color: #ffffff;
    margin-bottom: 3px;
}

.irhas2 .portfolio-style-1 .portfolio-grid-text .portfolio-cate {
    color: #ffffff;
    font-size: 12px;
}

.irhas2 .portfolio-item-loop {
    padding-left: 10px;
    padding-right: 10px;
}

/* About Block */
.irhas2 .about2-home2-block {
    padding: 75px 0 51px;
    background-color: #ffffff;
    width: 100%;
    overflow-x: hidden;
}

.irhas2 .about2-title-wrap {
    padding-left: 30px;
}

.irhas2 .about2-home2-block .about2-title-wrap.the-title h2 {
    color: #262626;
    line-height: 53px;
    margin-top: 22px;
    margin-bottom: 20px;
    text-transform: none;
}

.irhas2 .about2-home2-block .the-desc {
    padding-left: 27px;
    border-left: 4px solid#7294E1;
    margin-bottom: 20px;
}

.irhas2 .about2-home2-block .about2-title-wrap span {
    display: block;
    font-family: "Karla", Sans-serif;
    font-size: 16px;
    font-weight:bold;
    text-transform: uppercase;
    line-height: 70px;
    letter-spacing: 1.6px;
    color: #7294E1;
}

.irhas2 .about2-home2-block h2.the-title {
    font-family: "Prata", serif;
    font-size: 36px;
    font-weight:bold;
    line-height: 1.5em;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #262626;
}

.irhas2 .button-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 3;
}

.irhas2 .button-embed-play i {
    font-size: 25px;
    color: #fff;
    padding: 18px;
    opacity: .8;
    text-shadow: 1px 0 6px rgba(0,0,0,.3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 5px solid;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.irhas2.home2 .about2-video-wrap {
    padding-top: 42px;
}

.irhas2 .smart-object {
    position: relative;
    z-index: 2;
    width: 80%;
    border: 4px solid#fff;
    border-radius: 10px;
    margin: 0 20px 0 70px;
    box-shadow: 4px 4px 20px 0px rgb(101 101 101 / 50%);
}

.irhas2 .smart-object img {
    width: 100%;
    height: 100%;
}

.irhas2 .smart-object2 {
    position: relative;
    margin: -160px 160px 0 0;
    z-index: 1;
    width: 80%;
}

.irhas2 .smart-object3 {
    position: relative;
    z-index: 3;
    margin: -150px 0 0 40px;
    width: 30%;
    border: 4px solid #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 20px 0px rgb(101 101 101 / 50%);
}

.irhas2.home2 .about2-home2-block .about2-title-wrap P {
    font-family: "Hind", sans-serif;
}

/* service block */
.irhas2 .service-about2-wrap .title-item-service-about2 h2 {
    font-size: 24px;
}

/* Team Block */
.irhas2 .team-block-home2 {
    padding: 95px 0 99px;
    background-color: #FAFAFA;
}

.irhas2.home2 .team-wrap {
    padding-left: 25px;
}

.irhas2.home2 .button-team-wrap {
    padding-right: 15px;
}

.irhas2 .team-block-home2 .the-title h2 {
    font-family: "Prata", Sans-serif;
    font-size: 36px;
    font-weight:bold;
    line-height: 50px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #262626;
}

.irhas2 .team-block-home2 .desc-team p {
    font-family: "Hind", sans-serif;
}

.irhas2 .team-block-home2 .button-team {
    align-content: center;
}

.irhas2 .team-block-home2 .button-team-wrap {
    position: relative;
}

.irhas2 .team-block-home2 .button-team {
    top: 27%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    transition: 0.4s;
}

.irhas2 .team-block-home2 .button-team a {
    font-family: "Karla", Sans-serif;
    font-size: 14px;
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #7294E1;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #7294E1;
    border-radius: 50px 50px 50px 50px;
    padding: 11px 47px 11px 47px;
}

.irhas2 .team-block-home2 .button-team a:hover{
    color: #FFFFFF;
    background-color: #17193C;
    border-color: #17193C;
}

.irhas2 .team-block-home2 .button-team:hover {
    transform: translateY(-8px);
}

.irhas2 .team-block-home2 .team-loop-wrap {
    margin-top: 30px;
    padding: 0 15px;
}

.irhas2 .team-style-1 .team-container {
    overflow: hidden;
    position: relative;
}

.irhas2 .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: rgba(87, 120, 197, 0.9);
    transform: translate(-50%, -50%);
}

/* Testimonial Block */
.irhas2 .testimonial-home2-block {
    background-color: #17193C;
    padding: 85px 40px 108px 40px;
}

.irhas2 .testimonial-home2-title,
.irhas2 .testimonial-style-1 {
    padding: 0 15px;
}

.irhas2 .testimonial-style-1 .swiper-button {
    position: relative;
    outline: none;
    top: -29px;
}

.irhas2 .testimonial-style-1 .swiper-button-next i, .irhas2 .testimonial-style-1 .swiper-button-prev i {
    font-size: 23px;
}

.irhas2 .testimonial-style-1 .swiper-button-next, .irhas2 .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%;
    color: #ffffff;
}

.irhas2 .testimonial-home2-block .swiper-button-next:after, .irhas2 .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.irhas2 .testimonial-style-1 .swiper-container {
    max-width: 100%;
    height: 400px;
    cursor: grab;
}

.irhas2 .testimonial-style-1 .swiper-slide {
    background-color: #ffffff;
    padding: 0;
}

.irhas2 .testimonial-style-1 .testimonial-detail-inner {
    width: 43%;
    height: 100%;
    border: 1px solid;
    border-left: 1px solid;
    float: left;
    padding: 8% 6%;
    background-color: #ffffff;
    border-color: #E0E0E0;
}

.irhas2 .testimonial-style-1 .testimonial-detail-inner h3 {
    font-size: 20px;
    line-height: 30px;
}

.irhas2 .testimonial-style-1 .swiper-image-testimonial {
    width: 44%;
    border-left: 0;
    border-top: 1px solid;
    border-bottom: 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;
    background-color: #ffffff;
    border-color: #E0E0E0;
}

.irhas2 .testimonial-style-1 .testimonial-detail-inner h3 {
    margin-bottom: 40px;
    font-weight: normal;
    color: #000;
    line-height: 32px;
}

.irhas2 .testimonial-style-1 h5.testi-author {
    color: #000;
    margin-bottom: 5px;
}

.irhas2 .testimonial-style-1 p.testi-job {
    font-size: 15px;
    line-height: 30px;
    color: #000;
}

.irhas2 .testimonial-style-1 figure.swiper-image {
    width: 100%;
}

/* Blog Loop Block*/
.irhas2 .blog-block-home2 {
    padding: 105px 0 50px;
    background-color: #f5f5f5;
}

.irhas2 .blog-block-home2 .blog-title {
    text-align: center;
}

.irhas2 .blog-block-home2 .blog-title span {
    display: block;
    font-family: "Karla", Sans-serif;
    font-size: 16px;
    font-weight:bold;
    text-transform: uppercase;
    line-height: 70px;
    letter-spacing: 1.6px;
    color: #7294E1;
}

.irhas2 .blog-block-home2 .the-title h2 {
    font-family: "Prata", serif;
    font-size: 36px;
    font-weight:bold;
    line-height: 50px;
    margin-top: 0px;
    margin-bottom: 57px;
    color: #262626;
}

.irhas2 .blog-item-style-6 .blog-image-container {
    position: relative;
    cursor: pointer;
}

.irhas2 .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);
}

.irhas2 .blog-item-style-6 .post-content-wrap .standard-post-date.span-head a {
    color: #7294E1;
    font-size: 14px;
}

.irhas2 .blog-item-style-6 .thaw-grid-image {
    position: relative;
    padding-left: 30px;
}

.irhas2 .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;
}

.irhas2 .blog-item-style-6 .meta-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.irhas2 .blog-item-style-6 .blog-grid-meta .meta-holder .read-more {
    background-color: #17193C;
}

.irhas2 .blog-item-style-6 .blog-grid-meta .meta-holder .read-more {
    position: absolute;
    background: #17193C;
    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;
}

.irhas2 .blog2 .blog-item-style-6 .blog-grid-meta .meta-holder .read-more {
    position: absolute;
    background: #7294E1;
    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;
}

.irhas2 .blog-item-style-6 .blog-grid-meta .meta-holder .read-more a {
    color: #ffffff;
}

.irhas2 .blog-item-style-6 .thaw-grid-content {
    position: relative;
    padding: 0;
    padding-left: 28px;
}

.irhas2 .blog-item-style-6 .post-thumb-img {
    position: relative;
}

.irhas2 .blog-item-style-6 .post-thumb-img .the-category {
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: left;
}

.irhas2 .blog-item-style-6 .post-thumb-img h3 {
    margin-bottom: 10px;
    line-height: 30px;
}

.irhas2 .blog-item-style-6 .post-thumb-img p {
    text-align: left;
}

.irhas2 .blog-item-style-6 .blog-grid-meta .meta-holder .read-more {
    background-color: #17193C;
}

.irhas2 .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;
}

.irhas2 .blog-item-style-6 .blog-grid-meta .meta-holder .read-more {
    position: absolute;
    background: #17193C;
    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;
    cursor: pointer;
}

.irhas2 .blog-item-style-6 .post-thumb-img h3 a {
    font-size: 20px;
    line-height: 20px;
    color: #262626;
}

.irhas2 .blog-item-style-6 .post-thumb-img h3 a:hover {
    color: #17193C;
}

.irhas2 .blog2 .blog-item-style-6 .post-thumb-img h3 a:hover {
    font-size: 20px;
    line-height: 20px;
    color: #7294E1;
}

.irhas2.home2 .blog-block-home2 .blog-item-style-6 {
    padding-left: 5px;
    padding-right: 25px;
}

.irhas2.home2 .blog-loop-wrap {
    padding-right: 5px;
}

/* 3.3. Home Page Irhas 3*/

/* About Block */

.irhas3 .about-block {
    padding: 190px 30px 162px;
    background-color: #ffffff;
}

.irhas3 .about-block .about-desc {
    padding: 15px 0 0 5px;
}

.irhas3 .button-about {
    margin-top: 52px;
}

.irhas3 .button-about {
    transition-duration: 0.4s;
}

.irhas3 .button-about:hover,
.irhas3 .portfolio-button:hover,
.irhas3 .service-button:hover {
    transform: translateY(-10px);
}

.irhas3 .button-about a {
    font-family: "Montserrat", Sans-serif;
    padding: 20px 30px;
    color: #ffffff;
    background-color: #ef7a5e;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.irhas3 .button-about a:hover {
    color: #ffffff;
    background-color: #17193C;
}

.irhas3 .the-title h2 {
    font-family: "Montserrat", Sans-serif;
    font-weight:bold;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #17193C;
}
.irhas3 .the-title h1 {
    font-family: "Montserrat", Sans-serif;
    font-size: 5rem;
    line-height: 1.1em;
    margin-top: 0px;
    color: #17193C;
}

.irhas3 .the-desc p {
    font-family: 'Poppins';
    margin-top: 10px;
    line-height: 30px;
    color: #555555;
    font-weight: normal;
}

.irhas3 .the-title h5 {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #EF7A5E;
    margin-bottom: 14px;
}

.irhas3 .about-block .the-title h5 {
    margin-bottom: 22px;
}

.irhas3 .about-image {
    margin-left: 30px;
}

.mobile-show {
    display: none;
}

.irhas3 .about2-video-wrap {
    padding-top: 0;
}

.irhas3 .about-block .smart-object {
    border-style: solid;
    border-color: #FFFFFF;
    box-shadow: 4px 4px 20px 0px rgb(101 101 101 / 50%);
    width: 87%;
    margin: 0 0 0 25px;
    transition: 0s;
}

.irhas3 .about-block .smart-object img{
    border-radius: 10px;
}

.irhas3 .about-block .smart-object2 {
    transition: 0s;
}

.irhas3 .button-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 3;
}

.irhas3 .button-embed-play i {
    font-size: 25px;
    color: #fff;
    padding: 20px;
    opacity: .8;
    text-shadow: 1px 0 6px rgba(0,0,0,.3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 5px solid;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.irhas3 .smart-object {
    position: relative;
    z-index: 2;
    border-width: 4px 4px 4px 4px;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
}

.irhas3 .smart-object2 img {
    width: 81%;
    z-index: 1;
    margin: -205px 20px 20px -30px;
}

/* Portfolio Block */

.irhas3 .portfolio-block {
    background-color: #F2D8D3;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 295px 0px 0px 0px;
    z-index: 2;
    position: relative;
    max-height: 100%;
    height: auto;
}

.irhas3 .portfolio-home3 {
    height: 596px;
}

.irhas3 .portfolio-block .portfolio-wrap {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}

.irhas3 .portfolio-home3 .portfolio-item-loop {
    position: absolute;
    width: 95.5%;
    left: 0;
    padding-top: 20px;
    padding-left: 25px;
}

.svg-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.shape-fill {
    fill: #FFFFFF;
}

.irhas3 .portfolio-style-1 {
    position: relative;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-height: 445px;
}

.irhas3 .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;
}

.irhas3 .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);
}

.irhas3 .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;
}

.irhas3 .portfolio-style-1:hover .arrow-right {
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(10px);
}

.irhas3 .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;
}

.irhas3 .portfolio-style-1 .portfolio-grid-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
}

.irhas3 .portfolio-style-1 .portfolio-grid-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
}

.irhas3 .portfolio-style-1 .portfolio-grid-content {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    z-index: 2;
    padding: 15%;
}

.irhas3 .portfolio-read-more {
    position: fixed;
    bottom: 30px;
}

.irhas3 .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: #007aff;
    border-radius: 5px;
}

.irhas3 .portfolio-style-1:hover .portfolio-hover {
    opacity: 1;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.irhas3 .portfolio-style-1:hover .portfolio-excerpt,
.irhas3 .portfolio-style-1:hover .portfolio-read-more {
    opacity: 1;
}

.irhas3 .portfolio-style-1 .portfolio-excerpt {
    margin-top: 30px;
    opacity: 0;
    color: #ffffff;
}

.irhas3 .portfolio-style-1 .portfolio-read-more {
    color: #ffffff;
    opacity: 0;
}

.irhas3 .portfolio-style-1 .portfolio-grid-text h5,
.irhas3 .portfolio-style-1 .portfolio-grid-text p {
    margin: 0;
}

.irhas3 .portfolio-style-1 .portfolio-grid-text .portfolio-title {
    font-size: 24px;
    line-height: 1.4;
    font-weight:bold;
    color: #ffffff;
    margin-bottom: 15px;
}

.irhas3 .portfolio-style-1 .portfolio-grid-text .portfolio-cate {
    color: #ffffff;
    font-size: 14px;
}

.irhas3 .portfolio-button {
    position: relative;
    top: 34%;
    left: 0;
    text-align: right;
    transition: 0.4s;
}

.irhas3 .portfolio-button a {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #EF7A5E;
    border-radius: 50px 50px 50px 50px;
    padding: 18px 25px 18px 25px;
}

.irhas3 .portfolio-button a:hover {
    color: #FFFFFF;
    background-color: #17193C;
}

.irhas3 .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: #17193C;
    border-radius: 5px;
}

.irhas3.project3 .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: #EF7A5E;
    border-radius: 5px;
}

.irhas3 .portfolio-block .the-desc {
    padding-right: 10px;
}

/* Service Block */

.irhas3 .service-block {
    padding: 172px 0 130px;
    background-color: #eaeaea;
    height: 100%;
    position: relative;
}

.irhas3 .service-block .svg-shape {
    top: 100%;
    z-index: 1;
}

.irhas3 .service-block .shape-fill {
    fill: #EAEAEA;
}

.irhas3 .service-wrapper {
    padding-left: 25px;
    padding-right: 25px;
}

.irhas3 .service-block .title-service-wrap .the-title h2 {
    line-height: 40px;
}

.irhas3 .service-desc p {
    margin-top: 30px;
    color: #555555;
}

.irhas3 .service-style-2:after {
    content: '';
    background-color: #000000;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.4;
}

.irhas3 .service-title-wrap {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}

.irhas3 .service-block .service-block-loop {
    gap: 2rem;
}

.irhas3 .service-style-2 {
    position: relative;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-height: 317px;
    overflow: hidden;
    border-radius: 5px;
}

.irhas3 .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;
}

.irhas3 .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%;
}

.irhas3 .service-style-2 .arrow {
    padding: 3px 10px;
    color: #fff;
    border: 1px solid#fff;
    vertical-align: middle;
    background-color: transparent;
    position: absolute;
    height: 30px;
    bottom: 28px;
    right: 30px;
    left: unset;
    z-index: 5;
    display: grid;
    border-radius: 5px;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    line-height: 34px;
}

.irhas3 .service-style-2:hover .arrow i {
    color: #fff;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.irhas3 .service-style-2:hover .arrow {
    color: #fff;
    background-color: #aaa;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.irhas3 .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);
}

.irhas3 .service-style-2:hover .arrow-right {
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(10px);
}

.irhas3 .service-style-2 .service-thumb-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #343434;
    border-radius: 5px;
}

.irhas3 .service-style-2 .service-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
}

.irhas3 .service-style-2 .service-thumb img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.irhas3 .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;
}

.irhas3 .service-style-2:hover .service-hover {
    opacity: 1;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 5px
}

.irhas3 .service-block .service-style-2 .service-grid-text h5 {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 19px;
}

.irhas3 .service-block .service-grid-text .category-content p {
    font-size: 13px;
}

.irhas3 .service-button {
    position: relative;
    top: 24%;
    right: 2%;
    display: flex;
    justify-content: flex-end;
    transition: 0.4s;
}

.irhas3 .service-button a {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #EF7A5E;
    border-radius: 50px;
    padding: 12px 32px;
    border: none;
}

.irhas3 .service-button a:hover {
    color: #FFFFFF;
    background-color: #17193C;
}

/* Testimonial Block */

.irhas3 .testimonial-block {
    padding: 245px 30px 50px;
    background-color: #FFFFFF;
}

.irhas3.about3 .testimonial-block {
    background-color: #ffffff;
    padding: 0;
}

.irhas3 .testimonial-block .testimonial-wrap {
    margin-left: -15px;
}

.irhas3 .title-testimonial {
    padding: 33px 0 0 57px;
}

.irhas3 .testimonial-block .the-desc p {
    margin-top: 17px;
}

.irhas3 .title-testimonial .button-testi  {
    margin-top: 32px;
    transition: 0.4s;
}

.irhas3 .title-testimonial .button-testi:hover  {
    transform: translateY(-10px);
}

.irhas3 .title-testimonial .button-testi a {
    font-family: "Montserrat", Sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #EF7A5E;
    border-radius: 50px 50px 50px 50px;
    padding: 17px 30px 17px 30px;
}

.irhas3 .title-testimonial .button-testi a:hover {
    background-color: #17193C;
}

.irhas3 .testimonial-detail-inner {
    height: 330px;
    padding: 0 55px 0 90px;
}

.irhas3 .testimonial-detail-inner h5.testi-author {
    padding-top: 50px;
    color: #ffffff;
    margin: 0;
    text-align: left;
    font-size: 18px;
}

.irhas3 .testimonial-detail-inner p.testi-job {
    color: #ffffff;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: -21px;
    text-align: left;
}

.irhas3 .smartobject-testi {
    position: absolute;
    top: 0;
}

.irhas3 .testimonial-style-3 #progress-irhas {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    background-color: #ffffff;
    height: 3px;
    z-index: 100;
    transition: 0s;
}

.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: -7px;
    color: #ffffff;
    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:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.testimonial-style-3 .swiper-button-next i,
.testimonial-style-3 .swiper-button-prev i {
    font-size: 25px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
    opacity: .35;
}

.testimonial-style-3 .testimonial-detail-inner h3 {
    text-align: left;
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 25px;
    line-height: 30px;
}

.testimonial-style-3 .progress-swiper {
    width: 50%;
    background: #D2654B;
    float: left;
}

.testimonial-style-3 .swipper-button {
    width: 99%;
    float: left;
    margin-top: -20px;
    z-index: 1;
    position : relative;
}

.testimonial-style-3 .swiper-slide h3 {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
    margin-bottom: 10px;
    transform: matrix(1, 0, 0, 1, 0, 30);
}

.testimonial-style-3 .navigation-swipper {
    padding: 0 40px;
}

.testimonial-style-3 .navigation-swipper {
    width: 74%;
    position: absolute;
    bottom: 25px;
    left: 50px;
    z-index: 10;
}

.testimonial-style-3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    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;
}

/* Counter Block */

.irhas3 .counter-block {
    background-color: #ffffff;
    padding: 65px 0 80px;
}

.irhas3 span.divider-counter {
    height: 5px;
    background-color: #ef7a5e;
    width: 15%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.irhas3 .counter-block .counter-item:first-child span.divider-counter {
    margin-right: 7px;
}

.irhas3 .counter-block .counter-item:last-child {
    padding: 0 30px 0 55px;
}

.irhas3 .counter-wrap {
    padding: 50px 5px;
}

.irhas3 h3.counter-number {
    color: #16163F;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 69px;
    line-height: 69px
}

.irhas3 .number-counter span {
    color: #16163F;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 69px;
    line-height: 69px;
    margin-left: 10px;
}

.irhas3 .counter-item:last-child .number-counter span {
    margin-left: 0;
}

.irhas3 .desc-counter p {
    width: 100%;
    margin-top: 8px;
    color: #16163F;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    position: relative;
}

/*Blog Loop Block*/

.irhas3 .blog-block {
    padding: 97px 0 117px;
    background-color: #FFF8F2;
}
.irhas3 .blog-wrap {
    padding: 18px 0 57px;
    background-color: #FFF8F2;
}

.irhas3 .blog-title {
    text-align: center;
}

.irhas3 .blog-title h2 {
    color: #000000;
}

.irhas3 .blog-loop-wrap {
    padding: 0 20px;
}

.irhas3 .blog-item-style-1 {
    position: relative;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.irhas3 .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%;
}

.irhas3 .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);
}

.irhas3 .blog-item-style-1:hover .arrow-right {
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(10px);
}

.irhas3 .blog-item-style-1 .blog-image-container {
    position: relative;
}

.irhas3 .blog-item-style-1 .thaw-grid-image {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.irhas3 .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;
}

.irhas3 .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;
}

.irhas3 .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 29px;
}

.irhas3 .blog-item-style-1 .post-thumb-img a {
    font-size: 15px;
    font-weight:bold;
    color: #17193C;
}

.irhas3 .blog-item-style-1 .post-thumb-img a:hover {
    color: #EF7A5E;
}

.irhas3 .blog-item-style-1 .post-thumb-img img {
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    margin-right: 15px;
}

.irhas3 .blog-item-style-1 .post-thumb-img span {
    color: #fff;
}

.irhas3 .blog-item-style-1 .author span {
    font-family: 'Poppins';
    font-size: 13px;
    color: #000;
    font-weight: 600;
}

.irhas3 .blog-item-style-1 .post-thumb-img .post-excerpt p {
    margin-bottom: 20px;
    color: #555555;
}

.irhas3 .blog-item-style-1 .post-meta {
    margin-bottom: 20px;
}

.irhas3 .blog-item-style-1 .post-meta span {
    margin-right: 10px;
    color: #fff;
    opacity: 0.7;
}

.irhas3 .blog-item-style-1 .post-thumb-img h3 {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight:bold;
}

.irhas3 .blog-item-style-1 .the-category a {
    font-family: 'Poppins';
    color: #0b0b0b;
    font-size: 12px;
    font-weight: normal;
}

.irhas3 .blog-item-style-1 .the-category a:hover {
    color: #EF7A5E;
}

.irhas3 .blog-item-style-1 .post-text.excerpt p {
    font-size: 13px;
    line-height: 25px;
    color: #000;
    font-weight: normal;
}

.irhas3 .blog-item-style-1 .standard-post-date a {
    font-size: 12px;
    font-weight: normal;
}

.irhas3 .blog-item-style-1 .info-author h5 {
    margin-bottom: 0px;
    font-weight: normal;
}

.irhas3 .blog-item-style-1 .info-author h5.name a {
    margin-bottom: 0px;
    color: #262626;
    font-weight: 600;
}

.irhas3 .blog-item-style-1 .the-category {
    margin-bottom: 10px;
    color: #3C4AED;
    font-weight: normal;
}

.irhas3 .blog-item-style-1 .post-thumb-img .author p.author-role {
    color: #3C4AED;
    font-size: 12px;
}

.irhas3 .blog-item-style-1 .post-thumb-img .author p.author-role {
    color: #EF7A5E;
    font-size: 12px;
}

.irhas3 .blog-item-style-1 .post-content-wrap .standard-post-date {
    width: 100%;
    text-align: left;
}

.irhas3 .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;
}

.irhas3 .blog-item-style-1:hover .thaw-grid-image:after {
    opacity: .75;
}

.irhas3 .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;

}

/*-----------------------------------------------------------------------------------*/
/*  4. Service Pages
/*-----------------------------------------------------------------------------------*/

/* 4.1. Service Page Irhas 1*/

.irhas1 .banner-header-style2 {
    position: relative;
    background-image: url('./img/background.jpg');
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    background-size: cover; 
}

.irhas1 .banner-header-style2 .banner-header-style2-overlay {
    /* background-color: #000000; */
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
}

.irhas1 .banner-header-style2 .title-banner-style2 {
    padding: 60px 0 24px;
    text-align: center;
    position: relative;
}

.irhas1 .banner-header-style2 .title-banner-style2 span {
    display: block;
    font-family: "Architects Daughter", cursive;
    font-size: 24px;
    font-weight: normal;
    color: #EDA42E;
}

.irhas1.service .service-block-loop {
    padding: 0 10px;
}

.irhas1.service .service-style-2 {
    min-height: 360px;
}

.irhas1.service .service-style-2 .service-grid-text h5 {
    margin-bottom: 25px;
    line-height: 30px;
}

.irhas1.service .service-style-2 .service-grid-content {
    padding: 10%;
}

.irhas1.service .service-style-2 .arrow {
    padding: 3px 10px;
}

.irhas1.service .service-style-2 .arrow:hover {
    background-color: rgba(255, 255, 255, 0.46);
}

.irhas1 .service-block-home1 {
    padding: 50px 0 0px;
    background-color: #f2f2f2;
}

.irhas1 .banner-contact-block {
    padding: 57px 0;
    background-color: #007aff;
}

.irhas1 .banner-contact-block .title-contact-banner {
    text-align: center;
    color: #ffffff;
}

.irhas1 .title-contact-banner .the-title h2 {
    color: #ffffff;
    margin-bottom: 25px;
}

.irhas1 .title-contact-banner .the-title p {
    color: #ffffff;
    padding: 0 270px;
}

.irhas1 .button-banner-contact {
    margin-top: 35px;
}

.irhas1 .button-banner-contact:hover {
    transform: translateY(-7px);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.irhas1 .button-banner-contact a {
    font-weight:bold;
    fill: #007aff;
    color: #007aff;
    background-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 11px 30px;
    font-size: 16px;
}

.irhas1.service .service-style-2 .service-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    /* background: rgba(0, 100, 200, 0.55); */
    background: #5BBBD4;
    border-radius: 5px;
}

.irhas1.service .service-style-2:hover .service-hover {
    opacity: 1;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 0px;
}

/* 4.2. Service Page Irhas 2*/
.irhas2 .service-block {
    padding: 50px 0;
}

.irhas2.service .banner-header-style2 {
    position: relative;
    background-image: url('./img/background2.jpg');
    background-position: center;
    background-size: cover;
}

.irhas2.service .service-block {
    padding: 58px 0;
}

.irhas2.service .service-block-loop {
    padding: 0 20px;
}

.irhas2.service .service-style-2 {
    min-height: 298px;
}

.irhas2 .banner-header-style2 .banner-header-style2-overlay {
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
}

.irhas2 .banner-header-style2 .title-banner-style2 {
    padding: 103px 0 90px;
    text-align: center;
    position: relative;
}

.irhas2 .banner-header-style2 .title-banner-style2 span {
    font-family: "Karla", Sans-serif;
    font-size: 1.6rem;
    font-weight:bold;
    text-transform: uppercase;
    line-height: 3.1em;
    letter-spacing: 1.6px;
    color: #7294E1;
    display: block;
}

.irhas2 .service-style-2:after {
    content: '';
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.4;
}

.irhas2 .service-wrapper .service-block-loop {
    padding-top: 50px;
}

.irhas2 .service-style-2 {
    position: relative;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-height: 350px;
    overflow: hidden;
    border-radius: 5px;
}

.irhas2 .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;
}

.irhas2 .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%;
}

.irhas2 .service-style-2 .arrow {
    padding: 4px 10px;
    color: #fff;
    border: 1px solid#fff;
    vertical-align: middle;
    background-color: transparent;
    position: absolute;
    height: 30px;
    bottom: 28px;
    right: unset;
    left: 29px;
    z-index: 5;
    display: grid;
    border-radius: 5px;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    line-height: 38px;
}

.irhas2 .service-style-2:hover .arrow i {
    color: #fff;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.irhas2 .service-style-2:hover .arrow {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.46);
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.irhas2 .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);
}

.irhas2 .service-style-2:hover .arrow-right {
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(10px);
}

.irhas2 .service-style-2 .service-thumb-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #343434;
    border-radius: 5px;
}

.irhas2 .service-style-2 .service-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
}

.irhas2 .service-style-2 .service-thumb img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.irhas2.service .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(114, 148, 225, 0.69);
    border-radius: 5px;
}

.irhas2.service .service-style-2:hover .service-hover {
    opacity: 1;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 5px;
}

.irhas2.service .service-style-2 .service-grid-content {
    padding: 10%;
}

.irhas2.service .category-content {
    text-transform: lowercase;
}

/* 4.3. Service Page Irhas 3*/

.irhas3.service .service-block {
    padding: 68px 0 170px;
    background-color: #fff;
    max-height: 100%;
    height: 100%;
}

.irhas3.service .banner-header-style2 {
    position: relative;
    background-image: url('./img/background2.jpg');
    background-position: center center;
    background-size: cover;
}

.irhas3.service .banner-header-style2 .title-banner-style2 span {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1.6px;
    color: #EF7A5E;
    display: block;
}

.irhas3.service .banner-header-style2 .banner-header-style2-overlay {
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
}

.irhas3 .banner-header-style2 .title-banner-style2 {
    padding: 105px 0 90px;
    text-align: center;
    position: relative;
}

.irhas3 .banner-contact-block {
    padding: 60px 0 65px;
    background-color: #EF7A5E;
    text-align: center;
}

.irhas3 .button-banner-contact a {
    font-weight:bold;
    fill: #EF7A5E;
    color: #EF7A5E;
    background-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 14px 30px;
    margin-top: 20px;
}

.irhas3 .button-banner-contact:hover {
    transform: translateY(-8px);
    transition: all .3s;
}

.irhas3 .banner-contact-block h2{
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 36px;
}

.irhas3 .banner-contact-block p{
    color: #ffffff;
}

.irhas3 .banner-contact-block .the-title p {
    font-family: 'Poppins';
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
}

.irhas3.service .service-style-2 .arrow {
    right: unset;
    left: 28px;
    bottom: 30px;
    padding: 8px 11px;
    font-size: 23px;
    line-height: 38px;
}

.irhas3.service .service-block .service-style-2 .service-grid-text h5 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 23px;
}

.irhas3.service .service-block .service-grid-text .category-content p {
    font-size: 15px;
}

.irhas3.service .service-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.irhas3.service .service-style-2 {
    min-height: 445px;
}
/*-----------------------------------------------------------------------------------*/
/*  5. Project Pages
/*-----------------------------------------------------------------------------------*/

/* 5.1. Project Page Irhas 1 */

.irhas1.projects .banner-header-style2 {
    position: relative;
    background-size: cover;
    background-image: url('./img/background.jpg');
    /* background-position: center; */
}

.irhas1.projects .banner-header-style2 .banner-header-style2-overlay {
    /* background-color: #000000; */
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
}

.irhas1.projects .banner-header-style2 .title-banner-style2 {
    padding: 40px 0 46px;
    text-align: center;
    position: relative;
}

.irhas1.projects .banner-header-style2 .title-banner-style2 span {
    display: block;
    font-family: "Architects Daughter", cursive;
    font-size: 24px;
    font-weight: normal;
    color: #EDA42E;
}

.irhas1.projects .banner-header-style2 .title-banner-style2 h2 {
    color: #ffffff;
}

.irhas1.projects .portfolio-block {
    padding: 0px 0px 0px;
}

.irhas1.projects .banner-contact-block {
    padding: 67px 0;
    background-color: #007aff;
}

.irhas1.projects .banner-contact-block .title-contact-banner {
    color: #ffffff;
}

.irhas1.projects .title-contact-banner .the-title h2 {
    color: #ffffff;
}

.irhas1.projects .title-contact-banner .the-title p {
    color: #ffffff;
    padding: 0 190px;
}

.irhas1.projects .button-banner-contact a {
    font-weight:bold;
    fill: #007aff;
    color: #007aff;
    background-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 11px 30px;
}

.irhas1.projects .portfolio-block .portfolio-item-loop {
    padding: 0;
}

.irhas1.projects .portfolio-style-1 .portfolio-grid-text .portfolio-title {
    margin-bottom: 5px;
}

.irhas1.projects .portfolio-style-1 .portfolio-grid-text
.portfolio-cate {
    font-size: 1.5rem;
}

.irhas1.projects .portfolio-style-1 {
    min-height: 80px;
}

/* 5.2. Project Page Irhas 2 */

.irhas2.project .banner-header-style2 {
    position: relative;
    background-image: url('./img/background.jpg');
    background-position: center;
    background-size: cover;
}

.irhas2.project .banner-header-style2 .banner-header-style2-overlay {
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
}

.irhas2.project .banner-header-style2 .title-banner-style2 {
    padding: 103px 0 92px;
    text-align: center;
    position: relative;
}

.irhas2.project .banner-header-style2 .title-banner-style2 span {
    font-family: "Karla", Sans-serif;
    font-size: 1.6rem;
    font-weight:bold;
    text-transform: uppercase;
    line-height: 3.1em;
    letter-spacing: 1.6px;
    color: #7294E1;
    display: block;
}

.irhas2.project .portfolio-block {
    padding: 125px 0;
}

.irhas2.project .portfolio-block .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: #7294E1;
    border-radius: 5px;
}

.irhas2.project .portfolio-block .portfolio-style-1:hover .portfolio-hover {
    opacity: 1;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.irhas2.project .portfolio-style-1 {
    position: relative;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-height: 447px;
}

.irhas2.project .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;
}

.irhas2.project .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);
}

.irhas2.project .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;
}

.irhas2.project .portfolio-style-1:hover .arrow-right {
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(10px);
}

.irhas2.project .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;
}

.irhas2.project .portfolio-style-1 .portfolio-grid-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
}

.irhas2.project .portfolio-style-1 .portfolio-grid-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
}

.irhas2.project .portfolio-style-1 .portfolio-grid-content {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    z-index: 2;
    padding: 15%;
}

.irhas2.project .portfolio-read-more {
    position: fixed;
    bottom: 30px;
}

.irhas2.project .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: #007aff;
    border-radius: 5px;
}

.irhas2.project .portfolio-style-1:hover .portfolio-hover {
    opacity: 1;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.irhas2.project .portfolio-style-1:hover .portfolio-excerpt,
.irhas2.project .portfolio-style-1:hover .portfolio-read-more {
    opacity: 1;
}

.irhas2.project .portfolio-style-1 .portfolio-excerpt {
    margin-top: 30px;
    opacity: 0;
    color: #ffffff;
}

.irhas2.project .portfolio-style-1 .portfolio-read-more {
    color: #ffffff;
    opacity: 0;
}

.irhas2.project .portfolio-style-1 .portfolio-grid-text h5,
.irhas2.project .portfolio-style-1 .portfolio-grid-text p {
    margin: 0;
}

.irhas2.project .portfolio-style-1 .portfolio-grid-text .portfolio-title {
    font-size: 24px;
    line-height: 1.4;
    font-weight:bold;
    color: #ffffff;
}

.irhas2.project .portfolio-style-1 .portfolio-grid-text .portfolio-cate {
    color: #ffffff;
    font-size: 14px;
}

.irhas2.project .portfolio-item-loop {
    padding-left: 25px;
    padding-right: 25px;
}

/* 5.3. Project Page Irhas 3 */

.irhas3.project .banner-header-style2 {
    position: relative;
    background-image: url('./img/background.jpg');
    background-position: center;
    background-size: cover;
}

.irhas3.project .banner-header-style2 .banner-header-style2-overlay {
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
}

.irhas3.project .banner-header-style2 .title-banner-style2 {
    padding: 102px 0 90px;
    text-align: center;
    position: relative;
}

.irhas3.project .banner-header-style2 .title-banner-style2 span {
    font-family: "Montserrat", Sans-serif;
    font-size: 1.6rem;
    font-weight:bold;
    text-transform: uppercase;
    line-height: 3.1em;
    letter-spacing: 1.6px;
    color: #EF7A5E;
    display: block;
}

.irhas3.project .portfolio-block {
    background-color: #f5f5f5;
    padding: 120px 0;
}

.irhas3.project .portfolio-block .portfolio-wrap {
    padding-left: 20px;
    padding-right: 20px;
}

.irhas3.project .portfolio-block .portfolio-item-loop {
    row-gap: 4rem;
}

.irhas3.project .portfolio-style-1 {
    position: relative;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-height: 445px;
}

.irhas3.project .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;
}

.irhas3.project .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);
}

.irhas3.project .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;
}

.irhas3.project .portfolio-style-1:hover .arrow-right {
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(10px);
}

.irhas3.project .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;
}

.irhas3.project .portfolio-style-1 .portfolio-grid-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
}

.irhas3.project .portfolio-style-1 .portfolio-grid-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
}

.irhas3.project .portfolio-style-1 .portfolio-grid-content {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    z-index: 2;
    padding: 15%;
}

.irhas3.project .portfolio-read-more {
    position: fixed;
    bottom: 46px;
}

.irhas3.project .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: #EF7A5E;
    border-radius: 5px;
}

.irhas3.project .portfolio-style-1:hover .portfolio-hover {
    opacity: 1;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.irhas3.project .portfolio-style-1:hover .portfolio-excerpt,
.irhas3.project .portfolio-style-1:hover .portfolio-read-more {
    opacity: 1;
}

.irhas3.project .portfolio-style-1 .portfolio-excerpt {
    margin-top: 30px;
    opacity: 0;
    color: #ffffff;
}

.irhas3.project .portfolio-style-1 .portfolio-read-more {
    color: #ffffff;
    opacity: 0;
}

.irhas3.project .portfolio-style-1 .portfolio-grid-text h5,
.irhas3.project .portfolio-style-1 .portfolio-grid-text p {
    margin: 0;
}

.irhas3.project .portfolio-style-1 .portfolio-grid-text .portfolio-title {
    font-size: 24px;
    line-height: 1.4;
    font-weight:bold;
    color: #ffffff;
    margin-bottom: 3px;
}

.irhas3.project .portfolio-style-1 .portfolio-grid-text .portfolio-cate {
    color: #ffffff;
    font-size: 15px;
}

.irhas3.project .button-banner-contact a {
    font-weight:bold;
    fill: #EF7A5E;
    color: #EF7A5E;
    background-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 13px 30px;
    margin-top: 20px;
}

.irhas3.project .button-banner-contact:hover {
    transform: translateY(-8px);
    transition: all .3s;
}

.irhas3.project .banner-contact-block .the-title p {
    margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  6. About Pages
/*-----------------------------------------------------------------------------------*/

/* 6.1. About Page Irhas 1 */

.irhas1 .about-block-about {
    background-color: #fafafa;
}

.irhas1.about .about-wrap {
    padding: 145px 0 150px;
}

.irhas1.about .smart-object {
    display: flex;
    z-index: 2;
    position: relative;
}

.irhas1.about .smart-object img {
    border: 4px solid#ffffff;
    border-radius: 15px;
    min-height: 100%;
    min-width: 50%;
    width: 100%;
    height: 240px;
    margin: 10px 64px 0 195px;
    box-shadow: 4px 4px 20px 0px rgba(101, 101, 101, 0.5);
    z-index: 2;
}

.irhas1.about .smart-object {
    display: flex;
    z-index: 2;
    position: relative;
}

.irhas1.about .smart-object2 img {
    position: relative;
    margin: -238px 50px 0px 84px;
    width: 62%
}

.irhas1.about .smart-object3 {
    position: relative;
    z-index: 3;
}

.irhas1.about .smart-object3 img {
    position: relative;
    margin-top: -205px;
    margin-left: 85px;
    width: 28%;
    z-index: 3;
    border: 4px solid#ffffff;
    border-radius: 15px;
    box-shadow: 4px 4px 20px 0px rgba(101, 101, 101, 0.5);
}

.irhas1.about .about-block-about .about-desc {
    margin-left: -5px;
    margin-top: 5px;
}

.irhas1.about .about-block-about .the-title h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.irhas1.about .about-block-about .the-title h2 {
    line-height: 45px;
    margin-bottom: 17px;
}

.irhas1.about .team-block {
    padding: 75px 0 153px;
}

.irhas1.about .team-wrap{
    padding: 50px 15px 47px 23px;
}

.irhas1.about .team-block .desc-team-wrap .desc-team {
    padding-top: 18px;
    padding-left: 125px;
    padding-right: 0;
}

.irhas1.about .team-style-2 .team-member .title-style {
    font-size: 24px;
}

.irhas1.about .partner-block .the-desc {
    margin-top: 27px;
}

.irhas1.about .partner-block  .partner-loop {
    padding: 18px 18px 0 0;
}

.irhas1.about .gallery-block {
    padding: 105px 0 117px;
    background-image: url('./img/background.jpg');
    background-position: center center;
    background-size: cover;
    background-color: #ffffff;
    position: relative;
}

.irhas1.about .bg-overlay {
    background-color: #FFFFFF;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.irhas1.about .gallery-wrap {
    position: relative;
}

.irhas1.about .gallery-block .gallery-style-1 {
    padding-left: 15px;
}

.irhas1.about .desc-gallery {
    max-width: 400px;
    color: #000;
}

#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: 10px;
    width: 50px;
    left: 0;
    right: 0;
    float: left;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background: no-repeat 50%;
    color: #007aff;
}

.irhas1.about .gallery-wrap .swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

#irhas-gal-block.gallery-style-1 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
}

#irhas-gal-block.gallery-style-1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.irhas1.about .swiper-pagination-bullets {
    color: #fff;
    cursor: default;
}

.irhas1.about .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}

#irhas-gal-block.gallery-style-1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 20px;
    height: 5px;
    background: transparent;
    border: 1px solid red;
    border-radius: 3px;
}

#irhas-gal-block.gallery-style-1 .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: transparent;
    border: 1px solid red;
    transition: width .35s ease;
    border-radius: 3px;
    opacity: 1;
}

.irhas1.about .gallery-block .title-gallery-wrap {
    padding: 20px 0 0 10px;
}

.irhas1.about .gallery-block .title-gallery {
    margin-bottom: 25px;
}

.irhas1.about .partner-block {
    padding: 135px 0 130px;
    background-color: #fafafa;
}

.irhas1.about .partner-title-wrap {
    padding-right: 63px;
    padding-left: 5px;
}

.irhas1.about .title-partner h3 {
    font-size: 36px;
    line-height: 45px;
    color: #16163f;
}

.irhas1.about .team-style-2 .team-profile.text-center {
    padding-top: 60px;
}

.gallery-block .slider-gallery .swiper-slide img {
    height: 400px;
}

/* 6.2. About Page Irhas 2 */

.irhas2.about .about2-home2-block {
    padding: 120px 0 127px;
    background-color: #ffffff;
}

.irhas2.about .button-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 3;
}

.irhas2.about .button-embed-play i {
    font-size: 20px;
    color: #fff;
    padding: 20px;
    opacity: .8;
    text-shadow: 1px 0 6px rgba(0,0,0,.3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 5px solid;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.irhas2.about .smart-object {
    display: flex;
    z-index: 2;
    position: relative;
    transition: transform 0s;
      -webkit-transition: transform 0s;
      -moz-transition: transform 0s;
      -o-transition: transform 0s;
    margin: 0 0 0 105px;
}

.irhas2.about .smart-object img {
    border-radius: 10px;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    z-index: 2;
}

.irhas2.about .smart-object2 img {
    position: relative;
    width: 100%;
}

.irhas2.about .smart-object2 {
    margin: -187px 0 0 50px;
    width: 92%;
    transition: 0s;
}

.irhas2.about .smart-object3 {
    margin: -180px 0 0 73px;
    transition: 0s;
}

.irhas2.about .about2-home2-block .about2-title-wrap .the-title h5 {
    margin-bottom: 25px;
}

.irhas2.about .about2-home2-block .about2-title-wrap .the-title h2 {
    line-height: 53px;
    text-transform: none;
    margin-bottom: 23px;
    color: #262626;
}

.irhas2.about .about2-home2-block .the-desc {
    max-width: 400px;
    margin-bottom: 18px;
}

.irhas2.about .about2-home2-block p {
    font-family: "Hind", sans-serif;
    max-width: 450px;
}

.service-about2-block {
    padding: 50px 0;
    background-color: #ffffff;
}

.irhas2.about .service-about2-block .item-left-service2 img {
    margin-top: -76px;
    margin-left: -18px;
}

.irhas2.about .service-about2-block .item-left-service2 .the-title {
    margin-top: -43px;
    padding-left: 20px;
}

.irhas2.about  .service-about2-block {
    padding: 16px 0 37px;
}

.service-about2-wrap .the-title span {
    display: block;
    font-family: "Karla", Sans-serif;
    font-size: 16px;
    font-weight:bold;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1.6px;
    color: #7294E1;
}

.irhas2 .service-about2-wrap .the-title h2 {
    font-family: "Prata", Sans-serif;
    color: #232323;
    line-height: 57px;
    text-transform: none;
}

.irhas2.about .service-about2-wrap .title-item-service-about2 h2 {
    line-height: 35px;
    margin-bottom: 20px;
}

.service-about2-wrap .title-item-service-about2 span {
    display: block;
    font-family: "Karla", Sans-serif;
    font-size: 16px;
    font-weight:bold;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1.6px;
    color: #7294E1;
}

.service-about2-wrap .item-service-about2 {
    padding: 30px 30px 8px;
}

.service-about2-wrap .item-service-about2:last-child {
    margin-right: 10px;
    margin-left: -10px;
}

.service-about2-wrap .item-service-about2:hover {
    background-color: #ffffff;
    box-shadow: 4px 4px 24px 0px rgba(144, 144, 144, 0.5);
    border-radius: 10px;
}

.irhas2.about .service-about2-wrap .item-left-service2 {
    width: 36%;
    padding: 0;
}

.irhas2.about .service-about2-wrap .item-right-service2 {
    width: 64%;
    padding-left: 25px;
    padding-right: 0;
}

.irhas2 .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%);
}

.irhas2.about .team-block-home2 {
    padding: 91px 0 96px;
}

.irhas2.about .team-block-home2 .team-wrap {
    padding-left: 25px;
}

.irhas2.about .team-block-home2 .button-team-wrap {
    padding: 18px 0 0 60px;
}

.irhas2.about .team-wrap .the-desc p {
    font-family: "Hind", sans-serif;
}

.irhas2.about .team-block-home2 .team-loop-wrap {
    padding: 10px 25px 0;
}

.team-style-1 .title-style {
    overflow: hidden;
    margin-bottom: 8px;
}

.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;
}

.title-style h3 {
    color: #ffffff;
}

.team-style-1 .team-container .job-style {
    overflow: hidden;
    margin-bottom: 25px;
}

.team-style-1 .job-style span {
    display: block;
    font-size: 13px;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}

.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: 0;
}

.team-style-1 .team-container:hover:before {
    width: 90%;
}

.irhas3.about3 .team-style-1 .team-container:hover:before {
    width: 90%;
}

.team-style-1 .team-container:hover .title-style h3 {
    transition-delay: 0.3s;
    transform: translateY(0%);
}

.team-style-1 .team-container:hover .job-style span {
    transition-delay: 0.5s;
    transform: translateY(0%);
}

.team-style-1 .team-container .social-links > ul > li > a > i {
    color: #ffffff;
    transition: color 0.3s;
}

.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;
}

.irhas2 .portfolio-button {
    position: relative;
    text-align: right;
    top: 50%;
    transform: translate(0, -50%);
}

.about2-video-wrap {
    padding-top: 30px;
    perspective: 50px;
}

.irhas2.about .testimonial-home2-block {
    padding: 85px 40px 108px 40px;
}

.irhas2.about .testimonial-home2-block .the-title h2 {
    text-transform: unset;
}

.irhas2.about .testimonial-style-1 .testimonial-detail-inner h3 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 80px;
}

.irhas3.about3 .about2-video-wrap {
    padding-top: 0;
}

.irhas3.about3 .about2-home2-block .about2-title-wrap span {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 70px;
    letter-spacing: 1.6px;
    color: #EF7A5E;
}

.irhas3.about3 .about2-home2-block h2.the-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 3rem;
    font-weight:bold;
    line-height: 1.4em;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #17193C;
}

.irhas2 .about2-home2-block .the-desc i {
    color: rgba(0, 0, 0, 0.54);
    font-family: "Hind", Sans-serif;
    font-size: 1.4em;
    font-weight: 500;
    font-style: italic;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.team-block-home2 .title-team span {
    font-family: "Karla", Sans-serif;
    font-size: 16px;
    font-weight:bold;
    text-transform: uppercase;
    line-height: 70px;
    letter-spacing: 1.6px;
    color: #7294E1;
}

.irhas3.about3 .team-block-home2 .title-team span {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 70px;
    letter-spacing: 1.6px;
    color: #EF7A5E;
}

.irhas3.about3 .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: rgba(239, 122, 94, 0.79);
    transform: translate(-50%, -50%);
}

.irhas1.about3 .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%);
}

.irhas2.about .service-about2-block {
    width: 100%;
    display: flex;
}

/* 6.3. About Page Irhas 3 */

.irhas3.about3 .about-block {
    padding: 75px 0 100px;
}

.irhas3.about3 .smart-object {
    position: relative;
    border-style: none;
    box-shadow: none;
    width: 72%;
    margin-top: 0;
    margin-left: 83px;
    max-width: 100%;
    z-index: 2;
}

.irhas3.about3 .smart-object img {
    position: relative;
    left: 0%;
    height: 290px;
    object-fit: cover;
    z-index: 1;
    border: 4px solid#ffffff;
    border-radius: 10px;
    box-shadow: 4px 4px 20px 0px rgba(101, 101, 101, 0.5);
}

.irhas3.about3 .smart-object3 {
    position: relative;
    z-index: 3;
}

.irhas3.about3 .smart-object3 img {
    position: relative;
    left: 0%;
    margin-top: -196px;
    margin-left: 31px;
    width: 32%;
    z-index: 3;
    border: 4px solid#ffffff;
    border-radius: 5px;
    box-shadow: 4px 4px 20px 0px rgba(101, 101, 101, 0.5);
}

.irhas3.about3 .smart-object2 img {
    position: relative;
    left: 0%;
    margin-top: -190px;
    margin-left: 10px;
    width: 85%;
}

.irhas3.about3 .about-block .about2-title-wrap {
    margin-left: -22px;
}

.irhas3.about3 .about-block .the-title h5 {
    margin-bottom: 25px;
}

.irhas3.about3 .about-block .about2-title-wrap .the-title {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 23px
}

.irhas3.about3 .excerpt-the-desc {
    padding-left: 24px;
    margin-bottom: 20px;
    margin-top: 15px;
    border-left: 4px solid#EF7A5E;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Hind",sans-serif;
}

.irhas3.about3 .service-about2-wrap .desc-item-service-about2 p {
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    margin-bottom: 15px;
}

.irhas3.about3 .team-block-home2 {
    position: relative;
    padding: 294px 40px 148px;
    background-color: #c8c8c8;
}

.irhas3.about3 .team-block-home2 .team-wrap {
    padding: 0 25px;
}

.irhas3.about3 .desc-team {
    position: relative;
    top: 32%;
    transform: translate(0, -50%);
}

.irhas3.about3 .team-block-home2 .team-loop-wrap {
    padding: 28px 25px;
}

.irhas3.about3 .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%);
}

.irhas3.about3 .team-style-1 .team-container {
    overflow: hidden;
    position: relative;
}

.irhas3.about3 .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: rgba(239, 122, 94, 0.79);
    transform: translate(-50%, -50%);
}

.irhas3 .testimonial-style-1 .swiper-button {
    position: relative;
    outline: none;
    top: -25px;
    right: 15px;
}

.irhas3 .testimonial-style-1 .swiper-button-next, .irhas3 .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%;
    color: #ffffff;
}

.irhas3 .testimonial-home2-block .swiper-button-next:after, .irhas3 .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.irhas3 .testimonial-style-1 .swiper-button-next i, .irhas3 .testimonial-style-1 .swiper-button-prev i {
    font-size: 25px;
}

.irhas3 .testimonial-style-1 .swiper-container {
    max-width: 100%;
    height: 395px;
    cursor: grab;
    top: -25px;
    padding: 0 15px;
}

.irhas3 .testimonial-style-1 .swiper-slide {
    background-color: #ffffff;
    padding: 0;
}

.irhas3 .testimonial-style-1 .testimonial-detail-inner {
    width: 43%;
    height: 100%;
    border: 1px solid;
    border-left: 1px solid;
    float: left;
    padding: 8% 6%;
    background-color: #ffffff;
    border-color: #E0E0E0;
}

.irhas3 .testimonial-style-1 .swiper-image-testimonial {
    width: 44%;
    border-left: 0;
    border-top: 1px solid;
    border-bottom: 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;
    background-color: #ffffff;
    border-color: #E0E0E0;
}

.irhas3 .testimonial-style-1 .testimonial-detail-inner h3 {
    font-size: 20px;
    margin-bottom: 18px;
    color: #000000;
    font-weight: normal;
    line-height: 32px;
}

.irhas3 .testimonial-style-1 h5.testi-author {
    padding-top: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight:bold;
    color: #000;
}

.irhas3 .testimonial-style-1 p.testi-job {
    font-size: 15px;
    line-height: 30px;
    color: #000;
    font-family: 'Poppins';
    margin-top: 5px;
}

.irhas3 .testimonial-style-1 figure.swiper-image {
    width: 100%;
}

.irhas3 .testimonial-home2-block {
    position: relative;
    background-color: #17193C;
    padding: 286px 40px 85px;
}

.irhas3.about3 .testimonial-home2-block .testimonial-home2-title {
    padding-left: 15px;
}

.irhas3.about3 .testimonial-home2-block .testimonial-home2-title .the-title h2 {
    font-family: "Montserrat", sans-serif;
    line-height: 50px;
}

.irhas3.about3 .testimonial-home2-block .shape-fill {
    fill: #c8c8c8;
}

.irhas3 .testimonial-home2-block .the-title span {
    display: block;
    font-family: "Karla", Sans-serif;
    font-size: 16px;
    font-weight:bold;
    text-transform: uppercase;
    line-height: 70px;
    letter-spacing: 1.6px;
    color: #7294E1;
}

.irhas3 .testimonial-home2-block .the-title h2 {
    font-family: "Prata", serif;
    font-size: 36px;
    font-weight:bold;
    line-height: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
}

.service-thumb img {
    width: 100%;
}

.field-contact-irhas1 {
    width: 100%;
    max-width: 100%;
    background-color: rgba(255,255,255,0);
    border-color: #D8D8D8;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid;
    font-size: 15px;
    font-weight: 300;
    padding: 10px 0;
}

textarea.field-contact-irhas1 {
    height: 150px;
}

.button-contact-irhas1 {
    text-align: right;
}

.button-contact-irhas1 input[type="submit"] {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 45px 15px 45px;
    background-color: #007aff;
    color: #ffffff;
    cursor: pointer;
}

.button-contact-irhas1 input[type="submit"]:hover {
    background-color: #007aff;
    color: #ffffff;
    cursor: pointer;
}

.irhas3 .custom-post-widget .post-content .post-thumb .irhas-overlay {
    background-color: #ef7a5e;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .3s ease;
}

.irhas3.about3 .gallery-block-about3 {
    position: relative;
    padding: 295px 0 109px;
    background-color: #f5f5f5;
}

.irhas3.about3 .gallery-block-about3 .title-gallery-wrap-about3 {
    padding: 0 25px;
}

.irhas3.about3 .title-gallery-wrap-about3 .the-desc {
    margin-top: -25px;
    padding-left: 10px;
}

.irhas3.about3 .gallery-block-about3 .svg-shape {
    transform: rotateY(180deg);
}

.irhas3.about3 .gallery-block-about3 .shape-fill {
    fill: #17193C;
}

.irhas3.about3 .gallery-block-about3 .testimonial-swiper-wrap {
    padding: 0 15px;
}

.irhas3.about3 .gallery-block-about3 .testimonial-style-2 {
    position: relative;
}

.irhas3.about3 .gallery-block-about3 .swiper-container {
    padding-top: 220px;
}

.irhas3.about3 .gallery-block-about3 .swiper-slide.swiper-slide-active {
    margin-top: -6em;
    transform: scale(1.2);
}

.irhas3.about3 .gallery-block-about3 .swiper-slide {
    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);
}

.irhas3.about3 .gallery-block-about3 .swiper-button {
    position: absolute;
    top: 80px;
    left: -5px;
    width: 90px;
}

.irhas3.about3 .gallery-block-about3 .swiper-button .swiper-button-prev {
    left: 0;
}

.irhas3.about3 .gallery-block-about3 .swiper-button-prev::after {
    content: 'prev';
    font-size: 15px;
    display: block;
}

.irhas3.about3 .gallery-block-about3 .swiper-button-next::after {
    content: 'next';
    font-size: 15px;
    display: block;
}

.irhas3.about3 .gallery-block-about3 .swiper-button-prev,
.irhas3.about3 .gallery-block-about3 .swiper-button-next {
    width: 45px;
    transition: 0.1s;
    color: #EF7A5E;
}

.irhas3.about3 .gallery-block-about3 .swiper-button-prev:hover,
.irhas3.about3 .gallery-block-about3 .swiper-button-next:hover {
    background-color: #EF7A5E;
    color: #FFFFFF;
    border-radius: 25px;
}

.irhas3.about3 .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    border-radius: 0;
}

.irhas3.about3 .gallery-block-about3 .swiper-slide img {
    height: 395px;
}

/*Service About2*/
.service-about2-block {
    padding: 16px 0 80px;
    background-color: #ffffff;
}

.irhas3.about3 .item-left-service2 {
    padding-left: 15px
}

.irhas3.about3 .item-right-service2 {
    padding-left: 50px;
}

.irhas3.about3 .service-about2-wrap .item-service-about2 {
    padding: 49px 29px 14px;
}

.irhas3.about3 .service-about2-wrap .the-title {
    padding: 0;
    margin-top: 0;
}

.irhas3.about3 .item-left-service2 img {
    border: 4px solid#fff;
    border-radius: 5px;
    margin-top: -5px;
    margin-bottom: 38px;
    box-shadow: 4px 4px 10px -1px rgba(70, 70, 70, 0.22);
}

.irhas3.about3 .item-left-service2 .the-title h2 {
    line-height: 56px;
}

.service-about2-wrap .desc-item-service-about2 p {
    margin-top: 17px;
    font-family: "Hind", sans-serif;
    color: #555555;
}

.banner-header-style2 .title-banner-style2 h2 {
    color: #ffffff;
}

.irhas2 .banner-header-style2 .title-banner-style2 h2 {
    color: #ffffff;
    font-family: "Prata", serif;
    margin-top: 0px;
    margin-bottom: 0px;
}

.irhas3.about3 .item-service-about2 .the-title h5 {
    margin-bottom: 14px;
}

.irhas3.about3 .item-service-about2 .the-title h3 {
    line-height: 35px;
    font-family: "Montserrat", sans-serif;
}

.irhas3.about3 .item-service-about2:last-child {
    margin-left: 0;
    margin-right: 0;
}

.irhas3.about3 .testimonial-style-2 .ar-cursor {
    border-radius: 50%;
    color: #fff;
    background-color: #EF7A5E;
    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;
}

.irhas3.about3 .testimonial-style-2 .ar-cursor.active {
    opacity: 1;
    z-index: 999;
}

.irhas3.about3 .testimonial-style-2 .ar-cursor .left-arrow {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 15px;
}

.irhas3.about3 .testimonial-style-2 .ar-cursor .right-arrow {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 15px;
}

.irhas3.about3 .testimonial-style-2 .ar-cursor.active {
    cursor: none !important;
    transform: scale(1) translate(-50px, -100px);
}

/*-----------------------------------------------------------------------------------*/
/*  7. Blog Pages
/*-----------------------------------------------------------------------------------*/

/* 7.1. Blog Page Irhas 1*/
.irhas1.blog .blog-block {
    padding: 100px 0 130px;
    background-color: #FAFAFA;
}

.irhas1 .blog-content-wrap {
    padding-right: 12px;
}

.blog-section .post-style-1 {
    position: relative;
    margin-bottom: 240px;
}

.blog-section .blog-loop-item.lst-post{
    margin-bottom: 215px;
}

.blog-section .post-style-1 .blog-thumb {
    margin-left: 64px;
    margin-right: 38px;
}

.blog-section .post-style-1 .blog-thumb img {
    position: relative;
    z-index: 1;
}

.blog-section .post-style-1 .blog-thumb:after {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    width: 445px;
    right: 0;
    bottom: 0;
    z-index: 0;
    z-index: 0;
    height: calc(100% + 80px);
    background: ;
}

.navigation-paging .post-navigation a {
    background-color: #007aff;
    padding: 14px 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
}

.navigation-paging .post-navigation a:hover {
    box-shadow: 0 0 10px 1px rgba(0,0,0,.34);
    background-color: #eda42e;
}

.blog-section .post-style-1 .blog-content {
    position: absolute;
    background-color: #fff;
    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);
    z-index: 3;
}

.blog-section .blog-inner-content {
    row-gap: 1rem;
    gap: 2rem;
}

.blog-section .button-style-1 a {
    width: 100%;
    height: 60px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease-in-out;
    transform: translate(0px,0px);
}

.blog-section .post-style-1 .blog-content div:nth-child(2) {
    color: #4f545a;
}

.blog-section .post-style-1 .blog-content div:nth-child(2) {
    color: #4f545a;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    padding-left: 2px;
}

.blog-section .button-style-1 {
    display: inline-flex;
}

.blog-section .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;
}

.blog-section .button-style-1 span:nth-child(1) {
    background: #007aff;
    color: #ffffff;
}

.blog-section .button-style-1 span:nth-child(2) {
    background: #EDA42E;
    color: #000000;
}

.blog-section .button-style-1 a:hover>span:nth-child(1){
    transform: translate(0px,-60%);
}

.blog-section .button-style-1 a:hover>span:nth-child(2) {
    transform: translate(0px,-100%);
}

.blog-section .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);
}

.show-mob {
    display: none!important;
}

.blog-section .button-style-1 span:nth-child(2) {
    background: #EDA42E;
    color: #000000;
}

.blog-section .post-style-1 .blog-title {
    color: #323033;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.4;
    letter-spacing: -.2px;
    margin-bottom: 30px;
}

.blog-block .post-style-1 .blog-title a {
    color: #17193C;
}

.blog-block .post-style-1 .blog-title a:hover {
    color: #555555;
}

.blog-section .post-style-1 .blog-category a {
    color: #eda42e;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-weight: normal;
    font-style: normal;
}

.blog-section .post-style-1 .blog-category a:hover {
    color: #007aff;
}

.irhas1.blog .blog-widgets-wrap {
    margin-top: -42px;
    margin-left: 32px;
}

form.searchform {
    position: relative;
}

.widget.widget_search input {
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    border-radius: 0;
    height: 50px;
    width: 100%;
    -webkit-appearance: none;
    /* color: #fff; */
    outline: 0;
    background-color: transparent;
    border: 2px solid #0f0f0f;
    padding: 0 15px;
    max-width: 100%;
    box-sizing: border-box;
}

.widget.widget_search button {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 49px;
    background-color: transparent;
    border: none;
}

.widget h4.widget-title:before {
    content: '';
    position: absolute;
    background-color: #007aff;
    width: 90px;
    height: 2px;
    bottom: 0;
    left: 0;
}

.widget h4.widget-title {
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: .025em;
    text-align: left;
    position: relative;
    z-index: 2;
    padding-top: 30px;
    padding-bottom: 15px;
}

.single-service .widget h4.widget-title {
    padding-top: 35px;
}

.irhas1.blog .widget_recent_comments h4.widget-title {
    padding-top: 22px;
}

.irhas1.blog .widget_tag_cloud h4.widget-title {
    padding-top: 19px;
}

.custom-post-widget .post-content .post-thumb a:hover .irhas-overlay {
    opacity: .8;
    transition: all .3s ease;
}

.custom-post-widget .post-content .post-thumb .irhas-overlay {
    background-color: #007aff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .3s ease;
}

.blog-sidebar .post-inner-content h5 {
    margin-bottom: 10px;
}

.blog-sidebar .post-inner-content h5 a:hover {
    color: #02ad88;
}

.sidebar span.comment-author-link {
    color: #007aff;
    font-weight: bold;
}

.blog-sidebar .widget ul#recentcomments {
    padding-left: 0;
}

.blog-sidebar .widget ul li {
    list-style-type: none;
    padding: 9px 0 10px 0;
}

.blog-sidebar .widget li:last-child {
    padding: 9px 10px 35px 0;
}

.blog-sidebar .widget ul li span.comment-author-link {
    color: #007aff;
    font-weight: bold;
}

.blog-sidebar .widget ul li a:hover {
    color: #02ad88;
}

.irhas2 .blog-sidebar .widget ul li a:hover {
    color: #7294E1;
}

.irhas3 .blog-sidebar .widget ul li a:hover{
    color: #ef7a5e;
}

.blog-sidebar .widget_tag_cloud {
    margin-top: 15px;
}

.blog-sidebar .widget_tag_cloud .tagcloud {
    margin-top: 30px;
}

.tagcloud a {
    font-size: 12px!important;
    background-color: transparent;
    padding: 5px 15px;
    margin-right: 5px;
    margin-bottom: 9px;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #e6e6e6;
}

.tagcloud a:last-child {
    margin-bottom: 45px;
}

.tagcloud a:hover {
    background-color: #007aff;
    color: #fff;
    border: 1px solid #007aff;
}

.irhas-service-contact input, .irhas-service-contact textarea {
    background-color: transparent;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 10px 0px 10px 10px;
    border: 1px solid#aaa;
    width: 100%;
    max-width: 100%;
    outline: none;
}

.irhas-service-contact input[type=submit] {
    background-color: #007aff;
    border-radius: 30px;
    padding: 15px 35px;
    height: auto;
    color: #fff;
    cursor: pointer;
    border: 0;
    font-size: 16px;
    letter-spacing: .025em;
    width: auto;
    border: none;
    margin-top: 20px;
}

.blog-sidebar .widget {
    border-bottom: 1px solid #e0e0de;
    padding-bottom: 0;
    margin-bottom: 1px;
}

.blog-sidebar .widget.widget_search {
    border: transparent;
    margin-bottom: 0;
    padding-bottom: 2px;
    position: relative;
}

.blog-sidebar .widget.widget_text {
    border-bottom: none;
    margin-top: 6px;
}

.blog-sidebar .custom-post-widget {
    margin-top: 45px;
}

.blog-sidebar .custom-post-widget .post-content {
    padding-bottom: 0;
}

.blog-sidebar .post-inner-content h5 {
    margin-bottom: 6px;
}

.blog-sidebar .textwidget {
    padding: 9px 0 0 0
}

.irhas1 .irhas-service-contact input {
    margin-bottom: 15px;
}

.irhas1 .irhas-service-contact text-area {
    margin-bottom: 12px;
}

.irhas1 .blog-section .post-style-1 .blog-content .button-style-1 {
    padding-left: 0;
}

.blog-sidebar .irhas-service-contact textarea {
    margin-bottom: 15px;
}

.blog-sidebar .meta-latest-news {
    margin-bottom: 12px;
}

.irhas1.blog .blog-wrap {
    padding: 0;
}

/* 7.2. Blog Page Irhas 2*/
.irhas2.blog .banner-header-style2 {
    position: relative;
    background-image: url('./img/background.jpg');
    background-position: center;
    background-size: cover;
}

.irhas2.blog .blog-block-home2 {
    padding: 110px 0 107px;
    background-color: #f5f5f5;
}

.irhas2 .blog-block-home2 .blog-item-style-6 {
    margin-bottom: 30px;
}

.irhas2 .blog-block-home2 .blog-content-wrap {
    padding-right: 25px;
    padding-left: 5px;
}

.irhas2.blog .blog-item-style-6 .post-thumb-img h3 a:hover {
    color: #7294E1;
}

.irhas2.blog .blog-item-style-6 .blog-grid-meta .meta-holder .read-more {
    background: #7294E1;
}

.irhas2.blog .blog-loop-wrap {
    width: 100%;
}

.irhas2.blog .blog-item-style-6 .thaw-grid-content {
    padding-left: 29px;
}

.irhas2.blog .blog-item-style-6 .post-thumb-img h3 {
    line-height: 35px;
}

.irhas2.blog .blog-item-style-6 .post-thumb-img h3 a {
    font-size: 22px;
}

.irhas2.blog .blog-item-style-6 .the-category a:hover {
    color: #7294E1;
}

/* 7.3. Blog Page Irhas 3*/

.irhas3 .banner-header-style2 {
    background-image: url('./img/background.jpg');
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.irhas3 .banner-header-style2 .banner-header-style2-overlay {
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
}

.irhas3.blog .blog-block {
    padding: 107px 0 135px;
    background-color: #f5f5f5;
}

.irhas3 .banner-header-style2 .title-banner-style2 span {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1.6px;
    color: #EF7A5E;
    display: block;
}

.irhas3.blog .blog-block .blog-item-style-1 .the-category a {
    font-size: 15px;
}

.irhas3.blog .blog-block .blog-item-style-1 .post-thumb-img h3 a {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.irhas3.blog .blog-block .blog-item-style-1 .post-thumb-img h3 a:hover {
    color: #EF7A5E;
}

.irhas3.blog .blog-block .blog-item-style-1 .post-thumb-img a {
    font-size: 15px;
}

.irhas3.blog .blog-loop-wrap {
    padding: 0 30px;
    row-gap: 2.8rem;
}

.irhas3.blog .blog-item-style-1 .author span {
    font-size: 15px;
}

.irhas3.blog .blog-item-style-1 .thaw-grid-content {
    padding: 30px 29px;
}

.irhas3.blog .blog-item-style-1 .post-thumb-img .author p.author-role {
    line-height: 1em;
}

.irhas3.blog .button-banner-contact {
    margin-top: 38px;
}

.irhas3.blog .blog-item-style-1 .post-thumb-img h3 {
    margin-bottom: 10px;
}

.irhas3.blog .banner-contact-block {
    padding: 60px 0 66px;
}

.irhas3.blog .banner-contact-block h2 {
    margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  8. Contact Pages
/*-----------------------------------------------------------------------------------*/

/* 8.1. Contact Page Irhas 1*/

.navigation-block {
    padding: 100px 0 54px 0;
    background-color: #fafafa;
}

.maps-wrap iframe {
    height: 550px;
    width: 100%;
    border: 5px solid#ffffff;
    border-radius: 0px;
    box-shadow: 4px 4px 17px -10px rgb(50 50 50 / 50%);
    box-sizing: border-box;
}

.navigation-wrap .title-navigation span {
    display: block;
    font-family: "Architects Daughter", cursive;
    font-size: 24px;
    font-weight: normal;
    color: #EDA42E;
}

.navigation-block .title-navigation h2 {
    margin-bottom: 0;
}

.item-detail-contact h4 {
    color: #000000;
}

.title-navigation {
    margin-bottom: 9px;
}

.item-detail-contact {
    margin: 0px 10px 15px 10px;
    padding:10px;
    font-family: 'Poppins';
    font-size: 16px;
}

.item-detail-contact p {
    font-size: 16px;
    line-height: 28.2px;
    font-weight: 300;
    color: #555;
    margin-bottom: 10px;
}

.item-detail-contact ul {
    display: block;
    list-style: none;
    padding:0;
}

.sosmed-icon {
    display: inline-block;
    margin-right: 4px;
    background-color: #C2EDDF;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #007aff;
    text-align: center;
    line-height: 45px;
    transition: 0.4s;
}
.sosmed-icon a{
    color: #007aff;
    font-size: 17px;
}
.sosmed-icon:hover a{
    color: #ffffff;
}

.sosmed-icon:hover{
    background-color: #EDA42E;
    color: #ffffff;
    transform: scale(1.1);
}

.contact2 .sosmed-icon a{
    color: #7294e1;
}

.contact2 .sosmed-icon:hover a{
    color: #ffffff;
}

.contact-form-block {
    padding: 37px 0 155px 0;
    background-color: #fafafa;
}

.contact-form-wrap {
    padding: 0 5px;
}

.icf-field {
    padding-right: calc( 15px/2 );
    padding-left: calc( 15px/2 );
    margin-bottom: 21px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icf-field textarea {
    margin-bottom: 20px;
}

label.field-label {
    color: #a5a5a5;
    padding-bottom: 4px;
    font-family: 'Poppins';
    line-height: 36px;
}

.icf-input, .icf-select-wrapper {
    background-color: rgba(255,255,255,0);
    border-radius: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: 300;
    max-width: 100%;
    width: 100%;
    padding: 9px 15px;
    border: 1px solid #d8d8d8;
    outline: none;
    box-sizing: border-box;
}

select.icf-input {
    font-family: 'Poppins';
    padding: 7px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

.icf-field i.fas {
    position: absolute;
    right: 15px;
    top: 52px;
    color: #D8D8D8;
}

.irhas1 .icf-field i.fas {
    top: 50px;
}

button.icf-input-button {
    padding: 0;
}

span.icf-button-text {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 45px 15px 45px;
    background-color: #007aff;
    color: #ffffff;
    transition: 0.4s;
}

span.icf-button-text:hover {
    background-color: #EDA42E;
    color: #ffffff;
}

.detail-navigation-wrap {
    padding: 27px 0 25px;
}

.hours-detail p {
    font-size: 15px;
}

.detail-text-wrap p {
    margin-bottom: 15px;
}

.detail-text-wrap:last-child p {
    margin-bottom: 0;
}

.detail-text-wrap:last-child {
    margin-bottom: 5px;
}

/* 8.2. Contact Page Irhas 2 */

.contact2 .navigation-wrap .title-navigation h2 {
    font-family: "Prata", Sans-serif;
    color: #17193C;
    text-transform: none;
}

.contact2 .navigation-wrap .title-navigation span {
    font-family: "Karla", Sans-serif;
    font-size: 16px;
    color: #7294e1;
}

.contact2 .detail-navigation-wrap .title-navigation {
    margin-bottom: 0;
}

.contact2 .detail-navigation-wrap {
    padding: 36px 0 20px 20px;
}

.contact2 .item-detail-contact h4 {
    font-family: "Karla", Sans-serif;
    color: #000000;
    font-weight: 600;
}

.contact2 .sosmed-icon {
    background-color: #DEE7F2;
    color: #7294E1;
}

.contact2 .sosmed-icon:hover {
    background-color: #7294E1;
    color: #ffffff;
}

.contact2 span.icf-button-text {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 45px 15px 45px;
    background-color: #7294E1;
    color: #FFFFFF;
}

.contact2 span.icf-button-text:hover {
    background-color: #EDA42E;
    color: #ffffff;
}

.irhas2.contact2 .navigation-block {
    padding: 110px 0 64px 0;
}

.irhas2.contact2 .maps-wrap {
    padding-left: 15px;
    padding-right: 0;
}

.irhas2.contact2 .maps-wrap iframe {
    height: 505px;
}

.irhas2.contact2 .item-detail-contact p {
    font-size: 16px;
    margin-bottom: 14px;
}

.irhas2.contact2 .icf-field {
    margin-bottom: 21px;
}

.irhas2.contact2 .item-detail-contact {
    padding: 2px 0 0 9px;
}

.irhas2.contact2 .contact-form-block {
    padding: 33px 0 153px 0;
}

.irhas2.contact2 label.field-label {
    padding-bottom: 5px;
}

.irhas2.contact2 .item-detail-contact:nth-child(4) p {
    font-size: 15px;
}

/* 8.3. Contact Page Irhas 3 */

.irhas3 .navigation-wrap .title-navigation span {
    display: block;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #EF7A5E;
}

.irhas3 .navigation-wrap .title-navigation h2 {
    display: block;
    font-family: "Montserrat", Sans-serif;
    font-weight:bold;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #16163F;
}

.irhas3.contact3 .sosmed-icon {
    background-color: #EDCEC2;
}

.irhas3.contact3 .sosmed-icon a {
    color: #EF7A5E;
}

.irhas3.contact3 .sosmed-icon:hover {
    background-color: #EF7A5E;
}

.irhas3.contact3 .sosmed-icon:hover a {
    color: #FFFFFF;
}

.irhas3.contact3 .item-detail-contact h4 {
    font-family: "Montserrat", Sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

.contact3 span.icf-button-text {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 45px 15px 45px;
    background-color: #EF7A5E;
    color: #ffffff;
}

.contact3 span.icf-button-text:hover {
    background-color: #D15D41;
    color: #ffffff;
}

.irhas3.contact3 .navigation-block {
    padding: 105px 0 68px 0;
}

.irhas3.contact3 .maps-wrap {
    padding-left: 14px;
    padding-right: 0;
}

.irhas3.contact3 .detail-navigation-wrap {
    padding: 65px 0 69px 20px;
}

.irhas3.contact3 .title-navigation {
    margin-bottom: 30px;
}

.irhas3.contact3 .item-detail-contact p {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 28.8px;
    margin-bottom: 20px;
}

.irhas3.contact3 .item-detail-contact.open-hours p {
    font-size: 15px;
    line-height: 19px;
}

.irhas3.contact3 .navigation-block .the-title h5 {
    margin-bottom: 8px;
}

.irhas3.contact3 .contact-form-block {
    padding: 35px 0 152px 0;
}

.irhas3.contact3 .item-detail-contact {
    padding: 5px 0 0 10px;
}

.irhas3.contact3 label.field-label {
    padding-bottom: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*  9. Single Post
/*-----------------------------------------------------------------------------------*/

/* 9.1. Single Post Irhas 1 */

.single-post-wrap {
    padding-top: 58px;
    padding-bottom: 60px;
}

.single-post-meta {
    margin-bottom: 30px;
}

.single-head .span-head {
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal;
    position: relative;
    display: inline-block;
}

.single-content-details {
    padding: 0 30px;
}

.blog-single .meta-bottom {
    margin: 27px 0 20px;
    clear: both;
}

.post-thumb img{
    width: 100%;
}

.blog-single .tag-wrapper p {
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0;
    vertical-align: middle;
}

.the-category.span-head:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #888888;
    left: 0;
    top: 0;
}
.single-post-wrap .blog-single .the-category.span-head a {
    color: #007aff;
    transition: 0.4s;
}
.blog-single .tag-wrapper a {
    color: #007aff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    transition: 0.4s;
}

.single-post-wrap .blog-single .the-category.span-head a:hover,
.blog-single .tag-wrapper a:hover {
    color: #EDA42E;
}

.the-category.span-head {
    position: relative;
    padding-left: 10px;
    margin-left: 7px;
}

.blog-single .post-author {
    margin-top: 0;
    padding: 0 30px;
}

.blog-single .post-author .author-wrap {
    background-color: #FDEDBA;
    padding: 40px;
}

.blog-single .post-author .author-ava {
    float: left;
    margin-right: 30px;
    margin-left: 0;
    margin-top: 0;
}

.blog-single .post-author .author-ava img {
    border-radius: 100%;
}

.blog-single .post-author .author-wrap {
    background-color: #FDEDBA;
    padding: 38px;
}

.blog-single .post-author .author-desc {
    overflow: hidden;
}

.related-content {
    margin: 35px 30px;
}

.title-content {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.content-related-post .post-inner {
    padding: 20px;
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0 10px 40px -10px rgb(0 0 0 / 20%);
    border-radius: 2px;
}

.content-related-post .image-description-content {
    margin-left: 14px;
}

.blog-single .post-author .author-desc .author-description {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 7px;
    color: #494949;
}

.blog-single .post-author .author-name a {
    font-weight: bold;
    font-size: 17px;
    line-height: 10px;
}

.related-content h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}

.blog-sidebar .widget_recent_comments h4.widget-title {
    padding-top: 21px;
}

.single-post-wrap  .blog-sidebar .widget_tag_cloud {
    margin-top: 4px;
}

.standard-post-date {
    font-size: 1.4rem;
    font-style: italic;
}

.custom-post-widget .post-item:last-child .post-content {
    border-bottom: 0;
}

.custom-post-widget .post-content {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin: 0 0 15px 0;
}

.custom-post-widget .post-content .post-thumb {
    border-radius: 5px;
    overflow: hidden;
}

.custom-post-widget .post-content .post-thumb {
    position: relative;
    float: left;
}

.custom-post-widget .post-content .post-thumb .irhas-overlay {
    background-color: #007aff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .3s ease;
}

.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;
}

.blog-sidebar .widget ul  {
    list-style: none;
    padding-left: 0;
}

/* 9.2. Single Post Irhas 2 */

.irhas2 .widget h4.widget-title:before{
    background-color: #7294E1;
}

.irhas2 .blog-sidebar .post-inner-content h5 a:hover {
    color: #7294E1;
}

.irhas2 .blog-single .tag-wrapper a{
    color: #7294E1;
}

.irhas2 .single-post-wrap .blog-single .the-category.span-head a{
    color: #7294E1;
}

.irhas2 .single-post-wrap .blog-single .the-category.span-head a:hover,
.irhas2 .blog-single .tag-wrapper a:hover {
    color: #EDA42E;
}

.irhas2 .blog-sidebar .widget ul li span.comment-author-link {
    color: #7294E1;
}

.irhas2 .blog-sidebar .widget ul#recentcomments a:hover{
    color: #7294E1;
}

.irhas2 .tagcloud a:hover {
    background-color: #7294E1;
    color: #fff;
    border: 1px solid #7294E1;
}

.irhas2.single-post-2 .blog-single .meta-bottom {
    margin: 30px 0 18px;
}

.irhas2.single-post-2 .widget h4.widget-title {
    font-size: 18px;
    padding-top: 33px;
    color: #16163F;
}

.irhas2.single-post-2 .blog-sidebar .custom-post-widget {
    margin-top: 30px;
}

.irhas2.single-post-2 .blog-sidebar .post-inner-content h5 {
    margin-bottom: 20px;
}

.blog-sidebar .latest-post-content a {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

.irhas2.single-post-2 .blog-sidebar .latest-post-content a:hover {
    color: #999999;
}

.irhas2 .blog-sidebar .custom-post-wrap .post-item:last-child {
    padding-bottom: 24px;
}

.single-post-wrap .widget_irhas_servicepost h4.widget-title {
    margin-bottom: 30px;
}

.single-post-wrap .sidebar-recent-post .post-item {
    padding-bottom: 3px;
}

.single-post-wrap .sidebar-recent-post .post-item:last-child {
    padding-bottom: 40px;
}

.irhas2.single-post-2 .blog-sidebar .widget_tag_cloud .tagcloud {
    margin-left: -5px;
}

.irhas2.single-post-2 .single-post-wrap .sidebar-recent-post .post-item:last-child {
    padding-bottom: 36px;
}

/* 9.3. Single Post Irhas 3 */

.irhas3 .widget h4.widget-title:before{
    background-color: #ef7a5e;
}

.irhas3 .blog-sidebar .post-inner-content h5 a:hover {
    color: #ef7a5e;
}

.irhas3 .blog-single .tag-wrapper a{
    color: #ef7a5e;
    font-family: 'Poppins';
}

.irhas3 .single-post-wrap .blog-single .the-category.span-head a{
    color: #ef7a5e;
}

.irhas3.single-post-3 .single-post-wrap .blog-single .the-category.span-head a:hover,.irhas3.single-post-3 .blog-single .tag-wrapper a:hover {
    color: #d26146;
    font-family: 'Poppins';
}

.irhas3.single-post-3 .single-head .span-head {
    font-family: 'Poppins';
    font-style: normal;
}

.irhas3 .blog-sidebar .widget ul li span.comment-author-link {
    color: #ef7a5e;
}

.irhas3 .blog-sidebar .widget ul#recentcomments a:hover{
    color: #ef7a5e;
}

.irhas3 .tagcloud a:hover {
    background-color: #ef7a5e;
    color: #fff;
    border: 1px solid #ef7a5e;
}

.irhas3 .irhas-service-contact input[type=submit]{
    background-color: #ef7a5e;
}

.irhas3 .latest-post-content a {
    color: #ffffff;
    display: flex;
    align-items: center;
}

.irhas3 .blog-single .post-author .author-wrap {
    background-color: #fdcdba;
}

.irhas3.single-post-3 .blog-sidebar .post-item:last-child {
    padding-bottom: 25px;
}

.single-irhas-service {
    background-color: #ffffff;
}

.single-service .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;
}

.irhas3.single-post-3 .widget.widget_irhas_newestpostthumb h4.widget-title  {
    padding-top: 33px;
}

.irhas3.single-post-3 .blog-sidebar .custom-post-widget {
    margin-top: 30px;
}

.irhas3.single-post-3 .blog-sidebar .post-inner-content h5 {
    margin-bottom: 20px;
}

.irhas3.single-post-3 .blog-sidebar .meta-latest-news {
    margin-bottom: 12px;
}

.irhas3.single-post-3 .sidebar-recent-post .post-item {
    padding-bottom: 4px;
}

.irhas3.single-post-3 .sidebar-recent-post .post-item:last-child {
    padding-bottom: 34px;
}

.irhas3.single-post-3 .blog-sidebar .widget_recent_comments h4.widget-title {
    padding-top: 33px;
}

.blog-single blockquote::before {
    background: #ef7a5e;
}

.wp-block-group__inner-container {
    padding: 5% 8%;
    margin-bottom: 20px;
}

.blog-single blockquote {
    margin: 0;
}

.blog-single blockquote p {
    font-family: 'Poppins';
}

.blog-single .the-content p img {
    margin-top: 38px;
    margin-bottom: 20px;
}

.irhas3.single-post-3 .widget_irhas_servicepost h4.widget-title {
    margin-bottom: 33px;
}

.irhas3.single-post-3 .blog-single .post-author .author-name a {
    font-family: 'Poppins';
}

.irhas3.single-post-3 .blog-single .meta-bottom {
    margin: 30px 0 17px;
}

/* 9.4. Single Service 1 */

.single-service {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.single-service .post-thumb {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.single-service .post-thumb img {
    margin: auto;
}

.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 */

.widget.pdf-download img, .widget.download img {
    display: inline;
    margin-right: 5px;
    vertical-align: middle;
    float: left;
    transform: translateY(-25%);
}
.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: #007aff;
    display: inline-block;
    border-radius: 50px;
    cursor: default;
    transition: .3s all ease;
}

.single-service .post-thumb .inner-img .category .the-category a {
    color: #fff;
}
.widget.pdf-download img, .widget.download img {
    display: inline;
    margin-right: 15px;
    vertical-align: middle;
    float: left;
    transform: translateY(-25%);
    max-width: 43px;
}
.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: normal;
    font-style: normal;
}

.single-service .post-content {
    padding: 10px 20px;
}

.single-service .inner-content p {
    font-family: 'Poppins';
    margin: 0 0 19px;
}

.sidebar .widget {
    border-bottom: 1px solid #e0e0de;
    padding-bottom: 35px;
}

.sidebar .widget.pdf-download h4.widget-title {
    margin-bottom: 25px;
}

.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: 18px;
    padding: 12px 15px;
    box-sizing: border-box;
}

.irhas-service-contact input[type="submit"] {
    background-color: #007aff;
    border-radius: 30px;
    padding: 15px 35px;
    height: auto;
    margin-top: 18px;
}

.single-service .irhas-service-contact input[type="submit"] {
    margin-top: 17px;
}

.irhas-service-contact p {
    margin: 0;
}

.sidebar .widget.pdf-download li{
    list-style: none;
}

.single-service .widget_archive h4.widget-title:first-child {
    padding-top: 0;
}
/* accordion-1 */
.accordion-1{
    position: relative;
    margin-bottom: 5px;
    box-shadow: 0px 1px 7px #DBDBDB;
}

.accordion-1 .head{
    background-color: #FFFFFF;
    color: #563e6e;
    padding: 21px 21px 20px 20px;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-1 .arrow {
    color: #563e6e;
    font-size: 20px;
    transition: 0.25s ease;
    transform: rotate(0);
}

.accordion-1 .head:hover .arrow{
    color: #007aff;
}

.accordion-1 .head:hover h4 {
    color: #007aff;
}

.accordion-1 .arrow-animate {
    transform: rotate(
180deg
);
    opacity: 1;
}

.accordion-1 .content{
    background-color: #FFFFFF;
    display: none;
    padding: 20px 30px;
    color: #333333;
}

.tab-services h4{
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    transition: 0.25s ease;
}

.single-project .inner-content p {
    margin: 0 0 17px;
}

.single-service .irhas-overlay {
    position: absolute;
    background-color: #000;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
}

.single-service .widget.widget_text h4.widget-title {
    margin-bottom: 24px;
}

.service-thumb-wrap .post-item {
    padding: 12px 0 8px;
    background-color: #F3F3F3;
    padding-left: 25px;
    transition: 100ms;
    margin-bottom: 10px;
}

.service-thumb-wrap .post-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.service-thumb-wrap .post-item:hover {
    border-left: 6px solid #208060;
    background-color: #007aff;
    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;
}
.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;
}

.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%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-top: 5px;
}
.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: normal;
    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;
    padding: 0;
    height: auto;
}
.widget_irhas_testimonial .testi-author {
    margin-bottom: 5px;
    margin-top: 10px;
}

.widget_irhas_testimonial .testimonial-wrap .testimonial-detail-inner cite {
    font-size: 13px;
    color: #007aff;
    font-style: normal;
}
.widget_irhas_testimonial .testimonial-wrap .testimonial-detail-inner cite:before {
    content: '-';
}
.widget_irhas_testimonial .carousel-testi-nav {
    position: absolute;
    right: 5px;
    top: 33px;
    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: #007aff;
    color: #ffffff;
    border: 1px solid #007aff;
}

.sidebar .widget_irhas_testimonial .service-testi-slide {
    margin-top: 23px;
}

.sidebar .widget.pdf-download li {
    border-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f2f2f2;
    padding: 8px 15px;
    margin-bottom: 18px;
}

.sidebar .widget.pdf-download li:last-child {
    margin-bottom: 10px;
}

.single-service .irhas-service-contact input,
.single-service .irhas-service-contact textarea {
    max-width: 98%;
}

/* 9.5. Single Service 2 */

.irhas2 .widget h4.widget-title {
    font-size: 18px;
    color: #16163F;
}

.irhas2 .accordion-1 .head:hover .arrow{
    /* opacity: 1; */
    color: #7294E1;
}

.irhas2 .accordion-1 .head:hover h4 {
    color: #7294E1;
}

.irhas2 .single-service .post-thumb .inner-img .category .the-category{
    background-color: #7294E1;
}

.irhas2 .service-thumb-wrap .post-item:hover {
    border-left: 6px solid #4466b3;
    background-color: #7294E1;;
}

.irhas2 .widget_irhas_testimonial .car-page-arrow:hover i:before {
    background-color: #d26c54;
    border: 1px solid #d26c54;
}

.irhas2 .widget_irhas_testimonial .testimonial-wrap .testimonial-detail-inner cite {
    color: #7294E1;
}

.irhas2 .irhas-service-contact input[type=submit]{
    background-color: #7294E1;
    padding: 15px 35px;
}

.irhas2 .irhas-service-contact input, .irhas-service-contact textarea {
    padding: 11px 15px;
    margin-bottom: 15px;
}

.irhas2 .footer-widget .custom-post-widget .post-content .post-inner-content .date a:hover {
    color: #666666;
}

/* 9.6. Single Service 3 */

.irhas3 .accordion-1 .head:hover .arrow{
    /* opacity: 1; */
    color: #ef7a5e;
}

.irhas3 .accordion-1 .head:hover h4 {
    color: #ef7a5e;
}

.irhas3 .single-service .post-thumb .inner-img .category .the-category{
    background-color: #ef7a5e;
}

.irhas3 .service-thumb-wrap .post-item:hover {
    border-left: 6px solid #d26c54;
    background-color: #ef7a5e;;
}

.irhas3 .widget_irhas_testimonial .car-page-arrow:hover i:before {
    background-color: #ef7a5e;
    border: 1px solid #ef7a5e;
}

.irhas3 .widget_irhas_testimonial .testimonial-wrap .testimonial-detail-inner cite {
    color: #ef7a5e;
}

.irhas3 .widget_irhas_testimonial h5.testi-author {
    margin-bottom: 5px;
    margin-top: 10px;
    padding-top: 0;
    font-size: 16px;
    color: #16163F;
}

.irhas3.service3 .service-style-2 {
    position: relative;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-height: 445px;
}

.irhas3 .irhas-service-contact input, .irhas-service-contact textarea {
    margin-bottom: 16px;
}

.irhas-service-contact textarea {
    padding: 9px 11px;
}

.irhas3 .sidebar .widget_irhas_testimonial .service-testi-slide {
    margin-top: 25px;
}

/* 9.7. Single Project 1 */

.single-project-wrapper {
    background-color: #fafafa;
}

.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: 30vh;
    padding: 4.5vh 0 6.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 35px;
    margin-bottom: 22px;
    margin-top: -6.8vw;
}

.irhas-gallery-project .swiper-container img {
    margin: auto;
}

.irhas-gallery-project .swiper-button-prev, .irhas-gallery-project .swiper-container-rtl .swiper-button-next {
    left: 5px;
    width: 6rem;
    height: 6rem;
    color: #ffffff;
    border-radius: 50%;
    background: #007aff;
    outline: none;
}

.irhas-gallery-project .swiper-button-next, .irhas-gallery-project .swiper-container-rtl .swiper-button-prev {
    right: 5px;
    width: 6rem;
    height: 6rem;
    color: #fefefe;
    border-radius: 50%;
    background: #007aff;
    outline: none;
}

.irhas-gallery-project .swiper-button-next,
.irhas-gallery-project .swiper-button-prev {
    transform: translateY(-50%);
}

.irhas-gallery-project .swiper-pagination {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

.irhas-gallery-project .swiper-pagination-bullet {
    margin-right: 5px;
}

.irhas-gallery-project .swiper-pagination-bullet-active {
    background-color: #000000;
}

.single-project-content-wrap {
    width: 60%;
    margin: auto;
    margin-top: 40px;
}

.project-details {
    padding: 0;
    margin: 0 0 2.8rem 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;
}

.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;
    display: none;
}

.highlighted-text {
    font-family: 'Poppins';
    font-weight: bold;
    color: #0C1017;
    font-size: 2.25rem;
}

img.alignright{
    float: right;
    margin: 10px 0 10px 20px;
}

img.alignleft{
    float: left;
    margin: 10px 20px 20px 0;
}

.pagination-project {
    border-top: 1px solid rgba(158,159,162,0.2);
    margin-top: 79px;
}

.pagination-project p {
    font-family: 'Poppins';
    margin-bottom: 0;
    font-weight: 700;
    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);
}

.pagination-project i {
    line-height: 0;
    color: #007aff;
}

.pagination-project .prev-project i {
    margin-right: 5px;
}

.pagination-project .next-project i {
    margin-left: 5px;
}

/* 9.8. Single Project 2 */

.irhas2 .single-project-head {
    background: #17193C;
}

.irhas2 .irhas-gallery-project .swiper-button-prev, .irhas2 .irhas-gallery-project .swiper-container-rtl .swiper-button-next {
    background: #7294E1;
}

.irhas2 .irhas-gallery-project .swiper-button-next, .irhas2 .irhas-gallery-project .swiper-container-rtl .swiper-button-prev{
    background: #7294E1;
}

.irhas2 .pagination-project i {
    line-height: 0;
    color: #7294E1;
}

.irhas2.single-project .swiper-container img,
.irhas3.single-project .swiper-container img{
    width: 98%;
}

.irhas2 .single-project-content-wrap {
    margin-top: 36px;
}

.irhas2 .pagination-project {
    margin-top: 80px;
}

/* 9.9. Single Porject 3 */

.irhas3 .single-project-head{
    background: #17193C;
}

.irhas3 .irhas-gallery-project .swiper-button-prev, .irhas3 .irhas-gallery-project .swiper-container-rtl .swiper-button-next {
    background: #ef7a5e;
}

.irhas3 .irhas-gallery-project .swiper-button-next, .irhas3 .irhas-gallery-project .swiper-container-rtl .swiper-button-prev{
    background: #ef7a5e;
}

.irhas3 .pagination-project {
    margin-top: 78px;
}

.irhas3 .pagination-project i {
    line-height: 0;
    color: #ef7a5e;
}

.irhas3 .single-project-content-wrap {
    margin-top: 35px;
}

.irhas3 .single-project .inner-content p {
    margin: 0 0 18px;
}
/*-----------------------------------------------------------------------------------*/
/*  10. Footer
/*-----------------------------------------------------------------------------------*/

/* 10.1. Footer Irhas 1 */

.footer-widgets-holder {
    background-color: #111214;
    padding: 80px 0 75px;
}

.irhas1 .footer-widgets2 {
    padding: 0 5px;
}

.footer-widgets-holder .sidebar-recent-post {
    padding-right: 20px;
}

.footer-widgets-holder .textwidget p {
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    color: #aaa;
}

.footer-widgets-holder .textwidget p.logo-footer {
    padding-right: 25px;
}

.footer-widgets-holder h4.widget-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
}

.widget-footer.widget_irhas_servicepost .sidebar-recent-post .latest-post-content h4 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    color: #ffffff;
}

.irhas3 .latest-post-content a span{
    padding-left: 10px;
}

.widget-footer .custom-post-widget .post-content {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #222;
    padding-bottom: 15px;
    margin: 0 0 15px 0;
}

.custom-post-widget .post-content .post-thumb-wrap {
    vertical-align: top;
    position: relative;
}

.footer-widget .custom-post-widget .post-content .post-inner-content h5 {
    margin: 0 0 3px;
    width: 100%;
    font-family: 'Poppins';
    font-size: 12px;
    line-height: 17px;
    text-transform: capitalize;
}
.footer-widget .custom-post-widget .post-content .post-inner-content h5 a {
    color: #ffffff;
}

.footer-widget .custom-post-widget .post-content .post-inner-content a:hover {
    color: #aaaaaa;
}

.footer-widget .custom-post-widget .post-content .post-inner-content .date {
    font-size: 13px;
}

.footer-widget .custom-post-widget .post-content .post-inner-content .date a {
    color: #aaaaaa;
}

.footer-widget .custom-post-widget .post-content .post-inner-content .date a:hover{
    color: #ffffff;
}

.custom-post-widget .post-content .post-thumb a:hover .irhas-overlay {
    opacity: 0.8;
    transition: all .3s ease;
}

.footer-widget .sidebar-recent-post {
    padding-right: 25px;
}

.textwidget img {
    width: 200px;
}

.irhas1 .latest-post-content a i {
    color: #007aff;
    font-size: 14px;
    margin-right: 10px;
    margin-top: -2px;
    align-self: center;
}

.footer-bottom-holder {
    background-color: #007aff;
    padding: 20px 0;
}

p.copyright-footer {
    color: #fff;
    margin: 0;
    font-family: 'Poppins';
}

.footer-bottom-contact .contact-footer-menu li {
    float: left;
    margin-right: 12px;
    padding-right: 14px;
}

.footer-bottom-contact .contact-footer-menu li a {
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    font-family: 'Poppins';
}

.contact-footer-menu li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ffffff;
}

.contact-footer-menu li:last-child:after {
    content: '';
    width: 0;
    display: none;
}

.irhas1 .footer-bottom-lisensi p a {
    color: #fff;
}

/* 10.2. Footer Irhas 2 */
.footer-widgets-holder-home2 {
    background-color: #ffffff;
    padding: 80px 0 80px;
}

.footer-widgets-holder-home2 .latest-post-content a{
    color: #000;
}

.footer-widgets-holder-home2 .latest-post-content a:hover{
    color: #7294E1;
}

.irhas2 .latest-post-content a i {
    color: #7294E1;
    margin-right: 12px;
    margin-top: 0;
    align-self: center;
}

.irhas2 .custom-post-widget .post-content .post-thumb .irhas-overlay {
    background-color: #7294E1;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .3s ease;
}

.footer-widgets-holder-home2 .widget-footer .custom-post-widget .post-content {
    border-bottom: 1px solid #efefef;
}

.footer-widgets-holder-home2 .custom-post-widget .post-item:last-child .post-content {
    border-bottom: 0;
}

.footer-bottom-holder-home2 {
    background-color: #f0f1f4;
    padding: 20px 0;
}

.footer-bottom-holder-home2 p.copyright-footer {
    color: #000;
    margin: 0;
}

.footer-bottom-holder-home2 .footer-bottom-contact .contact-footer-menu li {
    margin-right: 11px;
    padding-right: 15px;
}

.footer-bottom-holder-home2 .footer-bottom-contact .contact-footer-menu li a {
    color: #262626;
    margin: 0;
    font-size: 15px;
    line-height: 15px;
    transition: 0.4s;
}

.footer-bottom-holder-home2 .footer-bottom-contact .contact-footer-menu li a:hover {
    color: #7294E1;
}

.footer-bottom-holder-home2 .contact-footer-menu li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #000;
}

.irhas2 .footer-widgets-holder-home2 .textwidget p {
    padding-left: 4px;
    font-size: 14px;
    margin-bottom: 17px;
}

.irhas2 .widget-title {
    font-size: 20px;
    color: #292d33;
}

.irhas2 .footer-widgets-holder-home2 .footer-widget:last-child .widget-footer p {
    margin-bottom: 22px;
    padding-left: 0;
}

.copyright-icon {
    font-size: 17px;
    color: #5e5e5e;
    font-family: 'PT serif', sans-serif;
    padding-left: 5px;
}

/* 10.3. Footer Irhas 3 */

.irhas3 .footer-widgets-holder {
    background-color: #ffffff;
    padding: 80px 0 77px;
}

.irhas3 .footer-widgets-holder .textwidget p {
    font-size: 14px;
    line-height: 29px;
    font-weight: normal;
    color: #000;
}

.irhas3 .latest-post-content a i {
    color: #ef7a5e;
}

.latest-post-content a {
    color: #ffffff;
    display: flex;
}

.irhas3 .latest-post-content a {
    color: #000;
}

.irhas3 .latest-post-content a:hover {
    color: #ef7a5e;
}

.irhas3 .footer-widget .custom-post-widget .post-content .post-inner-content h5 a {
    color: #000;
}

.irhas3 .footer-widget .custom-post-widget .post-content .post-inner-content h5 a:hover {
    color: #ef7a5e;
}

.footer-widgets-holder-home2 .footer-widget .custom-post-widget .post-content .post-inner-content h5 a {
    color: #000;
}

.footer-widgets-holder-home2 .footer-widget .custom-post-widget .post-content .post-inner-content h5 a:hover {
    color: #7294E1;
}

.latest-post-content a:hover {
    color: #aaa;
}

.irhas3 .widget-footer .custom-post-widget .post-content {
    border-bottom: 1px solid #efefef;
}

.irhas3 .widget-footer .custom-post-widget .post-item:last-child .post-content {
    border-bottom: 0;
}

.irhas3 .footer-widgets-holder h4.widget-title {
    font-size: 2rem;
    line-height: 30px;
    font-weight: 600;
    text-transform: none;
    color: #292d33;
    font-style: normal;
}

.irhas3 .footer-bottom-holder {
    background-color: #ef7a5e;
}

.irhas3 .footer-bottom-contact .contact-footer-menu li {
    margin-right: 12px;
    padding-right: 14px;
}

.irhas3 .footer-bottom-contact .contact-footer-menu li a {
    font-size: 15px;
    line-height: 15px;
    margin: 0
}

.irhas3 .footer-widget .custom-post-widget .post-content .post-inner-content .date a:hover {
    color: #ef7a5e;
}
