/*
Theme Name: In our Creatives
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Site Editor features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.
Requires at least: 5.9
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentytwo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, style-variations, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news

Twenty Twenty-Two WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two is distributed under the terms of the GNU GPL.
*/

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Poppins", sans-serif;
  background-color: white !important;
  color: #eeeeee;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
*:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
a {
  color: #e31c25;
  text-decoration: underline;
}
.main-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999999;
  background-color: #fff;
  text-align: center;
}
.alignwide {
text-align:center !important;
}
body .is-layout-constrained > .alignwide{
text-align:center !important;
}
.main-preloader .main-preloader-inner {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 100%;
}
.main-preloader .preloader-percentage {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.main-preloader .preloader-percentage span {
  display: inline-block;
  float: center;
  font-size: 70px;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #e31c25;
}
/*.bg-dark {*/
/*  background-color: transparent !important;*/
/*}*/

.navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #e31c25 !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #e31c25;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

nav.nav-bg {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white !important;
  -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-dark.nav-bg .navbar-nav .nav-link {
  color: black;
}

.navbar-dark.nav-bg .navbar-nav .nav-link:hover {
  color: #e31c25;
}

nav .white-logo {
  display: block;
}
nav .black-logo {
  display: none;
}
nav.nav-bg .white-logo {
  display: none;
}
nav.nav-bg .black-logo {
  display: block;
}

.navbar-dark .btn {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  border: 1px solid transparent;
  padding: 12px 46px 12px 46px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 30px 30px 30px 30px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#nav .current a {
  color: #e31c25 !important;
}

/* ---------------------------------------------------------------------- SLIDER STARTS ------------------ */
#slider{
    margin-top:-32px;
}
.tparrows:before {
  color: #fff;
}
.tp-bullet.selected,
.tp-bullet:hover {
  background: #fff;
}

/* ---------------------------------------------------------------------- SLIDER ENDS ------------------ */

/* ---------------------------------------------------------------------- INNER BANNER STYLE STARTS ------------------ */

.inner-banner-style .info {
  padding-top: 230px;
  padding-bottom: 120px;
}
.inner-banner-style .info h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.inner-banner-style .info h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
}

.inner-banner-style .info ul.meta {
  padding: 0px;
  margin: 0px;
  padding-top: 12px;
}

.inner-banner-style .info ul.meta li {
  display: inline-block;

  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px;
}

.inner-banner-style .info ul.meta li i {
  font-size: 20px;
}
.inner-banner-style .info ul.meta li a {
  color: #fff;
}

.banner-img-01 {
  background-attachment: fixed;
  background-image: url(../imgs/inner-banner/1.jpg);
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-size: cover;
}

.blog-post-banner {
  background-attachment: fixed;
  background-image: url(../imgs/blog/big/main.jpg);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: cover;
}

/* ---------------------------------------------------------------------- INNER BANNER STYLE  STARTS ------------------ */
section {
  padding-top: 100px;
}

.herotext {
  padding-bottom: 50px;
}
.herotext h6 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d32027;
}
.herotext h2 {
  font-size: 70px;
  font-weight: 400;
  line-height: 90px;
      font-family: Poppins, sans-serif;
  
}
.herotext h4 {
  font-size: 24px;
  font-weight: 600;
}
.herotext h5 {
     font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    color: #676767;
    text-transform: math-auto;
    margin-top: -51px !important;
}
.herotext p {
  font-size: 18px;
  margin-bottom: 0px;
}

.home-intro .picture {
  position: relative;
}

.about-circle {
  width: 200px;
  position: absolute;
  z-index: 999;
  bottom: 0;
  right: 0;
  margin-bottom: -130px;
  margin-right: -130px;
}

.about-circle img.cir {
  animation: rotation 15s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.about-circle .icon {
  top: 50%;
  right: 0;
  left: 0;
  margin-left: auto;
  width: 24px;
  position: absolute;
  margin-right: auto;
  margin-top: -12px;
}

.services-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 50%;
}

.services-carousel.owl-theme .owl-controls .owl-nav .owl-next {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 50%;
}

