/*
Theme Name: Hebu
Theme URI: https://www.nilovelez.com/blank/
Author: Nilo Velez
Author URI: https://www.nilovelez.com/
Description: This theme was intentionally left blank. There are times when all you need is the WordPress dashboard and an blank frontend. You might be using the WordPress REST API as a backend for a mobile App or you might be a minimalism obsessed hipster. This is your theme.
Version: 3.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, custom-background, theme-options, translation-ready
Text Domain: intentionally-blank
Requires at least: 4.6
Tested up to: 6.0
Requires PHP: 5.6
*/
:root {
  --font-family: 'Roboto', serif;
  --primary: #155bd5;
  --primary-yellow: #ffef2c;
  --primary-dark: #00509D;
  --primary-light: #e2f1ff;
  --accent: #00d4d7;
  --accent-dark: #00bac1;
  --accent-light: #dff9f8;
  --success: #13d527;
  --success-dark: #00ae11;
  --success-light: #eafbe7;
  --secondary: #8f15d5;
  --secondary-dark: #6013c7;
  --secondary-light: #f4e5fa;
  --info: #15b2d5;
  --info-dark: #0f8ca8;
  --info-light: #e0f5fa;
  --caution: #dbbb25;
  --caution-dark: #d58f15;
  --caution-light: #fbf9e4;
  --error: #e6185e;
  --error-dark: #bf1257;
  --error-light: #fce4eb;
  --black: #1d1d1d;
  --dark-1: #2d2d2d;
  --dark-2: #4d4d4d;
  --dark-3: #6d6d6d;
  --gray-1: #8d8d8d;
  --gray-2: #adadad;
  --gray-3: #cdcdcd;
  --gray-4: #e0e0e0;
  --light-1: #efefef;
  --light-2: #f5f5f5;
  --light-3: #fafafa;
  --white: #ffffff;
  --gradient-1: linear-gradient(180deg, #155bd5 0%, #1c3ab6 100%);
  --gradient-2: linear-gradient(180deg, #155bd5 13.02%, #00d4d7 85.42%);
  --gradient-3: linear-gradient(180deg, #155bd5 0%, #8f15d5 100%);
  --gradient-4: linear-gradient(180deg, #155bd5 0%, #13d527 100%);
  --gradient-5: linear-gradient(180deg, #155bd5 0%, #15bbd5 100%);
  --gradient-6: linear-gradient(180deg, #155bd5 0%, #dbbb25 100%);
  --gradient-7: linear-gradient(180deg, #155bd5 0%, #e6185e 100%);
  --gradient-8: linear-gradient(180deg, #1c3ab6 0%, #00bac1 100%);
  --gradient-9: linear-gradient(180deg, #00d4d7 13.02%, #155bd5 85.42%);
  --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08),
    0px 0.5px 2px rgba(96, 97, 112, 0.16);
  --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04),
    0px 2px 4px rgba(96, 97, 112, 0.16);
  --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04),
    0px 4px 8px rgba(96, 97, 112, 0.16);
  --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04),
    0px 8px 16px rgba(96, 97, 112, 0.16);
  --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04),
    0px 16px 24px rgba(96, 97, 112, 0.16);
  --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08),
    0px 20px 32px rgba(96, 97, 112, 0.24);
}
body {
  font-family: var(--font-family);
  color: var(--black);
    line-height: 1.5em;
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
}

a {
  display: inline-block;
  color:var(--primary-dark);
}

a,
button,
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}
a:hover{
    color:#000
}
ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
html, .root {
  font-size: 18px;
  line-height: 27px;
}
body, .article {
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  margin: auto;
}
h1, .h1 {
  font-size: 4.11111111em;
  line-height: 1.09459459em;
  margin-top: 0.36486486em;
  margin-bottom: 0.72972972em;
}
h2, .h2 {
  font-size: 2.55555556em;
  line-height: 1.17391304em;
  margin-top: 0.58695652em;
  margin-bottom: 0.58695652em;
}
h3, .h3 {
  font-size: 1.61111111em;
  line-height: 1.86206897em;
  margin-top: 0.93103448em;
  margin-bottom: 0em;
}
h4, .h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0em;
}
h5, .h5 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0em;
}
p, ul, ol, pre, table, blockquote {
  margin-top: 0em;
  margin-bottom: 1.5em;
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0em;
  margin-bottom: 0em;
}

