/*
Template Name: Arnav
Template URI:
Description: Minimal Digital Agency HTML Template
Author: Mihir Kanti Ghosh
Author URI:
Version: 1.0
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Source+Sans+Pro:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500,700,900&display=swap");
html,
body {
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #fff;
  color: #191919;
  overflow-x: hidden;
}

.container-fluid {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  color: #9A9A9A;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  p {
    font-size: 14px;
  }
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

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;
}

li {
  display: inline-block;
}

.section-padding {
  padding: 100px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 70px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 30px 0;
  }
}

@media (max-width: 575px) {
  .section-padding {
    padding: 30px 0;
  }
}

.pad-top-0 {
  padding-top: 0;
}

.pad-bot-0 {
  padding-bottom: 0;
}

.pad-top-20 {
  padding-top: 20px;
}

.pad-bot-20 {
  padding-bottom: 20px;
}

.pad-top-30 {
  padding-top: 30px;
}

.pad-bot-30 {
  padding-bottom: 30px;
}

.pad-top-40 {
  padding-top: 40px;
}

.pad-bot-40 {
  padding-bottom: 40px;
}

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

.pad-bot-50 {
  padding-bottom: 50px;
}

.section-title {
  position: relative;
}

.section-title h2 {
  color: #191919;
  font-size: 35px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 20px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 30px;
    line-height: 45px;
    margin: 10px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 40px;
    margin: 10px 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 8px 0;
    margin-bottom: 15px;
  }
}

.theme-2 .section-title h2 {
  text-transform: capitalize;
}

.section-title h5 {
  color: #333;
  font-size: 18px;
  letter-spacing: 2px;
}

.section-title h6 {
  color: #9A9A9A;
}

.theme-2 .section-title h6 {
  text-transform: uppercase;
  color: #10CC75;
}

.main-btn {
  display: inline-block;
  background: #f9f3eb;
  color: #191919;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 15px 35px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-btn {
    font-size: 15px;
    padding: 15px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main-btn {
    font-size: 14px;
    padding: 12px 25px;
  }
}

.main-btn:hover {
  background-color: #333;
  color: #fff;
}

.theme-2 .main-btn {
  background: transparent;
  border: 2px solid #10CC75;
  margin: 20px 0;
}

.theme-2 .main-btn:hover {
  background-color: #10CC75;
  color: #fff;
}

input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #ddd;
  padding: 15px 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 20px;
}

textarea {
  height: 150px;
  resize: none;
}

input[type="submit"],
button[type="submit"] {
  border: none;
  display: inline-block;
  background: #9f0031;
  color: #fff;
  padding: 12px 20px;
  margin: 20px 0;
  width: auto;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #999;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #999;
}

input::placeholder,
textarea::placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #999;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.site-preloader-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #9f0031;
  z-index: 999;
}

.site-preloader-wrap.theme-2 {
  background: #10CC75;
}

.site-preloader-wrap .spinner {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1,
.cube2 {
  background-color: #fff;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/* Scrolltop section */
.go-top {
  background-color: #9f0031;
  color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 0;
  bottom: 4em;
  right: 2em;
  font-size: 20px;
  line-height: 43px;
  text-align: center;
  text-decoration: none;
  display: none;
  position: fixed;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .go-top {
    width: 25px;
    height: 25px;
    bottom: 5em;
    right: 2em;
    font-size: 15px;
    line-height: 26px;
  }
}

@media (max-width: 575px) {
  .go-top {
    width: 25px;
    height: 25px;
    bottom: 5em;
    right: 2em;
    font-size: 15px;
    line-height: 26px;
  }
}

.go-top i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: #fff;
}

.go-top:hover {
  background-color: #e09e27;
  color: #fff;
}

/* Alert Style
-----------------------------------------------------*/
.alert {
  padding: 10px 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 0;
}

.alert strong {
  display: inline-block !important;
  margin: 0 !important;
}

.about-left {
  margin-right: 40px;
  position: relative;
}

.about-left img {
  border-radius: 10px;
}

.about-left:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -20px;
  right: 20px;
  background: #9f0031;
  z-index: -1;
  border-radius: 10px;
}

@media (max-width: 575px) {
  .about-left {
    margin-right: 0;
  }
}

.theme-2 .about-left img {
  border-radius: 0;
}

.theme-2 .about-left:before {
  background: #10CC75;
  top: -20px;
  border-radius: 0;
}

.about-certify {
  margin: 40px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-certify {
    margin: 25px 0;
  }
}

.about-certify i {
  font-size: 45px;
  position: absolute;
}

.about-certify h5 {
  padding-left: 70px;
  margin-bottom: 15px;
}

.about-certify p {
  padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-certify p {
    font-size: 14px;
  }
}

.about-content {
  margin-top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content {
    margin-top: 20px;
  }
}

.about-content h5 {
  margin-bottom: 20px;
}

.hero-area {
  background-image: url(../img/hero-bg.jpg);
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  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;
}

.hero-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: .5;
  z-index: -1;
}