.services-carousel.owl-carousel .owl-item img {
  display: inline !important;
  /* width: 100%; */
  -webkit-transform-style: preserve-3d;
}

.services-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 20px;
  padding-top: 12px;
  display: inline-block;
  cursor: pointer;
  top: 50%;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  z-index: 9999;
  background-color: #d32027;
}
.services-carousel.owl-theme .owl-dots .owl-dot.active span,
.services-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #5a6268;
}

.services .block .pic {
  position: relative;
  background-color: #000;
}

.services .block .info {
  position: absolute;
  z-index: 9000;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: auto;
  opacity: 0;
  transform: translateY(2rem);
  transition: transform 0.3s, opacity 0.3s;
}

.services .block:hover .info {
  opacity: 1;
  transform: translateY(-2rem);
}
.services .block .pic img {
  transition: transform 0.3s, opacity 0.3s;
}
.services .block:hover .pic img {
  opacity: 0.4;
  transform: translateY(-0.5rem);
  transition: transform 0.3s, opacity 0.3s;
}

.services .block .info h2 {
  font-size: 36px;
  font-weight: 400;
  padding-top: 20px;
  color: #fff;
}

.services .block .info h3 {
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 0px;
  color: #fff;
}

/* ---------------------------------------------------------------------- PORTFOLIO STARTS ------------------ */
.portfolio-circle {
  position: relative;
}
.portfolio-circle .icon1 {
  width: 200px;
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 50px;
}

