/*
Theme Name: Finance Child
Theme URI: https://finance.themesawesome.com
Author: Themes Awesome
Author URI: https://www.themesawesome.com
Template: finance
Description: Finance is Financial and Business WordPress Theme
Tags: custom-colors, custom-menu, featured-images, theme-options
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: finance-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/
body {
  font-size: 16px;
}
.excerpt,
.footer-widget .widget_block p,
.wp-block-column p {
  text-align: justify;
}
#main-wrapper {
  overflow: hidden;
}
.wpcf7-textarea {
  max-height: 95px;
}
.blog-section .blog-item .post-content-wrap {
  padding: 25px;
}
.footer-widget .widget_block p {
  color: #ffffff;
  margin-bottom: 0;
}
.socialbox-widget {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.client-item.carousel-slide {
  padding: 20px;
}

.scope-field-ar {
  display: none;
}
body.rtl .scope-field-en {
  display: none;
}
body.rtl .scope-field-ar {
  display: block;
}
.top-header ul li p span.heading {
  font-weight: 600;
}
.top-header {
  padding: 15px 0;
}
.top-header .info {
  padding-top: 38px;
}
.top-header .image-logo {
  max-height: 85px;
  margin: 0 auto;
}
.foot-copyright {
  text-align: center;
}
.contact-page .contact-form .form h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.contact-page .contact-details {
  display: flex;
  flex-direction: column-reverse;
}
.contact-page .contact-details .title-section {
  margin-top: 20px;
}
.team-member {
  margin-bottom: 25px;
}
.team-name {
  padding: 13px 10px 9px;
  min-height: 99px;
}
.team-img img {
  /* max-height: 260px; */
  /* object-fit: cover; */
}
.team-member p.job {
  font-size: 12px;
  font-weight: 500;
}
.post-title {
  font-size: 18px;
}

.alliances {
  padding: 80px 0;
}
.section-title {
  margin-top: 0;
  margin-bottom: 35px;
}
.alliance-item {
  text-align: center;
}
.alliance-item img {
  margin: 0 auto;
}
.alliance-item .alliance-post-wrap {
  padding: 25px;
  transition: all 0.5s ease 0s;
}
.alliance-item:hover .alliance-post-wrap {
  -webkit-box-shadow: 0px 0px 30px 5px rgb(153 153 153 / 15%);
  -moz-box-shadow: 0px 0px 30px 5px rgba(153, 153, 153, 0.15);
  box-shadow: 0px 0px 30px 5px rgb(153 153 153 / 15%);
}

.section-item {
  text-align: center;
  margin-bottom: 25px;
}

.section-item img {
  margin: 0 auto;
}
.section-item .section-post-wrap {
  background: #fff;
  padding: 25px;
  transition: all 0.5s ease 0s;
}
.section-item:hover .section-post-wrap {
  -webkit-box-shadow: 0px 0px 30px 5px rgb(153 153 153 / 15%);
  -moz-box-shadow: 0px 0px 30px 5px rgba(153, 153, 153, 0.15);
  box-shadow: 0px 0px 30px 5px rgb(153 153 153 / 15%);
}
.section-item .title {
  margin-bottom: 0;
}

.sections {
  padding: 80px 0;
  background-color: #f2f2f2;
}
.sections .section-header {
  margin-bottom: 20px;
}
.grid-form form p.name {
  margin-left: 2px;
  margin-right: auto;
}
.grid-form form p.name,
.grid-form form p.email {
  width: 49%;
  display: inline-block;
}
.grid-form h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

.grid-form form p.submit {
  margin: 0;
}

.grid-form form p.submit input {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  border: 2px solid #2d348f;
  background-color: #2d348f;
}

.grid-form form p.submit input:hover {
  border: 2px solid #060b63;
  background-color: #060b63;
}
.header-multi-languages {
  float: left;
  height: 63px;
  line-height: 60px;
}
.header-multi-languages,
.header-multi-languages ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.header-multi-languages .item-lang a {
  display: flex;
  align-items: center;
}
.header-multi-languages .item-lang a > img {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .header-multi-languages {
    position: relative;
    top: 25px;
    margin-right: 12px;
  }
  #header .right-section {
    padding-right: 0;
  }
}

#slide-buttons {
  width: 28px;
}
input[type="file"] {
  display: block;
  height: auto;
  padding: 15px;
}

@media (min-width: 782px) {
  .wp-block-columns {
    align-items: center;
  }
}