.hero-area .hero-area-content h5 {
  font-size: 18px;
  color: #191919;
  font-weight: normal;
}

.hero-area .hero-area-content h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 1.4;
  margin: 30px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-area .hero-area-content h1 {
    font-size: 65px;
    line-height: 1.3;
    margin: 25px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-area-content h1 {
    font-size: 60px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area .hero-area-content h1 {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .hero-area .hero-area-content h1 {
    font-size: 35px;
  }
}

.hero-area.theme-2 {
  background-image: url(../img/hero-bg-2.jpg);
}

.hero-area.theme-2::after {
  background: #10102D;
  opacity: .9;
}

.hero-area.theme-2 .hero-area-content {
  color: #fff;
}

.hero-area.theme-2 .hero-area-content h6 {
  color: #fff;
  text-transform: uppercase;
}

.hero-area.hero-area.theme-2 h1 b {
  color: #10CC75;
}

.header-area .navigation {
  padding: 6px 30px;
}

.header-area.absolate-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 10px 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-area .is-sticky .sticky-area {
  background: #fff;
  height: 75px;
  z-index: 999 !important;
  -webkit-animation: slideInDown .6s forwards;
          animation: slideInDown .6s forwards;
  -webkit-box-shadow: 0 0 5px #eee;
          box-shadow: 0 0 5px #eee;
}

.header-area.theme-2 .is-sticky .sticky-area {
  background: #10102D;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.logo .navbar-brand {
  color: #191919;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
}

.theme-2 .logo a {
  color: #fff;
}

.main-menu {
  margin: 10px 0;
}

.main-menu li.nav-item {
  position: relative;
  margin: 0 25px;
}

.main-menu li.nav-item a.nav-link {
  font-weight: 500;
  color: #191919;
  display: inline-block;
  padding: 0;
}

.main-menu li.nav-item a.nav-link:hover {
  color: #9f0031;
}

.theme-2 .main-menu li.nav-item a.nav-link {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-2 .main-menu li.nav-item a.nav-link {
    color: #444;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .theme-2 .main-menu li.nav-item a.nav-link {
    color: #444;
  }
}

@media (max-width: 575px) {
  .theme-2 .main-menu li.nav-item a.nav-link {
    color: #444;
  }
}

.theme-2 .main-menu li.nav-item a.nav-link:hover {
  color: #10CC75;
}

.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 220px;
  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);
}

.main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 52px;
}

.main-menu .sub-menu li {
  display: block;
  border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li:last-child {
  border: none;
}

.main-menu .sub-menu li a {
  font-size: 14px;
  display: block;
  padding: 12px;
  color: #191919;
  -webkit-transition: .3s;
  transition: .3s;
}

.main-menu .sub-menu li:hover > a {
  color: #9f0031;
}

.theme-2 .main-menu .sub-menu li:hover > a {
  color: #10CC75;
}

.navigation .navbar .navbar-nav .nav-item.active > a {
  color: #9f0031;
}

.theme-2 .navigation .navbar .navbar-nav .nav-item.active > a {
  color: #10CC75;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu li.nav-item a.nav-link {
    padding: 12px;
  }
  .navbar-toggler {
    padding: 5px 15px;
    font-size: 20px;
    line-height: 1;
    background-color: transparent;
    border: none;
    position: absolute;
    top: -60px;
    right: 0;
  }
  .navbar-toggler-icon {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #FFD014;
    margin: 6px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .main-menu .navbar .navbar-collapse {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    padding: 10px 16px;
    -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
  .main-menu .navbar-toggler:focus,
  .navbar-toggler:hover {
    text-decoration: none;
    outline: 0;
    cursor: pointer !important;
  }
  .active .navbar-toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 7px;
  }
  .active .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
  }
  .active .navbar-toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    top: 7px;
  }
  .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #094074;
  }
  .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler:focus,
  .sub-nav-toggler:hover {
    text-decoration: none;
    outline: 0;
    cursor: pointer !important;
  }
  .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: left;
    border-top: 0;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .main-menu .sub-menu li a {
    font-size: 14px;
    display: block;
    padding: 12px;
    color: #191919;
    -webkit-transition: .3s;
    transition: .3s;
    padding-left: 30px;
  }
  .main-menu .sub-menu li:hover > a {
    background: none;
    color: #9f0031;
  }
  .theme-2 .main-menu .sub-menu li:hover > a {
    background: none;
    color: #10CC75;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main-menu li.nav-item a.nav-link {
    padding: 12px;
  }
  .navbar-toggler {
    padding: 5px 15px;
    font-size: 20px;
    line-height: 1;
    background-color: transparent;
    border: none;
    position: absolute;
    top: -60px;
    right: 0;
  }
  .navbar-toggler-icon {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #FFD014;
    margin: 6px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .main-menu .navbar .navbar-collapse {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    padding: 10px 16px;
    -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
  .main-menu .navbar-toggler:focus,
  .navbar-toggler:hover {
    text-decoration: none;
    outline: 0;
    cursor: pointer !important;
  }
  .active .navbar-toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 7px;
  }
  .active .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
  }
  .active .navbar-toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    top: 7px;
  }
  .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #094074;
  }
  .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler:focus,
  .sub-nav-toggler:hover {
    text-decoration: none;
    outline: 0;
    cursor: pointer !important;
  }
  .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: left;
    border-top: 0;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .main-menu .sub-menu li a {
    font-size: 14px;
    display: block;
    padding: 12px;
    color: #191919;
    -webkit-transition: .3s;
    transition: .3s;
    padding-left: 30px;
  }
  .main-menu .sub-menu li:hover > a {
    background: none;
    color: #9f0031;
  }
  .theme-2 .main-menu .sub-menu li:hover > a {
    background: none;
    color: #10CC75;
  }
}