.portfolio-circle .icon1 img.cir {
  animation: rotation 15s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.portfolio-circle .icon2 {
  top: 50%;
  right: 0;
  left: 0;
  margin-left: auto;
  width: 100px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  margin-right: auto;
  margin-top: -12px;
  color: #d32027;
}

.portfolio-circle .text {
  top: 0;
  left: 200px;

  margin-left: auto;

  font-size: 90px;
  line-height: 90px;
  font-weight: 600;
  text-align: left;
  position: absolute;
  margin-right: auto;
  margin-top: -12px;
  color: #fff;
}
#options {
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
#options ul {
  width: auto;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
#options ul li {
  display: inline-block;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
#options ul li a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #676767;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#options ul li a:link {
  text-decoration: none;
  color: #676767;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#options ul li:hover a,
#options ul li a.selected {
  color: #e31c25;
  text-decoration: none;
  padding-bottom: 4px;
}
#portfolio ul li {
  list-style-type: none;
}
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
#portfolio .buttons {
  padding: 0px;
  margin-top: 70px;
  margin-right: auto;
  padding-bottom: 0px;
  margin-left: auto;
  text-align: center;
}
#portfolio .buttons a {
  font-size: 16px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-grid .picture {
  position: relative;
  overflow: hidden;
}
.portfolio-grid img {
  width: 100%;
  display: block;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
}
.portfolio-grid .picture:hover img {
  opacity: 0.8;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio-grid figure {
  float: left;
  width: 30%;
  height: auto !important;
  margin-bottom: 1px;
  margin-left: 1px;
  overflow: hidden;
  padding: 15px;
}
.portfolio-grid figure img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-grid.nospace figure.item {
  padding: 0px;
  text-align: center;
}
.portfolio-grid figure.item {
  margin-bottom: 1px !important;
  text-align: center;
}
.portfolio-grid .item-w2 {
  width: 60%;
}
.portfolio-grid .item-h2 {
  height: auto !important;
}
.portfolio-grid .picture {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.portfolio-grid .item:hover img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-grid .picture .icon-overlay {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 12;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio-grid .picture:hover .icon-overlay,
.portfolio-grid .picture:hover .text-overlay {
  opacity: 1;
}
.portfolio-grid .picture .icon-overlay a {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
}
.portfolio-grid .picture .icon-overlay a:hover {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
}
.portfolio-grid .picture .text-overlay {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
      background: #00000061;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.portfolio-grid .picture .text-overlay .category {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
font-family: 'Poppins';
font-weight: 400;
  color: #fff;
  line-height: normal;
  letter-spacing: 2px;
  position: absolute;
  bottom: 20px;
  left: 30px;
  opacity: 1;
}

.portfolio-grid .picture .text-overlay h1 {
  font-weight: 400;
  font-size: 26px;
  color: #fff;
  line-height: normal;

  text-decoration: none;
  position: absolute;
  bottom: 35px;
  left: 30px;
  margin: 0px;
  padding: 0px;
  opacity: 1;
}

.portfolio-grid .picture .text-overlay h1 a {
   color: #fff;
  font-family: 'Poppins';
font-weight: 600;
}

.portfolio-grid .picture .text-overlay .line {
  background-color: #fff;
  height: 2px;
  width: 60px;
  margin-top: 16px;
  position: absolute;
  text-align: left;
  top: 75px;
  left: 40px;
}
.portfolio-grid.nospace .picture .text-overlay .category {
  position: absolute;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: left;
  top: auto;
  bottom: 90px;
  left: 50px;
}
.portfolio-grid.nospace .picture .text-overlay h1 {
  position: absolute;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  top: auto;
  bottom: 70px;
  left: 50px;
}
.portfolio-grid.nospace .picture .text-overlay .line {
  background-color: #fff;
  height: 1px;
  width: 60px;
  margin-top: 16px;
  position: absolute;
  text-align: left;
  top: auto;
  bottom: 55px;
  left: 30px;
}
.portfolio .button {
  text-align: center;
  padding-top: 80px;
}
/* ---------------------------------------------------------------------- PORTFOLIO ENDS ------------------ */
/* ---------------------------------------------------------------------- PORTFOLIO DETAIL STARTS ------------------ */

.portfolio-detail {
  padding-bottom: 120px;
}
.portfolio-detail .herotext {
  padding-bottom: 50px;
}
.portfolio-detail .herotext .button {
  padding-top: 20px;
  text-align: right;
}
.portfolio-carousel {
  padding-bottom: 30px;
}
.portfolio-detail .description {
  padding-top: 50px;
  padding-bottom: 50px;
}
.portfolio-detail .project-info {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: right;
}
.portfolio-detail .project-info ul {
  padding: 0px;
  margin: 0px;
}
.portfolio-detail .project-info ul li {
  list-style: none;
  padding-bottom: 30px;
  text-align: right;
}
.portfolio-detail .project-info ul li:last-child {
  padding-bottom: 0px;
}
.portfolio-detail .project-info ul li .caption {
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
}
.portfolio-detail .project-info ul li .line {
  background-color: #dddddd;
  height: 1px;
  width: 60px;
  margin-top: 4px;
  margin-bottom: 12px;
  margin-left: auto;
}
.portfolio-detail .project-info ul li .detail ul.social-icons {
  padding: 0px;
  margin: 0px;
}
.portfolio-detail .project-info ul li .detail ul.social-icons li {
  display: inline-block !important;
  padding: 0px;
}
.portfolio-detail .project-info ul li .detail ul.social-icons li a {
  font-size: 14px;
  padding-left: 16px;
  padding-right: 0px;
  color: #8c8c8c;
  text-transform: uppercase;
}
.portfolio-detail .project-info ul li .detail ul.social-icons li a:hover {
  color: #ff493b;
}
.portfolio-detail .pagging {
  border-top: 1px solid #eeeeee;
  margin-top: 30px;
  padding-top: 30px;
}
.portfolio-detail .pagging .prev {
  text-align: left;
}
.portfolio-detail .pagging .next {
  text-align: right;
}
.portfolio-detail .pagging a {
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  line-height: normal;
}
.portfolio-detail .pagging a:hover {
  color: #ff493b;
}
.slide_img_padd{
    padding:0 50px;
}
/* ---------------------------------------------------------------------- PORTFOLIO DETAIL ENDS ------------------ */
.team .block .details {
  text-align: center;
}
.team .block .details h2 {
  font-size: 26px;
  padding-top: 6px;
  padding-bottom: 0px;
  margin-bottom: 4px;
      font-family: Poppins, sans-serif;
    font-weight: 300;
}

.team .block .details h6 {
  font-size: 14px;
  padding-top: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #676767;
}

.team .block .details ul.socialmedia {
  padding: 0px;
  margin: 0px;
  padding-top: 8px;
}
.team .block .details ul.socialmedia li:first-child {
  padding-left: 0px;
}
.team .block .details ul.socialmedia li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
  color: #676767;
}
.team .block .details ul.socialmedia li a i {
  font-size: 22px;
  color: #676767;
}

.team .block .details ul.socialmedia li a:hover i {
  font-size: 22px;
  color: #d32027;
}

.team-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 45%;
}

.team-carousel.owl-theme .owl-controls .owl-nav .owl-next {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 45%;
}

.team-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 20px;
  padding-top: 12px;
  display: inline-block;
  cursor: pointer;
  top: 50%;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  z-index: 9999;
  background-color: black;
  margin-top: -48px;
}
.team-carousel.owl-theme .owl-dots .owl-dot.active span,
.team-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #5a6268;
}

