/*
@File: Torado/Business Expo Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style
** - Header Area Style
** - Nav Area Style
** - Banner Area Style
** - Futures Area Style
** - About Area Style
** - Services Area Style
** - Ready To Talk Area Style
** - Choose Us Area Style
** - Case Studies Area Style
** - Customer Area Style
** - Team Area Style
** - Partner Area Style
** - Blog Area Style
** - Footer Area Style
** - Copy Right Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style

*******************************************
/*

/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --body-font-family: "Jost", sans-serif;
  --body-color: #585E89;
  --main-color: #F47629;
  --optional-color: #04A6E5;
  --heading-color: #09114A;
  --white-color: #ffffff;
  --black-color: #000000;
  --font-size: 16px;
  --mobile-font-size: 15px;
  --transition: all ease .5s;
  --border-radius: 5px;
  --box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

body {
  font-size: var(--font-size);
  font-family: var(--body-font-family);
  color: var(--body-color);
}

a {
  transition: var(--transition);
  color: var(--body-color);
}
a:hover {
  color: var(--optional-color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
  font-weight: 700;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  margin-bottom: 15px;
  line-height: 26px;
}
p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  height: 60px;
  border: 1px solid rgba(10, 2, 62, 0.17);
  background-color: var(--white-color);
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
  transition: var(--transition);
  border-radius: 5px;
  color: var(--heading-color) !important;
}
.form-control::-moz-placeholder {
  color: #777777;
}
.form-control::placeholder {
  color: #777777;
}
.form-control:focus {
  color: var(--black-color);
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--main-color);
  background: rgba(255, 255, 255, 0.04);
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.pb-100 {
  padding-bottom: 100px;
}

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

.pb-70 {
  padding-bottom: 70px;
}

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

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

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

/*
Bg-color Style*/
.bg-color-eaf5fd {
  background-color: #eaf5fd;
}

.bg-color-f2f9ff {
  background-color: #f2f9ff;
}

.bg-color-191c51 {
  background-color: #191c51;
}

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  right: 3%;
  top: 87%;
  background-color: var(--main-color);
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  transform: scale(0);
  visibility: hidden;
  transition: 0.9s;
  border-radius: var(--border-radius);
}
.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: var(--white-color);
  transition: 0.5s;
  font-size: 20px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--main-color);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  border-radius: var(--border-radius);
}
.go-top:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}
.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top:focus {
  color: var(--white-color);
}
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 87%;
  transform: scale(1);
}

/* Preloader Area Style
============================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  z-index: 9999;
}
.preloader .pl-spark-1 {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin: 0 auto 18px auto;
  position: relative;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.preloader .pl-spark-1:before, .preloader .pl-spark-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background: var(--white-color);
  display: block;
  transform-origin: 50% 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.preloader .pl-spark-1.pl-spark-2:before {
  animation-name: scaleA;
}
.preloader .pl-spark-1.pl-spark-2:after {
  animation-name: scaleB;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}

@keyframes scaleA {
  from, 50%, to {
    transform: scale(1);
  }
  25%, 75% {
    transform: scale(-1);
  }
}
@keyframes scaleB {
  from, 50%, to {
    transform: rotate(90deg) scale(0);
  }
  12.5%, 62.5% {
    transform: rotate(90deg) scale(1);
  }
  37.5%, 87.5% {
    transform: rotate(90deg) scale(-1);
  }
}
/* Default btn Area Style
============================================*/
.default-btn {
  background: var(--main-color);
  border-radius: var(--border-radius);
  font-weight: 500;
  font-size: 18px;
  line-height: 10px;
  color: var(--white-color);
  padding: 21px 32px;
  display: inline-flex;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}
.default-btn:hover {
  color: var(--white-color);
  background-color: var(--optional-color);
}
.default-btn.active {
  background-color: var(--optional-color);
  color: var(--white-color);
}
.default-btn.active:hover {
  background-color: var(--optional-color);
}

/* Read More btn Area Style
============================================*/
.read-more {
  font-weight: 600;
  font-size: 18px;
  line-height: 10px;
  color: var(--optional-color);
}
.read-more img {
  margin-left: 12px;
}
.read-more:hover {
  letter-spacing: 0.5px;
}