@media (max-width: 575px) {
  .main-menu li.nav-item a.nav-link {
    padding: 12px;
  }
  .navbar-toggler {
    padding: 5px 15px;
    font-size: 20px;
    line-height: 1;
    background-color: transparent;
    border: none;
    position: absolute;
    top: -60px;
    right: 0;
  }
  .navbar-toggler-icon {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #FFD014;
    margin: 6px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .main-menu .navbar .navbar-collapse {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    padding: 10px 16px;
    -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
  .main-menu .navbar-toggler:focus,
  .navbar-toggler:hover {
    text-decoration: none;
    outline: 0;
    cursor: pointer !important;
  }
  .active .navbar-toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 7px;
  }
  .active .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
  }
  .active .navbar-toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    top: 7px;
  }
  .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #094074;
  }
  .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler:focus,
  .sub-nav-toggler:hover {
    text-decoration: none;
    outline: 0;
    cursor: pointer !important;
  }
  .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: left;
    border-top: 0;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .main-menu .sub-menu li a {
    font-size: 14px;
    display: block;
    padding: 12px;
    color: #191919;
    -webkit-transition: .3s;
    transition: .3s;
    padding-left: 30px;
  }
  .main-menu .sub-menu li:hover > a {
    background: none;
    color: #9f0031;
  }
  .theme-2 .main-menu .sub-menu li:hover > a {
    background: none;
    color: #10CC75;
  }
}

.header-right-content a {
  color: #191919;
  padding: 20px 9px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right-content a {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-right-content a {
    display: none;
  }
}

@media (max-width: 575px) {
  .header-right-content a {
    display: none;
  }
}

.header-right-content i {
  font-size: 20px;
  font-weight: 700;
  color: #191919;
}

.header-area .social {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .social {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .social {
    display: none;
  }
}

@media (max-width: 575px) {
  .header-area .social {
    display: none;
  }
}

.header-area .social i {
  color: #fff;
}

.header-area .social i:before {
  font-size: 20px;
}

.header-area .social ul {
  margin: 15px 0;
  padding: 0;
}

.process-area.theme-2 {
  border-top: 1px solid #eee;
}

.single-process-item {
  text-align: center;
  border: 1px solid #eee;
  padding: 10px;
  min-height: 175px;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-process-item {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-process-item {
    margin-bottom: 40px;
  }
}

.single-process-item i:before {
  font-size: 60px;
}

.single-process-item h5 {
  position: relative;
  margin: 20px 0;
}

.single-process-item h5:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  top: -21px;
  left: 50%;
  background: #9f0031;
  margin-left: -30px;
}

.single-process-item .left-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: block;
  z-index: -1;
}

.single-process-item .right-layer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: block;
  z-index: -1;
}

.single-process-item .left-layer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 0%;
  background-color: #9f0031;
  display: block;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.single-process-item .left-layer::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 50%;
  height: 0%;
  background-color: #9f0031;
  display: block;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.single-process-item .right-layer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 0%;
  background-color: #9f0031;
  display: block;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.single-process-item .right-layer::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 50%;
  height: 0%;
  background-color: #9f0031;
  display: block;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.single-process-item:hover .right-layer:after,
.single-process-item:hover .right-layer:before,
.single-process-item:hover .left-layer:after,
.single-process-item:hover .left-layer:before {
  height: 100%;
}

.single-process-item:hover h5,
.single-process-item:hover p,
.single-process-item:hover i::before,
.single-process-item:hover {
  color: #fff;
  border-color: #9f0031;
}

.single-process-item:hover h5::before {
  background-color: #fff;
}