.testimonials-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 20px;
  padding-top: 12px;
  display: inline-block;
  cursor: pointer;
  top: auto;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  z-index: 9999;
  background-color: black;
  margin-top: -24px;
  bottom: 0px !important;
}
.testimonials-carousel.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  padding-top: 60px;
}
.testimonials-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  position: absolute;
  z-index: 10;

  left: 0px;
}

.testimonials-carousel.owl-theme .owl-controls .owl-nav .owl-next {
  position: absolute;
  z-index: 10;
  right: auto;
  left: 60px;
}

.testimonials .slider-counter {
  padding-top: 30px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 12px;
}

section.pricing {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pricing .block {
  background: #222;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.pricing .block .herotext {
  border-radius: 6px;
}

.pricing .block .herotext {
  color: #fff;
}

.pricing .block .herotext h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.from_lable_class{
    width:190px;
}
.form_div{
    padding:10px;
}
.form_footer{
    padding:20px;
}
.form_submit_btn{
     margin-top: 30px;
    font-family: 'Poppins';
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
}
.pricing .block .herotext h2 {
  font-size: 60px;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}

.pricing .block .herotext h2 span {
  font-size: 18px;
  font-weight: 400;
}
.pricing .block ul {
  padding: 20px;
  margin: 0px;
}

.pricing .block ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  list-style: none;
}

.pricing .block ul li i {
  font-size: 22px;
  padding-right: 4px;
}

.pricing .block .btn {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  border: 1px solid transparent;
  padding: 0.75rem 0.75rem;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 30px 30px 30px 30px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.blog .blog-post h4 {
  font-size: 16px;
  font-weight: 400;
}

.blog .blog-post h2,
.blog .blog-post h2 a {
  font-size: 26px;
  font-weight: 600;
  color: #eeeeee;
  padding-right: 3%;
  line-height: 32px;
}

.blog .blog-post p {
  font-size: 16px;
  font-weight: 400;
  padding-right: 5%;
  color: #676767;
}

.blog .blog-post ul.meta {
  padding: 0px;
  margin: 0px;
  padding-top: 6px;
}

.blog .blog-post ul.meta li {
  display: inline-block;
  color: #777;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 15px;
  text-transform: uppercase;
}

.blog .blog-post ul.meta li:first-child {
  padding-left: 0px;
}

.blog .blog-post ul.meta li i {
  font-size: 18px;
}
.blog .blog-post ul.meta li a {
  color: #676767;
}

section.blog.blog-inner-page {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.blog-inner-page .blog-post-detail h2 {
  font-size: 45px;
  font-weight: 700;
  color: #eeeeee;
  padding-right: 5%;
  line-height: 50px;
}
section.blog.blog-inner-page .blog-post-detail h3,
section.blog.blog-inner-page h3 {
  font-size: 32px;
  font-weight: 600;
  color: #eeeeee;
  padding-right: 5%;
  line-height: 40px;
}
section.blog.blog-inner-page .blog-post-detail h4 {
  font-size: 20px;
  font-weight: 600;
  color: #eeeeee;

  line-height: 40px;
}

.list-inline-item a {
  display: inline-block;
  font-size: 15px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  color: #777;
}
.list-inline-item:first-child {
  font-size: 22px;
}
.list-inline-item:not(:first-child):after {
  content: ",";
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  padding-left: 30px;
  border-left: 6px solid #e31c25;
  padding-top: 12px;
  padding-bottom: 12px;
}
.blog .blog-post .blockquote p {
  font-size: 18px;
  font-weight: 500;
  padding-right: 5%;
  line-height: 26px;
}

ul.list-group li {
  list-style: none;
}

ul.list-group li:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f105";
  padding-right: 8px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.125);
}
.comments ul.list-group {
  padding: 0px;
  margin: 0px;
}
.comments ul.list-group li {
  padding-top: 30px;
  padding-bottom: 30px;
}

