body {
font-family: 'Heebo', sans-serif;
color: #282828;
text-align: right;
direction: rtl;
font-size: 18px;
font-weight: 400;
background: #fff;
}
* {
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
ul,
li,
ol {
padding: 0;
margin: 0;
list-style: none;
}
img {
border: none;
padding: 0;
margin: 0;
}
.cls {
clear: both;
}
a {
color: #3b2a5c;
text-decoration: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
a:hover {
color: #3b2a5c;
text-decoration: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
iframe,
object,
embed {
max-width: 100%;
}
input:focus {
outline: none;
}
input {
font-family: 'Open Sans', sans-serif;
text-align: right;
}
textarea {
font-family: 'Open Sans', sans-serif;
text-align: right;
}
select {
font-family: 'Open Sans', sans-serif;
text-align: right;
}
.img-fluid{
width: 100%;
height: auto;
display: inline-block;
} .menuicon {
display: none;
cursor: pointer;
position: absolute;
top: 25px;
right: 10px;
}
.floatingnav {
position: fixed;
top: 0;
right: -320px;
width: 320px;
height: 100%;
background: #1c1823;
z-index: 999999999;
}
.mobilemenuheader {
padding: 10px 10px;
overflow: hidden;
position: relative;
border-bottom: 5px solid #3b2a5c;
}
.mobilelogo {
float: left;
}
.mobilelogo img {
width: 100%;
height: auto;
display: inline-block;
max-width: 220px;
}
.closemenu {
float: right;
padding: 10px 0 0 0;
cursor: pointer;
}
.menubox {
color: #000;
padding: 10px 10px 10px 10px;
text-align: center;
}
.menubox ul li {
padding: 0 0 5px 0;
text-align: right;
}
.menubox ul li a {
font-weight: 300;
text-decoration: none;
color: #fff;
font-size: 18px;
padding-right: 21px;
}
.menubox ul li a:hover {
text-decoration: none;
color: #b0924d;
}
.menubox ul li.current_page_item a {
text-decoration: none;
color: #b0924d;
}
.menubox ul li.current_page_item ul li a {
text-decoration: none;
color: #fff;
}
.menubox ul li.current_page_item ul li a:hover{
text-decoration: none;
color: #b0924d;
} .container-fluid{
padding: 0 7%;
}
.container{
max-width: 1320px;
margin: 0 auto;
padding: 0 10px;
}
.row{
display: flex;
flex-wrap: wrap;
}
.space-between{
justify-content: space-between;
}
.row-reverse{
flex-direction: row-reverse;
}
.center{
text-align: center;
}
.header-area{
width: 100%;
height: 100px;
background: #1c1823;
}
.header-inner{
position: relative;
}
.header{
height: 100px;
position: relative;
}
.header-right{
position: absolute;
right: 0;
top: 32px;
}
.logo img{
width: 100%;
height: auto;
display: inline-block;
max-width: 217px;
}
.navigation{
padding: 37px 0 0 0;
text-align: center;
}
.navigation ul li{
padding: 0 15px 0 15px;
display: inline-block;
position: relative;
}
.navigation ul li a{
color: #fff;
text-decoration: none;
padding: 0 0 10px 0;
}
.navigation ul li a:hover{
color: #b0924d;
text-decoration: none;
}
.navigation ul li.current_page_item a{
color: #b0924d;
text-decoration: none;
}
.navigation ul li ul{
width: 200px;
position: absolute;
top: 20px;
right: 0;
padding: 10px;
background: #1c1823;
display: none;
z-index: 9999;
text-align: right;
}
.navigation ul li ul li{
padding: 0;
display: block;
}
.navigation ul li ul li a{
display: block;
padding: 5px;
color: #fff;
}
.navigation ul li ul li a:hover{
background: #fff;
color: #b0924d;
}
.navigation ul li ul li ul{
top: -10px;
right: 200px;
}
.navigation ul li:hover > ul{
display: block;
}
.header-left{
position: absolute;
left: 0;
top: 35px;
}
.header-contact-info h4{
font-weight: 700;
font-size: 22px;
color: #b0924d;
}
.header-contact-info h4 a{
color: #b0924d;
text-decoration: none;
}
.header-contact-info h4 a:hover{
color: #fff;
text-decoration: none;
}
.home-banner-area{
padding: 0 0;
position: relative;
overflow: hidden;
}
.home-banner-holder img{
width: 100%;
height: auto;
display: block;
}
.home-banner-overlay{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 111;
}
.home-overlay-content{
width: 100%;
max-width: 750px;
height: 100%;
margin: 0 auto;
text-align: center;
}
.home-overlay-info{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.home-overlay-info span{
font-size: 24px;
line-height: 24px;
font-weight: 700;
display: inline-block;
color: #dec282;
margin: 0 0 40px 0;
}
.home-overlay-info h1{
font-size: 60px;
line-height: 3px;
font-weight: 700;
text-transform: uppercase;
color: #3b2a5c;
padding: 0 0 40px 0;
}
.home-overlay-content p{
font-size: 55px;
line-height: 30px;
color: #fff;
padding: 0 0 50px 0;
}
.get-quote a{
font-size: 24px;
font-weight: 700;
background: #ffffff;
color: #281945;
text-decoration: none;
display: inline-block;
padding: 20px 85px 20px 85px;
border-radius: 10px;
}
.get-quote a:hover{
background: #3b2a5c;
color: #fff;
}
h1 {
font-size: 50px;
}
.home-about-area{
padding: 150px 0 0 0;
overflow: hidden;
}
.home-about-left{
width: 58%;
}
.home-about-content{
padding: 5px 0 0 0;
}
.home-about-content h5{
color: #3b295c;
font-weight: 700;
font-size: 36px;
line-height: 36px;
margin: 0 0 25px 0;
padding: 0 0 30px 0;
background: url(//www.il-money.com/wp-content/themes/hh-chambers/images/seperator-01.png) no-repeat right bottom;
}
.home-about-content h2{
font-size: 36px;
line-height: 38px;
color: #3b295c;
font-weight: 400;
padding: 0 0 25px 0;
}
.home-about-content h4{
font-size: 20px;
line-height: 20px;
color: #211536;
font-weight: 400;
padding: 0 0 35px 0; 
}
.home-about-content p{
font-size: 18px;
line-height: 30px;
font-weight: 300;
padding: 0 0 25px 0;
color: #211536;
}
.home-about-right{
width: 36%;
}
.home-about-pic img{
width: 100%;
height: auto;
display: inline-block;
}
.about-bdr{
height: 5px;
background: #dec282;
margin: 90px 0 0 0;
}
.services-area{
padding: 100px 0 65px 0;
overflow: hidden;
background: #fcfcfc;
}
.heading-info{
padding: 0 0 60px 0;
overflow: hidden;
color: #FFF;
}
.heading-info h2{
font-size: 36px;
line-height: 40px;
color: #3b295c;
background: url(//www.il-money.com/wp-content/themes/hh-chambers/images/seperator-01.png) no-repeat right bottom;
padding: 0 0 35px 0;
}
.heading-info p{
padding: 30px 0 0 0;
}
.services-item{
width: 31.33%;
padding: 0 0 0 0;
margin: 0 0 35px 0;
}
.services-item-inner{
position: relative;
}
.services-thumbnail img{
width: 100%;
height: auto;
display: block;
}
.services-overlay{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.services-overlay-info{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.servives-title{
text-align: center;
color: #fff;
}
.servives-title h4{
font-size: 32px;
line-height: 38px;
color: #fff;
font-weight: 700;
padding: 10px;
}
.fulllink{
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
.contact-area{
padding: 100px 0 100px 0;
overflow: hidden;
background: url(//www.il-money.com/wp-content/themes/hh-chambers/images/contact-area-bg.png) no-repeat center center #1c1823;
}
.contact-area .heading-info h2{
background: url(//www.il-money.com/wp-content/themes/hh-chambers/images/seperator-01.png) no-repeat center bottom;
color: #fff;
}
.contact-form-list{
width: 32%;
margin: 0 0 30px 0;
}
.contact-form-list input{
font-size: 18px;
color: #34323b;
width: calc(100% - 70px);
height: 70px;
border: none;
background: #fff;
padding: 0 35px 0 35px;
border-radius: 5px;
}
.contact-form-list1{
width: 100%;
margin: 0 0 30px 0;
}
.contact-form-list1 input{
font-size: 18px;
color: #34323b;
width: calc(100% - 70px);
height: 70px;
border: none;
background: #fff;
padding: 0 35px 0 35px;
border-radius: 5px;
}
.contact-form-send input{
font-size: 20px;
color: #201535;
width: calc(100%);
height: 70px;
font-weight: 700;
text-align: center;
border: none;
background: #dec282;
padding: 0;
border-radius: 5px;
cursor: pointer;
}
.contact-form-send input:hover{
background: green;
color: #fff;
}
.testimonial-area{
padding: 90px 0 0 0;
overflow: hidden;
}
.testimonial-area .heading-info h2{
background: url(//www.il-money.com/wp-content/themes/hh-chambers/images/seperator-01.png) no-repeat center bottom;
}
.testimonial-content{
padding: 0 0 90px 0;
}
.testimonial-right{
width: 57%;
}
.testimonial-list{
padding: 0 0 25px 0;
overflow: hidden;
}
.testimonial-list-right{
width: 71%;
}
.testimonial-author-info{
text-align: left;
padding: 25px 0 0 0;
}
.testimonial-author-info h4{
font-size: 28px;
line-height: 30px;
color: #282828;
padding: 0 0 15px 0;
}
.testimonial-author-info span{
display: block;
font-size: 16px;
color: #8b8b8b;
font-weight: 700;
padding: 0 0 20px 0;
}
.testimonial-author-info p{
line-height: 28px;
padding: 0 0 0 0;
}
.testimonial-author-info p a{
font-size: 20px;
font-weight: 700;
color: #dec282;
text-decoration: none;
}
.testimonial-list-left{
width: 26%;
}
.testimonial-author-thumbnail img{
width: 100%;
height: auto;
display: inline-block;
}
.testimonial-left{
width: 40.5%;
}
.testimonial-info{
position: relative;
}
.testimonial-picture img{
width: 100%;
height: auto;
display: block;
}
.testimonial-picture-overlay{
position: absolute;
width: 100%;
bottom: 70px;
left: 0;
}
.testimonial-picture-overlay-info{
padding: 0 50px 0 50px;
color: #fff;
text-align: right;
}
.testimonial-picture-overlay-info span{
display: block;
font-size: 16px;
color: #838383;
padding: 0 0 15px 0;
}
.testimonial-picture-overlay-info h5{
font-size: 28px;
line-height: 28px;
padding: 0 0 10px 0;
}
.testimonial-picture-overlay-info h4{
font-size: 28px;
line-height: 28px;
padding: 0 0 20px 0;
}
.testimonial-picture-overlay-info p{
line-height: 25px;
}
.testimonial-picture-overlay-info a{
font-weight: 700;
font-size: 20px;
color: #fff;
text-decoration: none;
}
.testimonial-picture-overlay-info a:hover{
color: #dec282;
text-decoration: none;
}
.blog-area{
padding: 100px 0 100px 0;
overflow: hidden;
background:#efefef;
}
.blog-area .heading-info h2{
background: url(//www.il-money.com/wp-content/themes/hh-chambers/images/seperator-01.png) no-repeat center bottom;
}
.blog-item{
width: 31.8%;
margin: 0 0 20px 0;
}
.blog-item-inner{
background: #fff;
}
.blog-thumbnail img{
width: 100%;
height: auto;
display: block;
}
.blog-item-info{
padding: 40px;
position: relative;
}
.ribbon-icon{
position: absolute;
top: -20px;
left: 50px;
}
.blog-item-info h2{
font-size: 30px;
line-height: 34px;
color: #282828;
font-weight: 700;
padding: 0 0 35px 0;
}
.blog-item-info h2 a{
text-decoration: none;
color: #282828;
}
.blog-item-info h2 a:hover{
text-decoration: none;
color: #dec282;
}
.blog-item-info p{
font-weight: 300;
padding: 0 0 35px 0;
line-height: 25px;
}
.read-more a{
font-size: 20px;
font-weight: 700;
color: #dec282;
text-decoration: none;
padding: 0 0 0 35px;
background: url(//www.il-money.com/wp-content/themes/hh-chambers/images/arrow-01.png) no-repeat 0 11px;
}
.read-more a:hover{
color: #3b2a5c;
}
.blog-page-link{
text-align: center;
padding: 50px 0 0 0;
}
.blog-page-link a{
font-size: 24px;
font-weight: 600;
background: #dec282;
display: inline-block;
padding: 15px 85px 15px 85px;
color: #281945;
text-decoration: none;
position: relative;
}
.blog-page-link a:hover{
background: #281945;
color: #dec282;
}
.blog-page-link a::before{
content: "";
position: absolute;
left: 47px;
top: 28px;
width: 19px;
height: 9px;
background: url(//www.il-money.com/wp-content/themes/hh-chambers/images/arrow-02.png) no-repeat 0 0;
}
.footer-area{
background: #34323b;
padding: 70px 0 70px 0;
overflow: hidden;
color: #fff;
}
.footer-col-1{
width: 33%;
}
.footer-col-2{
width: 21%;
}
.footer-logo{
padding: 0 0 25px 0;
}
.footer-info p{
font-size: 16px;
font-weight: 300;
padding: 0 0 30px 0;
line-height: 25px;
}
.footer-contact-info{
padding: 0 0 0 0;
overflow: hidden;
}
.footer-contact-info ul li{
padding: 0 50px 10px 0;
font-size: 16px;
}
.footer-contact-info ul li:nth-child(1){
background: url(//www.il-money.com/wp-content/themes/hh-chambers/images/icon-02.png) no-repeat right 0;
}
.footer-contact-info ul li:nth-child(2){
background: url(//www.il-money.com/wp-content/themes/hh-chambers/images/icon-03.png) no-repeat right 2px;
}
.footer-contact-info ul li:nth-child(3){
background: url(//www.il-money.com/wp-content/themes/hh-chambers/images/icon-04.png) no-repeat right 4px;
}
.footer-contact-info ul li a{
color: #fff;
text-decoration: none;
}
.footer-contact-info ul li a:hover{
color: #dec282;
text-decoration: none;
}
.footer-link ul li{
padding: 9px 0 0 0;
}
.footer-link a{
color: #dec282;
text-decoration: none;
}
.footer-link a:hover{
color: #fff;
text-decoration: none;
}
.copyright-info{
text-align: center;
padding: 70px 0 0 0;
font-size: 14px;
}
.copyright-info a{
color: #fff;
text-decoration: none;
}
.copyright-info a:hover{
color: #dec282;
text-decoration: none;
} .page-banner-area{
padding: 0 0;
position: relative;
overflow: hidden;
border-bottom: 20px solid #dec282;
}
.page-banner-holder img{
width: 100%;
height: auto;
display: block;
}
.page-banner-overlay{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 111;
}
.page-overlay-info{
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
left: 0;
}
.page-overlay-content{
width: 100%;
}
.page-overlay-content-box{
background: #272128;
text-align: center;
padding: 60px 20px 60px 20px;
color: #fff;
max-width: 595px;
margin: 0 auto;
position: relative;
}
.page-overlay-content-box h2{
font-size: 55px;
line-height: 60px;
padding: 0 0 15px 0;
}
.box-bdr{
width: 180px;
height: 2px;
margin: 0 auto;
background: #b0924d;
}
.page-overlay-content-box p{
padding: 20px 0 0 0;
font-size: 20px;
line-height: 20px;
}
.top-left-cap{
position: absolute;
top: -5px;
left: -5px;
}
.top-right-cap{
position: absolute;
top: -5px;
right: -5px;
}
.default-page-area{
padding: 80px 0 80px 0;
overflow: hidden;
}
.default-left{
width: 62%;
}
.page-content{
color: #211536;
overflow: hidden;
}
.page-content h1{
font-size: 40px;
line-height: 50px;
color: #211536;
padding: 0 0 30px 0;
}
.page-content p{
line-height: 25px;
padding: 0 0 35px 0;
}
.page-content img{
width: auto;
max-width: 100%;
height: auto;
}
.post-tag{
padding: 0 0 30px 0;
overflow: hidden;
}
.post-tag ul li{
display: inline-block;
padding: 0 5px 0 0;
}
.post-tag ul{
background: url(//www.il-money.com/wp-content/themes/hh-chambers/images/icon-05.png) no-repeat right 5px;
padding: 0 25px 0 0;
}
.post-tag ul li{
background: url(//www.il-money.com/wp-content/themes/hh-chambers/images/icon-06.png) no-repeat right 15px;
}
.post-tag ul li a{
color: #97969a;
text-decoration: none;
}
.post-tag ul li a:hover{
color: #211536;
}
.post-tag ul li:first-child{
background: none;
}
.default-right{
width: 32%;
}
.sidebar-area{
padding: 0;
}
.resources-link{
margin: 0 0 40px 0;
padding: 40px 30px 40px 30px;
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
text-align: left;
}
.resources-link h4{
font-size: 24px;
line-height: 25px;
color: #b59a68;
padding: 0 0 25px 0;
background: url(//www.il-money.com/wp-content/themes/hh-chambers/images/seperator-02.png) no-repeat 0 bottom;
}
.resources-link ul li{
padding: 15px 0 15px 0;
font-size: 18px;
}
.resources-link ul li a{
color: #211536;
text-decoration: none;
}
.resources-link ul li a:hover{
color: #b59a68;
text-decoration: none;
}
.help-box{
background: #dec282;
padding: 55px 50px 55px 50px;
border:2px solid #fff;
color: #211536;
-webkit-box-shadow: 7px 19px 0px 1px rgba(210,210,210,0.62);
-moz-box-shadow: 7px 19px 0px 1px rgba(210,210,210,0.62);
box-shadow: 7px 19px 0px 1px rgba(210,210,210,0.62);
text-align: left;
direction: ltr;
}
.help-iocn{
width: 30%;
}
.help-info{
width: 65%;
}
.help-info h4{
font-size: 24px;
line-height: 24px;
color: #211536;
padding: 0 0 10px 0;
}
.help-info p{
font-size: 20px;
line-height: 20px;
color: #211536;
padding: 0 0 10px 0;
}
.inner-contact-form{
max-width: 1090px;
margin: 0 auto;
}
.half-width{
width: 48%;
}
.full-width{
width: 100%;
}
.wpcf7 .ajax-loader{
display: block !important;
}
.desktop-icons{
position: fixed;
top: 200px;
left: 0;
z-index: 999999;
}
.desktop-icons a{
background-color: green;
color: #fff;
font-size: 22px;
padding: 10px;
text-align: center;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
border: 5px solid;
margin: 0 0 10px 0;
display: block;
}
.mobile-icons{
display: none;
position: fixed;
bottom: 10px;
right: 10px;
width: 50px;
}
.mobile-icons img{
width: 100%;
height: auto;
display: inline-block;
max-width: 50px;
margin: 10px 0 0 0;
}
.desktop-icons .comma{
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: space-evenly;
}    
.desktop-icons .comma img{
width: 100%;
height: auto;
display: inline-block;
max-width: 30px;
} .accordion-container{
padding: 20px 0 0 0;
overflow: hidden;
}
.faqlist{
overflow:hidden;
margin:0 0 12px 0;
}
.faqlist h2{
padding:15px 75px 15px 15px;
color:#fff;
font-size:19px;
line-height: 20px;
font-weight: 300;
cursor:pointer;
background:url(//www.il-money.com/wp-content/themes/hh-chambers/images/bullet-icon-01.png) no-repeat 96% center #1a1f25;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.faqlist h2:hover{
color:#ff9000;
}
.faqcontent{
padding:10px 75px 10px 15px;
overflow:hidden;
display:none;
font-size:18px;
background: #1a1f25;
color: #fff;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.faqcontent p{
font-size: 16px;
line-height: 24px;
padding:0 0 10px 0;
}
.faqlist h2.active{
background:url(//www.il-money.com/wp-content/themes/hh-chambers/images/bullet-icon-02.png) no-repeat 96% center #363d47;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
} .author-block-area{
max-width: 100%;
margin-top: 40px;
padding: 25px;
border-radius: 5px;
box-shadow: -5px 4px 18px -1px rgba(0, 0, 0, 0.17);
overflow: hidden;
}
.author-box-right{
width: 20%;
float: right;
}
.author-thumb img{
border-radius: 50%;
display: inline-block;
width: 100%;
height: auto;
max-width: 190px;
}
.author-box-left{
float: left;
width: 77%;
}
.author-box-info{
overflow: hidden;
}
.author-box-info h2{
margin-bottom: 15px;
color: #0d3778;
font-size: 30px;
line-height: 40px;
font-weight: 700;
}
.author-box-info h3 {
margin-bottom: 0px;
color: #898989;
font-size: 16px;
line-height: 1.2em;
font-weight: 400;
}
.author-box-info p{
color: #333;
font-size: 20px;
line-height: 1.2em;
}
.author-box-info span{
color: #f8560f;
font-size: 20px;
line-height: 1.2em;
}