/* Section Area Style
============================================*/
.section-title {
  max-width: 690px;
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.section-title .top-title {
  color: var(--main-color);
  display: inline-block;
  margin-bottom: 12px;
  font-size: 18px;
}
.section-title h2 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 15px;
  position: relative;
}
.section-title h2:last-child {
  margin-bottom: 0;
}
.section-title p {
  max-width: 600px;
  margin: auto;
}
.section-title.w-565 {
  max-width: 565px;
}
.section-title.w-500 {
  max-width: 500px;
}
.section-title.w-510 {
  max-width: 510px;
}
.section-title.mb-28 {
  margin-bottom: 28px;
}
.section-title.left-title {
  text-align: left;
  margin-left: 0;
}
.section-title.left-title .default-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.section-title.white-title {
  text-align: left;
}
.section-title.white-title h2 {
  color: var(--white-color);
}

/* navbar Area Style
============================================*/
.navbar {
  z-index: 2;
  background: var(--white-color);
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.08);
}
.navbar .container-fluid {
  max-width: 1780px;
  padding-left: 30px;
  padding-right: 30px;
}
.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 3px 0px #000000;
  box-shadow: var(--box-shadow);
  z-index: 999;
}
.navbar.is-sticky::before {
  display: none;
}
.navbar .nav-item .nav-link {
  font-size: 18px;
  line-height: 10px;
  padding: 0 22px;
  padding: 34px 22px;
  font-weight: 500;
}
.navbar .nav-item .nav-link:hover {
  color: var(--main-color);
}
.navbar .nav-item .nav-link.active {
  color: var(--main-color);
}
.navbar .others-option {
  margin-left: 22px;
}
.navbar .others-option ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar .others-option ul li {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #CDC8C8;
}
.navbar .others-option ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.navbar .others-option ul li a {
  text-decoration: unset;
}
.navbar .others-option .option-item {
  position: relative;
  top: 12px;
}
.navbar .others-option .option-item .search-overlay {
  display: none;
}
.navbar .others-option .option-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: var(--white-color);
  z-index: 2;
  padding: 20px;
  box-shadow: var(--box-shadow);
  margin-top: 18px;
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form {
  position: relative;
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #dddddd;
  color: var(--heading-color);
  outline: 0;
  transition: var(--transition);
  font-size: 15px;
  padding-top: 4px;
  padding-left: 15px;
  background: var(--white-color);
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: var(--main-color);
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: var(--main-color);
  border: none;
  width: 50px;
  outline: 0;
  color: var(--white-color);
  transition: var(--transition);
  padding: 0;
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form .search-button:hover {
  background-color: var(--heading-color);
}
.navbar .others-option .option-item .search-btn {
  cursor: pointer;
  transition: var(--transition);
  color: var(--heading-color);
  text-align: center;
  font-size: 21px;
  display: inline-block;
}
.navbar .others-option .option-item .search-btn:hover {
  color: var(--main-color);
}
.navbar .others-option .option-item .close-btn {
  cursor: pointer;
  transition: var(--transition);
  color: var(--heading-color);
  text-align: center;
  display: none;
  font-size: 21px;
}
.navbar .others-option .option-item .close-btn:hover {
  color: var(--main-color);
}
.navbar .others-option .option-item .close-btn.active {
  display: block;
  color: var(--main-color);
}
.navbar .others-option .support .icon {
  background-color: var(--optional-color);
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 3px;
}
.navbar .others-option .support span {
  display: block;
  transition: var(--transition);
}
.navbar .others-option .support .contact {
  color: var(--body-color);
}
.navbar .others-option .support .number {
  font-weight: 600;
  font-size: 18px;
  color: #191C51;
}
.navbar .others-option .support:hover .number {
  color: var(--optional-color);
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/* Page Banner Area Style
============================================*/
.page-banner-area {
  background-color: #FFFAFA;
  padding-top: 50px;
}

.page-banner-content {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.page-banner-content a {
  text-decoration: unset;
  color: var(--main-color);
}
.page-banner-content .breadcrumb {
  display: block !important;
}
.page-banner-content .breadcrumb .breadcrumb-item {
  display: inline-block;
}
.page-banner-content .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}
.page-banner-content h2 {
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 10px;
}
.page-banner-content .shape {
  position: absolute;
  z-index: -1;
  opacity: 0.2;
}
.page-banner-content .shape.shape-1 {
  top: 0;
  left: -223px;
}
.page-banner-content .shape.shape-2 {
  bottom: -100px;
  right: 100px;
}

.page-banner-img {
  position: relative;
  z-index: 1;
}
.page-banner-img .shape {
  position: absolute;
  z-index: -1;
}
.page-banner-img .shape.shape-3 {
  top: 0;
  right: 0;
  opacity: 0.3;
}

/* Services Details Area Style
============================================*/
.services-details-content .services-details-img {
  margin-bottom: 30px;
}
.services-details-content .services-details-img img {
  border-radius: 10px;
}
.services-details-content p:last-child {
  margin-bottom: 0;
}
.services-details-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.services-details-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.services-details-content .mb-40 {
  margin-bottom: 40px;
}
.services-details-content .strategy-content {
  margin-left: 8px;
}
.services-details-content .strategy-content .strategy-content-list {
  padding-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.services-details-content .strategy-content .strategy-content-list li {
  margin-bottom: 10px;
}
.services-details-content .strategy-content .strategy-content-list li:last-child {
  margin-bottom: 0;
}
.services-details-content .strategy-content .strategy-content-list li img {
  padding-right: 10px;
}

/* Project Details Area Style
============================================*/
.project-details-content .project-details-img {
  margin-bottom: 30px;
}
.project-details-content .project-details-img img {
  border-radius: 10px;
}
.project-details-content p:last-child {
  margin-bottom: 0;
}
.project-details-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.project-details-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.project-details-content .mb-40 {
  margin-bottom: 40px;
}
.project-details-content .strategy-content {
  margin-left: 8px;
}
.project-details-content .strategy-content .strategy-content-list {
  padding-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.project-details-content .strategy-content .strategy-content-list li {
  margin-bottom: 10px;
}
.project-details-content .strategy-content .strategy-content-list li:last-child {
  margin-bottom: 0;
}
.project-details-content .strategy-content .strategy-content-list li img {
  padding-right: 10px;
}

.single-project {
  text-align: center;
  background-color: var(--white-color);
  box-shadow: var(--box-shadow);
  border-radius: 5px;
  margin-bottom: 30px;
}
.single-project img {
  border-radius: 5px 5px 0 0;
}
.single-project .project-content {
  padding: 30px;
}
.single-project .project-content span {
  display: block;
  margin-bottom: 5px;
}
.single-project .project-content h3 {
  margin-bottom: 0;
}
.single-project .project-content h3 a {
  text-decoration: unset;
  font-size: 24px;
  color: var(--heading-color);
}

/* Sidebar Area Style
============================================*/
.right-sidebar {
  margin-left: 23px;
}
.right-sidebar .sidebar-widget {
  background: #F9F9F9;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
.right-sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}
.right-sidebar .sidebar-widget .search-form {
  position: relative;
}
.right-sidebar .sidebar-widget .search-form .form-control {
  border: 1px solid rgba(207, 204, 204, 0.34);
  border-radius: 5px;
  height: 52px;
  color: var(--heading-color) !important;
}
.right-sidebar .sidebar-widget .search-form .form-control:focus {
  border-color: var(--main-color);
}
.right-sidebar .sidebar-widget .search-form .form-control::-moz-placeholder {
  color: #585E89;
}
.right-sidebar .sidebar-widget .search-form .form-control::placeholder {
  color: #585E89;
}
.right-sidebar .sidebar-widget .search-form .search-btn {
  background-color: var(--main-color);
  position: absolute;
  top: 6px;
  right: 6px;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 0;
  border-radius: var(--border-radius);
}
.right-sidebar .sidebar-widget h3 {
  font-size: 18px;
  border-bottom: 1px solid rgba(197, 197, 197, 0.42);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.right-sidebar .sidebar-widget.services ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.right-sidebar .sidebar-widget.services ul li {
  margin-bottom: 15px;
}
.right-sidebar .sidebar-widget.services ul li:last-child {
  margin-bottom: 0;
}
.right-sidebar .sidebar-widget.services ul li a {
  text-decoration: none;
  font-weight: 500;
  color: #585E89;
  position: relative;
  padding-left: 25px;
}
.right-sidebar .sidebar-widget.services ul li a i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--main-color);
}
.right-sidebar .sidebar-widget.services ul li a:hover {
  color: var(--main-color);
}
.right-sidebar .sidebar-widget.file ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.right-sidebar .sidebar-widget.file ul li {
  margin-bottom: 20px;
  cursor: pointer;
}
.right-sidebar .sidebar-widget.file ul li:last-child {
  margin-bottom: 0;
}
.right-sidebar .sidebar-widget.file ul li h4 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #020202;
  margin-bottom: 0;
}
.right-sidebar .sidebar-widget.file ul li span {
  font-size: 12px;
}
.right-sidebar .sidebar-widget.portfolio ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.right-sidebar .sidebar-widget.portfolio ul li {
  margin-bottom: 20px;
}
.right-sidebar .sidebar-widget.portfolio ul li:last-child {
  margin-bottom: 0;
}
.right-sidebar .sidebar-widget.portfolio ul li h4 {
  font-weight: 600;
  font-size: 16px;
  color: #0E0E0E;
}
.right-sidebar .sidebar-widget.portfolio ul li a {
  text-decoration: none;
}
.right-sidebar .sidebar-widget.portfolio ul li span {
  color: #585E89;
}
.right-sidebar .sidebar-widget.portfolio ul li .website {
  color: var(--main-color);
}
.right-sidebar .sidebar-widget.social .social-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.right-sidebar .sidebar-widget.social .social-link li {
  display: inline-block;
  margin-right: 10px;
}
.right-sidebar .sidebar-widget.social .social-link li:last-child {
  margin-right: 0;
}
.right-sidebar .sidebar-widget.social .social-link li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: var(--white-color);
  color: var(--main-color);
  border-radius: 50px;
  text-decoration: none;
  font-size: 20px;
}
.right-sidebar .sidebar-widget.social .social-link li a:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}
.right-sidebar .sidebar-widget.recent ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.right-sidebar .sidebar-widget.recent ul li {
  margin-bottom: 30px;
}
.right-sidebar .sidebar-widget.recent ul li:last-child {
  margin-bottom: 0;
}
.right-sidebar .sidebar-widget.recent ul li .recent-post {
  text-decoration: none;
}
.right-sidebar .sidebar-widget.recent ul li .recent-post img {
  border-radius: 5px;
}
.right-sidebar .sidebar-widget.recent ul li .recent-post span {
  color: var(--main-color);
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}
.right-sidebar .sidebar-widget.recent ul li .recent-post h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
.right-sidebar .sidebar-widget.categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.right-sidebar .sidebar-widget.categories ul li {
  margin-bottom: 15px;
}
.right-sidebar .sidebar-widget.categories ul li:last-child {
  margin-bottom: 0;
}
.right-sidebar .sidebar-widget.categories ul li a {
  text-decoration: none;
}
.right-sidebar .sidebar-widget.categories ul li a img {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.right-sidebar .sidebar-widget.categories ul li a:hover {
  color: var(--main-color);
}
.right-sidebar .sidebar-widget.tags ul {
  padding-left: 0;
  margin-bottom: -15px;
  list-style-type: none;
  margin-right: -10px;
}
.right-sidebar .sidebar-widget.tags ul li {
  margin-bottom: 15px;
  display: inline-block;
  margin-right: 10px;
}
.right-sidebar .sidebar-widget.tags ul li:last-child {
  margin-right: 0;
}
.right-sidebar .sidebar-widget.tags ul li a {
  text-decoration: none;
  padding: 12px 20px;
  border: 1px solid #efefef;
  display: inline-block;
  border-radius: var(--border-radius);
}
.right-sidebar .sidebar-widget.tags ul li a:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}