.service-area {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.single-service-item {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-service-item img {
  border-radius: 6px;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.single-service-item img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-service-item h5 {
  margin: 35px 0;
  position: relative;
}

.single-service-item h5:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  bottom: -15px;
  left: 0;
  background: #9f0031;
}

.single-service-item-2 {
  text-align: center;
  border: 1px solid #10CC75;
  padding: 10px;
  margin: 30px 0;
  min-height: 300px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-item-2 {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-service-item-2 {
    margin-bottom: 40px;
  }
}

.single-service-item-2 i:before {
  font-size: 60px;
}

.single-service-item-2 h5 {
  position: relative;
  margin: 20px 0;
}

.single-service-item-2 .left-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: block;
  z-index: -1;
}

.single-service-item-2 .right-layer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: block;
  z-index: -1;
}

.single-service-item-2 .left-layer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 0%;
  background-color: #10CC75;
  display: block;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.single-service-item-2 .left-layer::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 50%;
  height: 0%;
  background-color: #10CC75;
  display: block;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.single-service-item-2 .right-layer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 0%;
  background-color: #10CC75;
  display: block;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.single-service-item-2 .right-layer::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 50%;
  height: 0%;
  background-color: #10CC75;
  display: block;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.single-service-item-2:hover .right-layer:after,
.single-service-item-2:hover .right-layer:before,
.single-service-item-2:hover .left-layer:after,
.single-service-item-2:hover .left-layer:before {
  height: 100%;
}

.single-service-item-2:hover h5,
.single-service-item-2:hover p,
.single-service-item-2:hover i::before,
.single-service-item-2:hover {
  color: #fff;
}

.single-service-item-2:hover .main-btn {
  border-color: #fff;
  color: #fff;
}

.single-service-item-2:hover h5::before {
  background-color: #fff;
}

.service-list {
  background: #F6F6F6;
  padding: 30px;
  margin-bottom: 30px;
}

.service-list h5 {
  margin: 30px 0;
}

.service-list a {
  display: block;
  color: #b3abab;
  padding: 10px;
  margin-bottom: 20px;
  background: #fff;
}

.service-list a.active {
  background: #9f0031;
  color: #fff;
}

.service-list a span {
  float: right;
}

.single-service h2 {
  margin: 30px 0;
}

.single-service h5 {
  margin: 20px 0;
}

.feature-area {
  position: relative;
  z-index: 1;
}

.feature-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #eee;
  z-index: -2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area:after {
    height: 60%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature-area:after {
    height: 80%;
  }
}

@media (max-width: 575px) {
  .feature-area:after {
    height: 70%;
  }
}

.single-feature-item {
  text-align: center;
  margin-top: 40px;
}

.single-feature-item i:before {
  font-size: 40px;
}

.single-feature-item h5 {
  margin: 20px 0;
}

.single-feature-item i:after {
  position: absolute;
  content: "";
  top: 45px;
  left: 50%;
  width: 45px;
  height: 45px;
  background: #9f0031;
  margin-left: -40px;
  border-radius: 50%;
  z-index: -1;
}

.video-area {
  position: relative;
  z-index: 1;
}

.video-area:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191919;
  opacity: .5;
}

.pop-up-video a.video-play-btn {
  font-size: 20px;
  color: #fff;
  border: 2px solid #9f0031;
  padding: 15px;
  width: 70px;
  height: 70px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #9f0031;
  cursor: pointer;
  z-index: 999;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .pop-up-video a.video-play-btn {
    font-size: 15px;
    width: 50px;
    height: 50px;
    line-height: 15px;
    top: 40%;
    left: 40%;
  }
}

@-webkit-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;
  }
}

.video-area a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -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 i:before {
  margin-left: 5px;
}

.portfolio-area.theme-2 {
  background: #f6f6f6;
}

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: 575px) {
  ul.port-menu {
    float: left;
  }
}

ul.port-menu.recent {
  float: none;
}

