
/* Google font */
@import url('https://fonts.googleapis.com/css?family=Yantramanav:300,400,500,700,900&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

@font-face {
  font-family: 'redhat';
  src: url('assets/fonts/RedHatText-Bold.ttf') format('truetype'); /* IE6-IE8 */
}
@font-face {
  font-family: 'nunito';
  src: url('assets/fonts/Nunito-Regular.ttf') format('truetype'); /* IE6-IE8 */
}
body,
html,
.wrapper {
  height: 100%;
}
body {
    font-family: 'nunito';
    color: #666666;
    line-height: 28px;
    font-weight: 400;
    overflow-x: hidden;
}
a:focus {
 outline: 0 solid
}
a {
   transition: all 0.3s ease-in-out;
}
img {
 max-width: 100%;
 height: auto;
}
input::-moz-focus-inner {
    border: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
 -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a:hover {
  text-decoration: none;
  outline: none !important;
}
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
}
::placeholder {
    color: #666;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #666;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #666;
}
.theme_btn {
    display: inline-block;
    border-radius: 50px;
    padding: 0px 17px;
    background: #FFCC56;
    text-transform: capitalize;
    color: #fff;
    transition: all .4s;
}
.section-padding {
    padding: 120px 0px;
}
.section_bg {
    background: #f2f3f5;
}

/* ----------------------------------------
   -------------- 2.TYPOGRAPHY ------------
   ---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'redhat';
    margin: 0 0 10px;
    font-weight: 500;
    color: #000;
}
h1 {
    font-size: 80px;
    line-height: 80px;
}
h2 {
    font-size: 30px;
    line-height: 48px;
}
h3 {
    font-size: 18px;
    line-height: 29px;
}
h4 {
    font-size: 20px;
    line-height: 29px;
}
h5 {
    font-size: 18px;
    line-height: 26px;
}
h6 {
    font-size: 14px;
    line-height: 30px;
}
.text-black{color: #000 !important}
p {
    color: #63688e;
  line-height: 28px;
    font-size: 16px;
}
a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  outline: none !important;
  cursor: pointer;
    line-height: 32px;
}
h2 {
    margin-top: -5px;
}

/* preloader */
.pre-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ff5e10;
    z-index: 999999999;
    left: 0;
    top: 0;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

/* scrollup */
#scrollUp {
  background-color: #000;
  border-radius: 50%;
  bottom: 20px;
  color: #ffffff;
  font-size: 22px;
  height: 50px;
  line-height: 54px;
  right: 20px;
  text-align: center;
  width: 50px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(23, 22, 49, 0.1);
          box-shadow: 0 10px 20px 0 rgba(23, 22, 49, 0.1);
  font-weight: 400;
}

/* header */
.top-header span {
    color: #000;
    line-height: 26px;
    font-size: 16px;
    margin-right: 18px;
}
.social-profile ul li, .social-profile ul li a {
    display: inline-block;
}
.social-profile ul li a {
    color: #003366;
    margin-left: 20px;
}
.social-profile a:hover
{
  color: #fff !important;
}
.top-header {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ebebeb;

    background: #fff;
}
.top-header span i {
    padding-right: 5px;
}
.main-menu nav li a {
    color: #000;
    text-transform: capitalize;
    text-transform: uppercase;
    font-weight: 500;
}
.menu-margin
{
  margin-left: 40px;
}
.main-menu ul > li a:hover {
    color: #000;   
}

.mean-expand::before {
   content: "\f105";
    font-family: FontAwesome;
}
.mean-clicked::after {
   content: "\f107";
    font-family: FontAwesome;
}

.mean-clicked::before {
   display: none;}
.menu-style-one ul li ul {
   position: absolute;
    width: 280px;
    text-align: left;
    background: #fff;
    z-index: 333;
    font-size: 14px !important;
    margin-top: -5px;
    left: 0px;
    top: 0px;
    text-transform: capitalize;
    opacity: 0;
    display: none;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.29);
box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.29);
}
.menu-style-one ul li ul a{
    padding-left: 25px !important;}
.single-about h3
{
     font-size: 30px;
    line-height: 45px;
    text-transform: capitalize;
}
.submenu li a{ font-weight: 600 !important;
    font-size: 14px !important;}
.menu-style-one ul li {
    display: inline-block;
    position: relative;
}
.menu-style-one ul li ul li {
    display: block;
}
.menu-style-one ul li ul li a {
    padding-left: 0px;
    display: block;
    color: #000;
    padding: 3px 0px;
}
.menu-style-one ul li:hover ul {
    opacity: 1;
    margin-top: 29px;
    display: block;
}
.menu-style-one ul li ul li:hover a {
    color: #fff;
    background: #FFCC56;
}
.navbar.navbar-expand-md {
    padding: 0;
}
.menu-two#sticky-nav {
    padding-top: 25px;
    padding-bottom: 0px;
}
#sticky-nav {
       background: #fff;
    padding-top: 15px;
    box-shadow: 0px 13px 35px -12px rgb(35 35 35 / 15%);
    transition: al 0.60s ease-in-out;
    padding-bottom: 15px;
}
.header-menu-two#sticky-nav {
    background: #ff5e10;
    padding: 0px;
}
.header-two #sticky-nav-sticky-wrapper {
    height: 62px !important;
}

/* hero section */
.hero-slider-area {
    z-index: 1;
}
.single-hero-slide span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #09316f;
}
.single-hero-slide {
    position: relative;
    overflow: hidden;
    height: 690px;
    background-color: #f2f3f5;
}
.slide-img {
    position: absolute;
    bottom: -35px;
    right: 20%;
}


/* what we do section */
.what-we-do-title h2 span {
  color: #ff5e10;
}
.what-we-do-title > span {
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  line-height: 1;
}
.what-we-do-title h2 {
  margin-top: -10px;
}
.what-we-do-title {
  margin-bottom: 60px;
}
.single-we-do img {
  width: 100%;
}
.single-we-do h3 {
  margin-top: 25px;
}

.single-we-do p {
  color: #565969;
}
.single-we-do {
  margin-bottom: 40px;
}
.theme_btn.btn_tb {
  background: transparent;
  color: #09316f;
  border: 1px solid #ddd;
  margin-left: 10px;
}
.theme_btn:hover {
  background: #000;
  color: #fff !important;
}
.theme_btn.btn_tb:hover {
  background: #ff5e10;
  color: #fff;
  border: 1px solid #ff5e10;
}

/* theme heading- title */
.theme-heading h2 {
  font-size: 50px;
  line-height: 1;
  margin-top: -5px;
  margin-bottom: 30px;
}
.theme-heading span {
    line-height: 1;
    margin-top: -2px;
    display: block;
    margin-bottom: 15px;
    color: #565969;
    text-transform: uppercase;
    font-weight: 500;
}