/* Performing Area Style
============================================*/
.performing-area {
  position: relative;
  z-index: 1;
}
.performing-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: #f9f9f9;
  z-index: -1;
}

.performing-content-wrap {
  background-image: url(../../assets/images/others/performing-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 70px;
  border-radius: 10px;
}

.performing-content h2 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 0;
  color: var(--white-color);
}

/* footer Area Style
============================================*/
.footer-area {
  background-color: #f9f9f9;
}

.single-footer {
  margin-bottom: 30px;
}
.single-footer .footer-logo {
  margin-bottom: 30px;
}
.single-footer h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}
.single-footer .newsletter-form {
  position: relative;
  margin-bottom: 23px;
}
.single-footer .newsletter-form .form-control {
  border: 1px solid rgba(254, 108, 61, 0.36);
  border-radius: 5px;
  height: 48px;
  color: var(--heading-color) !important;
}
.single-footer .newsletter-form .form-control::-moz-placeholder {
  color: var(--body-color);
  font-size: 14px;
}
.single-footer .newsletter-form .form-control::placeholder {
  color: var(--body-color);
  font-size: 14px;
}
.single-footer .newsletter-form .default-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  border: none;
  padding: 15px 9px;
  font-weight: 500;
  font-size: 16px;
}
.single-footer .newsletter-form .validation-danger {
  color: #ff0000;
  margin-top: 5px;
  font-size: 13px;
}
.single-footer h3 {
  font-size: 24px;
  margin-bottom: 26px;
}
.single-footer .social-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.single-footer .social-link li {
  display: inline-block;
  margin-right: 10px;
}
.single-footer .social-link li:last-child {
  margin-right: 0;
}
.single-footer .social-link li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: rgba(254, 108, 61, 0.1);
  color: var(--main-color);
  border-radius: 50px;
  text-decoration: unset;
  font-size: 18px;
}
.single-footer .social-link li a:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}
.single-footer .import-link {
  padding-left: 0;
  list-style: none;
}
.single-footer .import-link li {
  margin-bottom: 15px;
}
.single-footer .import-link li:last-child {
  margin-bottom: 0;
}
.single-footer .import-link li a {
  text-decoration: unset;
}
.single-footer .import-link li a:hover {
  color: var(--main-color);
}
.single-footer .info-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.single-footer .info-link li {
  margin-bottom: 30px;
}
.single-footer .info-link li a {
  text-decoration: unset;
}
.single-footer .info-link li a:hover {
  color: var(--main-color);
}
.single-footer .info-link li:last-child {
  margin-bottom: 0;
}
.single-footer .info-link li .icon {
  background: #FAE9E4;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-radius: 50px;
}
.single-footer .info-link li .icon .f-call-icon {
  position: relative;
  top: -1px;
}
.single-footer .info-link li .icon .f-mail-icon {
  position: relative;
  top: -3px;
}
.single-footer .info-link li .icon .f-location-icon {
  position: relative;
  left: 1px;
}
.single-footer .info-link li h4 {
  font-weight: 500;
  font-size: 18px;
  font-family: var(--body-font-family);
  margin-bottom: 4px;
}
.single-footer .info-link li .info {
  margin-left: 8px;
}
.single-footer.ml-30 {
  margin-left: 30px;
}
.single-footer.mr-100 {
  margin-right: 100px;
}

