@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer

--------------------------------------------------------------
	#home business
----------------------------------------------------------------
#0.6	business-services
#0.7	business-about-section
#0.8	business-cta
#0.9	statistics-section
#1.0	business-features-section
#1.1	business-team-section
#1.2	business-newsletter-section
#1.3	business-projects-section
#1.4	business-testimonials-section
#1.5	business-partners-section
#1.6	business-blog-section
#1.7	business-contact-section 


/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Hind|Pacifico|Poppins:400,500,600,700");


/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 15px;
}

body {
  font-family: "Hind", sans-serif;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

p,
ul,
li {
  color: #777;
}

p {
  line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #111;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

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

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

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


/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

/*******************************
	business section title
*******************************/

.business-section-title, .business-section-title-s2 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -5px;
}

@media (max-width: 991px) {
  .business-section-title, .business-section-title-s2 {
    margin-bottom: 40px;
  }
}

.business-section-title h2, .business-section-title-s2 h2 {
  font-size: 36px;
  font-size: 2rem;
  margin: 0 0 1rem;
}

@media (max-width: 991px) {
  .business-section-title h2, .business-section-title-s2 h2 {
    font-size: 30px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .business-section-title h2, .business-section-title-s2 h2 {
    font-size: 25px;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.business-section-title p, .business-section-title-s2 p {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.business-section-title-s2 h2 {
  margin: 0 0 1em;
}



/*******************************
	business theme btns
*********************************/
.business-theme-btn, .business-theme-btn-s2 {
  font-family: "Poppins", sans-serif;
  background-color: #443f45;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  padding: 12px 40px;
  display: inline-block;
}

@media (max-width: 1199px) {
  .business-theme-btn, .business-theme-btn-s2 {
    font-size: 15px;
    font-size: 1rem;
    padding: 10px 35px;
  }
}

@media (max-width: 991px) {
  .business-theme-btn, .business-theme-btn-s2 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .business-theme-btn, .business-theme-btn-s2 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 8px 30px;
  }
}

.business-theme-btn:hover, .business-theme-btn-s2:hover, .business-theme-btn:focus, .business-theme-btn-s2:focus, .business-theme-btn:active, .business-theme-btn-s2:active {
  background-color: #1d1a1d;
  color: #fff;
}

.business-theme-btn-s2 {
  background-color: #b09991;
}

.business-theme-btn-s2:hover, .business-theme-btn-s2:focus, .business-theme-btn-s2:active {
  background-color: #443f45;
}


.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
}

.social-links li a {
  display: block;
  text-align: center;
}


.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
}

.preloader div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/



.site-header .site-logo {
  padding-left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-header .site-logo {
  padding-left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar ul {
  list-style: none;
}

.site-header #navbar > ul li a:hover {
  text-decoration: none;
  color: #443f45;
}

@media screen and (min-width: 992px) {

    /*** hover effect ***/
  
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-family: "Poppins", sans-serif;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    border-top: 2px solid #443f45;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 8px 15px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar .current-menu-item a {
    font-weight: bold;
    color: #443f45;
  }
}

@media screen and (min-width: 992px) {
  
    /*** hover effect ***/
  
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #443f45;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {

    /* class for show hide navigation */

  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header {
    min-height: 70px;
  }
  .site-header .navbar-header button {
    background-color: #443f45;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #443f45;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #443f45;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}





/*********************************
	business header
*********************************/

@media screen and (min-width: 992px) {
  .business-header .site-logo {
    padding-left: 0;
  }
}

.business-header .navigation {
  background-color: #000;
}

@media screen and (max-width: 991px) {
.site-header #navbar > ul .selector-lang {
  padding: 10px 15px 10px 20px;
  border-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}
}



@media screen and (min-width: 992px) {
  .business-header .navigation {
    background-color: #000;
    min-height: auto;
  }

  .business-header #navbar > ul > li {
    padding: 40px 0;
  }

  .business-header #navbar > ul .selector-lang {
    padding: 35px 0 0 10px;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
  }

  .business-header #navbar > ul > li > a {
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
  }
  .business-header #navbar > ul > li > a:hover,
  .business-header #navbar > ul > li.current-menu-item > a {
    background-color: #443f45;
    color: #fff;
  }
}

@media screen and (min-width: 1200px) {
  .business-header #navbar > ul > li > a {
    padding: 0 15px;
  }
}


