
 /*!
Theme Name: Proview
Theme URI: https://iideainformatics.it/wp/proview/
Author: DevGalaxy
Author URI: https://themeforest.net/user/devgalaxy
Description: Proview - Personalize WordPress Theme
Version: 1.1.0
Requires at least: 5.8
Requires PHP: 5.4
Tested up to: 5.8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: proview
Tags:  custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--
    - Google Font Import 
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,900&display=swap");
/*--
    - Common CSS 
-----------------------------------------*/
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  margin: 0;
  color: #fff;
}

h1 {
  font-size: 90px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 50px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 36px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}

h3 span {
  color: #F85353;
  font-size: 20px;
  letter-spacing: 2px;
  margin-left: 5px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  color: #fff;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid #333;
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

/*Section Padding CSS*/
.section-padding {
  padding: 100px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 80px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 50px 35px;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding: 50px 20px;
  }
}
/*Margin & Padding */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.spacer {
  margin-top: 100px;
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title h1 {
  font-size: 94px;
  line-height: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 75px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 55px;
    line-height: 85px;
  }
}

.section-title h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 62px;
  margin: 20px 0;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 45px;
    line-height: 60px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 15px 0;
  }
}

.section-title h3 {
  font-size: 36px;
  line-height: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-title h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.section-title h6 {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section-title h6 {
    font-size: 15px;
    letter-spacing: 1px;
  }
}

.section-title h6 span {
  color: #F85353;
  font-size: 20px;
  letter-spacing: 2px;
  margin-left: 5px;
}

/*Button Style */
.main-btn {
  display: inline-block;
  background: #F95353;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  padding: 12px 30px;
  border: 2px solid #F95353;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-btn {
    padding: 12px 24px;
  }
}

.main-btn:hover {
  background-color: #fff;
  color: #F95353;
  border-color: #fff;
}

.main-btn.curve-btn {
  border-radius: 10px 0px 10px 0px;
  background: #FFD41E;
  color: #444;
  border: 2px solid #FFD41E;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-btn.curve-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-btn.curve-btn {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main-btn.curve-btn {
    display: none;
  }
}

.main-btn.curve-btn:hover {
  background: #fff;
  border-color: #fff;
}

.main-btn.curve-btn.white {
  border-radius: 15px 0px 15px 0px;
  background: #fff;
  color: #444;
  border: 2px solid #fff;
  z-index: 9999;
}

.main-btn.curve-btn.white:hover {
  background: #FFD41F;
  border-color: #FFD41F;
}

.main-btn.dark-btn {
  background: #2B2344;
  border: 2px solid #2B2344;
}

.main-btn.dark-btn:hover {
  background: #F95353 !important;
  border-color: #F95353;
  color: #fff;
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #eee;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  input,
  textarea,
  select {
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  input,
  textarea,
  select {
    margin-bottom: 25px;
  }
}

textarea {
  height: 250px;
}

input[type=submit],
button[type=submit] {
  border: none;
  border-radius: 0;
  display: inline-block;
  background: #EE6D52;
  padding: 15px 30px;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

input[type=submit]:hover,
button[type=submit]:hover {
  background: #6838DC;
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

/*Bootstrap CSS*/
.container-fluid {
  padding: 0 20px;
}

.navbar-toggler-icon {
  background-image: none;
}

/* Bacground Color & Overlay CSS 
============== */
.dark-bg-1 {
  background: #1D1730 !important;
}

.dark-bg-2 {
  background: #2B2344 !important;
}

.light-bg-1 {
  background: #FEF6F6;
}

.light-bg-2 {
  background: #FDEBEB;
}

.white-bg {
  background: #fff;
}

.gray-bg {
  background: #F9F9F9;
}

.gray-bg-2 {
  background: #F5F5F5;
}

.blue-bg-1 {
  background: #03004E;
}

.theme-bg {
  background: #F95353;
}

.text-white {
  color: #fff !important;
}

.text-dark {
  color: #2B2344 !important;
}

.text-black {
  color: #444 !important;
}

.text-gray {
  color: #666 !important;
}

.text-gray-2 {
  color: #555 !important;
}

.text-gray-3 {
  color: #ddd !important;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: -1;
}

.text-black {
  color: #1D1730;
}

/* Scroll Top 
============== */
.go-top {
  background-color: #EE6D52;
  color: #FFF;
  width: 50px;
  height: 50px;
  bottom: 8em;
  right: 2em;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  display: none;
  position: fixed;
  z-index: 1;
  border-radius: 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .go-top {
    width: 35px;
    height: 35px;
    bottom: 5em;
    right: 2em;
    font-size: 15px;
    line-height: 33px;
  }
}
@media (max-width: 575px) {
  .go-top i:before {
    font-size: 14px;
  }
  .go-top {
    right: 1em;
    bottom: 6em;
    z-index: 1;
  }
}
.go-top:hover {
  background-color: #fff;
  color: #020E28;
}

/* Sticky CSS 
============== */
.header-area .is-sticky .sticky-area {
  background: #2B2344;
  z-index: 999 !important;
  -webkit-animation: slideInDown 0.6s forwards;
  animation: slideInDown 0.6s forwards;
  margin-top: 0;
}

.header-area.absolute-header .is-sticky .sticky-area {
  background: #FEF6F6;
}

#header-3.header-area.absolute-header .is-sticky .sticky-area {
  background: #2B2344;
}

.header-area .is-sticky .navigation {
  height: 90px;
  margin-top: 0;
}

.header-area .is-sticky .main-menu li:hover .sub-menu {
  top: 90px;
}

/*--------------------------------------------------------------
# Search Form 
--------------------------------------------------------------*/
.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid #eee;
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #ffffff;
  padding: 40px 0 40px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 0;
  top: 0;
  color: #4C4C4D;
  font-size: 18px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #333333;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
  position: absolute;
  right: 10px;
  top: 0;
  background: transparent;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: #333333;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* Preloader*/
.preloader {
  background-color: #2B2344;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999999;
}

.preloader-two {
  background-color: #FEF6F6;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999999;
}

.preloader-three {
  background-color: #6838DC;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999999;
}

.spinner {
  width: 60px;
  height: 60px;
  top: 30%;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #F85353;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* Header Area 
============== */
.header-area .navigation {
  padding: 0px 30px;
  background: #1D1730;
  height: 90px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area .navigation {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .header-area .navigation {
    padding: 0;
  }
}
.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-area .header-inner-box .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .logo {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    border-right: 0;
  }
}
.header-area .header-inner-box .logo img {
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box {
    display: block;
  }
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .navigation {
  background: inherit;
}

/* Main Menu 
============== */
.main-menu .navbar {
  padding: 0;
}

.main-menu li.nav-item {
  position: relative;
  margin-right: 45px;
}

#header-2 .main-menu li.nav-item {
  margin-right: 40px;
}

.main-menu .navbar-nav .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: block;
  padding: 35px 0;
}

#header-2 .main-menu .navbar-nav .nav-link {
  color: #555;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header-2 .main-menu .navbar-nav .nav-link {
    color: #fff;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  #header-2 .main-menu .navbar-nav .nav-link {
    color: #fff;
    font-weight: 300;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #header-2 .main-menu .navbar-nav .nav-link {
    color: #fff;
    font-weight: 300;
  }
}