/* Let's make sure all's aligned */
hr, .hr {
  border: 1px solid;
  margin: -1px 0;
}
sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

.text-small {
  font-size: 0.875em;
  line-height: 1.5;
}

.text-lg {
  font-size: 1.15em;
  line-height: 1.5;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.btn,.wpcf7-form input[type="submit"] {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.wpcf7-form input[type="submit"]{
border-radius: 50px;
}
.btn:hover {
  color: inherit;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn.btn-lg {
  font-size: 1.15em;
  padding: 16px 24px;
}
.btn.btn-sm {
  padding: 8px 16px;
}
.btn.square {
  border-radius: 0px;
}
.btn.semi-rounded {
  border-radius: 12px;
}
.btn.rounded-full {
  border-radius: 50px;
}
.btn.icon-left span,
.btn.icon-left i {
  margin-right: 8px;
}
.btn.icon-right span,
.btn.icon-right i {
  margin-left: 8px;
}
.btn.icon-btn {
  width: 48px;
  height: 48px;
  padding: 0;
  line-height: 48px;
}
.btn.icon-btn.btn-lg {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.btn.icon-btn.btn-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/*# sourceMappingURL=starter.css.map */

.header {
    position:fixed;
    width: 100%;
    top: 0;
    z-index: 201;
    color: #000;
    transition: all 1s;
}
.topbar {
    background: #e3e3e3;
    text-align: right;
    text-transform: uppercase;
    display: none;
    letter-spacing: .96px;
    padding: 0.25rem 0;
}
.topbar ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.topbar ul li {
    display: inline-block;
    padding: 0.5rem 1.5rem;
}
.menubar {
    background: #000;
    text-align: right;
    height: 4rem;
    width: 100%;
}
.menubar__container {
    position: relative;
}
.justify-content-end {
    justify-content: flex-end!important;
}
.d-flex {
    display: flex!important;
}
.menubar__logo {
    display: block;
    margin-right: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.menubar__logo img{
    width: 160px;
  transition: all .35s ease-in-out;
}
.fixed .menubar__logo img {
    width: 60px;
    margin-top: 5px;
}
.navigation__burger {
    display: none;
}
.navigation__burger {
    height: 4rem;
}
.navigation__menu {
    display: block;
    position: relative;
    top: auto;
    width: auto;
    left: 0;
    letter-spacing: .96px;
    font-size: 16px;
    padding-top: 0;
}
.menubar__logo a {
    display: block;
    background: #000;
    text-decoration: none;
    height: 100%;
}
.menubar .icon-logo {
    display: none;
    color: #ffef28;
    font-size: 2.5rem;
    margin-top: 5px;
}
.navigation__burger button {
    position: relative;
    border: 0;
    height: 100%;
    width: 3.875rem;
    padding: 0;
    margin: 0;
    background: 0;
    top: 0;
}
.navigation__burger button span {
    position: absolute;
    display: block;
    width: 1.875rem;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    transition: all .3s ease-out;
}
.navigation__burger button span:first-child {
    transform: translate(0,-10px);
}
.navigation__burger button span:last-child {
    transform: translate(0,10px);
}
.navigation__menu>ul {
    background: 0 0;
}
.navigation__menu>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.navigation__menu>ul>li {
    display: inline-block;
    border: 0;
}
.navigation__menu>ul>li {
    position: relative;
    padding: 0;
}
.navigation__menu>ul>li>.link, .navigation__menu>ul>li>a {
    display: block;
    cursor: pointer;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 0.8rem 0;
    position: relative;
    text-decoration: none;
}
.navigation__menu>ul>li>.link, .navigation__menu>ul>li>a {
    padding: 1.5rem 2.25rem;
}
.navigation__menu>ul>li ul {
    display: none;
    margin: 0.375rem auto 1rem;
    padding: 2rem 0 1rem;
    list-style: none;
    font-size: 1rem;
}
.navigation__menu>ul>li ul {
    position: absolute;
    background: rgba(0,0,0,.5);
    margin: 0;
    padding: 2rem 0 1rem;
}
.navigation__menu>ul>li ul {
    padding-left: 0;
    min-width: 100%;
    background-color: #ffef2c;
    margin-top: -8px;
    padding-top: 1rem;
}
.navigation__menu>ul>li ul>li>a {
    color: #000;
    text-decoration: none;
}
.navigation__menu>ul>li ul>li:hover {
    background-color: #000;
}
.navigation__menu>ul>li ul>li:hover a {
    color:#ffef2c
}
.navigation__menu>ul>li ul li {
    margin-bottom: 0.25rem;
    position: relative;
    padding: 5px 25px;
}
.has-sub:hover ul{
    display:block
}
body .section, body>section {
    padding-bottom: 6rem;
}
.services-two,.services-one{
    margin-bottom:0
}

body>section.slider-small{
    padding-bottom:0
}
.stage {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100vh;
    border-bottom: 10px solid #ffef28;
}
.layout-default .stage {
    background-position: right 80px;
    background-color: #ccc;
}
.stage:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
}
.layout-default .stage__content {
    top: 54%;
}
.stage__next {
    position: absolute;
    bottom: 5%;
    left: auto;
    right: 2%;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: .7rem;
    background: #ffef28;
    border-radius: 100px;
    padding-top: 15px;
}
.stage__content{
    position: absolute;
    top: 54%;
    left: 0;
    right: 0;
    text-align: left;
    text-transform: uppercase;
}
.center{
    text-align:center
}



/* ===== Buttons Css ===== */
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn,.wp-element-button {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.wp-element-button:hover,.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .active.primary-btn, .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn:hover, .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .active.primary-btn-outline, .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline:hover, .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}
.carousel-inner:after{
    content:" ";
    position:absolute;
    height:10px;
    width:100%;
    background-color: var(--primary-yellow);
    position: absolute;
  content: "";
  bottom: 0;
  left:0
}
/*===== SLIDER ONE =====*/
.slider-one .bd-example .carousel .carousel-inner .carousel-item {
  height: 100vh;
  padding: 300px 0;
  position: relative;
  background-size: cover;
}
.slider-one.slider_page .bd-example .carousel .carousel-inner .carousel-item {
  height: 50vh;
  padding: 300px 0;
  position: relative;
  background-size: cover;
}
.slider-small .bd-example .carousel .carousel-inner .carousel-item {
    height: 50vh;
    padding: 200px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-one .bd-example .carousel .carousel-inner .carousel-item {
    padding: 200px 0;
  }
}
@media (max-width: 767px) {
  .slider-one .bd-example .carousel .carousel-inner .carousel-item {
    padding: 150px 0;
  }
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .slider-one .bd-example .carousel .carousel-inner .carousel-item {
    min-height: 500px;
  }
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
  font-size: 44px;
  font-weight: 700;
  color: var(--white);
  line-height: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .text {
  color: var(--white);
  display: block;
  margin: 20px 0;
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
  display: inline-block;
  margin: 16px 8px 0;
}
@media (max-width: 767px) {
  .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
    margin: 16px 3px 0;
  }
}
.card-image{
    max-height:200px
}
.primary-btn {
    background-color: var(--primary-yellow);
    color: var(--black);
}
.primary-btn:hover {
  background-color: var(--black);
  color: var(--primary-yellow);
}
.primary-btn-outline {
  border-color: #FFF;
  color: #FFF;
}
.primary-btn-outline:hover {
  border-color: transparent;
  background-color: #FFF;
  color: var(--primary);
}
.slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
  top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 1px solid #FFF;
    font-size: 20px;
    color: #FFF;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    left: 30px;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    text-decoration: none;
}
.slider-one .bd-example .carousel .carousel-control-prev:hover, .slider-one .bd-example .carousel .carousel-control-next:hover {
  background-color: var(--primary-yellow);
  color: var(--black);
  border-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
    left: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
    left: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.slider-one .bd-example .carousel .carousel-control-next {
  right: 30px;
  left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-one .bd-example .carousel .carousel-control-next {
    right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-one .bd-example .carousel .carousel-control-next {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .slider-one .bd-example .carousel .carousel-control-next {
    right: 20px;
  }
}
.slider-one .bd-example .carousel .carousel-indicators {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-one .bd-example .carousel .carousel-indicators {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .slider-one .bd-example .carousel .carousel-indicators {
    margin-bottom: 30px;
  }
}
.slider-one .bd-example .carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #FFF;
  border-radius: 50px;
  border: 0;
  margin: 0px 5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.slider-one .bd-example .carousel .carousel-indicators li.active {
  width: 20px;
  background-color: #FFF;
  border-radius: 5px;
}
.slider-one .bd-example .carousel .carousel-indicators li:hover {
  opacity: 1;
}

/*# sourceMappingURL=slider-01.css.map */
.section-title-one,.card-area{
    background-color: var(--light-3);
}
/*===========================
  about-01 css
===========================*/
.about-one .about-title {
  margin-bottom: 20px;
}
.about-one .single-about-items {
  margin-top: 30px;
  padding: 25px 25px 0 25px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: var(--shadow-2);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
      height: 100%;
}
.about-one .single-about-items:hover {
  box-shadow: var(--shadow-4);
}
.about-one .single-about-items::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 80px;
  width: 50px;
  border: 1px solid var(--primary);
  border-radius: 0 0 0 30px;
  right: -1px;
  top: -1px;
  opacity: 0.1;
}
.about-one .single-about-items::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  border: 1px solid var(--primary);
  border-radius: 50px;
  right: 60px;
  top: 10px;
  opacity: 0.1;
}
.about-one .single-about-items .items-icon {
    width: 70px;
    height: 70px;
    line-height: 85px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--white);
    color: yellow;
    box-shadow: var(--shadow-2);
    background-color: #000;
}
.about-one .single-about-items .items-icon i {
  font-size: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one .single-about-items .items-icon {
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .about-one .single-about-items .items-icon {
    max-width: 80px;
  }
}
.about-one .single-about-items .items-content {
  margin-top: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-one .single-about-items .items-content {
    padding-right: 35px;
  }
}
.about-one .single-about-items .items-content .items-title {
  color: var(--black);
  margin-bottom: 15px;
  font-weight: 600;
}
.about-one .single-about-items .items-content .text {
  color: var(--dark-3);
}
.about-area.about-one .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.about-area.about-one .row .col-md-3{
    display: flex;
    flex-direction: column;
}
.about-area.about-one .row .col-md-3 .single-about-items{
    height: 100%;
}
/*# sourceMappingURL=about-01.css.map */
/* ===== Buttons Css ===== */
.card-style-two .card-content .card-btn .primary-btn,.wpcf7-form input[type="submit"] {
    background: #ffef2c;
    color: #000;
    box-shadow: var(--shadow-2);
}
.wpcf7-form input[type="submit"]:hover,.card-style-two .card-content .card-btn .active.primary-btn, .card-style-two .card-content .card-btn .primary-btn:hover, .card-style-two .card-content .card-btn .primary-btn:focus {
      background: #000;
    color: #ffef2c;
    box-shadow: var(--shadow-4);;
}
.card-style-two .card-content .card-btn .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.card-style-two {
  box-shadow: var(--shadow-1);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.card-image {
    max-height: 200px;
    display: flex;
}
.card-style-two:hover {
  box-shadow: var(--shadow-4);
}
.card-style-two .card-image img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    align-self: center;
}
.card-style-two .card-content {
  padding: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .card-style-two .card-content {
    padding: 14px;
    padding-left: 5px;
  }
}
.card-style-two .card-content .card-title {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: bold;
}
.card-style-two .card-content .card-title a {
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.card-style-two .card-content .card-title a:hover {
  color: var(--black);
}
.card-style-two .card-content .text {
  color: var(--dark-3);
  margin-top: 8px;
}
.card-style-two .card-content .card-btn {
    margin-top: 24px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .card-style-two .card-content .card-btn {
    margin-top: 16px;
  }
}

/*# sourceMappingURL=card-02.css.map */
/*===========================
  services css 
===========================*/
.services-one {
  position: relative;
  background-color: var(--light-2);
  padding-top: 120px;
  padding-bottom: 120px;
}
.services-one .section-title {
  padding-bottom: 10px;
}
.services-one .section-title .title {
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  color: var(--black);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .services-one .section-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.services-one .section-title p {
  color: var(--dark-3);
}
.services-one .services-content {
  margin-top: 40px;
  display: inline-block;
}
.services-one .services-content .services-icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 12px;
  background-color: var(--black);
  color: var(--primary-yellow);
  font-size: 50px;
  float: left;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-one .services-content .services-icon span{
    font-size: 40px;
}
.services-one .services-content:hover .services-icon {
  background-color: var(--primary-yellow);
  color: var(--black);
}
.services-one .services-content .media-body {
  padding-left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services-one .services-content .media-body {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .services-one .services-content .media-body {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-one .services-content .media-body {
    padding-left: 0px;
    padding-top: 0;
  }
}
.services-one .services-content .media-body .services-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: var(--black);
  margin-top: 0;
}
.single-service p{
        margin-top: 10px;
    margin-bottom: 0;
    min-height: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-one .services-content .media-body .services-title {
    font-size: 22px;
  }
}
.services-one .services-content .media-body .text {
  color: var(--dark-3);
  margin-top: 8px;
}
.services-one .services-image {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services-one .services-image {
    width: 35%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-one .services-image {
    width: 34%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-one .services-image {
    position: relative;
    width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .services-one .services-image {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 16px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-one .services-image {
    position: relative;
    width: 540px;
    margin: 0 auto;
  }
}
.services-one .services-image .image {
  max-width: 400px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-one .services-image .image {
    margin: 0 auto;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .services-one .services-image .image {
    margin: 0 auto;
    padding-top: 50px;
  }
}
.services-one .services-image .image img {
  width: 100%;
}

/*# sourceMappingURL=service-01.css.map */
/*===========================
  services css 
===========================*/
.services-two {
  position: relative;
  background-color: var(--white);
  padding: 100px 0;
  /* Section Title Six */
}
.services-two .section-title-six {
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-two .section-title-six {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .services-two .section-title-six {
    margin-bottom: 35px;
  }
}
.services-two .section-title-six h3 {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  color: var(--primary);
  text-transform: capitalize;
  position: relative;
  line-height: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-two .section-title-six h3 {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .services-two .section-title-six h3 {
    font-size: 15px;
    margin-bottom: 14px;
  }
}
.services-two .section-title-six h3::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 15px;
  background-color: var(--primary);
  border-radius: 8px;
}
.services-two .section-title-six h3::after {
  position: absolute;
  content: "";
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 15px;
  background-color: var(--primary);
  border-radius: 8px;
}
.services-two .section-title-six h2 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-two .section-title-six h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .services-two .section-title-six h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.services-two .section-title-six p {
  color: var(--dark-3);
}
.services-two .single-service {
  padding: 35px;
  border-radius: 8px;
  box-shadow: var(--shadow-2);
  background-color: var(--white);
  margin-top: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  overflow: hidden;
  z-index: 2;
}
.services-two .single-service .shape {
  position: absolute;
  left: -30px;
  top: -17px;
  height: 60px;
  width: auto;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.services-two .single-service .shape2 {
  position: absolute;
  right: -30px;
  bottom: -17px;
  height: 60px;
  width: auto;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.services-two .single-service:hover .shape {
  left: 0;
}
.services-two .single-service:hover .shape2 {
  right: 0;
}
.services-two .single-service:hover {
  box-shadow: var(--shadow-4);
}
.services-two .single-service .serial {
  font-size: 50px;
  font-weight: 700;
  color: #f4f4f4;
  position: absolute;
  right: 25px;
  top: 18px;
  z-index: -1;
}
.services-two .single-service .service-icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  border-radius: 8px;
    background-color: var(--black);
    color: var(--primary-yellow);
    font-size: 50px;
    float: left;
    margin-right: 20px;
    text-align:center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services-two .single-service .service-icon span{
        font-size: 30px;
}
.services-two .single-service:hover .service-icon {
  background-color: var(--primary-yellow);
  color: var(--black);
  box-shadow: var(--shadow-4);
}
.services-two .single-service h3 {
font-size: 22px;
    font-weight: 600;
    margin-top: -10px;
    min-height: 80px;
}
.services-two .single-service a {
  margin-top: 20px;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}
.services-two .single-service a i {
  font-size: 22px;
  margin-left: 12px;
  position: relative;
  top: 3px;
}
.services-two .single-service a.primary-btn {
    background: #ffef2c;
    color: #000;
    box-shadow: var(--shadow-2);
}
.services-two .single-service:hover a {
  background-color: var(--black);
  color: var(--primary-yellow);
  box-shadow: var(--shadow-4);
}
/*# sourceMappingURL=service-02.css.map */

/*===== FOOTER ONE =====*/
.footer-one {
  background-color: var(--light-2);
}
.footer-one .footer-logo {
  margin-top: 30px;
}
.footer-one .footer-widget {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-one .footer-widget {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .footer-one .footer-widget {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.footer-one .footer-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--black);
  position: relative;
}
.footer-one .footer-app-store {
  padding-top: 22px;
}
.footer-one .footer-app-store .download-title {
  font-size: 15px;
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  color: var(--dark-1);
}
.footer-one .footer-app-store li {
  display: inline-block;
  margin-right: 8px;
}
.footer-one .footer-app-store li img {
  max-width: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-one .footer-app-store li {
    margin-right: 6px;
  }
}
.footer-one .footer-app-store li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .footer-one .footer-app-store li {
    width: 120px;
    display: block;
    margin-bottom: 10px;
  }
  .footer-one .footer-app-store li:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-one .footer-app-store li {
    width: auto;
  }
}
.footer-one .footer-app-store li a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.footer-one .footer-app-store li a:hover {
  box-shadow: var(--shadow-4);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.footer-one .f-about .text {
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {

}
.footer-one .footer-link {
  margin-top: 30px;
}
.footer-one .footer-link ul {
  margin-top: 8px;
}
.footer-one .footer-link ul a {
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-3);
  margin-top: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .footer-one .footer-link ul a {
    margin-top: 12px;
  }
}
.footer-one .footer-link ul a:hover {
  color: var(--black);
}
.footer-one .footer-contact {
  margin-top: 30px;
}
.footer-one .footer-contact ul {
  margin-top: 24px;
}
.footer-one .footer-contact ul li {
  display: block;
  margin-top: 15px;
  position: relative;
  color: var(--dark-3);
      font-size: 0.7rem;
}
.footer-one .footer-contact ul li:first-child {
  margin: 0;
}
.footer-one .footer-contact ul li i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 4px;
}
.footer-one .footer-copyright {
  border-top: 1px solid var(--gray-4);
}
.footer-one .copyright {
  padding-bottom: 23px;
  padding-top: 13px;
}
.footer-one .copyright .text {
  color: var(--dark-3);
  margin-top: 10px;
}
.footer-one .social {
  margin-top: 10px;
}
.footer-one .social li {
  display: inline-block;
  margin-right: 15px;
}
.footer-one .social li:last-child {
  margin-right: 0;
}
.footer-one .social li a {
  font-size: 18px;
  color: var(--dark-3);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-one .social li a:hover {
  color: var(--primary);
}




@media (max-width: 1200px) {
  .navigation__menu>ul>li>.link, .navigation__menu>ul>li>a {
        padding: 1.9rem 1.25rem;
    }
    body .section, body>section {
    padding-bottom: 2rem;
}
.about-one .single-about-items .items-content .items-title {
    font-size: 0.9em;
}
.about-one .single-about-items .items-content .text {
    font-size: 0.8em;
}
.services-one {
    padding-top: 0px;
    padding-bottom: 60px;
}
.services-one .services-content .media-body .text {
    font-size: 0.9em;
}
.services-two {
    padding: 30px 0;
}
.services-two .section-title-six {
    margin-bottom: 0;
}
}

@media (max-width: 992px) {
    .menubar__logo img {
        width: 60px;
        margin-top: 5px;
    }
    .navigation__menu>ul>li>.link, .navigation__menu>ul>li>a {
        padding: 1.9rem 0.75rem;
    }
    .services-one .services-image {
        display:none
    }
}
@media (max-width: 769px) {
    .navigation__burger {
    display: block;
    margin-right: auto;
    position: absolute;
    top: 0;
    right: 0;
}
.navigation__menu {
    display: none;
    width: 100%;
    background: #000;
    top: 72px;
    height: 85vh;
    overflow-y: scroll;
}
.card-image {
    max-height: 150px;
    display: flex;
    overflow: hidden;
}
.reverse_order>div:last-child{
    order:-1
}
.services-one .services-content {
    width: 100%;
}
.slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
top: 73%;
}
.navigation__menu>ul>li {
    position: relative;
}
.navigation__menu>ul>li>.link, .navigation__menu>ul>li>a {
    padding: 0.9rem 0.75rem;
}
.navigation__menu>ul>li ul {
    position: inherit;
}
.navigation__menu>ul>li {
    display: block;
}
.navigation__menu>ul>li ul>li>a {
    line-height: initial;
}
.menubar .container{
    
}
}
/*===== BLOG STYLE ONE =====*/
.blog-style-one {
  margin-top: 50px;
}
.blog-style-one .blog-image {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.blog-style-one .blog-image .category {
  background-color: var(--primary);
  color: var(--white);
  font-size: 13px;
  padding: 7px 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 30px;
}
.blog-style-one .blog-image img {
  width: 100%;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.blog-style-one .blog-image:hover img {
  -webkit-transform: rotate(1deg) scale(1.1);
  -moz-transform: rotate(1deg) scale(1.1);
  -ms-transform: rotate(1deg) scale(1.1);
  -o-transform: rotate(1deg) scale(1.1);
  transform: rotate(1deg) scale(1.1);
}
.blog-style-one .blog-content {
  padding: 30px;
  border: 1px solid var(--light-1);
  border-radius: 0 0 8px 8px;
  border-top: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-style-one .blog-content {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .blog-style-one .blog-content {
    padding: 20px;
  }
}
.blog-style-one .blog-content .blog-title {
  display: block;
  margin-bottom: 10px;
}
.blog-style-one .blog-content .blog-title a {
  font-weight: 600;
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 30px;
}
@media (max-width: 767px) {
  .blog-style-one .blog-content .blog-title a {
    line-height: 24px;
  }
}
.blog-style-one .blog-content .blog-title a:hover {
  color: var(--primary);
}
.blog-style-one .blog-content span {
  font-size: 14px;
  line-height: 20px;
  color: var(--dark-3);
  margin-top: 8px;
  margin-right: 12px;
  display: inline-block;
}
.blog-style-one .blog-content .text {
  color: var(--dark-3);
  margin-top: 16px;
}
.blog-style-one .blog-content .more {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary);
  margin-top: 30px;
  display: inline-block;
}
.blog-style-one .blog-content .more:hover {
  color: var(--primary-dark);
}

/*# sourceMappingURL=blog-01.css.map */
/* ===== Buttons Css ===== */
.blog-style-two .blog-content .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.blog-style-two .blog-content .active.primary-btn-outline, .blog-style-two .blog-content .primary-btn-outline:hover, .blog-style-two .blog-content .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.blog-style-two .blog-content .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*===== BLOG STYLE TWO =====*/
.blog-style-two {
  margin-top: 50px;
  box-shadow: 0px 0px 30px var(--gray-4);
  border-radius: 8px;
  overflow: hidden;
}
.blog-style-two .blog-image img {
  width: 100%;
}
.blog-style-two .blog-content {
  padding: 35px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-style-two .blog-content {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .blog-style-two .blog-content {
    padding: 20px;
  }
}
.blog-style-two .blog-content .blog-title {
  display: block;
  margin-bottom: 8px;
}
.blog-style-two .blog-content .blog-title a {
  font-weight: 600;
  line-height: 30px;
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-style-two .blog-content .blog-title a:hover {
  color: var(--primary);
}
.blog-style-two .blog-content span {
  font-size: 14px;
  line-height: 20px;
  color: var(--dark-3);
  margin-top: 8px;
  margin-right: 10px;
  display: inline-block;
}
.blog-style-two .blog-content .text {
  color: var(--dark-3);
  margin-top: 16px;
}
.blog-style-two .blog-content .primary-btn-outline {
  margin-top: 25px;
}

/*# sourceMappingURL=blog-02.css.map */
.blog p{
    font-size: 18px;
    line-height: 34px;
}

/*===========================
  teams css 
===========================*/
.team-style-one {
  position: relative;
  margin-top: 30px;
  box-shadow: var(--shadow-2);
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.team-style-one:hover {
  box-shadow: var(--shadow-4);
}
.team-style-one .team-image img {
  width: 100%;
}
.team-style-one .team-content {
  padding: 20px 15px;
  width: 100%;
  background-color: var(--white);
}
.team-style-one .team-content .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-style-one .team-content .name {
    font-size: 20px;
  }
}
.team-style-one .team-content .sub-title {
  font-size: 15px;
  line-height: 24px;
  color: var(--dark-3);
  margin-top: 2px;
  display: block;
}
.team-style-one .team-content .social {
  margin-top: 12px;
}
.team-style-one .team-content .social li {
  display: inline-block;
  margin: 0 4px;
}
.team-style-one .team-content .social li a {
  font-size: 16px;
  color: var(--gray-1);
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid var(--gray-4);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.team-style-one .team-content .social li a:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: transparent;
}

/*# sourceMappingURL=team-01.css.map */
.page_text_title{
        font-size: 2em;
    border-bottom: 3px solid #ffef2c;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.content ul{
    
}
.content ul>li{
        position: relative;
    display: block;
    padding-left: 20px;
}
.content ul>li:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #00509D;
    border-radius: 50%;
    top: 11px;
    left: 4px;
}
.wpcf7-form label{
    width:100%
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea,
.wpcf7-form select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
    max-height: 710px;
    min-height: 300px;
}
.wp-block-embed figcaption {
    margin-bottom: 1em;
    margin-top: 0;
    font-size: 0.8em;
}
.page-id-12 .content p{
    text-align: justify;
}
.page-id-18 .wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 5px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.367em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}
.page-id-20 ol{
        list-style-type: initial;
}
.elementor-widget-container ul{
    
}
.elementor-widget-container ul li span{
    color: #00509D;
    position: relative;
    margin-top: -5px;
    margin-right: 16px;
    font-size: 35px;
}
.elementor-widget-container ul li{
    color:#7a7a7a;
    padding: 10px 0px 10px 0;
}
.elementor-widget-heading .elementor-heading-title{
    color:#00509D !important
}
.page-template-page-landing .content ul>li:before{
    display:none
}
.page-id-3 .content ul, .page-id-3 .content ol {
    list-style-type: auto;
    padding-left: 20px;
}
.wpcf7-form-control.wpcf7-acceptance{
        display: block;
}
.wpcf7-list-item {
    margin: 0 !important;
}
.single h2 {
    font-size: 1.655556em;
}