.copy-right-content {
  border-top: 1px solid rgba(118, 102, 102, 0.12);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.copy-right-content p {
  color: #767676;
}
.copy-right-content p span {
  color: var(--main-color);
  font-weight: 700;
  font-size: 18px;
}
.copy-right-content p a {
  color: var(--main-color);
  font-weight: 700;
  font-size: 18px;
  text-decoration: unset;
}

/* Contact Info Area Style
============================================*/
.single-contact-info {
  background: #FFFFFF;
  border: 1px solid rgba(10, 2, 62, 0.17);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  transition: var(--transition);
}
.single-contact-info .icon {
  width: 96px;
  height: 96px;
  line-height: 96px;
  text-align: center;
  background: #FFF0EC;
  border-radius: 10px;
  margin-right: 28px;
  transition: var(--transition);
}
.single-contact-info h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.single-contact-info a {
  display: block;
  text-decoration: none;
}
.single-contact-info a:hover {
  color: var(--main-color);
}
.single-contact-info:hover {
  border-color: var(--main-color);
}
.single-contact-info:hover .icon {
  background-color: var(--main-color);
}
.single-contact-info:hover .icon img {
  filter: brightness(100);
}

/* Contact Area Style
============================================*/
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-check {
  padding-left: 12px;
}
.contact-form .form-check a {
  text-decoration: none;
}
.contact-form .default-btn {
  width: 100%;
  display: block;
  border-radius: 4px;
  border: none;
  transition: var(--transition);
}
.contact-form .list-unstyled {
  color: #ff0000;
  font-size: 14px;
  margin-top: 5px;
}

#msgSubmit {
  font-size: 18px;
  margin-top: 10px;
}