/* FQ - Ask */
.fq-ask-wrap {
    background: #f2f3f5;
}
.frequent-ask-accrodian .card-header h5 {
    position: relative;
}
.frequent-ask-accrodian .btn.btn-link::after, button.btn.btn-link::before {
    position: absolute;
    right: 0;
    top: 50%;
    display: none;
    width: 15px;
    height: 2px;
    background: #fff;
    content: "";
    transition: all .5s;
    margin-top: -1px;
}
.card-body {
    padding: 15px 30px;
}
.card-header {
  position: relative;
  padding-left: 35px;
}
.card-header::before {
  width: 10px;
  height: 10px;
  display: inline-block;
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}
.frequent-ask-accrodian .btn.btn-link::after {
    transform: rotate(0deg);
    margin-top: -1px;
}
.frequent-ask-accrodian .btn.btn-link.collapsed::after {
    transform: rotate(90deg);
}
.card-header .btn.btn-link {
    color: #000;
    width: 100%;
        font-size: 15px;
    text-align: left;
    font-weight: bold;
}
.card-header {
    margin-bottom: 0;
    background-color: #ffc839;
    border: none;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 30px !important;
}
.card-header .btn.btn-link {
    text-decoration: none;
}
.card-header:hover {
    background: #09316f;
    transition: all .4s;
}
.card {
    border: none;
    margin-top: 10px;
    background: transparent;
}



/* services section */

.single-service {
  text-align: center;
  margin-bottom: 30px;
}
.single-service h3 {
    margin-bottom: 20px;
}
.icon-shape {
  position: relative;
  transition: all .3s ease-in-out;
}
.service-shape-icon {
  transition: all .3s ease-in-out;
  position: absolute;
  z-index: 11;
  color: #ffff;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  margin-top: -16px;
}
.single-service:hover svg.icon-shape path {
    fill: rgb(255, 94, 16);
}
.single-service:hover svg.service-shape-icon path {
    fill: rgb(242, 243, 245);
}
.service-icon {
  position: relative;
  margin-bottom: 20px;
}
.single-service:hover .service-shape-icon img {
    filter: brightness(200);
}
/* call to action */
.call-action-bg {
    position: absolute;
    left: -10%;
    top: 0;
    transform: scale(1.2);
    z-index: -1;
}
.call-to-action-wrap {
  position: relative;
  z-index: 1;
}



/* footer area */
footer {
    background: #000;
}
footer p, footer span, footer a, .single-footer-widget p {
    color: #fff;
}
.footer-menu li {
    display: inline-block;
}

