/*
Green code: #198754
Orange code: #FD7E14
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

:root {
  scroll-behavior: smooth;
}




header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



body {
  font-family: "Open Sans", sans-serif;
  background: #f6f9ff;
  color: #233e62;
}

a {
  text-decoration: none;
}

a:hover {
  color: #717ff5 !important;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

/*ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul {
  margin-bottom: 0px;
}*/

p {
  /* font-size: 15px; */
}

img {
  overflow: hidden;
}

.text-justify {
  text-align: justify;
}
/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #ffaa00;
  color: #fff;
}

::-moz-selection {
  background: #ffaa00;
  color: #fff;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.app-org{
  color:  #f9a410 !important;
}
.app-org-bg{
  background:  #f9a410 !important;
}
.navbar-brand img{
    height: 50px;
}
/* Styles for mobile devices */
@media (max-width: 767px) {
  .navbar-brand img{
    height: 40px;
  }
}

@media (min-width: 768px) {
  /* Styles for tablets, laptops, desktops, etc. */
}


 .navbar .nav-link {
    display: block;
    font-weight: 500;
    /*font-size: 15px;*/
    color: #2a2a2a;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
    color: #233e62;
  }

.navbar .nav-link.active {
  /*color: #FD7E14 !important;*/
  color:  #ea5400 !important;
}

#main {
  margin-top: 70px;
}

.hero{
  /*background: #198754;*/
  /*background: #FD7E14;*/
  background: #ea5400;
}

.hero{
    display: block;
    color: #fff;
  /*background-image: linear-gradient(45deg,#ea5400,#f17834e8);*/
}
.hero-title{
    font-family: "Audiowide", sans-serif;
    font-size: 35px;
}

.max-width-1080 {
  width: 80%;
 /* max-width: 1080px; */
  margin: auto;
    margin-bottom: auto;
  position: relative;
}

.max-width-1080 p{
  font-size: 18px !important;
  line-height: 30px !important;
}
.pb_text_wrap{
  margin: 10px 0px;
}
.pb_image_wrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.pb_image_wrap img {
  width: 100%;
  max-height: 430px;
}



.section {
  overflow: hidden;
  background: #fff;
}

.heading {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
}

.heading em {
  font-style: normal;
  /*color: #FD7E14;*/
  color: #ea5400;
}

.sm-heading {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 15px;
}

.p-15-30 {
  /*  
  font-size: 15px;
  line-height: 20px;
  */
  color: #233e62;
}


.services {
  display: block;
  width: 100%;
  position: relative;
  background: #f0f9fd;
  padding: 20px 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  margin-bottom: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  border-radius: 8px;
  color: #233e62;
}

.services::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #fff transparent transparent;
}

.services.active {
  background: #198754;
  color: #FFF;
}

.services .media-body h3 {
  font-weight: 600;
  font-size: 22px;
  
}

.services .bi{
  font-size: 60px;
}


#services .services:hover{
  background: #198754;
  color: #FFF;
}


#featured .left {
  text-align: right;
}

#featured .list-wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

#featured .icon {
  width: 150px;
  text-align: center;
  height: 100px;
  border-radius: 50%;
}

#featured .icon i{
  font-size: 55px;
  color:  #198754;
}

.list-center-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
}

.center-icon {
  width: 100%;
  text-align: center;
}

.center-icon img {
  width: 100%;
  border-radius: 20px;
  opacity: 0.9;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 10px;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color:  #025add;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.call-to-action {
  /*background: #FD7E14;*/
  background: #ea5400;
  padding: 60px 0px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  /*background-image: linear-gradient(45deg,#ea5400,#f17834e8);*/
}

.call-to-action .mto-btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 48px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #198754;
  background: #FFFFFF;
  text-decoration: none;
}

.contact-info h6 {
  font-size: 20px;
  margin-bottom: 7px;
  text-transform: capitalize;
  color: #ea5400;
}

.contact-info p {
  font-size: 14px;
  margin-bottom: 7px;
  font-weight: 500;
}

.contact-form button[type="submit"] {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  border: 0;
}

.contact-form .iti {
  width: 100%;
}


/* footer css */

.footer-section {
  padding: 60px 0;
  border-radius: 0px;
  position: relative;
}

.footer-section::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 0;
  opacity: 0.8;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 350px;
}

.footer-widget-heading h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
}
.footer-social-icon span {
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-content .list {
  padding-left: 0;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.footer-widget ul li a {
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #b9b9b9;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
  color: #222222;
  outline: none;
}
.subscribe-form button {
  position: absolute;
  right: -3px;
  background: transparent;
  border: 0;
  top: -9px;
}

.subscribe-form button i {
  color: #198754;
  font-size: 3rem;
  transform: rotate(-6deg);
}


.postfooter {
  color: #ffffff;
}

.postfooter a{
  font-size: 12px;
  color: #ffffff;
}
.footer-text--copyright{
  position: relative;
  top: 5px;
}
.footer-text--copyright a{
  color: #025add;
  font-size: 14px;
}

/* services*/
.page-header {
  padding: 100px 0 60px 0;
  min-height: 20vh;
  background: url(../images/banners/panorama-banner-startup-company-employee-planning-user-interface-prototype-mobile-application-website-office-ux-ui-designer-brainstorm-user-friendly-interface-plan-synergic.jpg) center bottom;
    background-size: auto;
  background-size: cover;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}

.page-header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg,#000000, #000000);
  z-index: 0;
  opacity: 0.4;
}

.page-header h2 {
  font-family: "Audiowide", sans-serif;
  color: #ffffff;
}
.page-header p {
  color: #ffffff;
}

/* tes*/
.testimonials .testimonial-wrap {
  padding-left: 10px;
}

.testimonials .testimonial-item .info-box {
  min-width: 276px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}

/* about us */
.markdown h3:first-child {
  margin-top: 0;
}

.markdown h3 {
  font-weight: 600;
  margin-bottom: .5rem;
  margin-top: 1rem;
}

.markdown h4 {
  font-weight: 600;
  margin-bottom: .5rem;
  margin-top: 1rem;
  font-size: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: .6em;
  margin-top: 1.6em;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-bottom: 1.25em;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: .375em;
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-bottom: .5em;
  margin-top: .5em;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

/* blogs */
.recent-posts article {
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
  border-radius: 8px;
}

.recent-posts .post-category {
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 22px;
  padding: 0;
  margin: 0 0 20px 0;
}

.recent-posts .title a {
  color: #025add;
  transition: 0.3s;
  text-decoration: none;
}

.recent-posts .post-author {
  margin-bottom: 5px;
  color: var(--text-color);
}
.recent-posts .post-date {
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 0;
}

.blog-page{
  background-color: #ffffff;
}

.fill-btn {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  border: 0;
  transition: 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.search-form {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  margin-bottom: 30px;
  border: 0;
}

.search-form input {
  width: 100%;
  padding: 14px 28px;
  background: #ffffff;
  border: none;
  color: #393838;
  outline: none;
}

.search-form button {
  position: absolute;
  right: 0;
  padding: 16px 20px;
  border: none;
  top: 0px;
  color: #ffffff;
  background: linear-gradient(45deg, #025add, #0c6de0);
  outline: none;
}

.rem175 {
    font-size: 1.75rem !important;
}
.rem15 {
    font-size: 1.5rem !important;
}

.rem125 {
    font-size: 1.25rem !important;
}

