/**
 * Theme Name: Rida Kamal
 * Version: 1.0.0
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: Rida Kamal theme
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: ridakamal.com
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 15, 2026 */


@font-face {
    font-family: 'figtreeblack';
    src: url('assets/fonts/figtree-black-webfont.woff2') format('woff2'),
         url('assets/fonts/figtree-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'figtreebold';
    src: url('assets/fonts/figtree-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/figtree-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'figtreeextra_bold';
    src: url('assets/fonts/figtree-extrabold-webfont.woff2') format('woff2'),
         url('assets/fonts/figtree-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'figtreelight';
    src: url('assets/fonts/figtree-light-webfont.woff2') format('woff2'),
         url('assets/fonts/figtree-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'figtreemedium';
    src: url('assets/fonts/figtree-medium-webfont.woff2') format('woff2'),
         url('assets/fonts/figtree-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'figtreeregular';
    src: url('assets/fonts/figtree-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/figtree-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.v-align {
    margin-top: auto;
    margin-bottom: auto;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*background-color: #000;*/
    /*background-size: 100% auto;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151515+0,2989d8+50,563b49+51,ff955e+100 */
    /*background: linear-gradient(to bottom,  #151515 0%,#2989d8 50%,#563b49 51%,#ff955e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */*/
    position: relative;
}
.body-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    background: url("assets/img/bankaool-bg-main.webp") no-repeat left top;
    background-size: cover;
}
header {
    padding: 20px 0;
}
header .navbar-toggler {
    display: none;
}
header .hamburger .hamburger-inner,
header .hamburger .hamburger-inner::after,
header .hamburger .hamburger-inner::before {
      background-color: #fff; 
}
header .navbar-brand img {
    max-width: 180px;
    height: auto;
}
header .navbar-collapse .nav-menu {
    margin-left: auto;
    margin-right: auto; 
    font-family: 'figtreemedium', Arial, sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: rgb(199, 251, 86);
}
header .navbar-collapse .nav-menu .menu-item {
    padding: 0 20px;
}
header .navbar-collapse .nav-menu .menu-item .nav-link {
    color: #fff;
}
header .navbar-collapse .nav-menu .menu-item:hover .nav-link,
header .navbar-collapse .nav-menu .menu-item:focus .nav-link,
header .navbar-collapse .nav-menu .menu-item:active .nav-link {
    color: rgb(199, 251, 86);
}
.main-intro {
    padding: 50px 0;
}
.main-intro h1 {
    font-family: 'figtreemedium', Arial, sans-serif;
    font-size: 55px;
    line-height: 62px;
    color: #fff;
    margin: 0 0 25px;
    text-align: center;
}
.main-intro p {
    font-family: 'figtreeregular', Arial, sans-serif;
    font-size: 27px;
    line-height: 41px;
    color: #fff;
    margin: 0;
    text-align: center;
}
.main-image {
    padding: 20px 0;
}
.main-image img {
    wifth: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 20px;
}
.featured-in {
    padding: 25px 0;
    text-align: center;
}
.featured-in h2 {
  font-family: figtreebold, Arial, sans-serif;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: rgb(51, 51, 51);
  margin: 0 0 15px;
}
.featured-in p {
    font-family: figtreeregular, Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: rgb(51, 51, 51);
    margin: 0 0 25px;
}
.featured-in .inner-box {
    background-color: #151515;
    filter: drop-shadow(11px 9px 11px #2d70ff00);
    background-image: linear-gradient(80deg, #0000 30%, #006dfe66);
    border-radius: 20px;
    padding: 15px;
}
.featured-in .inner-box img {
    width: 100%;
    height: auto;
    max-width: 200px;
    margin: 0 0 25px;
}
.featured-in .row {
    justify-content: center;
}
.btn-styled {
    position: relative;
    padding-left: 0;
    padding-right: 55px;
}
.btn-styled .text {
    display: inline-block;
    border-radius: 20px;
    padding: 16px 25px;
    background-color:#fff;
    font-family: figtreemedium, Arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: rgb(21, 21, 21);
}
.btn-styled .svg {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px #fff solid;
    text-align: center;
    position: relative;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.btn-styled .svg svg{
    width: 25px;
    height: auto;
    color: #fff;
    fill: #fff;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main-btn {
    padding: 20px 0;
}
.main-btn .btn-main {
    font-family: 'figtreebold', Arial, sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    background-color: #ff7139;
    border: 1px #ff7139 solid;
    border-radius: 25px;
    padding: 12px 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.main-btn .btn-main:hover,
.main-btn .btn-main:focus,
.main-btn .btn-main:active {
    background-color: #fff;
    color: #ff7139;
}
.content {
    padding: 20px 0;
}
.content .inner-content {
    background-color: rgb(21,21,21);
    padding: 20px;
    border-radius: 20px;;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-family: figtreebold, Arial, sans-serif;
    color: rgb(199, 251, 86);
    margin: 0 0 20px;
}
.content h1 {
    font-size: 50px;
    line-height: 60px;
}
.content h2 {
    font-size: 46px;
    line-height: 56px;
}
.content h3 {
    font-size: 42px;
    line-height: 52px;
}
.content h4 {
    font-size: 38px;
    line-height: 48px;
}
.content h5 {
    font-size: 34px;
    line-height: 44px;
}
.content h6 {
    font-size: 30px;
    line-height: 40px;
}
.content p {
    font-family: figtreeregular, Arial, sans-serif;
    color: rgb(199, 251, 86);
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 25px;
}
.our-news {
    padding: 25px 0;
}
.our-news h2 {
    font-family: figtreebold, Arial, sans-serif;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: rgb(51, 51, 51);
    margin: 0;
}
.our-news p {
    font-family: figtreeregular, Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: rgb(51, 51, 51);
    margin: 0 0 25px;
}
.our-news .inner-box {
    min-height: 444px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.our-news .inner-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    filter: brightness(50%);
    z-index: 1;
}
.our-news .inner-box .info-area {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    padding: 20px;
}
.our-news .inner-box .info-area h3 {
    font-family: figtreemedium, Arial, sans-serif;
    font-size: 23px;
    line-height: 26px;
    text-align: left;
    color: #fff;
    margin: 0 0 20px;
}
.wpb-posts-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  align-items: center;
  max-width: 1200px;
  margin: 25px auto; }
  .wpb-posts-nav a {
    display: grid;
    grid-gap: 20px;
    align-items: center;
    color: #3a5160;
    text-decoration: none; }
  .wpb-posts-nav h4 {
    color: #282828; }
  .wpb-posts-nav h4,
  .wpb-posts-nav strong {
    margin: 0;
    font-family: "Poppins-Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px; }
  .wpb-posts-nav strong {
    color: #000; }
  .wpb-posts-nav a svg {
    display: inline-block;
    margin: 0;
    vertical-align: middle; }

.wpb-posts-nav > div:nth-child(1) a {
  grid-template-columns: 100px 1fr;
  text-align: left; }

.wpb-posts-nav > div:nth-child(2) a {
  grid-template-columns: 1fr 100px;
  text-align: right; }

.wpb-posts-nav__thumbnail {
  display: block;
  margin: 0; }

.wpb-posts-nav__thumbnail img {
  border-radius: 5px;
  width: 100%;
  height: auto; }
footer {
    background-color: #0f0f0f;
    padding: 20px 0;
}
footer p {
    font-family: figtreeregular, Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    margin: 0 0 15px;
}
footer ul {
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    margin: 0;
}
footer ul li a {
    color: #fff;
}
footer ul li:hover a,
footer ul li:focus a,
footer ul li:active a {
    color: rgb(199, 251, 86);
}
.blog {
    /*background-image: radial-gradient(circle farthest-corner at 100% 0%, #ff8540a3, #fff0 27%), radial-gradient(circle farthest-corner at 50% 0%, var(--base-color-brand--pink-light), #fff0 50%), radial-gradient(circle farthest-corner at 0% 0%, #c7fb56b3, #fff0 31%);*/
}
.blog .inner-banner {
    background-color: #1c1a1b;
    padding: 40px 0;
    text-align: center;
    margin: 0 0 30px;
}
.blog .inner-banner h1 {
    font-family: 'figtreemedium', Arial, sans-serif;
    font-size: 47px;
    line-height: 52px;
    color: #fff;
    margin: 0;
}
.blog .inner-banner nav {
    background-color: transparent;
    text-align: center;
}
.blog .inner-banner nav ol {
    font-family: figtreemedium, Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    background-color: transparent;
    text-align: center;
    justify-content: center;
    margin: 0;
}
.blog .inner-banner nav ol li {
    color: #fff;
}
.blog .inner-banner nav ol li a {
    color: rgb(199, 251, 86);
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.blog-posts {
    padding: 40px 0;
}
.blog-posts .inner-box {
    margin: 0 0 30px;
    position: relative;
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.blog-posts .inner-box:hover,
.blog-posts .inner-box:focus,
.blog-posts .inner-box:active {
    transform: scale(1.05);
}
.blog-posts .inner-box .link {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.blog-posts .inner-box .img-wrapper {
    position: relative;
    margin: 0 0 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    border-radius: 20px;
}
.blog-posts .inner-box .img-wrapper span {
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: #83a1ff;
    padding: 8px 20px;
    font-family: figtreemedium, Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: rgb(21, 21, 21);
    border-radius: 20px;
}
.blog-posts .inner-box img {
    border-radius: 20px;
    width: 100%;
    height: auto;
}
.blog-posts .inner-box .blog-post-meta {
    font-family: 'figtreemedium', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    color: rgb(51, 51, 51);
    border: 1px solid rgb(51, 51, 51);
    border-radius: 2rem;
    justify-content: space-between;
    align-items: center;
    padding: .2rem 1rem;
    font-weight: 600;
    display: flex;
    margin: 0 0 10px;
}
.blog-posts .inner-box .blog-post-meta .text-block {
    flex: 0 auto;
}
.blog-posts .inner-box h3 {
    font-family: 'figtreebold', Arial, sans-serif;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    color: rgb(51, 51, 51);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.pagination {
    padding: 30px 0;
    text-align: center;
}
.pagination .page-numbers {
    display: inline-block;
    font-family: 'figtreemedium', Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    border: 1px solid #000;
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-radius: 13px;
    padding: 9px 18px;
    font-weight: 500;
    text-decoration: none;
    background-color: #fff;
    margin: 0 10px;
}
.pagination .page-numbers.current {
    border-color: rgb(199, 251, 86);
    background-color: rgb(199, 251, 86);
}
.single .inner-banner {
    background-color: #1c1a1b;
    padding: 40px 0;
    text-align: center;
    margin: 0 0 30px;
}
.single .inner-banner img {
    border-radius: 20px;
    width: 100%;
    height: auto;
}
.single .inner-banner nav ol {
    font-family: figtreemedium, Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    background-color: transparent;
    text-align: center;
    justify-content: center;
    margin: 0;
}
.single .inner-banner nav ol li {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single .inner-banner nav ol li a {
    color: rgb(199, 251, 86);
}
.single .inner-banner h1 {
    font-family: 'figtreemedium', Arial, sans-serif;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin: 0;
}
.single .inner-banner .blog-post-meta {
    font-family: 'figtreemedium', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2rem;
    justify-content: space-between;
    align-items: center;
    padding: 3px 16px;
    font-weight: 600;
    display: flex;
    color: #fff;
    margin: 0 0 10px;
}
.single .inner-banner .category {
    display: inline-block;
    background-color: #83a1ff;
    padding: 8px 20px;
    font-family: figtreemedium, Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: rgb(21, 21, 21);
    border-radius: 20px;
    margin: 0 0 15px;
}
.single .inner-banner ul {
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
}
.single .inner-banner ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.single .inner-banner  ul li:hover a, 
.single .inner-banner  ul li:focus a, 
.single .inner-banner  ul li:active a {
    color: rgb(199, 251, 86);
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-family: figtreebold, Arial, sans-serif;
    color: #000;
    margin: 0 0 15px;
}
article h1 {
    font-size: 40px;
    line-height: 52px;
}
article h2 {
    font-size: 36px;
    line-height: 48px;
}
article h3 {
    font-size: 32px;
    line-height: 41px;
}
article h4 {
    font-size: 28px;
    line-height: 36px;
}
article h5 {
    font-size: 24px;
    line-height: 31px;
}
article h6 {
    font-size: 20px;
    line-height: 27px;
}
article p,
article ul,
article table,
article ol,
article blockquote {
    font-family: figtreeregular, Arial, sans-serif;
    font-size: 20px;
    line-height: 29px;
    color: #000;
    margin: 0 0 15px;
}
article .inner-content {
    padding: 50px 15px;
    background-color: #fff;
    display: flex;
}
aside .toc-widget {
    /*position: sticky;*/
    top: 100px; /* ajustează după header */
    padding: 15px;
    background-color: #000;
}
aside .aside-wrapper {
    height: 100%;
}
aside .toc-widget h3 {
    font-family: figtreebold, Arial, sans-serif;
    font-size: 23px;
    line-height: 30px;
    color: #fff;
    margin: 0 0 20px;
}
aside .toc-widget ul {
    font-family: figtreeregular, Arial, sans-serif;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
}
aside .toc-widget ul li {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 10px;
}
aside .toc-widget ul li.h2 {
    font-size: 20px;
    line-height: 27px;
}
aside .toc-widget ul li.h3 {
    font-size: 16px;
    line-height: 12px;
}
aside .toc-widget ul li a {
    color: #fff;
}
aside .toc-widget ul a.active {
    color: rgb(199, 251, 86);
}

aside .widget {
  margin: 0 0 20px; 
  padding: 20px 15px;
  background-color: #f6f6f6;}
  aside .widget .widget-title {
    font-family: figtreebold, Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #000;
    margin: 0 0 15px; }
  aside .widget form {
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
    aside .widget form .wp-block-search__inside-wrapper {
      position: relative; }
    aside .widget form label {
      font-family: figtreeregular, Arial, sans-serif;
      font-size: 19px;
      line-height: 25px;
      color: #000;
      margin: 0 0 15px; }
    aside .widget form input {
      font-family: figtreeregular, Arial, sans-serif;
      font-size: 16px;
      line-height: 16px;
      padding: 12px 40px;
      border: 1px #000 solid;
      border-radius: 30px;
      background-color: transparent !important;
      -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.5) !important;
      -ms-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.5) !important;
      box-shadow: 0 3px 25px rgba(0, 0, 0, 0.5) !important; }
    aside .widget form button[type="submit"] {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      border: none;
      background-color: transparent;
      text-indent: -999px;
      text-align: left;
      overflow: hidden;
      width: 50px;
      margin: 0;
      display: inline-block;
      z-index: 9999; }
      aside .widget form button[type="submit"]:after {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        font-family: "Font Awesome 7 Free";
        content: "\f002";
        display: inline-block;
        color: #000;
        line-height: 46px;
        font-weight: 900;
        text-indent: 0;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  aside .widget .wp-block-latest-posts li {
    margin: 0 0 10px;
    overflow: hidden; }
    aside .widget .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
      float: left;
      margin-right: 5px; }
      aside .widget .wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
        width: 100%;
        max-width: 100px;
        height: auto; }
    aside .widget .wp-block-latest-posts li .wp-block-latest-posts__post-title {
      font-family: figtreeregular, Arial, sans-serif;
      font-size: 16px;
      line-height: 23px;
      color: #000; }
  aside .widget h3 {
    font-family: figtreebold, Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #000;
    margin: 0 ; }
  aside .widget .wp-block-categories-list {
    list-style: inside;
    padding-left: 0;
    font-family: figtreeregular, Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #000; 
    margin: 0}
    aside .widget .wp-block-categories-list li {
      margin-bottom: 5px; }
      aside .widget .wp-block-categories-list li a {
        color: #000;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      aside .widget .wp-block-categories-list li:hover a, aside .widget .wp-block-categories-list li:focus a, aside .widget .wp-block-categories-list li:active a {
        color: #f69420;
        text-decoration: none; }
.contact-area {
	padding: 50px 0;
}
.contact-area h2 {
	font-family: figtreebold, Arial, sans-serif;
  	font-size: 36px;
  	line-height: 43px;
  	text-align: center;
  	color: rgb(51, 51, 51);
  	margin: 0 0 15px;
}
.contact-area .wpcf7 form {
	width: 100%;	
}
.contact-area p {
	font-family: figtreeregular, Arial, sans-serif;
  	font-size: 20px;
  	line-height: 27px;
  	text-align: center;
  	color: rgb(51, 51, 51);
  	margin: 0 0 25px;
}
.contact-area .wpcf7 form input,
.contact-area .wpcf7 form textarea {
	width: 100%;
	margin: 0 0 30px;
	padding: 8px;
	font-family: figtreeregular, Arial, sans-serif;
  	font-size: 18px;
  	line-height: 18px;
  	color: rgb(51, 51, 51);
	border: 1px rgb(51, 51, 51) solid;
}
.contact-area .wpcf7 form input[type="submit"] {
	width: auto;
	margin: 0;
	font-family: 'figtreebold', Arial, sans-serif;
	font-size: 18px;
	line-height: 27px;
	color: #fff;
	background-color: #ff7139;
	border: 1px #ff7139 solid;
	border-radius: 25px;
	padding: 12px 30px;
	cursor: hand;
	cursor: pointer;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.contact-area .wpcf7 form input[type="submit"]:hover,
.contact-area .wpcf7 form input[type="submit"]:focus,
.contact-area .wpcf7 form input[type="submit"]:active {
    background-color: #fff;
    color: #ff7139;	
}
.contact-area .wpcf7 form .wpcf7-spinner {
	display: none;
}
@media (max-width: 1200px) {
    header .navbar-toggler {
        display: block;
    }
    header {
        padding: 15px 0;
    }
    header .navbar-collapse .nav-menu {
        text-align: center;
    }
    .main-intro {
        padding: 35px 0;
    }
    .main-intro h1 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 20px;
    }
    .main-intro p {
        font-size: 25px;
        line-height: 34px;
    }
    .main-btn {
        padding: 15px 0;
    }
    .featured-in {
        padding: 20px 0;
    }
    .our-news {
        padding: 20px 0;
    }
    .blog .inner-banner {
        padding: 30px 0;
        margin: 0 0 20px;
    }
    .blog-posts {
        padding: 20px 0;
    }
    .pagination {
        padding: 15px 0;
    }
}
@media (max-width: 992px) {

    header {
        padding: 15px 0;
    }
    header .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .main-intro {
        padding: 20px 0;
    }
    .featured-in .inner-box {
        margin: 0 0 15px;
    }
    .featured-in .inner-box img {
        margin: 0 15px 0 0;
    }
    .featured-in .col-lg-4:last-child .inner-box {
        margin: 0;
    }
    .our-news .inner-box .info-area h3 {
        text-align: center;
    }
    .our-news .inner-box {
        margin: 0 0 15px;
        text-align: center;
    }
    .blog .inner-banner {
        padding: 15px 0;
        margin: 0 0 15px;
    }
    .blog-posts .inner-box {
        margin: 0 0 20px;
    }
    .pagination {
        padding: 10px 0;
    }
    .pagination .page-numbers {
        padding: 5px 15px;
    }
    .single .inner-banner h1 {
        font-size: 30px;
        line-height: 39px;
    }
    article .inner-content {
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    header {
        padding: 10px 0;
    }
    .blog .inner-banner h1 {
        font-size: 30px;
        line-height: 39px;
    }
    .main-intro h1 {
        font-size: 30px;
        line-height: 39px;
        margin: 0 0 10px;
    }
    .main-intro p {
        font-size: 20px;
        line-height: 29px;
    }
    .blog .inner-banner {
        padding: 10px 0;
    }
    .main-intro {
        padding: 10px 0;
    }
    .featured-in .inner-box img {
        margin: 10px 15px;
    }
    .wpb-posts-nav {
        display: block;
        grid-template-columns: unset; }
    .wpb-posts-nav .left-post {
        margin-bottom: 15px; }
    .single .inner-banner {
        padding: 20px 0;
        margin: 0 0 10px;
    }
    .single .inner-banner h1 {
        font-size: 27px;
        line-height: 35px;
    }
    article h1 {
        font-size: 30px;
        line-height: 39px;
    }
    article h2 {
        font-size: 28px;
        line-height: 36px;
    }
    article h3 {
        font-size: 26px;
        line-height: 34px;
    }
    article h4 {
        font-size: 24px;
        line-height: 31px;
    }
    article h5 {
        font-size: 22px;
        line-height: 29px;
    }
    article h6 {
        font-size: 20px;
        line-height: 27px;
    }
    article p, article ul, article table, article ol, article blockquote {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 10px;
    }
}