/*
1-Icons
2-Wpcore (WordPress Core Csss)
3-Base (main)
4-responsive
*/
/* = Icons
-------------------------------------------------------------- */
.icon-right {
  background: url("../images/icon/icon-right.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-left: 40px;
}

.icon-git {
  background: url("../images/icon/icon-git.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding-right: 30px;
}

.icon-pages {
  background: url("../images/icon/icon-pages.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 48px;
  vertical-align: middle;
  margin-right: 10px;
}

.icon-envelope {
  background: url("../images/icon/icon-envelope.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 64px;
  height: 64px;
}

.icon-forum {
  background: url("../images/icon/icon-forum.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 64px;
  height: 60px;
}

.icon-folder {
  background: url("../images/icon/icon-folder.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 64px;
  height: 58px;
}

.icon-info {
  background: url("../images/icon/icon-info.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 47px;
  height: 47px;
}

.icon-adn {
  background: url("../images/icon/icon-adn.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 24px;
}

/* =Transition
-------------------------------------------------------------- */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

body {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  height: 100%;
  line-height: 1.5;
  padding-right: 0 !important;
}

a {
  text-decoration: none;
  outline: 0 none;
}

ul {
  padding: 0;
}

h1 {
  font-size: 38px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #43484d;
}

h2 {
  font-size: 30px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #43484d;
}

p {
  line-height: 24px;
  color: #000;
  font-size: 16px;
}

.btn-success {
  background-color: #ffbc45;
  border: medium none;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 25px;
}

.btn-default {
  font-size: 18px;
  border-radius: 5px;
  border: 2px solid #e1e8ee;
  color: #43484d;
  padding: 15px 30px;
}

.btn-default:hover {
  background: #fffad6 none repeat scroll 0 0;
  border: 2px solid #fffad6;
  transition: background-color 500ms ease-out 0.2s;
}

.section-title,
h2.section-title {
  font-size: 38px;
  font-weight: 300;
  color: #43484d;
}

.section-subtitle {
  font-size: 22px;
  font-weight: 100;
  line-height: 32px;
  color: #5e6977;
  width: 55%;
  margin: 20px auto 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-70 {
  padding-top: 70px;
}

.py-20 {
  padding: 20px 0;
}
.py-40 {
  padding: 40px 0;
}
.py-60 {
  padding: 60px 40px;
}
.px-20 {
  padding: 0 20px;
}
.px-40 {
  padding: 0 40px;
}
.px-60 {
  padding: 0 60px;
}
.py-60 h2 {
  line-height: 40px;
  padding-bottom: 15px;
}
.py-60 p {
  line-height: 23px;
  padding-bottom: 25px;
}

/* The main banner container */
.trusted-by-banner {
  background-color: #314a6a; /* A dark blue similar to the image */
  color: white;
  padding: 40px 20px;
}

/* Styling for the "Trusted by" text */
.trust-text {
  font-size: 1.7rem;
  line-height: 1.4;
  margin: 0;
  flex-shrink: 0;
  color: white;
  float: left;
}

/* Container for the company logos */
.logos-container {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Aligns logos to the right */
  flex-wrap: wrap;
  gap: 50px; /* Space between each logo */
  flex-grow: 1; /* Allows the logo container to fill available space */
}

/* Styling for each logo image */
.logos-container img {
  height: 45px; /* Sets a consistent height for all logos */
  max-width: 140px;
  object-fit: contain;
  /* This filter trick turns any black SVG into white */
  filter: brightness(0) invert(1);
}

/* Responsive design for screens smaller than 860px */
@media (max-width: 860px) {
  .banner-content {
    flex-direction: column; /* Stacks the text and logos vertically */
    text-align: center;
  }
  .logos-container {
    justify-content: center; /* Centers the logos */
  }
}
.h4,
h4 {
  font-size: 23px;
  font-weight: bold;
}
/***************************** Header ****************************/
.hero {
  /* background: url("../images/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; */
  background-color: #314a6a; /* A dark blue similar to the image */
  color: white;
}

.clientlogos {
  padding: 35px 0;
  background-color: #fff7af;
  white-space: nowrap;
  overflow: auto;
}

.navbar {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #ffffff26;
}
.navbar .brand img {
  padding-top: 11px;
}
.navbar li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px;
}
.navbar li a:hover,
.navbar li a:focus {
  background-color: transparent;
  color: #ffbc44;
  text-decoration: none;
  outline: medium none;
}
.navbar .nav-btn {
  padding: 7px 27px !important;
  border-radius: 3px;
  margin-top: 8px;
  color: black;
}
.navbar .nav-btn:hover {
  color: #000000;
  background: #ffef5e;
  opacity: 0.9;
}

.masthead .container .tag {
  background: #264265;
  font-size: 13px;
  border-radius: 100px;
  padding: 7px 12px;
  text-align: center;
  margin-bottom: 20px;
  display: block;
  width: 131px;
  color: #fff;
}
.masthead .container .options {
  border-radius: 8px;
  width: 465px;
  overflow: hidden;
  background-color: #274265;
  padding: 15px 20px 4px 20px;
}
.masthead .container .options > div span.heading {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  display: block;
  margin-bottom: 8px;
  text-align: left;
}
.masthead .container .options > div p {
  display: inline-block;
  max-width: 300px;
  margin-bottom: 0;
  padding-top: 0px;
  float: left;
  font-size: 15px;
  line-height: normal;
  color: #9eb6d7;
}
a.cta {
  background: #ffbc46;
  color: #000;
  text-transform: uppercase;
  margin-right: 0;
  padding: 10px 10px 11px;
  margin-top: 0;
  border-radius: 994px;
  font-size: 13px;
  position: relative;
  top: -14px;
  width: 110px;
}

.navbar-toggle {
  background: transparent none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  float: right;
  font-size: 31px;
  margin-right: 15px;
  margin-top: -15px;
  position: relative;
}

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}

.masthead {
  padding: 30px 0 60px 0;
  text-align: center;
}
.masthead h1 {
  color: #fff;
  text-align: left;
  font-weight: bold;
  margin: 10px 0;
}
.masthead p {
  color: #fff;
  font-size: 22px;
  font-weight: 100;
  margin: 0 auto;
  padding-bottom: 15px;
  padding-top: 14px;
  text-align: left;
  line-height: 35px;
  padding-right: 20px;
}
.masthead .search-field {
  width: 100%;
  font-size: 18px;
  border-radius: 5px;
  padding: 0px 30px;
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 60px;
}
.masthead form {
  position: relative;
  margin-top: 10px;
}
.masthead form button {
  position: absolute;
  right: 25px;
  top: 25px;
  background: none;
  border: none;
  font-size: 30px;
  color: #86939e;
}
.masthead .btn-hero {
  border: 3px solid #fff;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 50px;
}
.masthead .btn-hero:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: background-color 500ms ease-out 0.2s;
  -moz-transition: background-color 500ms ease-out 0.2s;
  -o-transition: background-color 500ms ease-out 0.2s;
  transition: background-color 500ms ease-out 0.2s;
}

.single-masthead {
  padding: 0 0 40px;
}
.single-masthead .btn-hero {
  margin-top: 30px;
  float: right;
}

/***************************** 2- Features ****************************/
.bgc-light-gray {
  background-color: #f9f9f9;
}

.features,
.genre {
  padding: 100px 0;
  position: relative;
}
.features .icon,
.genre .icon {
  display: inline-block;
  font-size: 50px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.features h3,
.genre h3 {
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #43484d;
}
.features p,
.genre p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #86939e;
}

.features:after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: url("../images/icon/icon-dash.png");
  background-repeat: repeat-x;
}

.genre {
  padding: 50px 0;
}

/***************************** 3- Topics ****************************/
.topics {
  padding: 50px 0;
}
.topics header {
  border-bottom: 1px solid #eee;
  position: relative;
}
.topics header h2 {
  font-size: 38px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #43484d;
}
.topics header p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #5e6977;
}
.topics .topics-btn {
  margin-top: 30px;
}
.topics .topics-btn .btn {
  margin-top: 60px;
  color: #358ed7;
}
.topics .topics-btn span {
  display: inline;
  padding-left: 30px;
}

.topics h3 a {
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #43484d;
  text-decoration: none;
}

.media-border {
  border-bottom: 1px solid #eeeeee;
}

.topics-list {
  padding: 20px 0;
}
.topics-list li {
  list-style: none;
  padding-left: 5px;
  padding-top: 10px;
}
.topics-list li a {
  padding-left: 15px;
  color: #5e6977;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  outline: 0 none;
}
.topics-list li a:hover {
  color: #ffbc44;
}
.topics-list li:before {
  font-family: FontAwesome;
  content: "";
  color: #b5bfc7;
  font-size: 18px;
}
.topics-list .badge {
  background-color: #ffbc44;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  min-width: 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  padding: 0;
}

/*----------------------- Widgets ----------------------*/
.widget {
  border: 3px solid #f7f7f7;
  border-radius: 5px;
  padding: 25px;
}
.widget h4 {
  font-size: 18px;
  font-weight: 400;
  color: #43484d;
  line-height: 25px;
}
.widget .icon {
  float: right;
  padding-right: 10px;
  padding-right: 20px;
}

.widget-support-forum {
  margin-bottom: 24px;
  margin-top: 50px;
}
.widget-support-forum p {
  font-size: 16px;
  font-weight: 400;
  color: #86939e;
  padding-top: 30px;
  padding-bottom: 30px;
}

.widget_categories li {
  list-style: none;
  padding-left: 5px;
  padding-top: 15px;
}
.widget_categories li a {
  padding-left: 15px;
  color: #5e6977;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  outline: 0 none;
}
.widget_categories li a:hover {
  color: #ffbc44;
}
.widget_categories li ul {
  padding-left: 30px;
  padding-bottom: 20px;
}
.widget_categories li ul li:before {
  font-family: FontAwesome;
  content: "";
}

.widget_categories li:before {
  font-family: FontAwesome;
  content: "";
  color: #b5bfc7;
  font-size: 18px;
}

.divider {
  border-top: 1px solid #eeeeee;
  position: relative;
  margin: 20px 0;
}

/***************************** 4- Support ****************************/
.support-section {
  background: url("../images/bg2.png") no-repeat center;
  position: relative;
  margin-bottom: 30px;
}
.support-section .divider {
  border-top: 1px solid #eeeeee;
  position: relative;
  margin-bottom: 80px;
}
.support-section .divider i {
  background: #ffbc44;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 28px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: center;
  width: 45px;
  margin: 0 auto;
  margin-top: -25px;
}
.support-section ul.members {
  text-align: center;
}
.support-section ul.members li {
  display: inline;
  padding-right: 30px;
}
.support-section ul.members li img {
  display: inline;
  border-radius: 50%;
  overflow: hidden;
  width: 87px;
}

/***************************** 5- Contacts ****************************/
.section {
  margin-top: 30px;
  margin-bottom: 80px;
}

.call-to-action {
  border: 4px solid #f7f7f7;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 0;
}
.call-to-action .action-btn {
  display: inline-block;
  float: right;
}
.call-to-action h3 {
  font-size: 30px;
  font-weight: 400;
  color: #43484d;
  margin: 0 0 10px;
}
.call-to-action p {
  font-size: 20px;
  color: #000;
}
.call-to-action .btn-action {
  margin-top: 20px;
  float: right;
}

footer {
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
  padding: 35px 0 20px;
}
footer .footer-links {
  padding-top: 5px;
}
footer .footer-links li {
  display: inline;
  padding-right: 30px;
}
footer .footer-links li a {
  color: #5e6977;
  font-size: 16px;
  font-weight: 500;
}
footer .footer-links li a:hover {
  color: #ffbc44;
  text-decoration: none;
}
footer .copyright {
  color: #5e6977;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 300;
  float: right;
}

.breadcrumbs {
  background: #f9f9f9;
  padding-top: 15px;
  padding-bottom: 5px;
}
.breadcrumbs ol {
  padding: 0;
}
.breadcrumbs ol li {
  display: inline-block;
  color: #5e6977;
  font-size: 14px;
}
.breadcrumbs ol li a {
  text-decoration: none;
  color: #5e6977;
}
.breadcrumbs ol li::after {
  content: " / ";
  padding: 0 10px;
}
.breadcrumbs ol li:last-child::after {
  content: "  ";
}
.breadcrumbs ol .active {
  color: #ffbc44;
}

.content-wrapper {
  padding: 40px 0;
}

.alert-info {
  background: #f6fafd;
  padding: 10px 10px 10px 90px;
  position: relative;
}
.alert-info .icon-info {
  position: absolute;
  top: 25px;
  left: 25px;
}
.alert-info p {
  line-height: 25px;
  padding-bottom: 10px;
  padding-top: 12px;
}

.post .meta {
  border-bottom: 1px solid #eee;
  margin: 20px 0;
  padding-bottom: 10px;
}
.post .meta p {
  padding: 15px 0;
}
.post .meta li {
  display: inline-block;
  font-weight: 300;
  color: #86939e;
}
.post .meta li span {
  color: #43484d;
}
.post .meta li::after {
  content: "|";
  padding: 0 20px;
}
.post .meta li:last-child::after {
  content: none;
}

.post img {
  padding: 40px 0;
  max-width: 100%;
}

.post blockquote {
  background: #f9f9f9;
  border: 3px solid #c3cfd8;
  padding: 30px;
  margin: 30px 0;
  border-radius: 5px;
}

.feedback {
  padding: 50px 0;
}
.feedback h3 {
  border-bottom: 1px solid #eee;
  font-size: 38px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #43484d;
  padding-bottom: 20px;
}
.feedback input[type="text"] {
  font-size: 18px;
  border-radius: 5px;
  border: 2px solid #e1e8ee;
  color: #43484d;
  height: 60px;
  width: 100%;
  margin: 20px 0;
  padding: 20px;
}

.template-genre .overlay {
  background: rgba(2, 28, 53, 0.9) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.template-card .masthead {
  padding-top: 200px;
}

.template-card .masthead h1 {
  margin-top: -150px;
}

.template-card .card {
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.template-card .card .icon {
  padding-bottom: 30px;
}
.template-card .card .section-subtitle {
  width: 78%;
}
.template-card .card input[type="text"],
.template-card .card input[type="password"] {
  border: 2px solid #e1e8ee;
  border-radius: 5px;
  color: #43484d;
  font-size: 14px;
  height: 50px;
  margin: 10px 0;
  padding: 15px;
  width: 100%;
}
.template-card .card input[type="submit"] {
  margin-top: 20px;
  width: 100%;
}
.template-card .card .forget-pass {
  padding-top: 30px;
}

footer {
  text-align: center;
  padding: 50px 0 20px;
  /* background: #ebeff4; */
  background: #264266;
  font-size: 14px;
}

.btn-primary {
  color: #212121;
  background-color: #ffbc46;
  border-color: #ecab36;
}
.btn-primary:hover {
  color: #fff;
  background-color: #009688;
  border-color: #009688;
}

.pricing-box {
  -webkit-box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
  padding: 35px 50px;
  border-radius: 20px;
  position: relative;
}

.pricing-box .plan {
  font-size: 34px;
}

.pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.pricing-badge .badge {
  float: right;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #ffffff;
  background: #fb7179;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

footer .right_side {
  font-size: 12px;
  position: relative;
  top: 5px;
}
footer .left-side {
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
}
.footer-logo {
  width: 100%;
}
.social-links {
  display: inline-flex;
}
.footer-logo a {
  color: #ffffff;
  font-weight: 700;
  float: left;
  font-size: 24px;
  line-height: normal;
  display: flex;
  align-items: center;
}
.footer-logo a img {
  width: 210px;
  height: 60px;
  display: inline-block;
  margin-right: 10px;
  top: -3px;
  position: relative;
}
.container.custom-container ul {
  display: inline-block;
  text-align: left;
  width: 196px;
}
footer ul li.heading {
  list-style: none;
  font-weight: 700;
  color: #ffbc46;
  margin-bottom: 10px;
  margin-top: 10px;
}
footer ul li {
  list-style: none;
  line-height: 20px;
  margin-bottom: 7px;
}
footer ul li a {
  color: #ffffff;
  cursor: pointer;
}
footer ul li a:hover {
  color: #ffbc46;
  cursor: pointer;
}
/* = Responsive
-------------------------------------------------------------- */
/* Custom, iPhone Retina */
@media (max-width: 768px) {
  .brand {
    padding-left: 15px;
  }
  .features {
    padding: 35px 0;
  }
  footer {
    text-align: center;
  }
  footer .footer-links {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer .copyright {
    float: none;
  }
}

/* Extra Small Devices, Phones */
@media (max-width: 1024px) {
  .call-to-action {
    text-align: center;
  }
  .call-to-action .btn-action {
    margin-top: 0;
    float: none;
  }
  .single-masthead .btn-hero {
    margin: 24px auto 0;
    float: none;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  footer {
    text-align: center;
  }
  footer .footer-links {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer .copyright {
    float: left;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .topics-list {
    padding: 5px 0;
  }
}