.comments ul.list-group li h4 {
  font-size: 20px;
  font-weight: 600;
}

.comments ul.list-group li p {
  font-size: 16px;
  margin-bottom: 8px;
}

.comments ul.list-group-item:not(:first-child) {
  padding-top: 30px;
  padding-bottom: 30px;
}

.comments ul.list-group li:before {
  content: "";
  padding-right: 0px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.pagination {
  margin-top: 20px;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
}
.page-item .page-link {
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding-top: 12px;
  display: inline-block;
  cursor: pointer;

  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;

  background-color: #555;
  border: 1px solid #555;

  bottom: 0px !important;
  margin-right: 5px;
}

.page-item .page-link:hover {
  color: #fff;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.325);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.325);
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #e31c25;
  border-color: #e31c25;
}

.post-comment .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 18px);
  padding: 0.5rem 1.5rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #222;
  background-clip: padding-box;
  border: 1px solid #444;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.post-comment textarea {
  min-height: 140px;
}

.post-comment .btn {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 12px 46px 12px 46px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 30px 30px 30px 30px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.post-comment a {
  color: #000;
}

/* ---------------------------------------------------------------------------- SIDEBAR STARTS ------------------ */

.sidebar .searchform3,
.sidebar .categories,
.sidebar .about,
.sidebar .s-icons,
.sidebar .posts-tabs,
.sidebar .photos,
.sidebar .tags,
.sidebar .latest-offers {
  margin-bottom: 45px;
}
.sidebar .searchform3 {
  width: 100%;
  height: 24px;
  line-height: 24px;
  cursor: default;
  margin-top: 0px;
  margin-bottom: 60px;
}
.sidebar #search3 {
  display: block;
  position: relative;
}
.sidebar #s3 {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 18px);
  padding: 0.5rem 1.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #222;
  background-clip: padding-box;
  border: 1px solid #444;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sidebar .sbtn3 {
  display: block;
  position: absolute;
  right: 5px;
  top: 14px;
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}
.sidebar h2 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 14px;
  margin-bottom: 0px;
}

.sidebar .categories ul {
  padding: 0px;
  margin: 0px;
}
.sidebar .categories ul li {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  list-style-type: none;
}