.footer-menu li a {
    color: #fff;
    margin-left: 27px;
}
.single-footer-widget h3 {
    color: #fec739;
    text-transform: capitalize;
    padding-bottom: 10px;
    display: block;
}
.single-footer-widget.business-hour span {
    padding-left: 15px;
}
.news-img {
    min-width: 60px;
    margin-right: 10px;
}
.news-title a {
    display: block;
    line-height: 1.5;
    margin-top: -3px;
}
.news-title span {
    font-size: 12px;
    line-height: 1;
}
.single-recent-news {
    border-bottom: 1px solid #131e3e;
    margin-bottom: 18px;
    padding-bottom: 13px;
}
.single-recent-news:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
.footer-bootm {
    border-top: 1px solid #131e3e;
}
.call-to-action-wrap::before, .call-to-action-wrap::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000ad;
    content: "";
    left: 0;
    top: 0;
    opacity: .77;
    z-index: -1;
}
a.theme_btn.call-action-btn:hover {
    background: #022858;
}
.contact-info-bg {
    background: #ff5e10;
}
.single-contact-info {
    display: flex;
    align-items: center;
}
.contact-info-bg {
     padding: 28px 75px;
    background: #ffb800;
    border-radius: 30px;
}
.contact-icon {
    margin-right: 30px;
}
.follow-icons a {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 129, 66);
    border-radius: 50%;
    width: 37px;
    height: 37px;
    display: inline-block;
    text-align: center;
    line-height: 39px;
    margin-right: 5px;
    color: #fff;
    transition: all .3s;
}
.follow-icons a:hover i {
        color: #ff5e10;
}
.follow-icons a:hover {
    background: #fff;
    border-color: #fff;
}
.contact-content p {
    margin: 0;
}
.footer-section {
    margin-top: -70px;
    overflow: inherit;
    position: relative;
}
.contact-section {
    overflow: inherit;
    z-index: 1;
    position: relative;
}
.subscribe-box {
    padding-top: 8px;
}
.subscribe-box form input {
    position: relative;
    border-radius: 2px;
    background-color: rgba(28, 41, 82, 0.502);
    height: 42px;
    width: 100%;
    border: none;
    font-size: 12px;
    color: #fff;
    padding-left: 15px;
}
.footer-menu li a:hover {
    color: #ff5e14;
}
.subscribe-box form button {
    border-radius: 2px;
    background-color: rgb(255, 94, 16);
    position: absolute;
    width: 26px;
    height: 26px;
    color: #fff;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
/* --------------------------------------------- */
/* ========   our portfolio section ============= */
.single-portofolio {
    position: relative;
    height: 500px;
    z-index: 1;
    transition: all .3s;
    background-position: center;
}
.portfolio-content {
    padding: 60px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.portfolio-single-content p:last-child {
    margin: 0;
}
a.read-more-port {
    position: absolute;
    bottom: 55px;
    font-size: 12px;
    font-weight: 600;
    transition: all .3s;
    text-transform: uppercase;
}
.portfolio-cat span {
    position: relative;
    padding-left: 67px;
    font-size: 18px;
}
.portfolio-cat span::before {
    width: 58px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #fff;
    content: "";
    transform: translateY(-50%);
}
a.read-more-port i {
    padding-left: 10px;
}
.single-portofolio::before {
    width: 100%;
    height: 100%;
    background: #ff5e14;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}
.single-portofolio:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.single-portofolio:hover .portfolio-content {
    opacity: 1;
    visibility: visible;
}
.portfolio-filter-buttons button:hover {
    background: #ff5e10;
    color: #fff;
}

/* -------------------------------------------------- */
/* =============== Blog Section - Carousel  ============  */
.blog-feature-img {
    background-color: rgb(235, 235, 235);
    height: 280px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.blog-box-content {
    padding-left: 35px;
    padding-right: 30px;
    margin-top: -53px;
    position: relative;
}
.post-date {
    background-color: #ff5e10;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 20px 22px 15px;
    margin-bottom: 25px;
}
.post-date span {
    display: block;
    font-size: 20px;
}
.post-date span:first-child {
    font-size: 37px;
    font-weight: 700;
}
.post-date span:last-child {
    margin-top: 2px;
    text-transform: capitalize;
}
.blog-box-content h3 a {
    color: #09316f;
    font-size: inherit;
    font-weight: 500;
}
.post-cats span {
    color: #565969;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
a.read-more:hover,
.blog-box-content h3:hover a {
    color: #ff5e10;
}
a.read-more {text-transform: uppercase;color: #09316f;transition: all .3s;line-height: 1;}
a.read-more i {
    color: #ff5e10;
    padding-right: 12px;
}
.single-blog-box {
    margin-top: 30px;
}
.blog-wrapper .owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -90px;
}
.blog-wrapper .owl-theme .owl-nav div {
    background: transparent;
    color: #e7e7e7;
    transition: all .3s;
    font-size: 30px;
}
.blog-wrapper .owl-theme .owl-nav div:hover {
    background: transparent;
    color: #ff5e10;
}


/* Home Page - Two */
.top-bar-two {
    padding: 8px 0px;
}
.top-bar-two .container {
    border-bottom: 1px solid #e1e1e1;
}
.contact-top-icon i{
    color: #09316f;
    font-size: 36px;
    margin-right: 20px;
}
.contact-text {
    color: #565969;
    font-size: 16px;
    line-height: 1.5;
}
.contact-text span {
    display: block;
    color: #09316f;
}
.header-menu-two nav > ul li a {
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 58px;
    color: #fff;
    position: relative;
    transition: all .3s;
    padding: 15px 0px;
}
.header-menu-two ul li ul li a {
    display: block;
}
.header-menu-two ul li ul li a {
    display: block;
    margin: 0;
}
.menu-style-one.menu-two ul li ul {
    top: 30px;
    left: -30px;
}
.header-menu-two {
    background: #ff5e10;
}
.header-middle {
    padding-top: 15px;
    padding-bottom: 24px;
}
.icon-menu a {
    border-radius: 50%;
    background-color: rgb(255, 116, 46);
    width: 38px;
    height: 38px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    transition: all .3s;
    margin-left: 15px;
}
.icon-menu {
    position: absolute;
    right: 0;
}
/* slider two */
.single-hero-slide h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
    margin-top: 8px;
    margin-bottom: 27px;
}
.slider-home-two .single-hero-slide, 
.hero-slide-active .single-hero-slide {
    height: 720px;
}
.slide-img.slide-img-left {
    left: 10%;
    right: auto;
}

/* about us */
.single-about img {
    margin-bottom: 15px;
}
.single-about img {
    margin-bottom: 19px;
}
.single-about {
    border-radius: 30px;
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    padding: 40px 18px;
    position: relative;
    transition: all .3s;
    margin-bottom: 10px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.58);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
}
.single-about a {
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: #000;
    transition: all .3s ease;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.single-about a i{font-weight: 900;}
.single-about:hover a {
    background: #ffb903;
    border: 1px solid #ffb903;
    color: #fff;
}
.single-about:hover {
    border: 1px solid #ffb903;
}
.single-about h3 {
    margin-bottom: 15px;
}


/* testimonial area */
.client-img {
    border-radius: 50%;
    background-color: rgb(222, 222, 222);
    width: 53px;
    height: 53px;
    display: inline-block;
    overflow: hidden;
    margin-right: 25px;
}

.single-testimonial p {
    font-size: 18px;
    color: #565969;
}

.single-testimonial i {
    color: #000;
    font-size: 22px;
    margin-bottom: 10px;
}
.single-testimonial {
    padding: 40px;
    transition: all .3s ease;
    border: 1px solid transparent;
}
.client-info h4 {
    line-height: 1;
    font-size: 24px;
    margin-bottom: 0px;
    padding-top: 1px;
}
.client-info span {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}
.single-testimonial:hover {
    border: 1px solid #000;
    border-radius: 20px;
}
.client-details {margin-top: 30px;}


 /* portfolio two */

 .portfolio-filter-buttons button {
    display: inline-block;
    text-transform: capitalize;
    background: #fff;
    transition: all .4s;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
    color: #09316f;
    border: none;
    margin: 0px 2px;
}
.portfolio-filter-buttons {
    margin-bottom: 60px;
}

/* video section */
.video-section-wrap {
    position: relative;
    height: 600px;
    background-color: #f2f3f5;
}
.video-section-wrap.sada-bg {background: #fff;}
.video-bg {
    position: absolute;
    width: 50%;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
}
.video-bg::before {
   width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffc839;
    content: "";
    position: absolute;
    /* opacity: .3;*/
}
a.play_video_btn i {
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    width: 80px;
    font-size: 22px;
    border-radius: 50%;
    height: 80px;
    background: #fff;
    color: #ff5e14;
    -webkit-animation: playVideo 2s linear infinite;
    animation: playVideo 2s linear infinite;
}

@keyframes playVideo
{
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 94, 16, .3);
                box-shadow: 0 0 0 0 rgba(255, 94, 16, .3);
    }
    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 94, 16, 0);
                box-shadow: 0 0 0 20px rgba(255, 94, 16, 0);
    }
    80% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 94, 16, 0);
                box-shadow: 0 0 0 20px rgba(255, 94, 16, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 94, 16, 0);
                box-shadow: 0 0 0 0 rgba(255, 94, 16, 0);
    }
}
.video-section-content h2 {
font-size: 50px;
    font-weight: 900;
    color: #000;
    margin-bottom: 10px;
}
.video-section-content ul li {
    position: relative;
    /* padding-left: 22px; */
    transition: all .3s;
    background: #fff;
    border-radius: 20px;
    margin: 20px 0px;
    border: 1px solid #e1e1e1;
    padding: 0px 10px 0px 47px;
    -webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.14);
-moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.14);
box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.14);
}
.video-section-content ul li:hover {
    padding-left: 30px;
}
.video-section-content ul li::before {
    position: absolute;
    font-size: 22px;
    content: "\f105";
    left: 17px;
    top: 0;
    color: #ffb905;
    font-family: "Font Awesome 5 Pro";
    transition: all .3s;
}
.video-section-content ul li:hover::before {
    left: 10px;
}
.video-section-content ul li h3 {
    margin-bottom: 0;
}



/* call to action from and video section */
.call-to-action-form {
    background: #09316f;
}

.call-to-form form input, .call-to-form form textarea {
  border: none;
  border-width: 1px;
  border-color: rgb(22, 82, 171);
  border-style: solid;
  height: 43px;
  background: transparent;
  display: inline-block;
  line-height: 43px;
  color: #fff;
  margin-top: 12px;
  padding-left: 15px;
}
.col-12.col-md-6 {
}
.call-to-form form input::placeholder, .call-to-form form textarea::placeholder, .subscribe-box form input::placeholder  {
  color: rgba(255, 255, 255, 0.5);
}
.call-to-form form textarea {
  height: 100px;
  width: 100%;
  display: block;
}

.call-to-form form input {
  width: 48.6%;
  margin-left: 11px;
}
.call-to-form form input:first-child {
  margin-left: 0px;
}

.submit_btn.theme_btn {
  margin-top: 20px;
}
.submit_btn.theme_btn:hover, .subscribe-box form button:hover {
  background: #e34c02;
}
.call-to-video {
  height: 297px;
  width: 100%;
  position: relative;
}