/*********************************
	business header topbar
*********************************/

.business-header .topbar {
  background-color: #000;
  font-size: 14px;
  font-size: 0.93333rem;
  padding: 12px 0;
  border-bottom: 1px solid #222b32;
}

.contact-info > li {
  color:white;
  font-size: 1.3rem;
}

.contact-info > li > i {
  padding-right: 10px;
}

@media (max-width: 767px) {
.business-header .topbar .topbar-contact-info-wrapper {
    text-align: center;
  }
}

.business-header .topbar .topbar-contact-info {
  overflow: hidden;
}

@media (max-width: 767px) {
  .business-header .topbar .topbar-contact-info {
    display: inline-block;
  }
}
.business-header .topbar .topbar-contact-info > div > i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #efb945;
  position: absolute;
  left: 0;
}
.business-header .topbar .topbar-contact-info > div {
  display: inline-block;
  float: left;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .business-header .topbar .topbar-contact-info > div {
    float: none;
    display: block;
    text-align: left;
  }
}

.business-header .topbar .topbar-contact-info > div + div {
  margin-left: 35px;
}

.business-header .topbar .details p {
  color: white;
  margin: 0;
}

.business-header .topbar .details a {
  color: white;
  margin: 0;
}

.business-header .topbar .details a:hover{
  color: #efb945;
  margin: 0;
}

@media (max-width: 991px) {
.business-header .topbar .details p {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 991px) {
  .business-header .topbar .details a {
      font-size: 14px;
      font-size: 0.93333rem;
    }
  }

.business-header .topbar .social {
  float: right;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .business-header .topbar .social {
    float: none;
    text-align: center;
  }
}

.business-header .topbar .social > span {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #efb945;
  position: relative;
}

.business-header .topbar .social-links {
  list-style: none;
  display: inline-block;
  position: relative;
  top: 7px;
  left: 8px;
}

.business-header .topbar .social-links > li + li {
  margin-left: 15px;
}

.business-header .topbar .social-links li a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}




/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  /** slider controls **/
}