.main-menu .navbar-nav .nav-item .nav-link.active {
  color: #EE6D52;
}

.main-menu li.nav-item:hover > a {
  color: #EE6D52;
}

/*Dropdown Menu */
.sub-menu {
  position: absolute;
  left: 0;
  top: 120px;
  width: 190px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 99;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.sub-menu::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #6838DC;
  visibility: hidden;
  opacity: 0;
}

.main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 90px;
}

.main-menu li:hover .sub-menu::after {
  opacity: 1;
  visibility: visible;
}

.main-menu ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu .sub-menu li {
  display: block;
  border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li:last-child {
  border-bottom: none;
}

.main-menu .sub-menu li a {
  display: block;
  padding: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.main-menu .sub-menu li:hover > a {
  background: #EE6D52;
  color: #fff;
}

.dropdown-toggle::after {
  display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}

.quatation-box {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .quatation-box {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quatation-box {
    display: none;
  }
}

.quatation-box a {
  color: #fff;
  font-weight: 500;
}

a.nav-link {
  position: relative;
  z-index: 1;
}

a.nav-link.active:before {
  position: absolute;
  content: "";
  bottom: 24px;
  left: 0;
  width: 42px;
  height: 1px;
  background: #F95353;
}

a.nav-link.active:after {
  position: absolute;
  content: "";
  bottom: 22px;
  left: 20px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #F95353;
}

.main-menu li.nav-item:hover > a {
  color: #EE6D52;
}

.main-btn.primary:hover {
  background: #2B2344;
  border-color: #2B2344;
  color: #fff;
}

/* Slider CSS 
==================*/
.hero-area {
  height: 830px;
  position: relative;
  z-index: 1;
}

.hero-area-inner {
  padding: 230px 0 0;
}

.hero-area-inner p {
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .hero-area-inner p {
    font-size: 16px;
    line-height: 22px;
  }
}

.hero-author-img {
  position: absolute;
  z-index: 9;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-author-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-author-img {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-author-img {
    display: none;
  }
}

.shape-inner {
  position: relative;
  z-index: 1;
}

.ellipse-1 {
  position: absolute;
  right: 30px;
  top: 43px;
  width: 90%;
}
@media (max-width: 767px) {
  .ellipse-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ellipse-1 {
    display: none;
  }
}

.ellipse-2 {
  position: absolute;
  top: -100px;
  right: -17px;
}

.ellipse-3 {
  position: absolute;
  top: -200px;
  right: -100px;
}

.shape-left-wrap {
  position: absolute;
  bottom: -15px;
  left: -170px;
  z-index: -1;
}

.social-area-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.social-area-wrap a {
  background: #2B2344;
  padding: 20px;
  border-radius: 5px;
}

.social-area-wrap ul li {
  background: #2B2344;
  padding: 20px;
  border-radius: 5px;
}

.social-area-wrap a i {
  font-size: 24px;
  font-weight: 400;
}

.social-area-wrap ul li svg {
  font-size: 24px;
  font-weight: 400;
}

.social-area-wrap a:hover i {
  color: #F95454;
}

.social-area-wrap ul li svg:hover {
  color: #F95454;
}

.social-area-wrap {
  padding-top: 175px;
}

.hero-area .main-btn {
  margin-right: 15px;
  padding: 18px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-area .main-btn {
    padding: 15px 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .main-btn {
    padding: 15px 24px;
  }
}
@media (max-width: 767px) {
  .hero-area .main-btn {
    padding: 12px 22px;
    margin-top: 50px;
  }
}

.shape-dot-wrap {
  position: absolute;
  right: -10px;
}

.shape-right-wrap {
  position: absolute;
  right: 0;
  bottom: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shape-right-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .shape-right-wrap {
    display: none;
  }
}

.shape-dot-wrap {
  -webkit-animation: bounce-left-right 2s ease-in-out 0s infinite alternate;
  animation: bounce-left-right 2s ease-in-out 0s infinite alternate;
}

@keyframes bounce-left-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
.banner-shape-inner .shape {
  position: absolute;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.banner-shape-inner .shape1 {
  position: absolute;
  top: 40px;
  left: 60%;
}

.banner-shape-inner .shape2 {
  position: absolute;
  top: 20px;
  right: 20%;
}

.banner-shape-inner .shape4 {
  position: absolute;
  right: 15%;
  top: 20%;
}

.banner-shape-inner .shape5 {
  position: absolute;
  right: 15%;
  top: 32%;
}

.banner-shape-inner .shape3 {
  position: absolute;
  left: 55%;
  top: 40%;
}

@-webkit-keyframes rotate2d {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate2d {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate2d {
  -webkit-animation: rotate2d 2s linear infinite;
  animation: rotate2d 1s linear infinite;
}

@-webkit-keyframes rotate-2d {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotate-2d {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.rotate-2d {
  -webkit-animation: rotate-2d 2s linear infinite;
  animation: rotate-2d 1s linear infinite;
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.rotate3d {
  -webkit-animation: rotate3d 2s linear infinite;
  animation: rotate3d 1s linear infinite;
}

.hero-area.banner-2 {
  position: relative;
  z-index: 1;
  height: 820px;
}
@media (max-width: 767px) {
  .hero-area.banner-2 {
    height: 600px;
  }
}

.hero-area.banner-2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 500px;
  height: 100%;
  background-image: url(./assets//img/banner-two-shape-2.png);
  margin-left: -250px;
}

.hero-area.banner-2:after {
  position: absolute;
  content: "";
  top: 0;
  right: -280px;
  width: 388px;
  height: 100%;
  background-image: url(./assets//img/banner-two-shape-3.png);
}
@media (max-width: 767px) {
  .hero-area.banner-2:after {
    display: none;
  }
}

.hero-area.banner-2 .hero-area-inner {
  padding: 300px 0 0;
}

.hero-area.banner-2 .section-title h1 {
  font-size: 150px;
  font-weight: 500;
  line-height: 160px;
}
@media (max-width: 767px) {
  .hero-area.banner-2 .section-title h1 {
    font-size: 65px;
    line-height: 75px;
  }
}

.hero-area.banner-2 h3 {
  font-size: 30px;
  line-height: 40px;
}

.hero-area.banner-2 .hero-author-img {
  position: absolute;
  z-index: 9;
  bottom: 0;
  right: -175px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area.banner-2 .hero-author-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-area.banner-2 .hero-author-img {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area.banner-2 .hero-author-img {
    display: none;
  }
}

.hero-area.banner-2 .hero-author-img img {
  width: 90%;
}

.banner-author-bg {
  position: absolute;
  right: 108px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-author-bg {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-author-bg {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-author-bg {
    display: none;
  }
}

.hero-area.banner-3 {
  background: url(./assets//img/banner-3.png);
  background-size: cover;
  background-position: right center;
}
@media (max-width: 767px) {
  .hero-area.banner-3 {
    height: 600px;
    background-position: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area.banner-3 {
    height: 600px;
  }
}

.banner-3 .section-title h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-3 .section-title h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .banner-3 .section-title h3 {
    font-size: 20px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-3 .section-title h3 {
    font-size: 20px;
    line-height: 35px;
  }
}

.banner-3 .section-title h1 {
  font-size: 95px;
  font-weight: 500;
  line-height: 115px;
  color: #FFD41E;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-3 .section-title h1 {
    font-size: 75px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-3 .section-title h1 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  .banner-3 .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-3 .section-title h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

.banner-three-repeat-grid {
  position: absolute;
  top: -85px;
  left: -90px;
}

.banner-three-repeat-grid {
  -webkit-animation: bounce-left-right 2s ease-in-out 0s infinite alternate;
  animation: bounce-left-right 2s ease-in-out 0s infinite alternate;
}

@keyframes bounce-left-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
.banner-three-dot-shape {
  position: absolute;
  bottom: 20px;
}

.banner-three-dot-shape {
  -webkit-animation: bounce-up-down 2s ease-in-out 0s infinite alternate;
  animation: bounce-up-down 2s ease-in-out 0s infinite alternate;
}

@keyframes bounce-up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.author-three-bg {
  position: absolute;
  bottom: 92px;
  right: -50px;
}
@media (max-width: 767px) {
  .author-three-bg {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .author-three-bg {
    display: none;
  }
}

.fact-icon {
  background: #F95353;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
}

.single-counter-box p {
  font-size: 45px;
  font-weight: 500;
  margin: 50px 0 20px;
}

.single-counter-box h6 {
  font-family: "Roboto";
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-counter-box h6 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter-box h6 {
    font-size: 16px;
  }
}

.single-counter-box {
  border: 1px solid #552B47;
  border-radius: 0 32px 0 0;
  transition: 0.3s;
}
.single-counter-box:hover {
  border-color: #F95353;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter-box {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .single-counter-box {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.counter-box-inner {
  padding: 0 35px 35px 40px;
}

.fun-fact-area {
  position: relative;
  z-index: 1;
}

.funfact-circle-wrap {
  position: absolute;
  top: 50%;
  right: -200px;
  display: none;
}

#about-3 .about-left p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.single-fact-box {
  box-shadow: rgba(104, 56, 220, 0.09) 0px 10px 30px 0px;
  padding: 20px;
  display: inline-block;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 185px;
}

.single-fact-box.clients {
  width: 185px;
  height: 185px;
}

.single-fact-box.projects {
  width: 270px;
  height: 255px;
}

.single-fact-box.problems {
  width: 175px;
  height: 155px;
}

.single-fact-box.cup_of_tea {
  width: 225px;
  height: 225px;
}

.single-fact-box p.counter-number {
  color: #03004E;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin: 5px 0;
}

.single-fact-box h6 {
  color: #2B2344;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.fun-fact-wrap {
  position: relative;
  z-index: 1;
  width: 570px;
  height: 525px;
}

.single-fact-box.projects {
  position: absolute;
  left: -15%;
  bottom: 0;
}
@media (max-width: 767px) {
  .single-fact-box.projects {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-fact-box.projects {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.single-fact-box.problems {
  position: absolute;
  bottom: 10%;
  right: 20%;
}
@media (max-width: 767px) {
  .single-fact-box.problems {
    position: absolute;
    left: 0;
    bottom: -230px;
  }
}

.single-fact-box.cup_of_tea {
  position: absolute;
  top: 0px;
  right: 15%;
}
@media (max-width: 767px) {
  .single-fact-box.cup_of_tea {
    position: absolute;
    left: 0;
    top: 834px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-fact-box.cup_of_tea {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.single-fact-box.clients {
  position: relative;
  z-index: 1;
}

.fun-tag-one {
  position: absolute;
  bottom: -65px;
  z-index: -1;
  left: -10px;
}

.fun-tag-two {
  position: absolute;
  bottom: -35px;
  z-index: -1;
}

.fun-tag-three {
  position: absolute;
  bottom: -65px;
  z-index: -1;
  left: -10px;
}

.fun-tag-four {
  position: absolute;
  bottom: -35px;
  z-index: -1;
}

.fun-tag-five {
  position: absolute;
  top: -35px;
  left: 15%;
  z-index: -1;
}
@media (max-width: 767px) {
  .fun-tag-five {
    display: none;
  }
}

.fun-tag-six {
  position: absolute;
  top: 46%;
  left: 38%;
}

.about-section {
  position: relative;
  z-index: 1;
}

.about-section-shape {
  position: absolute;
  bottom: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-section-shape {
    display: none;
  }
}

.about-left {
  position: relative;
  z-index: 1;
}

.repeat-grid {
  position: absolute;
  top: -50px;
  left: -25px;
}

.about-btn {
  display: inline-block;
  margin-top: 50px;
}

/*Pop up Video */
.pop-up-video {
  position: relative;
}

.pop-up-video a.video-play-btn {
  font-size: 25px;
  color: #fff;
  border: 2px solid #2B2344;
  padding: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 40%;
  top: -20px;
  margin-left: -35px;
  margin-top: -35px;
  background: #2B2344;
  cursor: pointer;
  z-index: 9;
}
@media (max-width: 767px) {
  .pop-up-video a.video-play-btn {
    left: 60%;
  }
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.pop-up-video a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #FCD1C1;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.pop-up-video a span {
  font-size: 15px;
  position: absolute;
  bottom: 20px;
  left: 80px;
  width: 100px;
  font-weight: 400;
}

.about-one .about-right {
  margin-left: 80px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one .about-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-one .about-right {
    display: none;
  }
}

.about-two .about-right {
  margin-top: 0;
}
@media (max-width: 767px) {
  .about-two .about-right {
    margin-top: 120px;
  }
}

.about-img-wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-wrap {
    margin-top: 50px;
  }
}

.about-img-wrap:after {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 30px;
  width: 90%;
  height: 530px;
  /* background: url(./assets//img/author-2.jpg); */
  background-size: cover;
  background-position: center;
}

.about-dot-shape {
  position: absolute;
  bottom: 30%;
  right: 0;
}
@media (max-width: 767px) {
  .about-dot-shape {
    display: none;
  }
}

.about-dot-shape {
  -webkit-animation: bounce-up-down 2s ease-in-out 0s infinite alternate;
  animation: bounce-up-down 2s ease-in-out 0s infinite alternate;
}

@keyframes bounce-up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
#about-3 .section-title h2 {
  font-size: 50px;
  line-height: 60px;
}

.about-three .about-left {
  padding: 40px;
  padding-left: 0;
  padding-top: 0;
}

.about-three .about-right {
  padding: 50px;
  height: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-three .about-right {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .about-three .about-right {
    height: 1100px;
  }
}

.author-place-image {
  position: relative;
  z-index: 1;
}

.author-three-img {
  position: absolute;
  bottom: 0;
  left: 40px;
}

.qualification-section {
  position: relative;
  z-index: 1;
}

.qualification-section.skill-two:before {
  position: absolute;
  content: "";
  top: 0;
  right: -120px;
  width: 215px;
  height: 100%;
  background-image: url(./assets//img/skill-rectangle.png);
  margin-left: -250px;
}

.qualification-inner, .skill-inner {
  margin-top: 55px;
  border-radius: 5px;
}

.single-qualification-wrap, .skill-item {
  padding: 30px 35px 20px 40px;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-qualification-wrap, .skill-item {
    padding: 30px 30px 15px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-qualification-wrap, .skill-item {
    padding: 30px 30px 20px 30px;
  }
}

.single-qualification-wrap h5 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #F85353;
  margin: 10px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-qualification-wrap h5 {
    font-size: 16px;
    margin: 5px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-qualification-wrap h5 {
    font-size: 16px;
    margin: 5px 0;
  }
}

.single-qualification-wrap p {
  color: #DEDEDE;
  font-weight: 300;
}

.qualification-inner h4 {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qualification-inner h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .qualification-inner h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

.qualify-icon {
  background: #F85353;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.experience-area .single-qualification-wrap {
  display: flex;
}

.skill-two .experience-area .single-qualification-wrap {
  display: block;
}

.qualify-content {
  margin-left: 20px;
}

.experience-area .single-qualification-wrap h5 {
  color: #DEDEDE;
}

.qualify-content h5 span {
  margin: 0 3px;
}

ul.skill-item li {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  ul.skill-item li {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  ul.skill-item li {
    font-size: 16px;
    line-height: 20px;
  }
}

ul.skill-item li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #F85353;
  border-radius: 50%;
}

.qualification-section {
  position: relative;
  z-index: 1;
}

.skill-shape-wrap {
  position: absolute;
  right: -50px;
  top: 70%;
}
@media (max-width: 767px) {
  .skill-shape-wrap {
    display: none;
  }
}

.skill-shape-wrap {
  -webkit-animation: bounce-left-right 2s ease-in-out 0s infinite alternate;
  animation: bounce-left-right 2s ease-in-out 0s infinite alternate;
}

@keyframes bounce-left-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
.skill-two .qualification-inner h4 {
  color: #2B2344;
}

.skill-two .qualification-inner p {
  color: #666;
  font-weight: 400;
}

.skill-two .qualification-inner h5 {
  color: #F95454;
  font-weight: 400;
}

.single-qualification-wrap {
  position: relative;
  z-index: 1;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
}

.skill-two .single-qualification-wrap {
  padding: 0;
  border-left: 1px solid #F95454;
  padding-left: 40px;
  border-radius: 0;
  margin-left: 8px;
  background: none;
  box-shadow: none;
}

.skill-two .skill-item {
  padding: 0;
}

.skill-two .single-qualification-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: -6px;
  width: 12px;
  height: 12px;
  background: rgb(249, 84, 84);
  border-radius: 50%;
}

.skill-two .single-qualification-wrap::after {
  position: absolute;
  content: "";
  top: -3px;
  left: -9px;
  border: 1px solid #F95454;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.skill-two ul.skill-item li {
  color: #2B2344;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .skill-two ul.skill-item li {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skill-two ul.skill-item li {
    font-size: 16px;
    line-height: 20px;
  }
}

.skill-three .qualification-inner h4 {
  color: #2B2344;
}

.skill-three .qualification-inner p {
  color: #666;
  font-weight: 400;
}

.skill-three .qualification-inner h5 {
  color: #F95454;
  font-weight: 400;
}

.skill-three ul.skill-item li {
  color: inherit;
}

.single-service-item {
  border-radius: 0 70px 0 0;
  margin-top: 110px;
}

.service-inner {
  padding: 100px 50px 50px 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-inner {
    padding: 80px 40px 40px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner {
    padding: 80px 35px 35px 30px;
  }
}

.service-content h4 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.single-service-item:hover .service-content h4 {
  color: #EE6D52;
}

.service-icon {
  background: #F85353;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-top: -145px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.single-service-item:hover .service-icon {
  transform: rotateY(360deg);
}

.service-content p {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-content p {
    font-size: 15px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-content p {
    font-size: 15px;
    line-height: 26px;
  }
}

.service-two .single-service-item {
  border-radius: 0;
  background: #FEF6F6;
  transition: 0.3s;
  margin-top: 60px;
}

.service-two .service-icon {
  margin-top: -100px;
}

.service-two .service-content h4, .service-four .service-content h4 {
  color: #2B2344;
}

.service-two .service-content p, .service-four .service-content p {
  color: #666;
}

.service-two .single-service-item:hover, .service-four .single-service-item:hover {
  background: #2B2344;
}

.service-two .single-service-item:hover .service-content h4, .service-four .single-service-item:hover .service-content h4 {
  color: #fff;
}

.service-two .single-service-item:hover .service-content p, .service-four .single-service-item:hover .service-content p {
  color: #E9E9E9;
}

.service-four .single-service-item {
  border-radius: 0;
}

ul.port-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  ul.port-menu {
    float: left;
  }
}
@media (max-width: 767px) {
  ul.port-menu {
    float: left;
  }
}

ul.port-menu.recent {
  list-style: none;
  padding: 0;
  bottom: 0;
  text-align: center;
  position: inherit;
  background: #1D1730;
  border-radius: 5px;
}
@media (max-width: 767px) {
  ul.port-menu.recent {
    background: none;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  ul.port-menu.recent {
    background: none;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
}

ul.port-menu li {
  display: inline-block;
  padding: 20px 30px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  ul.port-menu li {
    padding: 15px;
    background: #1D1730;
    margin: 5px;
  }
}
@media (max-width: 767px) {
  ul.port-menu li {
    padding: 15px;
    background: #1D1730;
    margin: 5px;
  }
}

ul.port-menu li.active:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #F85353;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.portfolio-bg-wrap {
  background-image: url(./assets//img/portfolio/1.png);
}

.port-bg-2 {
  background-image: url(./assets//img/portfolio/2.png);
}

.port-bg-3 {
  background-image: url(./assets//img/portfolio/3.png);
}

.port-bg-4 {
  background-image: url(./assets//img/portfolio/4.png);
}

.port-bg-5 {
  background-image: url(./assets//img/portfolio/5.png);
}

.port-bg-6 {
  background-image: url(./assets//img/portfolio/6.png);
}

.portfolio-list {
  overflow: hidden;
  margin-left: -1%;
  margin-top: 20px;
}

.portfolio-bg-wrap {
  float: left;
  width: 410px;
  background-size: cover;
  background-position: center center;
  margin-left: -25px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  height: 400px;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio-bg-wrap {
    width: 300px;
    margin-left: 0;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-bg-wrap {
    width: 50%;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-bg-wrap {
    width: 100%;
  }
}

.portfolio-details {
  position: absolute;
  bottom: -50px;
  left: 0;
  padding: 20px;
  z-index: 22;
  right: 0;
  background: #1D1730;
  margin: 30px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  border-radius: 5px;
  width: 70%;
  margin-left: 15%;
}

.portfolio-bg-wrap:hover .portfolio-details {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}

h4.portfolio-title a {
  font-size: 18px;
  color: #F85353;
  margin: 4px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  h4.portfolio-title a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h4.portfolio-title a {
    font-size: 16px;
  }
}

.portfolio-details p {
  margin: 0;
}

.portfolio-list.recent {
  margin-top: 0;
}
@media (max-width: 767px) {
  .portfolio-list.recent {
    text-align: center !important;
  }
}

ul.port-menu li.active {
  background: #F85353;
  border-radius: 5px 0 0 5px;
}

.portfolio-two ul.port-menu.recent {
  margin-bottom: 60px;
}

.testimonial-section {
  position: relative;
  z-index: 1;
}

.testimonial-section:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: #1D1730;
  z-index: -1;
}

.testimonial-inner {
  padding: 60px 80px 0 50px;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-inner {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .testimonial-inner {
    padding: 35px;
  }
}

.testimonial-two .testimonial-inner {
  padding: 60px 80px 70px 50px;
  border-radius: 20px;
}

.testimonial-icon {
  background: #F95353;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 45px;
}

.testimonial-content p {
  font-style: italic;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
}

.testimonial-img {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonial-img {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-img {
    display: none;
  }
}

.testimonial-author-img {
  position: absolute;
  bottom: 0;
  left: -20px;
}
@media (max-width: 767px) {
  .testimonial-author-img {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-author-img {
    display: none;
  }
}

.testimonial-author h4 {
  font-family: "Roboto", sans-serif;
  line-height: 32px;
}

.testimonial-author p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
}

.testimonial-wrap .owl-dots button.owl-dot span {
  width: 35px;
  height: 2px;
  background: #707070;
  margin-right: 10px;
  margin-top: 20px;
}

.testimonial-wrap .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 3px;
  background: #F95353;
}

.testimonial-wrap .owl-dots {
  margin-top: 25px;
}

.testimonial-dot-shape {
  position: absolute;
  top: 165px;
  right: -130px;
}

.testimonial-dot-shape {
  -webkit-animation: bounce-up-down 2s ease-in-out 0s infinite alternate;
  animation: bounce-up-down 2s ease-in-out 0s infinite alternate;
}

@keyframes bounce-up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.testimonial-two.testimonial-section:before {
  display: none;
}

.testimonial-section.testimonial-two {
  position: relative;
  z-index: 1;
}

.testimonial-section.testimonial-two::after {
  position: absolute;
  content: "";
  top: 0;
  right: 121px;
  width: 300px;
  height: 100%;
  background-image: url(./assets//img/testimonial-rectangle-right.png);
}
@media (max-width: 767px) {
  .testimonial-section.testimonial-two::after {
    right: 0;
    width: 230px;
  }
}

.testimonial-two .testimonial-content p {
  padding-right: 15px;
  margin-bottom: 20px;
}

.testimonial-section .section-title h2 {
  z-index: 9;
}

.testimonial-author p {
  margin: 0;
}

.testimonial-two .testimonial-wrap .owl-dots {
  margin-top: 15px;
}

.testimonial-two .testimonial-icon {
  margin-bottom: 25px;
}

.testimonial-three.testimonial-section:before {
  display: none;
}

.testimonial-four.testimonial-section:before {
  display: none;
}

.testimonial-three .testimonial-wrap .owl-dots {
  margin-top: 15px;
}

.testimonial-three .testimonial-content p {
  margin-bottom: 20px;
}

.testimonial-three .testimonial-author-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .testimonial-three .testimonial-author-img {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-three .testimonial-author-img {
    display: none;
  }
}

.testimonial-three .testimonial-place-img-wrap {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three .testimonial-place-img-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonial-three .testimonial-place-img-wrap {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-three .testimonial-place-img-wrap {
    display: none;
  }
}

.testimonial-place-img {
  position: absolute;
  z-index: -1;
}

.testimonial-place-img-wrap {
  position: relative;
  z-index: 1;
}

.single-blog-item {
  margin-bottom: 50px;
}

.single-blog-item .blog-thumb img {
  border-radius: 7px;
}
@media (max-width: 767px) {
  .single-blog-item .blog-thumb img {
    width: 100%;
  }
}

.blog-content .blog-meta p {
  font-weight: 300;
  margin: 30px 0 20px;
}

.blog-content .blog-title h4 a {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-content .blog-title h4 a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content .blog-title h4 a {
    font-size: 24px;
  }
}

.blog-content .blog-title h4 a:hover {
  color: #F95454;
}

.blog-thumb {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.blog-three .blog-title h4 a {
  color: #2B2344;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-three .blog-title h4 a {
    font-size: 20px;
  }
}

.blog-three .blog-meta p {
  color: #555;
  font-weight: 400;
  margin: 20px 0 10px;
}

.blog-meta p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 20px 0;
}

.blog-meta p span {
  margin-left: 30px;
}

.blog-content-wrap {
  border: 1px solid #ddd;
  padding: 60px 100px 60px;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-content-wrap {
    padding: 60px 60px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content-wrap {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 767px) {
  .blog-content-wrap {
    padding: 30px 20px 30px;
  }
}

.blog-content-wrap p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.blog-content-wrap .blog-thumb {
  margin: 40px 0;
}

.blockquote-area {
  background: #1D1730;
  padding: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .blockquote-area {
    padding: 30px;
  }
}

.blockquote-area p {
  color: #eee !important;
  font-family: "Playfair Display", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
  font-style: italic;
}
@media (max-width: 767px) {
  .blockquote-area p {
    font-size: 16px;
  }
}

.quote-sign {
  position: absolute;
  top: 35px;
  left: 45px;
  z-index: -1;
}

.blog-content-one {
  margin: 70px 0 60px;
}

.blog-content-one h3, .blog-content-two h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .blog-content-one h3, .blog-content-two h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

.blog-list-wrap h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}

ul.blog-list li {
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  ul.blog-list li {
    font-size: 14px;
  }
}

ul.blog-list li i {
  font-size: 16px;
  margin-right: 15px;
}

.blog-tag-wrap ul li a {
  display: inline-block;
  background: #1D1730;
  color: #fff;
  padding: 15px 30px;
  margin-right: 5px;
  border-radius: 5px;
}
.blog-tag-wrap ul li a:hover {
  background: #EE6D52;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-tag-wrap ul li a {
    padding: 12px 15px;
  }
}
@media (max-width: 767px) {
  .blog-tag-wrap ul li a {
    padding: 10px 12px;
    font-size: 14px;
  }
}

.social-icon-wrap a {
  color: #1D1730;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 400;
}

.social-icon-wrap span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-right: 10px;
}

.social-icon-wrap {
  text-align: end;
}
@media (max-width: 767px) {
  .social-icon-wrap {
    text-align: start;
    font-size: 14px;
    margin-top: 30px;
  }
}

.single-blog-item .blog-thumb img {
  width: 100%;
  height: auto;
}

.comments-section h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 60px;
}

.single-comments-wrap {
  display: flex;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .single-comments-wrap {
    flex-direction: column;
  }
}

.comments-inner {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .comments-inner {
    padding-left: 0;
    margin-top: 20px;
  }
}

.reply-btn a {
  border: 1px solid #ddd;
  color: #777;
  padding: 8px 15px;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}

.contact-form-wrap h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 50px;
}

body.dark-bg-2 .blog-content-wrap {
  border: 1px solid rgb(63, 58, 78);
}

body.dark-bg-2 .social-icon-wrap a {
  color: #fff;
}

body.dark-bg-2 .blog-three .blog-title h4 a {
  color: #fff;
}

body.dark-bg-2 .blog-three .blog-meta p {
  color: #fff;
}

body.dark-bg-2 .reply-btn a {
  color: #fff;
}

body.dark-bg-2::placeholder {
  color: #fff;
}

body.dark-bg-2 .header-area .navigation {
  background: inherit;
}

body.dark-bg-2 .breadcroumb-area h6 a {
  color: #fff;
}

.contact-section {
  position: relative;
  z-index: 2;
}

.map-wrap iframe {
  width: 370px;
  height: 400px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .map-wrap iframe {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-wrap iframe {
    width: 332px;
  }
}
@media (max-width: 767px) {
  .map-wrap iframe {
    width: 100%;
  }
}

.contact-form-wrap .main-btn {
  width: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrap .main-btn {
    width: 180px;
  }
}

.contact-form-wrap .main-btn:hover {
  background: #fff !important;
  color: #333;
}

.contact-two .contact-form-wrap .main-btn:hover {
  background: #2B2344 !important;
  color: #fff;
}

.contact-four .contact-form-wrap .main-btn:hover {
  background: #2B2344 !important;
  color: #fff;
}

.contact-two .contact-form-wrap input, .contact-two .contact-form-wrap textarea {
  background: #FEF6F6;
  border: none;
}

.contact-four .contact-form-wrap input, .contact-four .contact-form-wrap textarea {
  background: #F9F9F9;
  border: none;
}

.contact-two ::placeholder {
  color: #666;
}

.contact-four ::placeholder {
  color: #666;
}

input.main-btn {
  background: #F95454 !important;
  padding: 14px 30px;
}

.footer-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
}

.footer-section p {
  font-size: 24px;
  line-height: 28px;
  margin-top: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section p {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .footer-section p {
    font-size: 18px;
    line-height: 20px;
  }
}

.footer-inner h2 {
  font-size: 52px;
  line-height: 70px;
}
@media (max-width: 767px) {
  .footer-inner h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

.social-area-wrap a.facebook {
  background: #1976D2;
  border-radius: 50%;
}

.social-area-wrap a.dribble {
  background: #D04C7D;
  border-radius: 50%;
}

.social-area-wrap a.behance {
  background: #1769FF;
  border-radius: 50%;
}

.footer-section .social-area-wrap {
  padding-top: 75px;
}

.footer-section .social-area-wrap a:hover i {
  color: #fff;
}

.copyright-area {
  border-top: 1px solid #3B3158;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.copyright-area p {
  margin: 0;
  font-weight: 300;
}

.footer-section {
  position: relative;
  z-index: 1;
}

.footers-shape-one {
  position: absolute;
  top: -115px;
  left: -85px;
}

.footer-bottom.footer-one {
  position: relative;
  z-index: 1;
}

.footers-shape-two {
  position: absolute;
  bottom: 0;
  right: 0px;
}

.footer-inner {
  position: relative;
  z-index: 1;
}

.footer-content {
  position: absolute;
}

.footer-circle-wrap {
  animation: rotation 1s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.footer-ellipse {
  position: absolute;
  bottom: 0;
  left: 145px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-ellipse {
    position: absolute;
    bottom: 0;
    left: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-ellipse {
    position: absolute;
    bottom: 0;
    left: 15px;
  }
}
@media (max-width: 767px) {
  .footer-ellipse {
    display: none;
  }
}

.footers-shape-one {
  -webkit-animation: bounce-up-down 2s ease-in-out 0s infinite alternate;
  animation: bounce-up-down 2s ease-in-out 0s infinite alternate;
}

@keyframes bounce-up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.footers-shape-two {
  -webkit-animation: bounce-up-down 2s ease-in-out 0s infinite alternate;
  animation: bounce-up-down 2s ease-in-out 0s infinite alternate;
}

@keyframes bounce-up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.footer-section .banner-shape-inner .shape4 {
  position: absolute;
  left: 25%;
  top: 20%;
}

.footer-section .banner-shape-inner .shape5 {
  position: absolute;
  right: 20%;
  bottom: 0;
}

.footer-dot-wrap {
  position: absolute;
  left: -75px;
  top: 0;
}

.footer-dot-wrap {
  -webkit-animation: bounce-up-down 2s ease-in-out 0s infinite alternate;
  animation: bounce-up-down 2s ease-in-out 0s infinite alternate;
}

@keyframes bounce-up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.tag-one {
  position: absolute;
  top: 10%;
  left: 20%;
}

.tag-two {
  position: absolute;
  top: 60%;
  left: 5%;
}

.tag-three {
  position: absolute;
  top: 85%;
  left: 20%;
  z-index: 999 !important;
}

.tag-four {
  position: absolute;
  top: 10%;
  right: 10%;
}

.tag-five {
  position: absolute;
  top: 60%;
  right: 20%;
}

.tag-six {
  position: absolute;
  top: 85%;
  right: 45px;
  z-index: 999 !important;
}

.accordion.faqs {
  margin-top: 30px;
}

.accordion.faqs .card .card-header {
  background: #fff;
  padding: 0;
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
}

.accordion.faqs .card {
  border-radius: 2px;
  border: 1px solid #f3f5f8;
}

.accordion.faqs .card:last-child {
  margin-bottom: 0;
}

.accordion.faqs .card .card-header .btn-link {
  padding: 15px 40px;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  border-radius: 0px;
  position: relative;
  text-decoration: none;
  border: none;
  padding-right: 95px;
}

.accordion.faqs .card .card-header .btn-link:focus {
  outline: none !important;
}

.accordion.faqs .card .card-header .btn-link:active {
  outline: none !important;
}

.accordion.faqs .card .card-header .btn-link::after {
  right: 40px;
  content: "+";
  height: 50px;
  width: 50px;
  text-align: center;
  top: 50%;
  font-size: 25px;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  line-height: 51px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion.faqs .card .subtitle > button[aria-expanded=true]::after {
  content: "-";
}

.accordion.faqs .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 47px 30px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion.faqs .card .card-body .content {
  font-size: 16px;
  line-height: 24px;
  padding-left: 10px;
  text-align: justify;
}

.accordion.faqs .card .card-body p {
  color: #5B5C74;
}

.accordion.faqs .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 2px solid #f3f5f8;
}

.faq-icon-box {
  position: absolute;
  width: 140px;
  height: 140px;
  background: #fff;
  top: 40%;
  right: 85px;
  margin-top: -70px;
  z-index: 2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-thumb {
  position: relative;
  z-index: 2;
}

.faq-icon-box img {
  -webkit-animation: 1.5s shake infinite;
  animation: 1.5s shake infinite;
  width: 80px;
  height: auto;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
.faq-icon-box::after {
  width: 180px;
  height: 180px;
  -webkit-box-shadow: 0 8px 16px 0px rgba(130, 139, 148, 0.3);
  box-shadow: 0 8px 16px 0px rgba(130, 139, 148, 0.3);
  left: -20px;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.accordion.faqs .card .card-header .btn-link.active {
  color: #EE6D52;
}

.single-price-wrap {
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.price-inner {
  padding: 50px 100px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.price-inner h6 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  margin-bottom: 10px;
}

.price-inner h2 {
  font-family: "Roboto", sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 56px;
}

.price-inner p {
  font-size: 16px;
  line-height: 28px;
}

.feature-list-wrap {
  padding: 45px 45px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-list-wrap {
    padding: 45px 35px 40px;
  }
}
@media (max-width: 767px) {
  .feature-list-wrap {
    padding: 45px 30px 40px;
  }
}

.feature-list-wrap ul li {
  font-size: 15px;
  line-height: 28px;
  color: #5D6B77;
  margin-bottom: 20px;
  padding-left: 15px;
}

.feature-list-wrap ul li i {
  font-size: 16px;
  color: #03004E;
  font-weight: 600;
  margin-right: 15px;
}

.buy-now-btn a {
  border: 1px solid #03004E;
  display: inline-block;
  border-radius: 25px;
  color: #03004E;
  text-align: center;
  padding: 14px;
  width: 100%;
  font-weight: 400;
  margin: 30px 0 20px;
}

.buy-now-btn a:hover {
  background: #03004E;
  color: #fff;
}

.single-price-wrap.active .buy-now-btn a {
  background: #F95353;
  border: 1px solid #F95353;
  color: #fff;
}
.single-price-wrap.active .buy-now-btn a:hover {
  background: #03004E;
  border: 1px solid #03004E;
}

/* Breadcrumb 
============== */
.breadcroumb-area {
  height: 500px;
  background-size: cover;
  background-position: center bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.breadcroumb-area .breadcroumb-title h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 80px;
  margin-top: 40px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .breadcroumb-area .breadcroumb-title h1 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcroumb-area .breadcroumb-title h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .breadcroumb-area .breadcroumb-title h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

.breadcroumb-area h6 {
  font-size: 18px;
  line-height: 22px;
  margin-top: 25px;
}

.breadcroumb-area h6 a {
  font-size: 18px;
  line-height: 22px;
  color: #2B2344;
}

.bread-ellipse {
  position: absolute;
  top: 35%;
  left: 50%;
}

.bread-shape {
  position: absolute;
  right: 80px;
  top: 20%;
}

/*








 */



 .comments-dark #comments{
  /* color: #2B2344 !important; */
  font-size: 25px !important;
 }

 .comments-dark .commentlist, .comments-dark .commentlist a, .comments-dark .commentlist p{
  color: #FFFFFF !important;
}


.comments-dark #respond #reply-title{
  color: #FFFFFF !important;
}

.comments-dark #respond p, .comments-dark #respond a{
  color: #FFFFFF !important;
}

.comments-dark .comment-form-comment textarea{
  color: #FFFFFF !important;
}

.comments-dark #respond p input{
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}
 /* .fn{
  color: #2B2344 !important;
 } */
 /* .comment-body{
  color: #2B2344 !important;
 } */

 .comments-light #comments{
  color: #2B2344 !important;
  font-size: 25px !important;
 }

.comments-light .commentlist, .comments-light .commentlist a, .comments-light .commentlist p{
  color: #2B2344 !important;
}


.comments-light #respond #reply-title{
  color: #2B2344 !important;
}

.comments-light #respond p, .comments-light #respond a{
  color: #2B2344 !important;
}

.comments-light .comment-form-comment textarea{
  border-color: #2B2344 !important;
  color: #2B2344 !important;
}

.comments-light #respond p input{
  border-color: #2B2344 !important;
  color: #2B2344 !important;
}

.commentlist{
  display:grid;
}

.children{
  display: grid;
}

.commentlist li div{
  margin-top: 10px;
  margin-bottom: 10px;
}

.children{
  margin-left: 30px;
  padding-left: 10px;
}

.children {
  border-left: 1px dashed #2B2344;
}

.comments-dark .children {
  border-left: 1px dashed #FFFFFF;
}


.children li{
  margin-top: 10px;
  margin-bottom: 10px;
}

.comment-form-cookies-consent{
  display: table-row;
}

.comment-form-cookies-consent input{
  display: table-cell;
}

.comment-form-cookies-consent label{
  display: table-cell;
  padding-left: 15px;
}


#contact .dark-contact-form input{
  color:#FFFFFF;
}

#contact .dark-contact-form textarea{
  color:#FFFFFF;
}


.footer-social-area-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}


.footer-social-area-wrap ul li {
  background: #2B2344;
  padding: 12px;
  border-radius: 50px;
}


.footer-social-area-wrap ul li svg {
  font-size: 24px;
  font-weight: 400;
}


.footer-social-area-wrap ul li svg:hover {
  color: #F95454;
}

.footer-social-area-wrap {
  padding-top: 30px;
}