ul.port-menu li {
  display: inline-block;
  padding: 20px;
  color: #333;
  cursor: pointer;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  ul.port-menu li {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  ul.port-menu li {
    padding: 10px;
  }
}

.single-portfolio-item {
  background-image: url(../img/port-bg-2.jpg);
}

.port-bg-2 {
  background-image: url(../img/port-bg-1.jpg);
}

.port-bg-3 {
  background-image: url(../img/port-bg-3.jpg);
}

.port-bg-4 {
  background-image: url(../img/port-bg-4.jpg);
}

.port-bg-5 {
  background-image: url(../img/port-bg-5.jpg);
}

.port-bg-6 {
  background-image: url(../img/port-bg-6.jpg);
}

.port-bg-7 {
  background-image: url(../img/port-bg-7.jpg);
}

.portfolio-list {
  overflow: hidden;
  margin-left: -1%;
  margin-top: 20px;
}

.single-portfolio-item {
  float: left;
  width: 32.33%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-color: #333;
  position: relative;
  margin-left: 1%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-portfolio-item {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .single-portfolio-item {
    width: 100%;
  }
}

.single-portfolio-item.large {
  height: 610px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-portfolio-item.large {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .single-portfolio-item.large {
    height: 300px;
  }
}

.single-portfolio-item.wide {
  width: 65.55%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-portfolio-item.wide {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .single-portfolio-item.wide {
    width: 100%;
  }
}

.single-portfolio-item .details {
  background: rgba(255, 208, 20, 0.9);
  width: 100%;
  height: 100%;
  padding: 50px 35px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.theme-2 .single-portfolio-item .details {
  background: rgba(16, 204, 117, 0.87);
}

.single-portfolio-item .info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  margin-top: -20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-portfolio-item .info a:hover {
  color: #fff;
}

.single-portfolio-item .info a {
  color: #191919;
}

.single-portfolio-item h5 {
  margin-bottom: 10px;
}

.single-portfolio-item:hover .details {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.single-portfolio-item:hover .details .info {
  opacity: 1;
  margin-top: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio-list.recent {
  margin-top: 0;
}

ul.port-menu.recent {
  list-style: none;
  padding: 0;
  bottom: 0;
  text-align: center;
  position: inherit;
}

.load-more-btn {
  text-align: center;
}

.load-more-btn .main-btn {
  padding: 10px 20px;
  margin-top: 60px;
}

.portfolio-single-section h3 {
  margin: 30px 0;
}

.project-info {
  border: 1px solid #ddd;
  padding: 30px;
}

.project-info h5 {
  margin-bottom: 40px;
}

.project-info p {
  margin: 25px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.project-info p b {
  color: #222;
}

.project-info span {
  float: right;
}

.project-info .main-btn {
  padding: 12px 18px;
  font-size: 15px;
  margin: 20px 0;
  width: 60%;
  margin-left: 20%;
}

.project-overview h5 {
  margin: 30px 0;
}

.project-overview p:last-child {
  margin-bottom: 40px;
}

.port-img img {
  min-width: 540px;
  min-height: 540px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .port-img img {
    min-width: 300px;
    min-height: 300px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .port-img img {
    min-width: 200px;
    min-height: 200px;
    margin-bottom: 30px;
  }
}

.port-2 .single-portfolio-item {
  width: 24.33%;
  margin-left: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .port-2 .single-portfolio-item {
    width: 48.33%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .port-2 .single-portfolio-item {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .port-2 .single-portfolio-item {
    width: 100%;
  }
}

.port-2 .portfolio-list {
  margin-right: -3%;
}

.achievement-area {
  background-image: url(../img/acheivement-bg.jpg);
  height: 300px;
  background-size: cover;
  background-position: center;
  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: 1;
}

.achievement-area::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191919;
  opacity: .5;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .achievement-area {
    height: 250px;
  }
}

@media (max-width: 575px) {
  .achievement-area {
    height: 400px;
  }
}

.single-counter-box {
  text-align: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-counter-box {
    margin-bottom: 30px;
  }
}

.single-counter-box h6 {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter-box h6 {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .single-counter-box h6 {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .single-counter-box p {
    margin: 0;
  }
}

.single-counter-box p span {
  font-size: 50px;
  color: #9f0031;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter-box p span {
    font-size: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-counter-box p span {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .single-counter-box p span {
    font-size: 30px;
  }
}

/* Skilled Area CSS
==================*/
.skill-content-area {
  padding-left: 50px;
  margin-top: 50px;
}

.progress-bar-area {
  padding-left: 50px;
  margin-top: 50px;
}

.single-bar-item h4 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.single-bar-item {
  margin-bottom: 60px;
  position: relative;
}

.single-bar-item .barfiller {
  width: 95%;
  height: 10px;
  background: #ddd;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-bar-item .barfiller .tip {
  font-weight: 600;
  font-size: 16px;
  background: none;
  color: #333;
}

.team-area {
  border-top: 1px solid #eee;
}

.single-team-member {
  margin-top: 30px;
}

.single-team-member img {
  width: 100%;
}

.details {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 15px;
  position: absolute;
  left: 0;
  bottom: -15px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.details span {
  font-size: 14px;
  opacity: .5;
}

.single-team-member:hover .details {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}

.social ul {
  margin: 8px;
  padding: 0;
}

.social i::before {
  font-size: 25px;
  margin: 5px;
}

.social i:hover::before {
  color: #9f0031;
}

.theme-2 .social i:hover::before {
  color: #10CC75;
}

.team-cta-area {
  height: 300px;
  background: #ddd;
  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;
}

.cta-btn {
  text-align: center;
  margin-top: 11px;
}

@media (max-width: 575px) {
  .team-cta-area h2 {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width: 575px) {
  .cta-btn .main-btn {
    font-size: 14px;
    padding: 14px;
    margin-top: 20px;
  }
}

.testimonial-section {
  background: #eee;
}

.testimonial-section {
  position: relative;
  padding: 110px 0px 112px 0px;
  border-bottom: 1px solid #f4f3f0;
}

.testimonial-section .client-thumb-outer {
  position: relative;
  max-width: 285px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
  overflow: hidden;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel {
  position: relative;
  max-width: 100px;
  margin: 0 auto;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item {
  position: relative;
  border-radius: 50%;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.testimonial-section .client-thumb-outer .thumb-item .thumb-box {
  width: 100px;
  height: 100px;
  cursor: pointer;
  border-radius: 50%;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
  border-radius: 50%;
}

.testimonial-section .owl-item.active .thumb-item .thumb-box img {
  opacity: 1;
}

.testimonial-section .owl-item.active .thumb-content {
  opacity: 1;
}

.testimonial-section .owl-nav {
  display: none;
}

.testimonial-content .text h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 50px;
  color: #2b3132;
  margin-bottom: 34px;
}

.testimonial-content .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #9f0031;
}

.testimonial-content .rating {
  position: relative;
  margin-bottom: 29px;
}

.testimonial-content .author {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.testimonial-content .author span {
  font-size: 14px;
  font-weight: 700;
  color: #737879;
  letter-spacing: 2px;
}

.client-area {
  border-top: 1px solid #eee;
}

.single-client-area {
  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;
}

.single-client-img {
  float: left;
  margin: 20px 20px;
}

.single-client-img img {
  width: 128px;
  height: auto;
  margin: 10px 15px;
  opacity: .5;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-client-img img {
    width: 200px;
    height: auto;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-client-img img {
    width: 200px;
    height: auto;
    margin-top: 10px;
  }
}

.single-client-img:hover img {
  opacity: 1;
}

.footer-area {
  background: #191919;
  color: #fff;
  height: 100px;
  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;
}

.footer-area.theme-2 {
  background: #10102D;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    height: 75px;
  }
}

.footer-area .logo .navbar-brand {
  color: #9f0031;
  font-size: 32px;
}

.footer-area.theme-2 .logo .navbar-brand {
  color: #10CC75;
}

.footer-area .main-menu {
  margin: 30px 0;
}

.footer-area .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-area .main-menu ul li {
  display: inline-block;
  padding: 20px;
}

.footer-area .main-menu ul li a {
  color: #fff;
  font-size: 14px;
}

.footer-area .social-area a {
  background: #4C4C4C;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 5px;
  margin: 0 15px;
}

.footer-area .social-area a i {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.footer-area .social-area {
  margin-top: 20px;
}

.footer-area .social-area a:hover {
  background: #9f0031;
}

.theme-2 .social-area a:hover {
  background: #10CC75;
}

.footer-area .social-area a:hover i {
  color: #191919;
}

.footer-bottom-area {
  text-align: center;
  height: 50px;
  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;
  background: #191919;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #222;
}

.footer-bottom-area p {
  font-size: 14px;
  margin-top: 15px;
}

.footer-bottom-area span {
  color: #9f0031;
}

.footer-bottom-area.theme-2 span {
  color: #10CC75;
}

.chooseus-area {
  background: #f6f6f6;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chooseus-area .section-title h2 {
    color: #fff;
  }
  .chooseus-area h5 {
    color: #fff;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .chooseus-area .section-title h2 {
    color: #fff;
  }
  .chooseus-area h5 {
    color: #fff;
  }
}

@media (max-width: 575px) {
  .chooseus-area .section-title h2 {
    color: #fff;
  }
  .chooseus-area h5 {
    color: #fff;
  }
}

.absolate-image {
  background-image: url(../img/chooseus-bg.jpeg);
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  content: "";
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .absolate-image {
    left: 0;
    background: #191919;
    z-index: -1;
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .absolate-image {
    left: 0;
    background: #191919;
    z-index: -1;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .absolate-image {
    left: 0;
    background: #191919;
    z-index: -1;
    width: 100%;
  }
}

.chooseus-area .absolate-image.left {
  right: auto;
  left: 0;
}

.chooseus-area i:before {
  color: #10CC75;
}

.chooseus-content-area {
  padding: 50px;
}

.absolate-image.left {
  right: 0;
  left: -50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .absolate-image.left {
    left: 0;
    background: #191919;
    z-index: -1;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .absolate-image.left {
    left: 0;
    background: #191919;
    z-index: -1;
  }
}

@media (max-width: 575px) {
  .absolate-image.left {
    left: 0;
    background: #191919;
    z-index: -1;
  }
}

.cta-area {
  background-image: url(../img/cta-bg.jpeg);
  background-size: cover;
  background-position: center;
  height: 500px;
  position: relative;
  z-index: 1;
  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;
}

.cta-area::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #10102D;
  opacity: .6;
}

.cta-area .pop-up-video a.video-play-btn {
  font-size: 20px;
  color: #fff;
  border: 2px solid #10CC75;
  padding: 15px;
  width: 70px;
  height: 70px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  background: #10CC75;
  cursor: pointer;
  z-index: 999;
}

@-webkit-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 #fff;
  -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 h3 {
  text-align: center;
  color: #fff;
  z-index: 99;
}

.cta-area h2 {
  color: #FFF;
  text-align: center;
  z-index: 999;
  bottom: -70px;
}

.single-blog-item {
  background-image: url(../img/blog-bg-1.jpg);
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
  z-index: 1;
}

.single-blog-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #191919;
  opacity: 0.3;
  z-index: -1;
}

.blog-bg-2 {
  background-image: url(../img/blog-bg-2.jpg);
}

.blog-bg-3 {
  background-image: url(../img/blog-bg-3.jpg);
}

.blog-bg-4 {
  background-image: url(../img/blog-bg-4.jpg);
}

.blog-bg-5 {
  background-image: url(../img/blog-bg-5.jpg);
}

.blog-bg-6 {
  background-image: url(../img/blog-bg-6.jpg);
}

.blog-bg-7 {
  background-image: url(../img/blog-bg-7.jpg);
}

.blog-bg-8 {
  background-image: url(../img/blog-bg-8.jpg);
}

.blog-bg-9 {
  background-image: url(../img/blog-bg-9.jpg);
}

.blog-bg-10 {
  background-image: url(../img/blog-bg-10.jpg);
}

.blog-bg-11 {
  background-image: url(../img/blog-bg-11.jpg);
}

.blog-bg-12 {
  background-image: url(../img/blog-bg-12.jpg);
}

.blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.blog-content h6 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.blog-content p {
  color: #fff;
  font-size: 13px;
  opacity: .8;
  margin: 0;
}

.listing-carousel .owl-dots button {
  width: 30px;
  height: 4px;
  background: #9A9A9A;
  margin: 5px;
}

.listing-carousel .owl-dots button.active {
  background: #10CC75;
}

.listing-carousel .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.listing-carousel .owl-stage-outer {
  overflow: inherit;
}

.listing-carousel-wrapper {
  overflow-x: hidden;
}

.listing-carousel:before,
.listing-carousel:after {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  left: -500%;
  background: #fff;
  opacity: .7;
  z-index: 1;
}

.listing-carousel:after {
  left: auto;
  right: -500%;
}

.blog-meta {
  margin: 20px 0;
}

.blog-meta span {
  opacity: .6;
  font-size: 14px;
  margin-right: 15px;
}

.blog-meta span i {
  margin-right: 6px;
}

.single-blog-wrap h3 {
  margin-bottom: 20px;
}

.single-blog-wrap a {
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 500;
}

.continue a {
  text-transform: uppercase;
  margin: 30px 0;
}

.blog-tag .main-btn {
  padding: 10px 15px;
  font-size: 14px;
  margin-top: -150px;
  margin-left: -35px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.author-info {
  padding-left: 120px;
}

.blog-search input {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 0;
  padding-bottom: 10px;
}

.blog-search button {
  background: none;
  margin: 0;
  padding: 0;
}

.blog-search button i {
  color: #222;
  font-size: 16px;
  opacity: .5;
  position: absolute;
  top: 5px;
  right: 20px;
}

.blog-category h5, .archive h5 {
  margin: 20px 0;
}

.blog-category a, .archive a {
  display: block;
  color: #222;
  opacity: .5;
  font-size: 15px;
  margin-bottom: 20px;
}

.recent-post h5 {
  margin: 30px 0;
}

.recent-post img {
  float: left;
  width: 90px;
  height: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recent-post img {
    float: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .recent-post img {
    float: none;
  }
}

.single-recent-post {
  padding-left: 115px;
  padding-top: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-recent-post {
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-recent-post {
    padding-left: 0;
  }
}

.single-recent-post h6 {
  line-height: 1.5;
}

.popular-tag h5 {
  margin: 30px 0;
}

.popular-tag span {
  padding: 8px 15px;
  background: #ddd;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 15px;
}

.popular-tag span:hover {
  background: #9f0031;
}

.popular-tag span a {
  color: #222;
}

.popular-tag span a:hover {
  color: #fff;
}

.single-blog-wrap h5 {
  margin: 20px 0;
}

img.blog-inside {
  max-width: 47%;
  margin-right: 2%;
}

.blog-tag span a {
  display: block;
  border: 1px solid #DDD;
  padding: 7px;
  margin-right: 10px;
}

.blog-tag span a:hover {
  background: #9f0031;
  color: #fff;
  border-color: #9f0031;
}

.social-icon {
  margin-top: 8px;
}

@media (max-width: 575px) {
  .social-icon {
    margin-top: 30px;
  }
}

.social-icon .share {
  font-size: 15px;
  font-weight: 500;
}

.social-icon i {
  font-size: 18px;
  margin-right: 5px;
  color: #a59c9c;
}

.social-icon i:hover {
  color: #9f0031;
}

.author-profile {
  padding: 30px 0;
}

.author-profile img {
  width: 90px;
  height: 90px;
  float: left;
}

.author-profile {
  padding: 30px 0;
}

.author-info h6 {
  margin-bottom: 10px;
}

.comments-section h5 {
  font-size: 26px;
}

.comments-section img {
  width: 90px;
  height: 90px;
  float: left;
}

.single-comments-section p {
  padding-left: 120px;
}

.single-comments-section p b {
  color: #222;
}

.single-comments-section p span {
  padding-left: 50px;
  font-size: 15px;
}

@media (max-width: 575px) {
  .single-comments-section p span {
    padding-left: 3px;
  }
}

.single-comments-section {
  margin: 40px 0;
}

a.reply-btn {
  font-size: 14px;
}

a.reply-btn:hover {
  color: #9f0031;
}

.comments-form h3 {
  margin: 20px 0;
}

/* Breadcroumb Area CSS
========================*/
.breadcroumb-area {
  background-image: url(../img/bread-2.jpg);
}

.breadcroumb-area.office {
  background-image: url(../img/bread-bg-office.jpeg);
}

.breadcroumb-area.process {
  background-image: url(../img/process-bread-bg.jpeg);
  background-position: center top;
}

.breadcroumb-area.team {
  background-image: url(../img/team.jpeg);
  background-position: center top;
}

.breadcroumb-area.service {
  background-image: url(../img/bread-4.jpg);
  background-position: center top;
}

.breadcroumb-area.price {
  background-image: url(../img/bread-7.jpg);
  background-position: center top;
}

.breadcroumb-area.faq {
  background-image: url(../img/faq-bg.jpeg);
  background-position: center;
}

.breadcroumb-area.portfolio {
  background-image: url(../img/portfolio.jpg);
  background-position: center;
}

.breadcroumb-area.contact {
  background-image: url(../img/contact-bg.jpg);
  background-position: center;
}

.breadcroumb-area.blog {
  background-image: url(../img/blog-bread-bg.jpg);
  background-position: center;
}

.breadcroumb-area.service-details {
  background-image: url(../img/service-details.jpg);
  background-position: center;
}

.breadcroumb-area.blog-single {
  background-image: url(../img/blog-single-bg.jpg);
  background-position: center;
}

.breadcroumb-area {
  height: 400px;
  background-size: cover;
  background-position: center bottom;
  background-color: #ddd;
  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: 1;
}

.breadcroumb-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #191919;
  opacity: .8;
  z-index: -1;
}

.breadcroumb-area .breadcroumb-title h1 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcroumb-area .breadcroumb-title h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcroumb-area .breadcroumb-title h1 {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .breadcroumb-area .breadcroumb-title h1 {
    font-size: 35px;
  }
}

.content {
  padding: 10px;
  padding-top: 0;
}

.content h2 {
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .content h2 {
    font-size: 24px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .content h2 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content h2 {
    margin-top: 30px;
  }
}

.office-img {
  margin-bottom: 30px;
}

.single-price-item {
  border: 1px solid #eee;
  padding: 25px;
  margin-bottom: 30px;
  text-align: center;
}

.single-price-item:hover {
  -webkit-box-shadow: 0 0 10px #f6f6f6;
          box-shadow: 0 0 10px #f6f6f6;
}

.single-price-item h4 {
  margin: 35px 0;
}

.single-price-item p b {
  font-size: 40px;
  color: #191919;
}

.single-price-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-price-item ul li {
  display: inline-block;
  margin: 10px 0;
  color: #9A9A9A;
  font-size: 15px;
}

@media (max-width: 575px) {
  .single-price-item ul li {
    display: block;
    margin: 20px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-price-item ul li {
    display: block;
    margin: 20px 0;
  }
}

.single-price-item .main-btn {
  padding: 10px 20px;
  margin: 30px 0;
  background: #191919;
  color: #fff;
}

.single-price-item .main-btn:hover {
  background: #9f0031;
  color: #191919;
}

.styled-faq {
  margin-top: 50px;
}

.styled-faq .panel-group .panel {
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  margin-bottom: 30px;
}

.styled-faq .panel-default > .panel-heading {
  background: none;
  padding: 0;
  border: 1px solid #ddd;
}

.styled-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  padding: 10px;
}

.styled-faq .panel .panel-heading h6 {
  font-weight: 600;
}

.styled-faq .panel .panel-heading h6 a {
  display: block;
  text-decoration: none;
  padding: 12px;
  color: #191919;
}

@media (max-width: 575px) {
  .styled-faq .panel .panel-heading h6 a {
    font-size: 14px;
  }
}

.styled-faq .panel .panel-heading h6 a i.fa {
  float: right;
  font-size: 150%;
  line-height: 15px;
  display: none;
  color: #ddd;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=true] i.fa.fa-angle-up {
  display: block;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=false] i.fa.fa-angle-down {
  display: block;
}

.question-section {
  background: #F7F7F7;
  padding: 30px;
}

.question-section h6 {
  margin-bottom: 20px;
}

.question-section input, .question-section textarea {
  background: #fff;
  border: none;
}

.question-section button {
  font-size: 14px;
  letter-spacing: 1px;
}

.helpline-section {
  background-image: url(../img/helpline.jpeg);
}

.helpline-section {
  background-size: cover;
  background-position: center center;
  height: 350px;
  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: 1;
  margin-top: 30px;
}

.helpline-section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #222;
  opacity: .5;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .helpline-section {
    height: 750px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .helpline-section {
    height: 600px;
  }
}

.helpline-section h4 {
  color: #fff;
}

.helpline-section p {
  color: #fff;
  margin: 15px 0;
}

.contact-section h5 {
  margin: 30px 0;
}

.contact-detail i {
  font-size: 24px;
  color: #222;
}

.contact-detail {
  margin-top: 40px;
}

.contact-detail p b {
  font-size: 18px;
  color: #222;
  padding: 10px;
}

.contact-detail span {
  display: block;
  font-size: 15px;
}

.contact-form {
  margin-top: 50px;
}

.contact-form h3 {
  margin: 30px 0;
}
/*# sourceMappingURL=style.css.map */