/* Blog Details Area Style
============================================*/
.blog-details-content .blog-details-img {
  margin-bottom: 30px;
}
.blog-details-content .blog-details-img img {
  border-radius: 10px;
}
.blog-details-content p:last-child {
  margin-bottom: 0;
}
.blog-details-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.blog-details-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.blog-details-content .mb-40 {
  margin-bottom: 40px;
}
.blog-details-content .date {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
  line-height: 1;
}
.blog-details-content .date li {
  display: inline-block;
  border-right: 1px solid rgba(196, 196, 196, 0.28);
  padding-right: 15px;
  margin-right: 15px;
}
.blog-details-content .date li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.blog-details-content .date li a {
  text-decoration: none;
}
.blog-details-content .date li a img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.blog-details-content .date li a:hover {
  color: var(--main-color);
}
.blog-details-content blockquote {
  background: #F9F9F9;
  border-radius: 5px;
  border-bottom: 5px solid #E3E3E3;
  padding: 40px 55px;
  position: relative;
  padding-right: 130px;
}
.blog-details-content blockquote p {
  font-size: 18px;
  color: #09114A;
}
.blog-details-content blockquote .quat-icon {
  position: absolute;
  bottom: 40px;
  right: 55px;
}
.blog-details-content .blog-img img {
  border-radius: 10px;
}
.blog-details-content .tag-social-wrap {
  border-top: 1px solid rgba(217, 216, 216, 0.54);
  padding-top: 40px;
  margin-top: 40px;
}
.blog-details-content .tag-social-wrap .tag {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog-details-content .tag-social-wrap .tag li {
  display: inline-block;
  margin-right: 5px;
}
.blog-details-content .tag-social-wrap .tag li:last-child {
  margin-right: 0;
}
.blog-details-content .tag-social-wrap .tag li span {
  font-weight: 500;
  font-size: 18px;
  color: #09114A;
}
.blog-details-content .tag-social-wrap .tag li a {
  text-decoration: none;
}
.blog-details-content .tag-social-wrap .tag li a:hover {
  color: var(--main-color);
}
.blog-details-content .tag-social-wrap .social-link li {
  display: inline-block;
  margin-right: 10px;
}
.blog-details-content .tag-social-wrap .social-link li:last-child {
  margin-right: 0;
}
.blog-details-content .tag-social-wrap .social-link li span {
  font-weight: 500;
  font-size: 18px;
  color: #09114A;
}
.blog-details-content .tag-social-wrap .social-link li a {
  text-decoration: none;
  background: #F9F9F9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: var(--main-color);
}
.blog-details-content .tag-social-wrap .social-link li a:hover {
  color: var(--main-color);
  background-color: var(--main-color);
  color: var(--white-color);
}
.blog-details-content .comment-form h3 {
  margin-bottom: 30px;
}
.blog-details-content .comment-form .form-group {
  margin-bottom: 25px;
}
.blog-details-content .comment-form .form-group .form-control {
  background-color: #F9F9F9;
  border-color: #F9F9F9;
}
.blog-details-content .comment-form .form-group .form-control:focus {
  border-color: var(--main-color);
}
.blog-details-content .comment-form .form-check-input {
  width: 20px;
  height: 20px;
  border-color: rgba(217, 216, 216, 0.93);
  background-color: transparent;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.blog-details-content .comment-form .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.blog-details-content .comment-form .form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.blog-details-content .comment-form .default-btn {
  border: none;
  transition: var(--transition);
}

/* Demos Area Style
============================================*/
.all-demos-area .modal {
  --bs-modal-width: 1320px;
  text-align: center;
  background-color: var(--heading-color);
}
.all-demos-area .modal .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.all-demos-area .modal-header h1 {
  font-size: 35px;
}
.all-demos-area .single-demos {
  margin-bottom: 50px;
  text-decoration: none;
}
.all-demos-area .single-demos img {
  border-radius: 10px 10px 0 0;
  box-shadow: var(--box-shadow);
}
.all-demos-area .single-demos h3 {
  font-size: 25px;
  padding: 30px;
  background-color: var(--white-color);
  box-shadow: var(--box-shadow);
  border-radius: 0 0 10px 10px;
  transition: var(--transition);
}
.all-demos-area .single-demos:hover h3 {
  background-color: var(--main-color);
  color: var(--white-color);
}
.all-demos-area .modal-body {
  padding: 30px;
  padding-bottom: 0;
}
.all-demos-area .btn-close {
  background-image: url(../../assets/images/others/close.png);
  opacity: 1;
}

.demo-btn {
  position: fixed;
  top: calc(50% - 55px);
  left: 0;
  border-radius: 0 5px 5px 0;
  padding: 10px 15px;
  border: none;
}
.demo-btn span {
  writing-mode: vertical-rl;
}
.demo-btn::before {
  border-radius: 0 5px 5px 0;
}/*# sourceMappingURL=othesr-pages-style.css.map */