/* home pag ethree */
.funfact-countup {
    background: #f2f3f5;
}
.funfact-countup h1 {
    margin-top: -10px;
    font-size: 60px;
    line-height: 1;
    margin-left: -3px;
    margin-bottom: 30px;
}
.fact-img {
    position: absolute;
    bottom: -120px;
    right: 0;
}
.single-countup span {
    display: block;
    font-size: 60px;
    font-weight: 600;
    color: #ff5e10;
    margin-bottom: 30px;
}
.single-countup {
    margin-top: 30px;
    margin-bottom: -5px;
}

.features-box-items {
    position: relative;
    margin-top: -120px;
    z-index: 1;
}
.single-feature-box-item {
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 10%;
}

/* Page Banner */

.page-banner-wrap {
    height: 150px;
    z-index: 1;
}

.grey-bg{
      background: #fdfdfd;
}

.page-banner-wrap::before, .page-banner-wrap::after {
    background: #323232;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    /* opacity: .7; */
    z-index: -1;
  }

.page-banner span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #565969;
}

.page-banner h2 {
    font-size: 60px;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.page-section-bg {
    background: #f2f3f5;
}
.contact-sec-bg::before {
    width: 100%;
    position: absolute;
    content: "";
    background: #f2f3f5;
    z-index: -6;
    left: 0;
}

/* service deatils css */
.service-cat li a {
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    display: block;
    font-size: 18px;
    padding: 25px;
    line-height: 1;
    transition: all .3s;
    color: #565969;
}
.service-cat li a i {
    float: right;
    color: #ff5e10;
}
.service-cat li a:hover, .download-details a:hover {
    background-color: rgb(255, 94, 16);
    color: #fff;
    padding-left: 40px;
}
.service-cat li a:hover i {
    color: #fff;
}
.service-cat {
    margin-bottom: 75px;
}
.download-details a {
    display: block;
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    padding: 10px 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #636363;
}
.download-details a i {
    padding-right: 5px;
}
.service-boucher h3 {
    margin-bottom: 20px;
}
.download-details a i {
    font-size: 18px;
}
.download-details {padding-top: 5px;}
.service-details-content img {
    margin-bottom: 30px;
}
.single-service-col h3 {
    padding-bottom: 10px;
}
.single-service-col {
    margin-top: 40px;
}
.single-service-col p:last-child {
    margin: 0;
}

/* contact us page */
.contact-form-main form input, .contact-form-main form textarea {border: none;
    border: 1px solid #a5a5a5;
    color: #a5a5a5;
    width: 100%;}

button.btn-send:hover {
    background: #ffba06;
    color: #000;
}
button.btn-send {
    background-color: #000;
    text-transform: uppercase;
    padding: 0 100px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    height: 50px;
    transition: all .3s;
    font-weight: 500;
}
.contact-form-main form textarea {
    width: 100%;
    padding-left: 15px;
    min-height: 150px;
}
.contact-form-main form input::placeholder, .contact-form-main form textarea::placeholder {
    color: #a5a5a5;
}
.contact-form-main form input:focus, .contact-form-main form textarea:focus {
    border: 1px solid #333 !important;
}
.contact-form-main form input {
    margin-bottom: 20px;
}
.p-0
{
  padding: 0;
}
.single-about p, .products-single-content p{color: #000;}
.gmap iframe {
    width: 100%;
    height: 400px;
}
.single-contact-details p {
    margin: 0;
    color: #fff;
}
.portfolio-single-content h3 {
    font-size: 28px;
    padding-bottom: 28px;
    position: relative;
    margin-bottom: 20px;
}
.portfolio-single-content h3::before {
    width: 10%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #ff5e10;
}
.info-left, .info-left {
    width: 50%;
    float: left;
    overflow: hidden;
    font-size: 16px;
}
.info-left {
    color: #09316f;
    font-weight: 600;
}

.info-right.social-p-link a {
    color: #c2c2c2;
    margin-right: 8px;
}
.info-right.social-p-link a:hover, .post-meta ul li a:hover, .recent-title a:hover {
    color: #ff5e10;
}

/* Blog Page and Section */
.single-blog-item h2 {
    font-weight: 500;
    margin-top: 25px;
    transition: .3s;
}
.single-blog-item h2:hover a{
    color: #ff5e10;
}
.post-meta li, .post-meta li a {
    display: inline-block;
    position: relative;
    color: #565969;
    font-size: 18px;
}
.post-meta li {
    padding-right: 23px;
    margin-right: 16px;
}
.post-meta ul li::before {
    position: absolute;
    right: 0;
    top: 50%;
    height: 14px;
    width: 2px;
    content: "";
    background: #565969;
    transform: translateY(-50%);
}
.post-meta ul li:last-child::before {
    display: none;
}
.post-meta {
    margin-bottom: 13px;
}
.single-blog-item {
    padding-bottom: 12px;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 40px;
}
.single-blog-item:last-child {
    border: none;
    padding: 0;
}
.pagination li a {
    border-radius: 2px;
    background-color: rgb(242, 243, 245);
    top: 3372px;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size: 18px;
    color: #565969;
    font-weight: 500;
    transition: all .3s;
}
.pagination li {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}
.pagination li a i {
    font-size: 18px;
    font-weight: 500;
}
.pagination li a:hover {
    background: #ff5e10;
    border-color: #ff5e10;
    color: #fff;
}
.pagination {
    margin-top: 70px;
    display: block;
}
.categorie ul li {
    position: relative;
    padding-left: 17px;
}

.categorie ul li a {
    display: block;
    font-size: 18px;
    color: #565969;
    margin-bottom: 3px;
}

.categorie ul li a span {
    float: right;
}

.categorie ul li::before {
    left: 0;
    top: 0;
    content: "»";
    position: absolute;
    color: #ff5e10;
    font-size: 18px;
}

.single-sidebar-widgets h3 {
    margin-bottom: 14px;
}
.single-sidebar-widgets {
    margin-bottom: 45px;
}
.recent-img {
    width: 56px;
}
.recent-img img {width: 100%;}
.recent-title {
    margin-left: 20px;
}
.single-recent-post {
    width: 100%;
}
.recent-title a {
    display: block;
    color: #415464;
    font-size: 18px;
}
.single-recent-post {
    margin-top: 20px;
}
.tags li , .tags li a {
    display: inline-block;
}
.tags li a {
    border-radius: 3px;
    background-color: rgb(242, 243, 245);
    height: 30px;
    color: #415464;
    padding: 0px 12px;
    line-height: 30px;
    font-size: 14px;
    transition: all .3s;
    margin-top: 8px;
    margin-right: 2px;
    text-transform: capitalize;
}
.tags li a:hover {
    background: #ff5e10;
    color: #fff;
}


/** === Shop - WooCommerce === **/
.single-product-item {
    margin-top: 60px;
}
.product_thumb {
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    position: relative;
    text-align: center;
    display: block;
    padding: 30px 0px;
    overflow: hidden;
}

.single-product-item .product_thumb a {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #ff5e10;
    color: #fff;
    padding: 6px 0px;
    font-weight: 500;
    bottom: -60px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s linear;
}
.single-product-item .product_thumb img {width: 220px;height: 220px;}
.single-product-item .product_thumb:hover a {
    visibility: visible;
    bottom: 0px;
    opacity: 1;
}
.single-product-item h4 {
    margin: 0;
    margin-top: 10px;
}
.single-product-item h4 a {
    font-weight: 500;
}
.single-product-item h4:hover a {
    color: #ff5e10;
}
/* Menu Style */
.menu-style-two li, .menu-style-two li a {
    display: inline-block;
    margin: 0;
    position: relative;
}
.menu-style-two ul li a {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 18px;
    position: relative;
    margin-left: 40px;
    transition: all .4s linear;
    color: #001659;
}
.menu-style-two ul li a::before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #ff5e10;
    content: "";
    visibility: hidden;
    opacity: 0;
    transition: all .4s linear;
    transform: scale(0);
}
.menu-style-two ul li a:hover::before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.menu-style-two ul li a:hover {
    color: #ff5e10;
}
.menu-style-two ul li ul.submenu {
    position: absolute;
    width: 180px;
    left: 0;
    top: 180%;
    z-index: 99;
    text-align: center;
    background: #001659;
    opacity: 0;
    visibility: hidden;
}
.menu-style-two ul li ul.submenu li a {
    margin-left: 0px;
    color: #fff;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}
.menu-style-two ul li ul.submenu li {
    display: block;
}
.menu-style-two li:hover ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.navbar-nav .dropdown-menu {
    width: 200px;
    border: none;
    background: #ff5e10;
    border-radius: 0;
    margin-top: 30px;
    transition: all .4s ease-in-out;
    text-align: center;
    padding: 0px;
}
.navbar-nav .dropdown.show {
    visibility: visible;
    opacity: 1;
}
.navbar-nav .dropdown-menu li a {
    color: #000;
    display: block;
    padding: 5px 0px;
}
.main-menu nav ul ul li:hover a {
    color: #000;
}



/* woodmat template */
.woodmat-form form input, .woodmat-form form textarea {
    border: none;
    border-bottom: 1px solid #a0a0a0;
    width: 100%;
    display: block;
    color: #565969;
    padding: 0;
    margin-bottom: 50px;
    height: 60px;
}
.woodmat-form form input[type="email"] {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.woodmat-form form textarea {
    height: 120px;
}
.woodmat-form form button:hover {
    background: #09316f;
    color: #fff;
}
.woodmat-form form button {
    border-radius: 4px;
    background-color: rgb(242, 243, 245);
    height: 50px;
    display: inline-block;
    padding: 0px 50px;
    color: #09316f;
    font-size: 16px;
    text-transform: capitalize;
    transition: all .4s ease-in-out;
}
.woodmat-from-section h3 {
    margin-bottom: 30px;
}
.woodmat-from-section {
    margin-top: 60px;
}
.single-woodmat img {
    border-radius: 50%;
    margin-right: 30px;
}
.media.mt-3.woodmat-replay {
    padding: 40px 0px;
}
.woodmat-list {
    margin-top: 32px;
}
.woodmat-template-section {
    margin-top: 45px;
}
.tags-list a {
    color: #565969;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    margin-right: 20px;
}
.tags-share-section {
    align-items: center;
    padding: 24px 0px;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    margin: 0px;
    margin-top: 60px;
}
.share-post a i {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: .3s;
    margin: 0px 1px;
}
.single-woodmat a {
    display: block;
    color: #999999;
    font-size: 12px;
}
.tags-list span {
    margin-right: 20px;
}
.tags-list a:hover, .single-woodmat a:hover, .product-rating li:hover a {
    color: #ff5e10;
}
.share-post a .fa-facebook-f {
    background: #3b5998;
}
.share-post a .fa-twitter {
    background: #00aced;
}
.share-post a .fa-linkedin-in {
    background: #dd4b39
}
.share-post a .fa-instagram {
    background: #1483a6
}
.single-blog-item ul li {
    position: relative;
    padding-right: 15px;
}
.product-rating li, .product-rating li a {
    display: inline-block;
}
.product-rating li a {
    color: #f8ca4d;
}
.single-top-product-details h1 {
    font-size: 60px;
    line-height: 1;
}
.single-product-slide {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 32px;
}
.product-thumb {
    display: inline-block;
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 5px 10px;
}
.product-slide-nav {
    margin-top: 30px;
}
.product-qty {
    display: inline-block;
    margin-left: 20px;
}
.price {
    margin: 22px 0px;
}
.single-top-product-details h1 {
    margin-top: -5px;
}
.product-qty input {
    width: 100px;
    border: 1px solid #dedede;
    height: 52px;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: rgb(255, 94, 16);
}
.product-description-tab ul li {
    margin-bottom: 40px;
}
ul#pills-tab li a {
    color: #09316f;
    font-size: 18px;
    font-weight: 500;
}
ul#pills-tab li a.active {
    color: #fff;
}
ul.product-slide-nav.nav.nav-tabs {
    border: none;
}

li.product-thumb.nav-item .nav-tabs .nav-link a {
    border: none;
}

li.product-thumb .nav-tabs .nav-tabs .nav-link.active {
    border: none;
}

li.product-thumb.nav-item .nav-tabs .nav-link.active {
    border: none;
}
.nav-tabs .nav-link.active {
    border: none;
}
.nav-tabs .nav-link {
    border: none;
}
.product-slide-nav.nav li {
    margin-right: 20px;
}



.card {
    border: none;
    width: 47%;
    margin-top: 10px;
    background: transparent;
    float: left;
    margin-right: 5px;
}

.slider-curve
{
  width: 28% !important;
    margin: 0 auto;
    position: relative;
    bottom: 20px;
}
.single-hero-slide h1 {
    font-size: 65px;
    line-height: 80px;

}
.single-about:hover
{
  background: #fff !important;
}
.product1-hidden, .product2-hidden, .product3-hidden, .product4-hidden{visibility: hidden;}
.product-1:hover .product1-hidden{visibility: visible;}
.product-2:hover .product2-hidden{visibility: visible;}
.product-3:hover .product3-hidden{visibility: visible;}
.product-4:hover .product4-hidden{visibility: visible;}

.get-quote-footer
{

  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.get-quote-footer a:hover
{
  background: #000;
  color: #fff;
}

.single-feature-box-item p {font-size: 11px; 
    line-height: 15px;}

.arrow {
    border: solid black;
    border-width: 0 2px 2px 0px;
    display: inline-block;
    padding: 3px;
    position: relative;
    top: -3px;
    right: 1px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


.menu-style-one ul li:hover .down {
 transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
    position: relative;
    top: 3px;
    right: 1px;
}

.logo img
{
      width: 450px;
}
.modal
{
  z-index: 999999999;
}

.btn-primary {
    color: #fff;
    padding: 6px 22px;
    border-radius: 30px;
    background-color: #000 !important;
    border-color: #000 !important;
}



/* Equal Heights for OwlCarousel 2 */
.owl-carousel {
  .owl-stage {
    display: flex;
  }
  .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
  .thumbnail {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
    .caption {
      display: flex;
      flex: 1 0 auto;
      flex-direction: column;
      .flex-text {
        flex-grow: 1;
      }
    }
  }
}
.owl-next .fa {position: relative; right: 0;}

.owl-prev .fa {position: relative; right: 3px;}
.owl-next
{
  position: absolute;
   top: 40%;right: -60px;
}

.prodc.owl-next

.owl-theme .owl-nav [class*=owl-]{
    background: #ffffff;
    color: #000;
    text-decoration: none;
    border: 1px solid #d1d1d1;
}

.owl-nav div
{
height: 40px;
    line-height: 38px !important;
    /* position: relative; */
    text-align: center;
    font-size: 30px !important;
    border-radius: 50% !important;
    width: 40px;
}
.owl-theme .owl-nav [class*=owl-]{padding: 0}
.owl-prev
{
  position: absolute;
    top: 40%;
    left: -60px;
}
.industry .owl-carousel .item
{
   padding: 20% 0%;
    /* height: 200px; */ 
    border: 2px solid #cccccc;
    border-radius: 15px;
    margin: 7px;
}


.industry .owl-carousel .item:hover
{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+0,ffffff+7,ffe093+100 */
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 0%, #ffffff 7%, #ffe093 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #feffff 0%,#ffffff 7%,#ffe093 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #feffff 0%,#ffffff 7%,#ffe093 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#ffe093',GradientType=0 ); /* IE6-9 */

    border: 2px solid #ffb800;
}


.industry .owl-carousel .item i
{
   font-size: 30px;
   color:  #ffb800;
}

.industry .owl-carousel .item h6
{
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
}

.industry .owl-carousel .owl-item img{    display: block;
    width: 80px;
    margin: 0 auto;
}







.products-page .owl-prev, .products-page .owl-next
{
  top: 28%;
}

.p-30{
  padding: 30px;
}

.bg-yellow
{
      background: #606060;
}
.contact-form-main {border-radius: 20px;}
.contact-form-section h2, .single-contact-details i{color:  #ffd800 }
.get-quote-footer a{text-transform: capitalize; 
    padding: 10px 36px; font-size: 16px;}
.contact-shadow
{
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.58);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    border-radius: 15px;
}
 .single-contact-details{   border: 1px solid #d19700;
    padding: 10px;
    border-radius: 10px; margin: 20px 0px;
  }
.single-contact-details h3{margin: 10px; color: #000;}

.products h1 {
    font-size: 45px;
    line-height: 45px;
    text-transform: capitalize;
}

.contact-form-section
{

    background: color: #ededed;
}


.about-icons-home h6{margin-bottom: 0;}
.about-icons-home img{display: block;
    width: 55px;
    margin: 0 auto;
}

.about-icons-home .single-feature-box-item{height: 160px;}
.client-box{display: flex;vertical-align: middle;}

.contact .footer-section{margin-top: 0;}




.client-box img
{  
  filter: grayscale(100%);
}

.client-box img:hover
{  
  filter: grayscale(0%);
}



.magnific-img img {
    width: 100%;
    height: auto;
}
.magnific-img {
    display: inline-block;
}
.magnific-img i {    position: relative;
    top: -45px;
    left: 11px;
    background: #ffffffab;
    color: #000;
    padding: 10px;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -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.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

  /*  .industry-page p
    {
      padding: 6%;
    background: #ffffffde;
    color: #000 !important;

    }*/
.industry-page .industry-text
{

      padding: 6%;
    background: #ffffffde;
    color: #000 !important;
}
    .bg-black{background: #000;}
    .contact-form-main i 
    {
          position: absolute;
    top: 44px;
    left: 27px;
    }
     .contact-form-main input{padding-left:40px; margin-bottom: 0 !important;}

     .contact-form-main p{margin-bottom: 5px;}
        .send-message input
        {
          text-transform: capitalize;
    width: 40% !important;
    border-radius: 5px;
    padding: 10px 20px;
    border: none !important;
    background: black;
    color: #fff !important;
        }
 .products h3
 {
      font-size: 30px;
    line-height: 45px;
    text-transform: capitalize;

    margin-bottom: 15px;
 }

  .products h6
 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
 }

 .product-list{list-style: square; margin: 0;
    padding-left: 15px;}



    /* padding left */
.pl-5 {padding-left: 5px;}
.pl-10 {padding-left: 10px;}
.pl-15 {padding-left: 15px;}
.pl-20 {padding-left: 20px;}
.pl-25 {padding-left: 25px;}
.pl-30 {padding-left: 30px;}
.pl-35 {padding-left: 35px;}
.pl-40 {padding-left: 40px;}
.pl-45 {padding-left: 45px;}
.pl-50 {padding-left: 50px;}
.pl-60 {padding-left: 60px;}
.pl-70 {padding-left: 70px;}
.pl-75 {padding-left: 75px;}
.pl-80 {padding-left: 80px;}
.pl-90 {padding-left: 90px;}
.pl-100 {padding-left: 100px;}
.pl-110 {padding-left: 110px;}
.pl-115 {padding-left: 115px;}
.pl-120 {padding-left: 120px;}
.pl-125 {padding-left: 125px;}
.pl-130 {padding-left: 130px;}
.pl-140 {padding-left: 140px;}
.pl-150 {padding-left: 150px;}
/* padding right */
.pr-5 {padding-right: 5px;}
.pr-10 {padding-right: 10px;}
.pr-15 {padding-right: 15px;}
.pr-20 {padding-right: 20px;}
.pr-25 {padding-right: 25px;}
.pr-30 {padding-right: 30px;}
.pr-35 {padding-right: 35px;}
.pr-40 {padding-right: 40px;}
.pr-45 {padding-right: 45px;}
.pr-50 {padding-right: 50px;}
.pr-60 {padding-right: 60px;}
.pr-70 {padding-right: 70px;}
.pr-75 {padding-right: 75px;}
.pr-80 {padding-right: 80px;}
.pr-90 {padding-right: 90px;}
.pr-100 {padding-right: 100px;}
.pr-110 {padding-right: 110px;}
.pr-115 {padding-right: 115px;}
.pr-120 {padding-right: 120px;}
.pr-125 {padding-right: 125px;}
.pr-130 {padding-right: 130px;}
.pr-140 {padding-right: 140px;}
.pr-150 {padding-right: 150px;}
/* padding top */
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;}
.pt-35 {padding-top: 35px;}
.pt-40 {padding-top: 40px;}
.pt-45 {padding-top: 45px;}
.pt-50 {padding-top: 50px;}
.pt-60 {padding-top: 60px;}
.pt-70 {padding-top: 70px;}
.pt-75 {padding-top: 75px;}
.pt-80 {padding-top: 80px;}
.pt-90 {padding-top: 90px;}
.pt-100 {padding-top: 100px;}
.pt-110 {padding-top: 110px;}
.pt-115 {padding-top: 115px;}
.pt-120 {padding-top: 120px;}
.pt-125 {padding-top: 125px;}
.pt-130 {padding-top: 130px;}
.pt-140 {padding-top: 140px;}
.pt-150 {padding-top: 150px;}
/* padding bottom */
.pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pb-25 {padding-bottom: 25px;}
.pb-30 {padding-bottom: 30px;}
.pb-35 {padding-bottom: 35px;}
.pb-40 {padding-bottom: 40px;}
.pb-45 {padding-bottom: 45px;}
.pb-50 {padding-bottom: 50px;}
.pb-60 {padding-bottom: 60px;}
.pb-70 {padding-bottom: 70px;}
.pb-75 {padding-bottom: 75px;}
.pb-80 {padding-bottom: 80px;}
.pb-90 {padding-bottom: 90px;}
.pb-100 {padding-bottom: 100px;}
.pb-110 {padding-bottom: 110px;}
.pb-115 {padding-bottom: 115px;}
.pb-120 {padding-bottom: 120px;}
.pb-125 {padding-bottom: 125px;}
.pb-130 {padding-bottom: 130px;}
.pb-140 {padding-bottom: 140px;}
.pb-150 {padding-bottom: 150px;}

/* margin left */
.ml-5 {margin-left: 5px;}
.ml-10 {margin-left: 10px;}
.ml-15 {margin-left: 15px;}
.ml-20 {margin-left: 20px;}
.ml-25 {margin-left: 25px;}
.ml-30 {margin-left: 30px;}
.ml-35 {margin-left: 35px;}
.ml-40 {margin-left: 40px;}
.ml-45 {margin-left: 45px;}
.ml-50 {margin-left: 50px;}
.ml-60 {margin-left: 60px;}
.ml-70 {margin-left: 70px;}
.ml-75 {margin-left: 75px;}
.ml-80 {margin-left: 80px;}
.ml-90 {margin-left: 90px;}
.ml-100 {margin-left: 100px;}
.ml-110 {margin-left: 110px;}
.ml-115 {margin-left: 115px;}
.ml-120 {margin-left: 120px;}
.ml-125 {margin-left: 125px;}
.ml-130 {margin-left: 130px;}
.ml-140 {margin-left: 140px;}
.ml-150 {margin-left: 150px;}
/* margin right */
.mr-5 {margin-right: 5px;}
.mr-10 {margin-right: 10px;}
.mr-15 {margin-right: 15px;}
.mr-20 {margin-right: 20px;}
.mr-25 {margin-right: 25px;}
.mr-30 {margin-right: 30px;}
.mr-35 {margin-right: 35px;}
.mr-40 {margin-right: 40px;}
.mr-45 {margin-right: 45px;}
.mr-50 {margin-right: 50px;}
.mr-60 {margin-right: 60px;}
.mr-70 {margin-right: 70px;}
.mr-75 {margin-right: 75px;}
.mr-80 {margin-right: 80px;}
.mr-90 {margin-right: 90px;}
.mr-100 {margin-right: 100px;}
.mr-110 {margin-right: 110px;}
.mr-115 {margin-right: 115px;}
.mr-120 {margin-right: 120px;}
.mr-125 {margin-right: 125px;}
.mr-130 {margin-right: 130px;}
.mr-140 {margin-right: 140px;}
.mr-150 {margin-right: 150px;}
/* margin top */
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-35 {margin-top: 35px;}
.mt-40 {margin-top: 40px;}
.mt-45 {margin-top: 45px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.mt-70 {margin-top: 70px;}
.mt-75 {margin-top: 75px;}
.mt-80 {margin-top: 80px;}
.mt-90 {margin-top: 90px;}
.mt-100 {margin-top: 100px;}
.mt-110 {margin-top: 110px;}
.mt-115 {margin-top: 115px;}
.mt-120 {margin-top: 120px;}
.mt-125 {margin-top: 125px;}
.mt-130 {margin-top: 130px;}
.mt-140 {margin-top: 140px;}
.mt-150 {margin-top: 150px;}
/* margin bottom */
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-35 {margin-bottom: 35px;}
.mb-40 {margin-bottom: 40px;}
.mb-45 {margin-bottom: 45px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-75 {margin-bottom: 75px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-115 {margin-bottom: 115px;}
.mb-120 {margin-bottom: 120px;}
.mb-125 {margin-bottom: 125px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}

/* background */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bg-center {
    background-position: center;
}
.bg-contain {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}
.bg-right {
    background-repeat: no-repeat;
    background-position: right center;
}
.bg-left {   
    background-repeat: no-repeat;
    background-position: left bottom;
}
.bg-bottom {
    background-repeat: no-repeat;
    background-position: bottom center;
}
.bg-top {
    background-repeat: no-repeat;
    background-position: center top;
}
.bg-100 {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.dark-overlay::before {
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background: #000;
  opacity: .5;
}
.gray-overlay::before {
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  background: #00000082;
  top: 0;
  position: absolute;z-index: 999;
  opacity: .8;
}

/* list */
ul {
    margin: 0px;
    padding: 0px;
}
.navbar {
    padding: 0px;
}
section {
    overflow: hidden;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, 
.text-white h6, .text-white p, .text-white span, .text-white a { color: #fff !important}

button {
    outline:none;
    border: none;
}
*:focus {
    outline: 0 !important;
}
.navbar-brand {
    padding: 0;
}

form {
    position: relative;
}
.form-control:focus {
    outline: none !important;
    border: none !important;
    box-shadow:  0 0 0;
}
h1 a ,h2 a, h3 a, h4 a, h5 a, h6 a  {
    font-size: inherit;
    color: inherit;
}




/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {

.top-header span {
    color: #000;
    line-height: 26px;
    font-size: 12px;
    margin-right: 5px;
}
.theme_btn{
    font-size: 10px;
}
}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
    .slide-img {
        position: absolute;
        bottom: -15%;
        right: 10%;
    }

    .top-header span {
    color: #000;
    line-height: 26px;
    font-size: 11px;
    margin-right: 5px;
}
.menu-margin{margin-left:10px;}
.main-menu nav li a{    font-size: 11px !important;}
.theme_btn{
    font-size: 9px;
}       



}

 
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
 .main-menu nav li a{font-size: 8px;}
 .top-header span {
    color: #000;
    line-height: 26px;
    font-size: 12px;
    margin-right: 10px;
}
}
 
/* MD Device Max :991px. */
@media only screen and (max-width: 991px) {
    .header-menu-two .mean-container a.meanmenu-reveal {
        top: 5px !important;
    }
    .header-menu-two#sticky-nav {
        background: transparent;
    }
    .header-two #sticky-nav-sticky-wrapper {
        height: auto !important;
    }    
    #sticky-nav {
        padding-bottom: 0;
    }
    .main-menu nav li {
        padding: 2px 0px;
    }
    .main-menu nav li a {
        padding-left: 0px;
    }
    .navbar-nav {
        margin-top: 20px;
        text-align: center;
    }
    button.navbar-toggler {
        border: 1px solid #222;
        border-radius: 0;
    }
    .mean-container .mean-nav ul li a, .mean-container .mean-nav ul li li a {
        font-size: 14px;
        padding: 3px 25px;
    }
    .mean-container .mean-nav ul li li a {
        padding-left: 40px;
    }
    .top-header {
        padding: 10px 15px;
    }
    .follow-icons a {
        margin-top: 10px;
    }
    .fq-ask-banner {
        text-align: center;
        margin-bottom: 80px;
    }
    .single-hero-slide {
        height: auto;
        padding: 120px 0px;
    }
    .footer-bootm {
        text-align: center;
    }
    .single-sidebar-widgets {
        margin-top: 60px;
        margin-bottom: 0px;
    }
    .page-banner-wrap {
        height: 300px;
    }
    .page-banner h2 {
        font-size: 50px; 
    }
    .video-section-img {
        margin-top: 60px;
    }
    .top-header span {
        font-size: 13px;
        margin-right: 20px;
    }
    .social-profile ul li a {
        margin-left: 10px;
    }
    .call-to-video {
        margin-top: 60px;
    }
    .single-footer-widget {
        margin-top: 40px;
    }   
    .single-contact-details {
        margin-bottom: 30px;
    }    
    button.btn-send {
        padding: 0 50px;
    }
    .header-menu-two button {
        position: absolute;
        right: 15px;
        top: -55px;
    }
    .video-section-wrap {
        height: auto;
        padding: 120px 0px;
    }    
    .video-buttton {
        margin-bottom: 100px;
    }    
    .header-one div .mean-container .mean-bar {
        padding: 0px;
    }
    .header-one .mean-container .mean-nav ul li a, .header-one .mean-container .mean-nav ul li ul li a {
        font-size: 13px;
        padding: 2px 25px;
    }
    .header-one .mean-container .mean-nav ul li {
        padding: 0px;
    }
    .header-one .mean-container .mean-nav ul li ul li a {
        padding-left: 40px;
    }
    .theme-heading h2 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    h3 {
        font-size: 24px; 
    }
    .contact-section {
        background: #ffb800;
    }
    .footer-section {
        padding-top: 120px;
    }    
    #scrollUp {
        font-size: 16px;
        height: 30px;
        line-height: 33px;
        width: 30px;
        bottom: 50px;
    }
    .product-gallery-slide {
        margin-bottom: 80px;
    }
    .single-product-slide {
        padding: 0;
        border: none;
    }
    .single-top-product-details h1 {
        font-size: 32px;
        font-weight: 500;
    }   
    .header-menu-two {
        background: transparent;
    } 
    .site-logo {
        position: absolute;
    }
    .contact-sec-bg::before {
        display: none;
    }
    header.header-two {
        padding-top: 20px;
    }  
    .service-left-content {
        margin-top: 60px;
    }   
    .portfolio-single-content h3 {
        font-size: 22px;
    }   
}
 
/* Mobile Device :767px. */
@media only screen and (max-width: 767px) {
    .navbar-brand {
    padding: 0;
    width: 70%;
}
.m-pt-0
{
    padding-top: 0 !important;
}
.contact-form-main i {
    position: absolute;
    top: 40px;
    left: 27px;
}
.client-box img
{
    width: 250px;
    margin: 0 auto;
    padding: 25px 0px;
}
.footer-section .pt-130
{
    padding: 0;
}
.get-quote-footer {
    padding-top: 30px;
    }
    .get-quote-footer .theme_btn {padding: 5px 20px;}

.industry .owl-carousel .item h6
{
   font-size: 10px;
}
.logo img{width: 350px;}

.arrow{display: none;}
    .project-info {
        margin-top: 60px;
    }    
    .our-services {
        padding: 80px 0px 40px;
    }
    .main-menu.pl-75.pr-75.pt-30.pb-30 {
        padding: 0px;
        padding-top: 30px;
    }   
    .top-header {
        padding: 10px 15px;
    }
    .section-padding {
        padding: 80px 0px;
    }
    .theme-heading h2 {
        font-size: 28px;
    }        
    h1 {
        font-size: 36px;
        line-height: 1;
    }
    h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    h3 {
        font-size: 20px;
        line-height: 1;
    }
    p {
        line-height: 24px;
        font-size: 15px;
    }
    .theme-heading span {
        font-size: 12px;
    }
    .footer-section {
        padding-top: 40px;
        margin-top: 0px;
    } 
    .contact-info-bg {
        padding: 41px 15px 80px;
    }
    .single-contact-info {
        margin-top: 30px;
    }    
    .single-blog-box {
        padding: 0px 15px;
    }
    .video-section-wrap .video-bg {
        display: none;
    }
    .video-section-content h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .theme_btn {
        padding: 6px 30px;
        font-size: 13px;
    }
    .portfolio-filter-buttons button {
        margin-top: 20px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding: 0px 20px;
    }
    .features-box-items {
        margin-top: 0;
        padding: 80px 0px;
    }
    .video-section-wrap {
        height: auto;
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .video-buttton {
        margin-bottom: 60px;
        margin-top: 30px;
    }
    .call-to-form form input {
        width: 100%;
        margin-left: 0px;
    }
    .call-to-form {
        margin-bottom: 60px;
    }
    .single-hero-slide h2 {
        margin-bottom: 20px;
    }
    .slider-home-two .single-hero-slide, .hero-slide-active .single-hero-slide, .page-banner-wrap {
        height: auto;
    }
    .funfact-countup h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .fact-img {
        bottom: 0;
    }
    .top-header, .slide-img, .top-bar-two { display: none; }
    .page-banner-wrap {
        padding: 80px 0px;
    }
    .page-banner h2, .single-hero-slide h2 {
        font-size: 30px;
    }
    .footer-menu {
        margin-top: 15px;
    }



}
/* SM Small Device :550px. */
@media(max-width: 767px) {
.owl-prev{left: -14px;}

.owl-next{right: -14px;}
.slider-curve{display: none !important;}
#myVideo{height: 100vh;position: absolute;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);}
.menu-margin{margin-left: 0;
}
 
}

.industry .owl-item, .hero-slider-area .owl-item {display:block !important;}