@media (max-width: 991px) {
  .hero {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}

.hero .slide {
  height: 100vh;
  min-height: 600px;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .hero .slide {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color: #443f45;
  width: 45px;
  height: 45px;
  line-height: 42px;
  border-radius: 50%;
  z-index: 10;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    opacity: 0;
    visibility: hidden;
  }
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  opacity: 1;
}

.hero .slick-prev:before,
.hero .slick-next:before {
  line-height: inherit;
}

.hero .slick-prev {
  left: 0;
}

@media screen and (min-width: 1300px) {
  .hero .slick-prev {
    left: 25px;
  }
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
}

.hero .slick-next {
  right: 0;
}

@media screen and (min-width: 1300px) {
  .hero .slick-next {
    right: 25px;
  }
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
}

.hero .slick-dots {
  bottom: 20px;
}

@media screen and (min-width: 992px) {
  .hero .slick-dots {
    opacity: 0;
    visibility: hidden;
  }
}

.hero .slick-dots li {
  margin: 0;
}

.hero .slick-dots li button {
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
  border-radius: 50%;
}

.hero .slick-dots li.slick-active button {
  background-color: #443f45;
}

.hero .slick-dots li button:before {
  display: none;
}

.hero .btns > a:first-child {
  margin-right: 5px;
}

/*******************************
	business-hero-slider
********************************/
.business-hero-slider {
  height: 735px;
}

@media (max-width: 991px) {
  .business-hero-slider {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .business-hero-slider {
    height: 420px;
  }
}

.business-hero-slider .slide {
  height: 735px;
}

@media (max-width: 991px) {
  .business-hero-slider .slide {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .business-hero-slider .slide {
    height: 420px;
  }
  .business-hero-slider .slide:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.business-hero-slider .slide-caption {
  padding-left: 70px;
  opacity: 0;
}

@media (max-width: 767px) {
  .business-hero-slider .slide-caption {
    padding-left: 15px;
  }
}

.business-hero-slider .slide-caption:before {
  content: "";
  background-color: rgba(68, 63, 69, 0.8);
  width: 83%;
  height: 150%;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .business-hero-slider .slide-caption:before {
    display: none;
  }
}

.business-hero-slider .slide-caption h2,
.business-hero-slider .slide-caption p,
.business-hero-slider .slide-caption a {
  position: relative;
}

.business-hero-slider h2 {
  font-size: 48px;
  font-size: 2rem;
  color: #fff;
  margin: 0 0 0.73em;
}

@media (max-width: 991px) {
  .business-hero-slider h2 {
    font-size: 38px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .business-hero-slider h2 {
    text-align: center;
    font-size: 30px;
    font-size: 2rem;
  }
}

.business-hero-slider h2 span {
  color: #2a272a;
}

.business-hero-slider p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  margin: 0 0 2em;
}

@media screen and (min-width: 992px) {
  .business-hero-slider p {
    padding-right: 200px;
  }
}

@media (max-width: 991px) {
  .business-hero-slider p {
    font-size: 14px;
    font-size: 0.93333rem;
    padding-right: 100px;
  }
}

@media (max-width: 767px) {
  .business-hero-slider p {
    text-align: center;
    padding-right: 0;
  }
}

.business-hero-slider .about {
  position: relative;
  padding-left: 135px;
}

@media (max-width: 991px) {
  .business-hero-slider .about {
    padding-left: 100px;
  }
}

.business-hero-slider .about:before {
  content: "";
  background-color: #fff;
  width: 117px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .business-hero-slider .about:before {
    width: 80px;
  }
}

.business-hero-slider .about a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #aba4ac;
}

@media (max-width: 991px) {
  .business-hero-slider .about a {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.business-hero-slider .slick-prev,
.business-hero-slider .slick-next {
  background-color: #fff;
  opacity: 1;
  -webkit-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 7px rgba(0, 0, 0, 0.3);
}

.business-hero-slider .slick-prev:before,
.business-hero-slider .slick-next:before {
  color: #012f5c;
}

.business-hero-slider .slick-prev:hover,
.business-hero-slider .slick-next:hover {
  background-color: #443f45;
}

.business-hero-slider .slick-dots li.slick-active button {
  background-color: #443f45;
}

.business-hero-slider .slick-current .slide-caption {
  -webkit-animation: fadeInLeftSlow 1.5s 0.4s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.4s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.4s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.4s forwards;
  animation: fadeInLeftSlow 1.5s 0.4s forwards;
}


/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
  /*** about widget ***/
  /*** links-widget ***/
  /*** support-widget ***/
  /*** twitter-feed-widget ***/
  /*** copyright-info ***/

.site-footer .upper-footer {
  background-color: #000;
  padding: 100px 0;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 80px 0 35px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 70px 0 30px;
  }
}

.site-footer .upper-footer ul {
  list-style: none;
}

.site-footer .upper-footer ul,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer a {
  color: #8a8a8a;
}

.site-footer .upper-footer a:hover {
  color: #b09991;
}

@media (max-width: 991px) {
  .site-footer .upper-footer .row > .col {
    min-height: 300px;
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .row > .col {
    min-height: auto;
    margin-bottom: 40px;
  }
}

.site-footer .widget > h3,
.site-footer .widget .footer-logo {
  font-size: 24px;
  font-size: 1.6rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  position: relative;
}

@media (max-width: 991px) {
  .site-footer .widget > h3,
  .site-footer .widget .footer-logo {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .site-footer .widget > h3,
  .site-footer .widget .footer-logo {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.site-footer .widget .footer-logo {
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget {
    padding-right: 25px;
  }
}

.site-footer .about-widget .contact-info {
  margin-top: 30px;
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget .contact-info {
    padding-right: 105px;
  }
}

@media (max-width: 767px) {
  .site-footer .about-widget .contact-info {
    margin-top: 10px;
  }
}

.site-footer .about-widget .footer-logo:before {
  display: none;
}

.site-footer .about-widget ul li {
  position: relative;
  padding-left: 38px;
  line-height: 1.78em;
}

.site-footer .about-widget ul > li + li {
  margin-top: 5px;
}

.site-footer .about-widget ul li i {
  color: #b09991;
  position: absolute;
  left: 0;
  top: 3px;
}

@media (max-width: 767px) {
  .site-footer .about-widget img {
    max-width: 160px;
  }
}

@media (min-width: 992px) {
  .site-footer .about-widget p {
    font-size: 1.1rem;
    width: 400px;
  }
}

.site-footer .links-widget {
  overflow: hidden;
}

.site-footer .links-widget ul li {
  position: relative;
  padding-left: 20px;
}

.site-footer .links-widget ul li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #b09991;
  position: absolute;
  left: 0;
  top: -1px;
}

.site-footer .links-widget ul li + li {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .site-footer .links-widget ul li + li {
    margin-top: 10px;
  }
}

.site-footer .support-widget {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .site-footer .support-widget {
    padding-right: 45px;
  }
}

.site-footer .support-widget ul li + li {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .site-footer .support-widget ul li + li {
    margin-top: 10px;
  }
}

.site-footer .twitter-feed-widget ul li + li {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid #002b55;
}

.site-footer .twitter-feed-widget i {
  color: #efb945;
  display: inline-block;
  padding-right: 5px;
}

.site-footer .twitter-feed-widget a {
  color: #b09991;
}

.site-footer .copyright-info {
  background-color: #161616;
  padding: 15px 0;
}

@media (max-width: 600px) {
  .site-footer .copyright-info {
    text-align: center;
  }
}

.site-footer .copyright-info p {
  margin: 0;
}

@media (max-width: 600px) {
  .site-footer .copyright-info .col {
    width: 100%;
  }
}

.site-footer .copyright-info .copyright-area a {
  color: #b09991;
}

.site-footer .copyright-info .footer-social {
  float: right;
}

@media (max-width: 600px) {
  .site-footer .copyright-info .footer-social {
    float: none;
    margin-top: 5px;
  }
}

.site-footer .copyright-info .footer-social span {
  color: #8a8a8a;
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 600px) {
  .site-footer .copyright-info .footer-social span {
    display: none;
  }
}

.site-footer .copyright-info .social-links {
  list-style: none;
  float: right;
  overflow: hidden;
}

@media (max-width: 600px) {
  .site-footer .copyright-info .social-links {
    float: none;
    display: inline-block;
  }
}

.site-footer .copyright-info .social-links li {
  float: left;
}

.site-footer .copyright-info .social-links > li + li {
  margin-left: 8px;
}

.site-footer .copyright-info .social-links a {
  font-size: 18px;
  font-size: cacl-rem-value(18);
  color: #fff;
}

.site-footer .copyright-info .social-links a:hover {
  color: #b09991;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}


/*--------------------------------------------------------------
#0.6	business-services
--------------------------------------------------------------*/
.business-services {
  padding: 100px 0 95px;
}

@media (max-width: 991px) {
  .business-services {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .business-services {
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .business-services .row > .col {
    margin-bottom: 50px;
  }
}

@media (max-width: 500px) {
  .business-services .row > .col {
    width: 100%;
  }
}

.business-services .grid {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .business-services .grid {
    padding: 0 25px;
  }
}

.business-services .icon {
  opacity: 0.7;
  background-color: #443f45;
  width: 80px;
  height: 80px;
  line-height: 60px;
  margin: 0 auto 25px;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(176, 153, 145, 0.5);
}

.business-services .icon img {
  position: relative;
  top: 10%;
  opacity: 1;


}

@media (max-width: 991px) {
  .business-services .icon {
    width: 80px;
    height: 80px;
    line-height: 50px;
  }
}

.business-services .icon .fi:before {
  font-size: 30px;
  font-size: 2rem;
  color: #fff;
}

@media (max-width: 991px) {
  .business-services .icon .fi:before {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.business-services .grid h3 {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0 0 1em;
}

@media (max-width: 767px) {
  .business-services .grid h3 {
    font-size: 16px;
    font-size: 1.4rem;
  }
}

.business-services .grid p {
  margin: 0;
}

/*--------------------------------------------------------------
#0.7	business-about-section
--------------------------------------------------------------*/
.business-about-section {
  background-color: #f5f5f5;
}

.business-about-section .about-text {
  padding-right: 15px;
}

.business-about-section .about-text h2 {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.5em;
  margin: 0 0 1em;
  text-align: center;
}

.business-about-section .about-text p {
  font-size: 1.25rem;
  text-align: justify;
}

.est-h2 {
  font-size: 2rem!important;
}

.est-p {
  font-size: 1.6rem!important;
}

@media (max-width: 991px) {
  .business-about-section .about-text h2 {
    margin-top: 3rem;
    font-size: 20px;
    font-size: 1.6rem;
  }
}

.fun-fact {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;

}

.fun-fact > div {
  width: 33.33%;
  float: left;
  position: relative;
}

@media (max-width: 767px) {
.fun-fact > div {
    width: 100%;
    padding-left: 0;
    float: none;
    text-align: center;
  }
}

@media (max-width: 767px) {
.fun-fact > div + div {
    margin-top: 25px;
  }
}

.fun-fact .icon {
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
.fun-fact .icon {
    position: relative;
  }
}

.fun-fact .fi:before {
  font-size: 35px;
  font-size: 2.33333rem;
  color: #b09991;
}

.fun-fact h3 {
  font-size: 30px;
  font-size: 2rem;
  margin: 0;
  color: white;
}

@media (max-width: 991px) {
  .fun-fact h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.fun-fact h3 + span {
  font-size: 12px;
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
}






/*--------------------------------------------------------------
#0.8	business-cta
--------------------------------------------------------------*/
.business-cta {
  background: url("../images/business/cta-bg.jpg") center center/cover no-repeat fixed;
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.business-contact-section h2 
.business-cta:before {
  content: "";
  background-color: rgba(68, 63, 69, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.business-cta h2 {
  font-size: 30px;
  font-size: 2rem;
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  .business-cta h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .business-cta h2 {
    font-size: 22px;
    font-size: 1.6rem;
  }
}

.business-cta > a {
  background-color: #b09991;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #443f45;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .business-cta > a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    bottom: -20px;
  }
}

.business-cta:before {
  content: "";
  background-color: rgba(68, 63, 69, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*--------------------------------------------------------------
#0.9	statistics-section
--------------------------------------------------------------*/
.statistics-section .statistics-info-new {
  font-size: 1.4rem;
  text-align: center;
}
.statistics-section .statistics-info {
  font-size: 1.4rem;
}

.statistics-section .video-holder-center {
  padding-top: 3rem;
  display: grid;
  justify-content: center;
  
}
.statistics-section .video-holder {
  position: relative;
  max-width: 1000px;
}

.statistics-section .video-holder img {
  border-radius: 3px;
}

.statistics-section .video-btn {
  background-color: #443f45;
  width: 115px;
  height: 115px;
  line-height: 115px;
  font-size: 25px;
  font-size: 1.66667rem;
  color: #b09991;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 0 10px rgba(176, 153, 145, 0.5);
  box-shadow: 0 0 0 10px rgba(176, 153, 145, 0.5);
}

@media (max-width: 991px) {
  .statistics-section .video-btn {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .statistics-section .video-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    font-size: 1.33333rem;
    -webkit-box-shadow: 0 0 0 6px rgba(176, 153, 145, 0.5);
    box-shadow: 0 0 0 6px rgba(176, 153, 145, 0.5);
  }
}

@media (max-width: 991px) {
  .statistics-section .statistics-info {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .statistics-section .statistics-info {
    margin-top: 40px;
  }
}

.statistics-section .statistics-info h2 {
  font-size: 30px;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 0.67em;
}

@media (max-width: 991px) {
  .statistics-section .statistics-info h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .statistics-section .statistics-info h2 {
    font-size: 20px;
    font-size: 1.6rem;
  }
}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
  border-radius: 10px;
  box-shadow: rgba(10, 10, 10, 0.7) 0px 0px 20px;
  
}


/*--------------------------------------------------------------
#1.0	business-features-section
--------------------------------------------------------------*/
.business-features-section {
  overflow: hidden;
}

.business-features-section .grid {
  background-color: #b09991;
  width: 33.33%;
  float: left;
  padding: 75px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .business-features-section .grid {
    padding: 75px 45px;
  }
}

@media (max-width: 991px) {
  .business-features-section .grid {
    width: 100%;
    float: none;
    padding: 55px 45px;
  }
}

@media (max-width: 767px) {
  .business-features-section .grid {
    padding: 45px 35px;
  }
}

.business-features-section .grid:before {
  content: "";
  background: url("../images/business/features-grids-bg.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.business-features-section .features-grids > .grid:nth-child(2) {
  background-color: #443f45;
}

.business-features-section .features-grids {
  display: flex;
    flex-wrap: wrap;

}

.business-features-section .features-grids > .grid:nth-child(2) p {
  color: #9a9a9a;
}

.business-features-section .features-grids > .grid:nth-child(2) .business-theme-btn, .business-features-section .features-grids > .grid:nth-child(2) .business-theme-btn-s2 {
  background-color: #b09991;
}

.business-features-section .features-grids > .grid:nth-child(3) {
  background-color: #2a2a2a;
}

.business-features-section .features-grids > .grid:nth-child(3) p {
  color: #9a9a9a;
}

.business-features-section .grid h3 {
  font-size: 28px;
  font-size: 1.86667rem;
  line-height: 1.2em;
  color: #fff;
  margin: 0 0 0.8em;
}

@media (max-width: 1199px) {
  .business-features-section .grid h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media (max-width: 767px) {
  .business-features-section .grid h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.business-features-section .grid p {
  color: #fff;
  margin-bottom: 2em;
}

.business-features-section .grid h3,
.business-features-section .grid p,
.business-features-section .grid a {
  position: relative;
  z-index: 1;
}

.business-features-section .grid:hover {
  background-color: rgba(176, 153, 145, 0.9);
}

.business-features-section .features-grids > .grid:nth-child(2):hover {
  background-color: rgba(68, 63, 69, 0.9);
}

.business-features-section .features-grids > .grid:nth-child(3):hover {
  background-color: rgba(42, 42, 42, 0.9);
}




/*--------------------------------------------------------------
#1.3	business-projects-section
--------------------------------------------------------------*/
.business-projects-section{
  background-color: #f5f5f5;
}

.business-projects-section ul {
  list-style: none;
}

.business-projects-section .projects-list {
  text-align: center;
  margin-bottom: 40px;
}

.business-projects-section .projects-list li {
  display: inline-block;
}

@media (max-width: 767px) {
  .business-projects-section .projects-list li {
    display: block;
  }
}

.business-projects-section .projects-list li a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #111;
  padding: 8px 12px;
  border-radius: 5px;
  display: block;
  position: relative;
}

@media (max-width: 991px) {
  .business-projects-section .projects-list li a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .business-projects-section .projects-list li a {
    display: block;
  }
}

.business-projects-section .projects-list li a:after {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #b09991;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.business-projects-section .projects-list li a.current {
  background-color: #b09991;
}

.business-projects-section .projects-list li a.current:after {
  display: block;
}

.business-projects-section .projects-grid {
  overflow: hidden;
  margin: 0 -5px;
}

.business-projects-section .projects-grid .inner {
  position: relative;
  overflow: hidden;
}

.business-projects-section .projects-grid .details {
  background-color: rgba(68, 63, 69, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 80%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.business-projects-section .projects-grid .grid:hover .details {
  top: 0;
  opacity: 1;
}

.business-projects-section .projects-grid .details-inner {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.business-projects-section .projects-grid .details ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s 0.5s;
  -webkit-transition: all 0.5s 0.3s;
  -o-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}

.business-projects-section .projects-grid .details ul li:first-child {
  margin-right: 10px;
  top: -30px;
}

.business-projects-section .projects-grid .details ul li:last-child {
  margin-right: 10px;
  top: -50px;
}

.business-projects-section .projects-grid .grid:hover .details ul li:first-child, 
.business-projects-section .projects-grid .grid:hover .details ul li:last-child {
  top: 0;
  opacity: 1;
}

.business-projects-section .projects-grid .details ul li a {
  color: #fff;
  display: block;
}

.business-projects-section .projects-grid .details h3 {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  margin: 1em 0 0.5em;
}

@media (max-width: 991px) {
  .business-projects-section .projects-grid .details h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.business-projects-section .projects-grid .details p {
  font-size: 12px;
  font-size: 0.8rem;
  color: #fff;
  margin: 0;
}

.business-projects-section .projects-grid .grid {
  width: 25%;
  float: left;
  padding: 0 5px 10px;
}

@media (max-width: 1199px) {
  .business-projects-section .projects-grid .grid {
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  .business-projects-section .projects-grid .grid {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .business-projects-section .projects-grid .grid {
    width: 100%;
    float: none;
  }
}

.business-projects-section .all-projects {
  text-align: center;
  margin-top: 50px;
}

/*--------------------------------------------------------------
#1.4	business-testimonials-section
--------------------------------------------------------------*/
.business-testimonials-section .client-pic img {
  width: auto;
}

.business-testimonials-section .client-quote {
  padding-top: 60px;
  position: relative;
}

.business-testimonials-section .client-quote:before {
  content: '\f10d';
  font-family: "FontAwesome";
  font-size: 30px;
  font-size: 2rem;
  color: #b09991;
  position: absolute;
  left: 0;
  top: 0;
}

.business-testimonials-section .client-quote p {
  margin-bottom: 2em;
}

.business-testimonials-section .client-info {
  position: relative;
}

.business-testimonials-section .client-info h4 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 991px) {
  .business-testimonials-section .client-info h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.business-testimonials-section .client-info p {
  font-size: 14px;
  font-size: 0.93333rem;
  margin: 0;
  color: #999;
}

@media (max-width: 991px) {
  .business-testimonials-section .client-info p {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.business-testimonials-section .client-pic {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 1200px) {
  .business-testimonials-section .owl-controls {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .business-testimonials-section .owl-controls .owl-nav .owl-prev,
  .business-testimonials-section .owl-controls .owl-nav .owl-next {
    background: transparent;
    padding: 0;
    margin: 0;
    color: #443f45;
    font-size: 25px;
    font-size: 1.66667rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .business-testimonials-section .owl-controls .owl-nav .owl-prev:hover,
  .business-testimonials-section .owl-controls .owl-nav .owl-next:hover {
    background: transparent;
    color: #b09991;
  }
  .business-testimonials-section .owl-controls .owl-nav .owl-prev {
    left: -70px;
  }
  .business-testimonials-section .owl-controls .owl-nav .owl-next {
    right: -70px;
  }
}

@media (max-width: 991px) {
  .business-testimonials-section .owl-controls {
    margin-top: 50px;
  }
  .business-testimonials-section .owl-controls .owl-nav .owl-prev,
  .business-testimonials-section .owl-controls .owl-nav .owl-next {
    background: #b09991;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 38px;
    border-radius: 0;
  }
  .business-testimonials-section .owl-controls .owl-nav .owl-prev:hover,
  .business-testimonials-section .owl-controls .owl-nav .owl-next:hover {
    background: #443f45;
  }
}

@media (max-width: 767px) {
  .business-testimonials-section owl-controls {
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------
#1.5	business-partners-section
--------------------------------------------------------------*/
.business-partners-section {
  background-color: #443f45;
  padding: 40px 0;
  text-align: center;
}

.business-partners-section h2 {
  color:white;
  padding-bottom: 3rem;
}

.business-partners-section .partners-slider img {
  width: auto;
  display: inline-block;
}

/*--------------------------------------------------------------
#1.6	business-blog-section
--------------------------------------------------------------*/


@media (min-width: 601px) {
  .news-aligned-row {
    display: flex;
    flex-wrap: wrap;
  }

  .news-col-padding {
    padding-bottom: 1rem;
  }

  .col-centered {
    float: none;
    margin: 0 auto;
}
}

@media (max-width: 991px) {
  .business-blog-section .news-grids > .col {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .business-blog-section .news-grids > .col {
    width: 100%;
  }
}

.business-blog-section .news-grids .grid {
  border: 1px solid #e5e5e5;
  height: 100%;
  box-shadow: 0 0 7px rgba(10, 10, 10, 0.3);
  background-color: #f5f5f5;
}

.business-blog-section .news-grids .entry-media img {
  border-radius: 5px;
}

.business-blog-section .news-grids .entry-body {
  padding: 30px 35px;
}

@media (max-width: 767px) {
  .business-blog-section .news-grids .entry-body {
    padding: 20px 15px;
  }
}

.business-blog-section .news-grids .date {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .business-blog-section .news-grids .date {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (min-width: 992px) {
  .business-blog-section .news-grids .entry-heder-eq {
    height: 4.5rem;
  }
}

.business-blog-section .news-grids .entry-details p{
  text-align: center;
  font-size: 1.2rem;
}

.business-blog-section .news-grids .entry-header h3 {
  font-size: 20px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0.2em 0 0.8em;
  text-align: center;
}

.business-blog-section .news-grids .entry-header h3 a {
  color: #443f45;
}

.business-blog-section .news-grids .entry-header h3 a:hover {
  color: #b09991;
}

.business-blog-section .news-grids .entry-meta {
  padding-top: 15px;
  overflow: hidden;
}

.business-blog-section .news-grids .entry-meta .read-more, 
.business-blog-section .news-grids .entry-meta .comments {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #b09991;
}

@media (max-width: 1199px) {
  .business-blog-section .news-grids .entry-meta .read-more, 
  .business-blog-section .news-grids .entry-meta .comments {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.business-blog-section .news-grids .entry-meta .read-more:hover, 
.business-blog-section .news-grids .entry-meta .comments:hover {
  color: #b09991;
}

.business-blog-section .news-grids .entry-meta .read-more {
  float: left;
}

.business-blog-section .news-grids .entry-meta .comments {
  float: right;
  color: #999;
}

.business-blog-section .see-more {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .business-blog-section .see-more {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
#1.7	business-contact-section 
--------------------------------------------------------------*/
.business-contact-section {
  background: url("../images/business/business-newsletter-bg.jpg") center center/cover no-repeat fixed;
  position: relative;
}

.business-contact-section h2 {
  color: white;
  text-align: center;
  font-size: 2rem;
  margin: 0 0 1em; 
}

@media (max-width: 991px) {
  .business-contact-section h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .business-contact-section h2 {
    font-size: 25px;
    font-size: 1.6rem;
  }
}

.business-contact-section h3 {
  padding-top: 1rem;
  color: white;
  text-align: center;
  font-size: 1.6rem;
  margin: 0 0 1em; 
}

@media (max-width: 991px) {
  .business-contact-section h3 {
    font-size: 30px;
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .business-contact-section h3 {
    font-size: 25px;
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

.business-contact-section .p-contact {
  color: white;
  text-align: center;
  font-size: 1.25rem;
  margin: 0 0 0em; 
  font-weight: bold;
}

.business-contact-section .contact-details {
  font-size: 1.6rem;
  margin: 0 0 1em; 
  text-align: center;
}

@media (max-width: 991px) {
  .business-contact-section .contact-details {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .business-contact-section .contact-details {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.business-contact-section .contact-details i {
  color: #efb945;
}

.business-contact-section .contact-details a {
  color: white;
}

.business-contact-section .p-contact-margin {
  margin-bottom: 3em;
}

.business-contact-section:before {
  content: "";
  background-color: rgba(68, 63, 69, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.business-contact-section .container {
  position: relative;
}

.business-contact-section .business-section-title-s2 {
  text-align: left;
}

.business-contact-section .business-section-title-s2 .contact-info {
  list-style: none;
  background-color: #2a2a2a;
  border-radius: 3px;
  box-shadow: #000;
  padding: 2rem;
}

.business-contact-section .business-section-title-s2 h2,
.business-contact-section .business-section-title-s2 p {
  color: #fff;
  font-size: 1.4rem;
}

.business-contact-section form .col {
  margin-bottom: 15px;
}

.business-contact-section form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #b2b2b2;
}

.business-contact-section form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #b2b2b2;
}

.business-contact-section form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #b2b2b2;
}

.business-contact-section form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #b2b2b2;
}

.business-contact-section form input,
.business-contact-section form textarea {
  background-color: #fff;
  height: 38px;
  border: 0;
}

.business-contact-section form textarea {
  height: 120px;
}

.business-contact-section form button {
  font-family: "Poppins", sans-serif;
  background-color: #b09991;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #443f45;
  border: 0;
  outline: 0;
}

@media (max-width: 991px) {
  .business-contact-section form button {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.business-contact-section form button:hover {
  background-color: #9b7d73;
}

.business-contact-section form .submit-btn {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .business-contact-section .contact-location-map {
    margin-bottom: 60px;
  }
}

.contactcenter {
  display: flex;
  align-items: center;
}


.map-responsive{
  overflow:hidden;
  padding-bottom:70%;
  position:relative;
  height:0;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.success-section {
  background-color: #000;

}

.success-section h2 {
  color: white;
}

.bn14 {
  margin-top: 3rem;
  font-family: lato,sans-serif;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  padding: 10px 40px 10px 40px;
  position: relative;
  border: 3px solid #ffffff;
  border-radius: 25px;
}
.row-flex {
    display: flex;
    flex-flow: row wrap;
}

.about-image-holder {
    text-align: center;
    padding: 30px;
}

.about-image-custom {
    max-height: 700px;
    box-shadow: 0 0 7px rgba(10, 10, 10, 0.3);
}

.about-image-custom-ru {
    max-height: 900px;
}

.about-h2-custom {
    padding-bottom: 2rem;
}

.about-p-custom {
    padding-top: 2rem;
}