.sidebar .categories ul li:last-child {
  margin-bottom: 0px;
}
.sidebar .categories ul li .info {
  float: left;
}
.sidebar .categories ul li .info h2,
.sidebar .categories ul li .info h2 a {
  font-size: 18px;
  color: #ccc;
  font-weight: 500;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 5px;
}
.sidebar .categories ul li .info h3 {
  font-size: 14px;
  color: #676767;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  line-height: normal;
}
.sidebar .categories ul li .info h3 a {
  color: #676767;
}
.sidebar .categories ul li .posts {
  float: right;
  color: #676767;
  font-size: 16px;
  text-align: center;
  padding-top: 4px;
}
.sidebar .categories ul li .info h2 a:hover {
  color: #e31c25;
}
.sidebar .s-icons {
  margin-top: 40px;
}
.sidebar ul.icon-tabs .icon {
  font-size: 60px;
  color: #d1d1d1;
  padding-bottom: 10px;
}
.sidebar ul.icon-tabs .caption {
  font-size: 14px;
  color: #d1d1d1;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}
.sidebar .tab-content {
  padding: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  border-width: 0px;
}
.sidebar .tab-content ul {
  padding: 0px;
  margin: 0px;
}
.sidebar .tab-content ul li {
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 30px;
}
.sidebar .tab-content ul li .picture {
  float: left;
}
.sidebar .tab-content ul li .info {
  padding-left: 100px;
}
.sidebar .tab-content ul li .info .caption {
  font-size: 14px;
  color: #fff;
  text-align: left;
}
.sidebar .tab-content ul li .info .caption a {
  font-size: 16px;
  color: #fff;
  text-align: left;
}

.sidebar .tab-content ul li .info .caption a:hover {
  font-size: 16px;
  color: #e31c25;
  text-align: left;
}

.sidebar .tab-content ul li .info .date {
  font-size: 15px;
  color: #676767;
  text-align: left;
}
.sidebar ul.nav1 {
  padding: 0px;
  margin: 0px;
}
.sidebar .nav1 > li {
  list-style-type: none !important;
}
.sidebar .nav1 > li > a:focus,
.sidebar .nav1 > li > a:hover {
  background-color: transparent;
  text-decoration: none;
}

.sidebar .nav-link {
  font-size: 26px;
  font-weight: 600;
  color: #676767;
  padding-bottom: 14px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 32px;
}
.sidebar .nav-link.active {
  color: #fff;
}

.photos ul {
  padding: 0px;
  margin: 0px;
}
.photos .col-4 {
  padding-bottom: 20px;
}
.photos .col-4 img:hover {
  opacity: 0.7;
}
.tag-list a {
  border: 1px solid #444;
  display: inline-block;
  font-size: 14px;
  color: #676767;
  background-color: #222;
  margin-bottom: 5px;
  margin-right: 3px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.tag-list a,
.tag-list a:hover,
.tag-list a:active,
.tag-list a:focus {
  text-decoration: none;
  outline: none;
}
.tag-list a:hover {
  color: #fff;
  background-color: #e31c25;
  border: 1px solid #e31c25;
}
.latest-offers .block .picture {
  margin-bottom: 20px;
}
.latest-offers .block h1 {
  font-size: 16px;
  color: #333333;
}
.latest-offers .block .description {
  font-size: 13px;
}
.latest-offers .owl-theme .owl-controls .owl-nav .owl-prev {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0;
  top: auto;
  margin-top: 20px;
}
.latest-offers .owl-theme .owl-controls .owl-nav .owl-next {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 39px;
  top: auto;
  margin-top: 20px;
}
.latest-offers .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #888;
  font-size: 18px;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding-top: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 0px;
  border: 1px solid #dddddd;
}
.latest-offers .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background-color: #ff493b;
  color: #fff;
  text-decoration: none;
}
/* ---------------------------------------------------------------------------- SIDEBAR STARTS ------------------ */
 @keyframes slide {

        form {
            transform: translateX(0);
        }

        to {
            transform: translateX(-100%);
        }


    }

    .logos11 {
        overflow: hidden;
        padding: 10px 0;
        background-color: white;
        white-space: nowrap;
    }


    .logos11:before {
        position: absolute;
        /* top: 0; */
        left: 0;
        width: 200px;
        height: 112px;
        background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
        content: "";
        z-index: 2;
    }

    .logos11::after {
        position: absolute;
        /* top: 0; */
        right: 0;
        width: 200px;
        height: 112px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
        content: "";
        z-index: 2;
    }

    /* .logos11:hover .logos11-slide {
        animation-play-state: paused;
    } */

    .logos11-slide {
        display: inline-flex;

        animation: 20s slide infinite linear;
    }

    .logos11-slide .offser-info-col-4 {
        /* height: 100px; */
        margin: 0 40px;
    }

    /* second line css */

    @keyframes slide2 {

        from {
            transform: translateX(-100%);
        }

        to {
            transform: translateX(0);
        }


    }

    .logos11_secondline {
        overflow: hidden;
        padding: 10px 0;
        background-color: white;
        white-space: nowrap;
    }


    .logos11_secondline:before {
        position: absolute;
        /* top: 0; */
        left: 0;
        width: 200px;
        height: 112px;
        background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
        content: "";
        z-index: 2;
    }

    .logos11_secondline::after {
        position: absolute;
        /* top: 0; */
        right: 0;
        width: 200px;
        height: 112px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
        content: "";
        z-index: 2;
    }

    /* .logos11_secondline:hover .logos11_secondline-slide2 {
        animation-play-state: paused;
    } */

    .logos11_secondline-slide2 {
        display: inline-flex;

        animation: 20s slide2 infinite linear;
    }

    .logos11_secondline-slide2 .offser-info-col-4 {
        /* height: 100px; */
        margin: 0 40px;
    }
    
    .contact_address{
            border-right: 1px solid black;
        text-align:left;
        padding:30px;
       /*box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
           font-family: 'Poppins';
           font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    color: #676767;
    text-transform: math-auto;
    }
    .footer_div_{
        margin:80px 0;
    }
    .poppins_faimly{
          font-family: 'Poppins';
    }
    input:focus {
    border: 1px solid black;
}
    textarea:focus {
    border: 1px solid black;
}
    /*====================new css end=============*/
.picture {
  position: relative;
}

.picture .videobutton {
  position: absolute;
  z-index: 99999;
}

.testimonials .testimonial .pic {
  float: left;
  padding-right: 20px;
}

.testimonials .testimonial .pic img {
  border-radius: 50%;
}

.testimonials .testimonial .detail {
  float: left;
}

.testimonials .testimonial .name {
  font-size: 22px;
  font-weight: 600;
}

.testimonials .testimonial .designation {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #676767;
  padding-top: 6px;
}

.testimonials .testimonial p {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.clients .col-6 {
  border: 1px solid #252525;
  padding: 20px 10px 20px 10px;
}

.video {
  padding-top: 250px;
  padding-bottom: 250px;
}

.video.bg-img {
  background-image: url("../imgs/video/1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.video a i {
  font-size: 40px;
  padding-top: 24px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #e31c25;
  color: #fff;
}

.join-us h6 {
  color: #ffffff;
}

.join-us h2 {
  color: #ffffff;
  font-size: 55px;
}
.join-us ul {
  padding: 0px;
  margin: 0px;
}

.join-us ul li {
  display: inline;
  list-style-type: none;
  padding-left: 4px;
  padding-right: 4px;
}

.join-us ul li .btn {
  background-color: #fff;
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 12px 46px 12px 46px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 30px 30px 30px 30px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.join-us ul li .btn-transparent {
  background-color: transparent;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #fff;
  padding: 12px 46px 12px 46px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 30px 30px 30px 30px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-us .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 18px);
  padding: 0.5rem 1.5rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #222;
  background-clip: padding-box;
  border: 1px solid #444;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-us address .icon {
  float: left;
  font-size: 70px;
  padding-right: 20px;
}

.contact-us address .detail {
  padding-top: 2px;
  font-size: 22px;
  line-height: 32px;
}

.contact-us address .detail .heading {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e31c25;
  padding-bottom: 0px;
  margin-bottom: 4px;
}

.contact-us textarea {
  min-height: 140px;
}

.contact-us .btn {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 12px 46px 12px 46px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 30px 30px 30px 30px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-us a {
  color: #fff;
}

#message_post {
  padding-top: 6px;
  padding-bottom: 6px;
}
.errorMessage {
  color: #ff0000;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
}
.successMessage {
  color: #12d62d;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
}

.map iframe {
  border: none;
  width: 100%;
  height: 400px;
}
footer {
  padding-top: 100px;
  padding-bottom: 10px;
}

footer ul.socialmedia {
  padding: 0px;
  margin: 0px;
}

footer ul.socialmedia li {
  list-style: none;
  display: inline-block;

  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  font-size: 35px;
  line-height: normal;
}

footer ul.socialmedia li a {
  color: #676767;
}

footer .text {
  font-size: 55px;
  font-weight: 400;
  line-height: normal;
}

footer .copyright {
  padding-top: 20px;
  color: #676767;
}

footer .herotext h2 {
  font-size: 45px;
  font-weight: 300;
}
.wpcf7-response-output{
color:white;
    border: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #ffb90000;
}
.contact-form-label{
    color: white;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 300;
    text-align: start;
}
footer .email {
  font-size: 90px;
  font-weight: 500;
  line-height: 90px;
  padding-top: 30px;
}

footer a:hover {
  color: #d32027 !important;
}

.back-to-top {
  color: #fff;
  font-size: 20px;
  padding-top: 12px;

  cursor: pointer;

  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;

  background-color: black;

  position: fixed;
  bottom: 30px;
  right: 30px;

  text-align: center;
  z-index: 9999999;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}

.back-to-top:hover {
  color: #fff;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.325);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.325);
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 12px 46px 12px 46px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 30px 30px 30px 30px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary {
  color: #fff;
  background-color: #d32027;
  border-color: #d32027;
}

.btn-primary:hover {
  color: #fff;
  background-color: #d32027;
  border-color: #d32027;
}

.parallax-1 {
  background-attachment: fixed;
  background-image: url(../imgs/parallax/1.jpg);
  background-repeat: repeat-y;
  background-position: 50% 0;
}

.parallax-2 {
  background-attachment: fixed;
  background-image: url(../imgs/parallax/2.jpg);
  background-repeat: repeat-y;
  background-position: 50% 0;
}

.light-grey-bg {
  background-color: #f5f5f5;
}

/*.dark-grey-bg {*/
/*  background-color: #111111;*/
/*}*/ 

.primary-bg {
  background-color: #d32027;
}

.secondary-bg {
  background-color: #5a6268;
}
.btn-primary {
  color: #fff;
  background-color: #e31c25;
  border-color: #e31c25;
}
.btn-primary:hover {
  color: #fff;
  background-color: #e31c25;
  border-color: #e31c25;
}
.btn-secondary {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
}

@media (max-width: 575.98px) {
  section#home {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  section.video {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
  section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  ul.navbar-nav {
    text-align: center;
  }
  .home-intro .block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .herotext h2 {
    font-size: 32px;

    line-height: 40px;
  }
  .herotext h5 {
    font-size: 18px;

    line-height: 26px;
  }
  .about-circle {
    width: 170px;
    position: absolute;
    z-index: 999;
    bottom: -80px;
    right: 0;
    margin-bottom: 0;
    margin-right: 0;
    left: 0;
  }
  .home-intro .herotext {
    padding-bottom: 50px;
    padding-top: 140px;
  }
  .home-features .herotext {
    padding-top: 60px;
  }
  #options ul li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pricing .block {
    margin-bottom: 50px;
  }

  section.blog.blog-inner-page {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .blog .blog-post {
    margin-bottom: 50px;
  }
  .inner-banner-style .info h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
  }
  .blog-inner-page .blog-post h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    padding-right: 5%;
    line-height: 36px;
  }
  section.blog.blog-inner-page .blog-post h3 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    padding-right: 5%;
    line-height: 34px;
  }

  .blog-inner-page .blog-post-detail h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    padding-right: 5%;
    line-height: 40px;
  }
  section.blog.blog-inner-page .blog-post-detail h3,
  section.blog.blog-inner-page h3 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding-right: 5%;
    line-height: 34px;
  }

  .team-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 10px;
  }
  .team-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    right: 10px;
  }

  .join-us ul li .btn,
  .join-us ul li .btn-transparent {
    padding: 12px 20px 12px 20px;
  }

  .contact-us address .detail {
    padding-top: 2px;
    font-size: 20px;
    line-height: 28px;
  }

  .contact-us address .icon {
    float: left;
    font-size: 50px;
    padding-right: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  ul.navbar-nav {
    text-align: center;
  }

  .pricing .block .herotext p {
    font-size: 16px;
  }
  .pricing .block .herotext h2 {
    font-size: 50px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
  }
  .blog .blog-post h2,
  .blog .blog-post h2 a {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
  }

  .inner-banner-style .info h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 12px;
    padding-left: 12px;
  }

  .herotext h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
  }
  .herotext h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .home-features {
    margin-top: auto;
  }

  .home-features .herotext {
    padding-top: 0px;
  }
  .team-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 10px;
  }
  .team-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    right: 10px;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 14px;
    padding-left: 14px;
  }
  .team-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 10px;
  }
  .team-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    right: 10px;
  }
}

@media (min-width: 1440px) {
  .team-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -70px;
  }
  .team-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    right: -70px;
  }
  .services-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -70px;
  }

  .services-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    right: -70px;
  }
}