.wp-block-group h2 {
  position: relative;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.wp-block-group h2:after {
  content: "";
  background-image: url(./img/section-title.png);
  position: absolute;
  bottom: 0;
  height: 3px;
  background-size: 50px;
  width: 80px;
  background-repeat: no-repeat;
  left: 0;
}
.wp-block-group__inner-container {
  padding: 60px 15px;
  max-width: 1080px;
  margin: 0 auto;
}

.wp-block-image {
  padding: 0 10%;
  margin-bottom: 0 !important;
}

.wp-block-image:not(.is-style-rounded) img {
  box-shadow: 0 30px 100px #0000002b;
}
.wp-block-image figure {
  margin-bottom: 0 !important;
}
@media (max-width: 599px) {
  .wp-block-group__inner-container {
    padding: 30px 15px;
  }
  .wp-block-column:not(:last-child) {
    margin-bottom: 30px;
  }
  .wp-block-image {
    padding: 0;
  }
}

.wp-block-group h2.has-text-align-center:after {
  right: 50%;
  transform: translateX(50%);
  left: auto;
}
.socialbox-widget {
  margin-bottom: 25px;
}
.socialbox-widget ul li {
  margin-top: 0;
}
.socialbox-widget ul li a {
  display: block;
}

.counter-value::before {
  content: "+";
}
p {
  margin: 0 0 20px;
}

.contact-author-details > div {
  display: inline-block;
  width: 49%;
  padding-right: 15px;
}
.counter-text .counter-title {
  font-size: 12px;
}

element.style {
}

.main-menu > ul > li:hover > a,
.main-menu > ul > li.current_page_item > a {
  opacity: 0.7;
}
.main-menu > ul > li > a:first-child {
  padding-left: 0;
}
.main-menu > ul > li > a {
  color: #222222;
}
a,
.main-menu > ul > li > a,
.counter-value,
.counter-text .counter-title,
.top-header ul li p span,
.quote-link a,
.top-header ul li p span.heading,
.main-menu ul ul li a,
.c-menu--slide-right ul.menus li a,
.form-submit .submit,
.button {
  font-family: "Tajawal", sans-serif;
}
.main-menu > ul > li > a {
  padding: 0 25px;
  font-size: 15px;
}
.main-menu > ul > li > a:first-child {
  padding-right: 0;
  padding-left: 25px;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 35px;
  height: 35px;
  color: #fff !important;
  background-color: #060b63 !important;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}

.top-header .logo-image {
  max-width: 100%;
}

.c-menu--slide-right > ul li {
  float: none;
  padding: 10px 20px;
}
.c-menu--slide-right > ul .quote-link a {
  display: block;
  width: 100%;
  text-align: center;
}
.main-menu > ul > .quote-link {
  display: none;
}

.c-menu--slide-right .header-multi-languages {
  float: none;
  height: auto;
  line-height: initial;
  margin: 0;
  position: unset;
  display: block !important;
}

.c-menu--slide-right .header-multi-languages .sub-menu {
  display: block;
  overflow: auto;
  max-height: initial;
  padding: 0;
}
.c-menu--slide-right .header-multi-languages .item-lang {
  padding: 0;
}

.c-menu--slide-right .header-multi-languages .item-lang a > img {
  margin-right: 5px;
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .top-bar {
    display: none;
  }
  .c-menu--slide-right {
    padding-top: 25px;
    
    overflow: auto;
  }
  #header .right-section .header-multi-languages {
    display: none;
  }
  #header .site-header .navigation {
    top: 0;
  }
  #slide-buttons {
    top: 50%;
    transform: translateY(20px);
  }
  .logo-image {
    max-width: 180px !important;
  }
 .top-header .logo p{
    text-align: unset!important;
  }
}

.testi-author-img {
  border-color: #e1e1e1 !important;
  background-color: #fff;
  width: 120px !important;
}
.testi-author-img img {
  height: 120px !important;
  object-fit: contain;
}
.testimonial-content .testimonial-text {
  padding-top: 60px;
}

.alliance-item img {
  max-width: 150px;
}

.top-header ul li i {
  font-size: 30px;
}
.top-header ul li p span {
  font-size: 13px;
}

 .widget-footer.widget_nav_menu ul li { 
    width: 100%;
    float: none;
    font-size: 13px; 
}
.footer-widget h2 {
    position: relative; 
    font-size: 22px; 
}

.the-clients .owl-item img{display:block;width:100%;max-height: 120px;object-fit: contain;}


.wpcf7 .field-ar {
  display: none!important;
}
body.rtl .wpcf7  .field-en {
  display: none!important;
}

body.rtl .wpcf7  .field-ar { 
  display: block!important;
}

body.rtl .wpcf7  .field-ar.name
body.rtl .wpcf7  .field-ar.email { 
  display: inline-block!important;
}

.wp-block-gallery.columns-4.is-cropped img{ 
object-fit: contain;
}
.chaty-widget.chaty-widget-show .i-trigger .i-trigger-close{
  display: none;
}

.testimonial-text i {
    font-size: 50px; 
}
.widget-footer .contact-section a{
  color: #fff;
}