@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

@font-face {
  font-family: "DM Serif Display", serif;
  src: url('../fonts/Rantera.eot');
  src: url('../fonts/Rantera.eot') format('embedded-opentype'),
       url('../fonts/Rantera.woff2') format('woff2'),
       url('../fonts/Rantera.woff') format('woff'),
       url('../fonts/Rantera.ttf') format('truetype'),
       url('../fonts/Rantera.svg#Rantera') format('svg');
}
body {
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #333;
  font-weight: 400;
}

h1, .h1 {
  font-size: 5rem;
  font-weight: 800;
  color: #fff;
  /* font-family: "DM Serif Display", serif; */
  font-family: "DM Serif Display", serif;
  line-height: 57px;
  letter-spacing: 1.3px;
}
h1 span{
  font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: -2px;
    font-family: "Montserrat", sans-serif;
}

h2, .h2 {
  font-size: 40px;
  letter-spacing: 0.5px;
  font-weight: 800;
  color: #f5821f;
  font-family: "DM Serif Display", serif;
  line-height: 43px;
}

h3, .h3 {
  font-size: 2rem;
  font-weight: 400;
  color: #f5821f;
  font-family: "DM Serif Display", serif;
  /* font-family: "Montserrat", sans-serif; */
}

h4, .h4 {
  font-size: 1.1rem;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0px;
}
h5, .h5 {
  font-size: 1.2rem;
    color: #2e2e2e;
    font-family: "Montserrat", sans-serif;
    line-height: 27px;
    font-weight: 300;
    letter-spacing: -0.5px;
}
.footer h5, .h5 {
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: 800;
    color: #f5821f;
    /* font-family: "Montserrat", sans-serif; */
    font-family: "DM Serif Display", serif;
    line-height: 27px;
}

h6, .h6 {
  font-size: 1rem;
}
.w-80{
  width: 90%;
}
.p-90{
  padding: 90px 0 !important;
}

.about p {
  line-height: 28px;
  color: #242424;
  font-size: 1rem;
}
.about p span{
  line-height: 29px;
  color: #797979;
  font-size: 1.2rem;
  font-weight: 500;
}
p {
  line-height: 27px;
  color: #000;
}
.text-dark {
  color: #000000!important;
}
.navbar-toggle .icon-bar {
  background: #f5821f;
}

input[type=email], input[type=password], input[type=text], input[type=tel] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #f5821f;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #f5821f;
}

.py-7 {
  padding: 7rem 0px;
}
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
   background: rgb(224 240 240 / 50%); 
}
.btn {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0px;
  padding: 0.7rem 2rem;
  text-transform: uppercase;
  border-radius: 50px;
  border: 2px solid transparent;
  transition: all 0.35s ease;
  font-family: "Montserrat", sans-serif;
}
.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.btn:focus {
  outline: 0px;
  box-shadow: none;
}


.btn-main {
  background: #f5821f;
  color: #fff;
  border-color: #f5821f;
}
.btn-main:hover {
  color: #f5821f;
  background: transparent;
}

.btn-main-2 {
  background: #f5821f;
  color: #fff;
  border-color: #f5821f;
}
.btn-main-2:hover {
  color: #f5821f;
  background: transparent;
  border-color: #f5821f;
}

.btn-solid-border {
  border: 2px solid #f5821f;
  background: transparent;
  color: #111;
}
.btn-solid-border:hover {
  border: 2px solid #f5821f;
  color: #fff;
  background: #f5821f;
}
ul.navbar-nav.pull-right {
  margin-right: 5%;
}
.btn-transparent {
  background: transparent;
  color: #111;
  border-color: #6F8BA4;
}
.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #111;
}
.btn-white:hover {
  background: #f5821f;
  color: #fff;
  border-color: #f5821f;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}
.btn-solid-white:hover {
  background: #fff;
  color: #111;
}
.w-81{
  width: 81%;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #f5821f;
}

.bg-primary-dark {
  background: #ff4528;
}

.bg-primary-darker {
  background: #f42100;
}

.bg-dark {
  background: #111;
}

.bg-gradient {
  background: #e67a1e;
  background: linear-gradient(90deg, rgb(85 39 0) 1%, rgb(245 130 31) 51%, rgb(107 51 2) 100%);
}
.bg-light{
    background-color: #ede8df !important;
}
.bg-dark{
  background-color: #221000 !important;
}
.section {
  padding: 150px 0;
    position: relative;
    z-index: 1;
    background: #ede8df;
    display: inline-block;
    width: 100%;
}
.radius-15{
  border-radius: 15px;
}

.section-sm {
  padding: 70px 0;
}

.section-title {
  margin-bottom: 70px;
}
.section-title .title {
  font-size: 50px;
  line-height: 50px;
}
.section-title p {
  color: #666;
  font-family: "Montserrat", sans-serif;
}
.section ul{
  margin: 0;
  padding: 0;
}
.section li{
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 27px;
    background: url(../images/list-ic.png) no-repeat;
    background-position: 0% 50%;
    background-size: 15px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.4px;
    color: #222;
    line-height: 21px;
}
.section-dark ul{
  margin: 0;
  padding: 0;
}
.section-dark li{
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 27px;
    background: url(../images/list-ic-w.png) no-repeat;
    background-position: 0% 50%;
    background-size: 10px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.4px;
    color: #eee;
    line-height: 21px;
}
.subtitle {
  color: #f5821f;
  font-size: 14px;
  letter-spacing: 1px;
}

.overly {
  position: relative;
}
.overly:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

.overly-2 {
  position: relative;
}
.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #111;
  text-decoration: none;
}

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

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 170px 0px 20px 0px;
  position: relative;
}
.page-title .block h1 {
  color: #fff;
}
.page-title .block p {
  color: #fff;
}
.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}
#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}
#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}
#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}
#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}
#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}
#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}
#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

.header-padding {
  padding: 0px 80px;
}

.navigation {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
}
.navigation .btn {
  box-shadow: none;
}

#navbar {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#navbar .nav-link {
  padding-left: 26px;
    font-weight: 400;
    color: #111;
    /* font-family: 'Poppins', sans-serif; */
    text-transform: capitalize;
    font-size: 15px;
    transition: all 0.25s ease;
    padding-right: 0.3rem;
}

#navbar.nav-text-white .nav-link {
  color: #fff;
}
#navbar.nav-text-white .navbar-brand {
  color: #fff;
}

.navbar-brand {
  font-weight: 600;
}


.navbar {
  /* background: rgba(255, 255, 255, 0.95); */
  height: 80px;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.logo { font-size: 1.5rem; font-weight: bold; color: var(--primary); text-decoration: none; }
.logo span { color: var(--accent); }

.nav-links { display: flex; list-style: none; }
.nav-links a { margin-top: 24px;text-decoration: none; color: #fff; padding: 10px 15px; font-weight: 600;float: left; width: 100%; }

/* Mega Dropdown */
.dropdown-trigger:hover .mega-dropdown { display: block; }
.mega-dropdown {
  position: absolute;
  top: 80px; left: 0; width: 100%;
  background: #180d05; color: #333;
  display: none; padding: 5px;
  border-top: 1px solid #332011;border-bottom: 1px solid #332011; border-radius: 7px;
}
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.gallery-grid a { padding: 0;margin: 0;}
.gallery-item { padding: 20px;border-radius: 7px; transition: ease all 0.5s;}
.gallery-item:hover { background-color: #4a3627;}
.gallery-item h3{ font-size: 1.3rem;float: left;line-height: normal;margin-bottom: 10px;font-weight: 400;color: #f5821f;font-family: "Montserrat", sans-serif;}
.gallery-item h3 a{margin: 0; padding: 0; }
.gallery-item p a{margin: 0; padding: 0; font-weight: 300; line-height: 18px;font-size: 14px;}
.gallery-item img { width: 100%; height: 150px; object-fit: cover; border-radius: 8px; }

/* Responsive Burger Menu */
.hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
.hamburger span { width: 25px; height: 3px; background: var(--primary); }

@media (max-width: 800px) {
  .hamburger { display: flex; }
  .nav-links {
      display: none; /* Hidden by default */
      flex-direction: column;
      position: absolute;
      top: 80px; left: 0; width: 100%;
       padding: 20px;
  }
  /* This class is added by JavaScript */
  .nav-links.active { display: flex; }
 
}
@media (max-width: 767px) {
  .gallery-grid { grid-template-columns: repeat(1, 1fr); }
  .gallery-item p a {
    font-size: 15px;
    text-align: left;
    line-height: 21px !important;
    margin-bottom: 10px;
    padding-bottom: 12px;
  }
.dropdown-trigger.active .mega-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: relative;
    float: left;
}
.dropdown-trigger:hover .mega-dropdown {
  visibility: hidden;
}
.dropdown-trigger.active .mega-dropdown {
  overflow: scroll;
  height: 70vh;
}

}




.hero { margin-top: 200px; text-align: center; 

 text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7); 
}
span.arrow {
    font-size: 9px;
}

.mega-dropdown {
  position: absolute;
  top: 100%;
  /* left: 0;
  width: 100%; */
  left: 5%;
    width: 90%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  /* top:0;
  padding-top: 150px; */
  transition: all 0.35s ease;
  z-index: 1000;
}

/* Show on hover */
.dropdown-trigger:hover .mega-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-dropdown {
  pointer-events: none;
}

.dropdown-trigger:hover .mega-dropdown {
  pointer-events: auto;
}
.arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.dropdown-trigger:hover .arrow {
  transform: rotate(180deg);
}
.dropdown-trigger .mega-dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  /* z-index: -1; */
}

.dropdown-trigger.active .mega-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ------ hover ------------ */

.product-card .col-md-3{
  padding-right: 0px;
  padding-left: 0px;
}
.product-card .card {
	position: relative;
	height: 550px;
	/* box-shadow: 5px 5px 20px; */
	overflow: hidden;
	cursor: pointer;
}

.product-card .intro {
	position: absolute;
	height: 75px;
	width: 100%;
	bottom: 0;
	overflow: hidden;


	padding: 10px;
	color: #fff;
	background-color:#1b1b1bc7;

	transition: .4s ease-in-out;
}

.product-card .card:hover .intro {
	height: 280px;
	bottom: 0;
	background-color: #1b1b1bc7;
}

.product-card .card:hover .text-p {
	opacity: 1;
	visibility: visible;
}

.product-card .card:hover img {
	transform: scale(1.1) rotate(-3deg);
}

.product-card .card img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
	transition: transform .4s ease-in-out;
}

.product-card .text-h1 {
	margin: 0px;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: -0.4px;
    font-family: "Montserrat", sans-serif;
}

.product-card .text-p {
	font-size: 15px;
    padding: 5px 0 0 0;
    visibility: hidden;
    opacity: 1;
    color: #fff;
    line-height: 20px;
}

/* -------- End Hover --------- */



.marquee {
  height: 180px;
  width: 100%;
  overflow: hidden;
  position: relative;  
}

.marquee div {
  display: block;
  width: max-content;  
  position: absolute;
  overflow: hidden;  
  animation: marquee 300s linear infinite;
}

.marquee div a {
  float: left;
  width: auto;  
  text-align: center;
  padding:10px 5px;
  margin-right: 15px;
 
}

.marquee img {
  border: 1px solid #e2e1e1;
  height: 120px;
  border-radius: 4px;
  transition: all ease 0.3s;
  padding: 19px;
  opacity: 0.7;
  background: #fff;
  /*  -webkit-filter: grayscale(150%);  Safari 6.0 - 9.0 
  filter: grayscale(100%);*/
  opacity: 0.7;
}
.marquee img:hover {
  box-shadow: 0 0px 15px rgba(0, 0, 0, .15) !important;
  -webkit-filter: grayscale(00%); /* Safari 6.0 - 9.0 */
  filter: grayscale(00%);
}

.marquee div:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

@keyframes marquee {
  0% { left: 3%; }
  100% { left: -1000%; }
}

.client-bg{
  background-color: #eee;
  padding: 100px 0 60px 0;
  position: relative;
}

.pb-90{
  padding-bottom:90px !important;
}
.size-35 {
  font-size: 32px;
  line-height: 33px;
  font-weight: bolder;
 }
 .size-45 {
  font-size: 45px;
  line-height: 33px;
  font-weight: bolder;
}


@media (max-width: 1500px) {
  .product-card .intro {
    height: 100px;
  }
}
@media (max-width: 1366px) {
  .product-card .intro {
    height: 100px;
  }
}

@media (max-width: 480px) {
  #navbar {
    background: #fff;
  }
  #navbar.nav-text-white .nav-link {
    color: #111;
  }
  #navbar.nav-text-white .mobile-logo {
    display: block;
  }
  #navbar.nav-text-white .hidden-logo {
    display: none;
  }
  .navbar-toggler {
    color: #111;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  h2, .h2 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 36px;
  }
  .header-padding {
    padding: 0px 30px;
  }
}
@media (max-width: 400px) {
  #navbar {
    background: #fff;
  }
  #navbar.nav-text-white .nav-link {
    color: #111;
  }
  #navbar.nav-text-white .mobile-logo {
    display: block;
  }
  #navbar.nav-text-white .hidden-logo {
    display: none;
  }
  .navbar-toggler {
    color: #111;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  .header-padding {
    padding: 0px 30px;
  }
}
@media (max-width: 768px) {
  #navbar {
    background: #fff;
  }
  #navbar.nav-text-white .nav-link {
    color: #111;
  }
  .navbar-toggler {
    color: #111;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  #navbar.nav-text-white .mobile-logo {
    display: block;
  }
  #navbar.nav-text-white .hidden-logo {
    display: none;
  }
  .header-padding {
    padding: 0px 30px;
  }
}
@media (max-width: 992px) {
  #navbar {
    background: #fff;
  }
  #navbar.nav-text-white .nav-link {
    color: #111;
  }
  #navbar.nav-text-white .mobile-logo {
    display: block;
  }
  #navbar.nav-text-white .hidden-logo {
    display: none;
  }
  .navbar-toggler {
    color: #111;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  .header-padding {
    padding: 0px 30px;
  }
}
.bg-1 {
  background: url("../images/bg/section-bg5.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-prodct {
  background: url("../images/bg/product-bg.jpg");
  background-size: cover;
  background-position: bottom;
}
.bg-lpg {
  background: url("../images/bg/lpg-bg.jpg");
  background-size: cover;
  background-position: bottom;
}
.bg-fabrication {
  background: url("../images/bg/fabrication-bg.jpg");
  background-size: cover;
  background-position: bottom;
}
.bg-service {
  background: url("../images/bg/service-bg.jpg");
  background-size: cover;
  background-position: bottom;
}

.bg-contact {
  background: url("../images/bg/bg-contact.jpg");
  background-size: cover;
  background-position: bottom;
}
.bg-incinerators {
  background: url("../images/bg/incinerators-bg.jpg");
  background-size: cover;
  background-position: bottom;
}
.bg-boiler {
  background: url("../images/bg/boiler-bg.jpg");
  background-size: cover;
  background-position: bottom;
}
.bg-wastemanag {
  background: url("../images/bg/wastemanag-bg.jpg");
  background-size: cover;
  background-position: bottom;
}
.bg-meidcalwaste {
  background: url("../images/bg/meidcalwaste-bg.jpg");
  background-size: cover;
  background-position: bottom;
}
.bg-environment {
  background: url("../images/bg/environment-bg.jpg");
  background-size: cover;
  background-position: bottom;
}
.bg-safetyperform {
  background: url("../images/bg/safetyperformance-bg.jpg");
  background-size: cover;
  background-position: bottom;
}


.banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  /* background: url("../images/bg/main-banner1.jpg") no-repeat 80% 50%; */
  background-size: cover;
  position: fixed;
    height: 100vh;
    width: 100%;
    display: inline-block;
}
.banner .block {
  padding-top: 120px;
}
.banner .block h1 {
  font-size: 4.3rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -2px;
    text-transform: capitalize;
}
.mtvh-100 {
  margin-top: 100vh;
}
@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem;
      color: #000;
  }
}
/* BANNER SLIDER_____________________________________________ */
.carousel-item{
  height: 100vh;
}
.carousel-caption {
  right: unset;
  bottom: 40%;
  left: 7%;
  text-align: left;
}
.carousel-caption::after {
  background: #00000098;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: -11;
  position: absolute;
  filter: blur(80px);
  top: 0;
}
li.nav-item.active {
  background: #f5821f;
  border-radius: 3px;
}
a.nav-link:hover{
  background: #f5821f;
  border-radius: 3px;
}
/* END BANNER SLIDER_____________________________________________*/

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #f5821f;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner {
    padding: 60px 0 151px 0;
    background: #fff !important;
  }
}
@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner {
    padding: 60px 0 1px 0;
    background: #fff !important;
  }
}
@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .banner {
    background: #fff !important;
  }
}
@media (max-width: 992px) {
  .banner {
    background: #fff !important;
  }
}
@media (max-width: 1200px) {
  .banner {
    background: #fff !important;
  }
  
}
.about-item i {
  font-size: 50px;
}
.about-item a {
  color: #f5821f;
  font-weight: 500;
}
.about-item .icon {
  float: left;
}
.about-item .content {
  padding-left: 80px;
}

.process {
  position: relative;
}
.process:before {
  position: absolute;
  content: "";
  right: 0px;
  /* right: unset; */
  top: unset;
  bottom: 0px;
  width: 89%;
  height: 96%;
  background: url("../images/bg/wireframe.jpg") no-repeat;
  background-position: 100% 109%;
    background-size: 35%;
    opacity: 0.2;
}

.icon-block {
  padding: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px 0px rgba(85, 128, 255, 0.2);
  transition:ease all 0.5s ;
}
.icon-block:hover {
  margin-top: -20px;
  background: #fee2c1;
  box-shadow: 0 5px 35px 0px rgba(47, 47, 47, 0.451);
}
.icon-block i {
  font-size: 35px;
  background:#f5821f;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 16px;
  border-radius: 5px;
  display: inline-block;
  color: #004042;

}
.icon-block h5 {
  margin-top: 25px;
  margin-bottom: 15px;
}
.icon-block p {
  margin-bottom: 0px;
}
.icon-block a{
  padding: 50px 27px;
  display: inline-block;
  cursor: pointer;
}


/* .icon-block:hover::before, .icon-block:hover::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FDA8CF; 
  border-radius: 75px;
  z-index: -1;
  animation: 1s clockwise infinite;
  box-shadow: 0 0 3Opx #00000069;
}

.icon-block:hover:after {
  background: #F3CE5E;
  animation: 2s counterclockwise infinite;
} */

@keyframes clockwise {
  0% {
    top: -5px;
    left: 0;
  }
  12% {
    top: -2px;
    left: 2px;
  }
  25% {
    top: 0;
    left: 5px;    
  }
  37% {
    top: 2px;
    left: 2px;
  }
  50% {
    top: 5px;
    left: 0;    
  }
  62% {
    top: 2px;
    left: -2px;
  }
  75% {
    top: 0;
    left: -5px;
  }
  87% {
    top: -2px;
    left: -2px;
  }
  100% {
    top: -5px;
    left: 0;    
  }
}

@keyframes counterclockwise {
  0% {
    top: -5px;
    right: 0;
  }
  12% {
    top: -2px;
    right: 2px;
  }
  25% {
    top: 0;
    right: 5px;    
  }
  37% {
    top: 2px;
    right: 2px;
  }
  50% {
    top: 5px;
    right: 0;    
  }
  62% {
    top: 2px;
    right: -2px;
  }
  75% {
    top: 0;
    right: -5px;
  }
  87% {
    top: -2px;
    right: -2px;
  }
  100% {
    top: -5px;
    right: 0;    
  }
}



.feature-list ul li {
  margin-bottom: 15px;
  color: #111;
}
.feature-list ul li i {
  color: #f5821f;
}

.video-img {
  position: relative;
}
.about-img img{
  box-shadow: 0 0 10px #00000040;
  border-radius: 10px;
}
.video-img .video-play {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: 50%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: -50px;
  text-align: center;
}
.video-img .video-play i {
  font-size: 30px;
  width: 100px;
  height: 100px;
  background: #fff;
  color: #f5821f;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  padding-top: 32px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.04);
}

.award-img-block {
  height: 160px;
  border: 1px solid #eee;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #fff;
}

.video-play:hover {
  cursor: pointer;
}

.feature {
  background: linear-gradient(to bottom, #05a5f9, #10dab7);
}

.feature-block {
  background: #fff;
  padding: 30px;
  text-align: center;
}
.feature-block i {
  font-size: 40px;
}
.feature-block h5 {
  margin-top: 20px;
}

.text-lg {
  font-size: 50px;
}

.counter {
    display: inline-block;
    width: 100%;
    padding: 100px;
    background: #e67a1e;
  background: linear-gradient(90deg, rgb(85 39 0) 1%, rgb(245 130 31) 51%, rgb(107 51 2) 100%);
  position: relative;
    z-index: 1;
}
.counter .counter-item h2 {
  color: #fff;
  font-size: 4rem;
}
.counter .counter-item p {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0;
}

.counter--style i {
  font-size: 40px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  color: #fafafa;
  background: #f5821f;
  display: inline-block;
  padding-top: 28px;
}

.team-block img {
  border-radius: 5px;
}

.service-item-list {
  padding: 15px 30px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0 0 20px;
}
.service-item-list i {
  font-size: 30px;
  line-height: 1.1;
  margin-right: 20px;
  float: left;
  color: #f5821f;
}
.service-item-list p {
  padding-left: 50px;
  line-height: 1.6;
  margin-bottom: 0px;
  color: #111;
}

.mb-50 {
  margin-bottom: 50px;
}

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

.service-img {
  padding-right: 20px;
}
.service-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 40px 0px rgba(85, 128, 255, 0.2);
}

.heading {
  margin-bottom: 90px;
}

.case-img, .case-content {
  padding: 30px;
}

.case-timeline {
  position: relative;
}

.case-timeline-divider {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 2px;
  height: auto;
  margin-left: -1px;
  background-color: #eee;
}

.case-timeline-dot {
  display: block;
  position: absolute;
  top: 75px;
  left: 50%;
  z-index: 1;
  content: " ";
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background-color: #fff;
  border-width: 5px;
  border-style: solid;
  border-radius: 50%;
}
.pt-50{
  padding-top: 60px !important;
}

@media (max-width: 480px) {
  .case-timeline-dot {
    display: none;
  }
  .case-timeline-divider {
    display: none;
  }
}
@media (max-width: 400px) {
  .case-timeline-dot {
    display: none;
  }
  .case-timeline-divider {
    display: none;
  }
}
@media (max-width: 768px) {
  .case-timeline-dot {
    display: none;
  }
  .case-timeline-divider {
    display: none;
  }
}
@media (max-width: 992px) {
  .case-timeline-dot {
    display: none;
  }
  .case-timeline-divider {
    display: none;
  }
}

.cta {
  background: url("../images/bg/bg-2.jpg") no-repeat;
  position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mb-30 {
  margin-bottom: 30px;
}

.text-color-primary {
  color: #f5821f;
}

.testimonial-wrap {
  margin-left: calc((100% - 1140px) / 2);
  margin-right: -10%;
}

.testimonial-block {
  margin: 0px 10px;
  padding: 0px 0px;
  margin-left: 12px;
  padding-left: 15px;
  padding-right: 0px;
}
.testimonial-block p {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgb(180 194 194 / 20%);
    border-radius: 5px;
  padding: 25px;
  position: relative;
  margin-bottom: 30px;
  font-size: 16px;
    line-height: 25px;
}
.testimonial-block p:after {
  position: absolute;
  content: "";
  left: 20px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 30px 0 0;
  border-color: #fff transparent transparent;
}
.testimonial-block .client-info .client-img {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.testimonial-block .client-info .client-img img {
  border-radius: 100%;
}
.testimonial-block .client-info .info h6 {
  margin-bottom: 0px;
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}
@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}
@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}
.pricing-block {
  padding: 20px 0px 50px 0px;
  border-top: 7px solid #f5821f;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 0px;
}
.pricing-block .price-header {
  padding: 30px 0px;
}
.pricing-block .price-header h2 {
  font-weight: 700;
  margin: 15px 0px;
}
.pricing-block .price-body {
  padding: 30px 0px;
  border-top: 2px solid rgba(0, 0, 0, 0.06);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}
.pricing-block .price-body ul li {
  padding: 10px 0px;
}
.pricing-block .price-footer {
  margin-bottom: 30px;
}

.text-underline {
  text-decoration: underline;
}

.portfolio {
  position: relative;
}
.portfolio:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 500px;
  background-color: #f7f7f7;
}

.portflio-item:before {
  content: " ";
  display: block;
  left: 0;
  height: 100%;
  width: 0%;
  position: absolute;
  transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
  background: rgb(17, 230, 234,0.8);
  opacity: 0;
  overflow: hidden;
}
.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.35s ease;
}
.portflio-item:hover:before {
  opacity: 1;
  width: 100%;
}
.portflio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 0px;
  left: 10px;
  width: 90%;
}
.portflio-item:hover .portfolio-item-content p{
  font-size: 14px;
  line-height: 20px !important;
}
.portflio-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  opacity: 0;
  transition: all 0.35s ease;
}
.portflio-item .overlay-item i {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.06);
  padding-top: 15px;
}
.portflio-item:hover .overlay-item {
  opacity: 1;
}

.portfolio-gallery {
  padding: 0px 30px;
}

.project-info-list {
  margin-top: 25px;
}
.project-info-list li {
  margin-bottom: 13px;
}
.project-info-list li strong {
  font-weight: 500;
  color: #111;
}

.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px;
}
.contact-form-wrap .form-group .form-control {
  height: 48px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}
.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}
.contact-form-wrap .form-group-2 textarea {
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.address-block li {
  margin-bottom: 15px;
}
.address-block li i {
  font-size: 20px;
  width: 20px;
}

.short-info li {
  margin-bottom: 25px;
}

.social-icons li {
  margin: 0 6px;
}
.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 450px;
}

.short-info {
  padding: 20px;
  /* border: 1px solid #eee; */
}

.mt-90 {
  margin-top: 90px;
}

.blog-thumb {
  width: 100%;
  float: left;
  margin-right: 40px;
}

.blog-item-content h3 {
  font-weight: 500;
}

.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}
.nav-links .page-numbers:hover {
  background: #f5821f;
  color: #fff;
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 30px;
}
.comment-area h5 {
  font-size: 18px;
  font-weight: 500;
}
.comment-area span {
  font-size: 14px;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
  font-size: 22px;
  color: #111;
  padding: 40px;
  font-style: italic;
  background: #f5f6ff;
  border-left: 5px solid #f5821f;
  margin: 25px 0px;
}

.comment-form .form-control {
  background: #f7f8fb;
  border-radius: 5px;
  border-color: #f7f8fb;
  height: 50px;
}
.comment-form textarea.form-control {
  height: auto;
}
.service{
  width: 100%;
  padding: 25px;
  border: 1px solid #eee;
  border-radius: 10px;
}
.service img{
  border-radius: 7px;
}
.service h3{
  font-size: 1.5rem;
  letter-spacing:-0.7px;
  font-weight: 400;
  color: #f5821f;
  font-family: "Montserrat", sans-serif;
}
.orange-bg{
  padding: 50px;
  background: #ff7500f2;
}
.cofee-bg{
  padding: 50px;
  background: #2f1805;
}

.list-n{
  list-style: none !important;
  background: none !important;
  padding-left: 0 !important;
}

.address li {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 0 24px;
  background-position: 0% 50%;
  background-size: 15px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #fff !important;
  line-height: 20px;
}

.mb-100{
  margin-bottom: 100px;
}

#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
        .green img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }
 
.inci-img{
  width: 50%;
}  
.form-group.col-md-12.p-3.bg-light.mb-4 {
  font-weight: 500;
  float: left;
}  
input[type=checkbox], input[type=radio]
 {
    box-sizing: border-box;
    padding: 0;
    width: 30px;
    height: 22px;
    float: left;
 }

 .d-brocure img{
  width: 250px;
  transition: ease all 0.5s;
 }
 .d-brocure img:hover{
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
 }
 .hr{
  border: 1px solid #b894753d;
  width: 100%;
 }

/* ============================== REsponsive =============================== */

@media (max-width: 480px) {
  .blog-thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .blog-thumb img {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .blog-thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .blog-thumb img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .blog-thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .blog-thumb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mega-dropdown {
    left: 0;
    width: 100%;
  }
  .heading.feature-list.mb-0{
    margin-top: 20px;
    margin-bottom: 20px !important;
}
  .m-img{
    height: 200px;
  }
  .inci-img{
    width: 100%;
  } 
  .w-40 {
    width: 92% !important;
}
 
  .banner {
    height: 400px;
    margin: 0;
    padding: 0;
  }
  .mtvh-100 {
    margin-top: 400px;
  }
  .carousel-item img{
    height: 400px;
  }
  .counter {
    padding: 50px;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  nav ul li a {
    padding: 10px;
    border-bottom: 1px solid #4e4e4e94;
  }
}
@media (max-width: 1500px) {
  .carousel-caption {
    bottom: 37%;
  }
  .w-81{
    width: 100%;
  }
  .testimonial-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  nav{
    padding: 10px 50px;
  }
  nav > ul > li > a {
    padding: 5px 10px;
  }
}

.di-ic{
  width: 80px;
}
.logo-prd{
  width: 230px;
  margin-bottom: 25px;
}
.whatsapp {
  width: 50px;
  height: 50px;
  background-color: #01e675;
  border-radius: 100px 0 0 100px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: fixed;
  bottom: 3.8rem;
  right: 0;
  z-index: 999;
  border: 2px solid #fff;
  border-right: 0;
  padding: 0 0 0 3px;
  transition: all 0.5s ease;
}
.whatsapp a p{
  transition:all 0.3s ease;
   color: #fff;
   display: inline-block;
   transform: translateX(190px)!important;
   transition:all 0.3s ease;
}
.whatsapp:hover {
  background-color: #01e675;
  width: 150px!important;
  transition:all 0.3s ease;}
.whatsapp:hover a p{
   transform: translateX(0)!important;
   transition:all 0.3s ease;
}
.whatsapp img {
  height: 100%;
}
.carousel-control-next {
  right: 20px;
  /* background-color: #c9f7f7;
  border: 1px solid #5cafaf; */
  padding: 17px;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  font-size: 10px;
  top: 48%;
  background-color: #eee;
}
.carousel-control-prev {
  left: 20px;
  /* background-color: #c9f7f7;
  border: 1px solid #5cafaf; */
  /* background: url(../images/about/right-arrow.svg) no-repeat; */
  padding: 17px;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  font-size: 10px;
  top: 48%;
  background-color: #eee;
} 
.carousel-control-next-icon{
  background: url(../images/about/right-arrow.svg) no-repeat;
  width: 44px;
  height: 50px;
  background-position: 50% 50%;
}
.carousel-control-prev-icon{
background: url(../images/about/left-arrow.svg) no-repeat;
width: 44px;
height: 50px;
background-position: 50% 50%;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
  border: none;
}
.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}
.post-comments .media {
  margin-top: 20px;
}
.post-comments .media > .pull-left {
  padding-right: 20px;
}
.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}
.post-comments .comment-author a {
  color: #f5821f;
  font-size: 14px;
  text-transform: uppercase;
}
.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}
.post-comments .comment-button {
  color: #f5821f;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}
.post-comments .comment-button:hover {
  color: #f5821f;
}

.post-excerpt {
  margin-bottom: 60px;
}
.post-excerpt h3 a {
  color: #000;
}
.post-excerpt p {
  margin: 0 0 30px;
}
.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}
.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #f5821f;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}
.next-prev a {
  color: #000;
}
.next-prev a:hover {
  color: #f5821f;
}
.next-prev .prev-post i {
  margin-right: 10px;
}
.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}
.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}
.social-profile ul li a i:hover {
  color: #f5821f;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}
.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}
.comment-wrap .author-avatar {
  margin-right: 10px;
}
.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}
.comment-wrap .media .media-heading a {
  color: #f5821f;
  font-size: 13px;
}
.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}
.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}
.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}
.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #f5821f;
}
.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}
.sidebar-widget h5 {
  margin-bottom: 25px;
}
.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}
.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}
.sidebar-widget.latest-post .media p {
  font-size: 12px;
}
.sidebar-widget.category ul li {
  margin-bottom: 10px;
}
.sidebar-widget.category ul li a {
  color: #111;
  transition: all 0.3s ease;
}
.sidebar-widget.category ul li a:hover {
  color: #f5821f;
  padding-left: 5px;
}
.sidebar-widget.category ul li span {
  margin-left: 10px;
}
.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all 0.2s ease;
}
.sidebar-widget.tags a:hover {
  color: #fff;
  background: #f5821f;
}

.search-form {
  position: relative;
}
.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}

.footer {
  padding-bottom: 10px;
  background: #0b0500;
}
.footer .copyright a {
  font-weight: 600;
}

.footer li {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 0 24px;
  background: url(../images/list-ic-w.png) no-repeat;
  background-position: 0% 50%;
  background-size: 9px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #fff;
  line-height: 20px;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}
.logo h3 {
  color: #fff;
}
.logo span {
  color: #f5821f;
}

.widget h4 {
  color: #f5821f;
  font-weight: 600;
  font-family: "DM Serif Display", serif;
  font-size: 1.6rem;
}
.widget a {
  color: rgba(255, 255, 255, 0.7);
}
.widget p {
  color: rgba(255, 255, 255, 0.7);
}

.footer-btm {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-socials li a {
  margin-right: 7px;
}

.copyright {
  color: rgba(255, 255, 255, 0.7);
}
.copyright a {
  color: rgba(255, 255, 255, 0.8);
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}
.widget-contact h6 i {
  color: #f5821f;
}
/*# sourceMappingURL=style.css.map */




/* navigation__________________________ */
.responsive-bar{
  display: none;
}
nav{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  padding: 10px 100px;
  box-sizing: border-box;
  transition: .5s;
  z-index: 99;
}
nav .home ::before {
  width: 100%;
  height: 100px;
  background: #000;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  filter: blur(40px);
}
nav.black{
  background:#0000006b;
  height: 80px;
  padding: 10px 50px;
}
nav .logo{
  float: left;
}
nav .logo img{
  height: 95px;
  transition: .5s;
  border-radius: 6px;
}
nav.black .logo img{
  height: 60px;
}
nav > ul{
  width: 70%;
  margin: 0 auto;
  padding: 0;
  float: right;
  text-align: right;
}
nav > ul > li{
  list-style: none;
  display: inline-block;
}
nav > ul > li > a:hover{
  background: #f5821f;
    color: #000 !important;
    border-radius: 3px !important;
}
nav > ul > li > .active{
    background: #f5821f !important;
    color: #000 !important; 
    border-radius: 3px !important;
}
nav > ul > li > a{
  color: #fff;
  text-decoration: none;
  text-transform: capitalize; /*for capitalisation of letters */
  line-height: 80px;
  padding: 5px 17px;
  transition: .5s;  
  font-weight: 400; 
}
nav.black > ul > li > a{
  color: #fff;
  line-height: 60px;
}

section.sec1{
  width: 100%;
  height: 100vh;
  background: url(https://images.pexels.com/photos/276517/pexels-photo-276517.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
  background-size: cover;
}
section.content{
  margin: 0;
  padding: 0;
  font-size: 1.1em;
}
section.sec2{
  width: 100%;
  height: 100vh;
  background: url(https://images.pexels.com/photos/276517/pexels-photo-276517.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
  background-size: cover;
}
.lang{
  width: 55px; 
  /* height: 31px !important; */
  padding: 5px 5px 0 !important;
  border: 1px solid #222;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  position: relative;
  right: 0px;
  top: 40%;
  transition: all ease 0.5s;
}
.lang:hover{
  background-color: #f5821f;
  color: #000;
  border: 1px solid #f5821f;
}
.w-40{
  width: 40%;
}
.p-50{
  padding: 50px 0 !important;
}

/* ============== RESPONSIVE ===== */


@media(max-width:768px){
  .widget.mb-5.mb-lg-0.pl-5 {
    padding-left: 0 !important;
}
.nav-links a {
  margin-top: 0;
}
/* .mega-dropdown{
  position: relative;
} */

  .responsive-bar{
      display: block;
      width: 100%;
      height: auto;
      background: #f7ffff;
      position: fixed;
      top: 0;
      left: 0;
      padding: 5px 20px;
      box-sizing: border-box;
      z-index: 9999;
  }
  .responsive-bar .logo img{
      float: left;
      height: 80px;
      margin-top: 0px;
  }
  .responsive-bar .menu h4{
      float: right;
      color: #000000;
      margin: 0;
      padding: 0;
      line-height: 50px;
      font-size: 30px;
      cursor: pointer;
      text-transform: uppercase;
  }
  nav{
      padding: 0;
  }
  nav,
  nav.black{
  background: #262626;
  height: 60px;
  padding: 0;
  }
  nav .logo{
      display: none;
  }
  nav ul{
      position: absolute;
      width: 100%;
      top: 60px;
      left: 0;
      background: #262626;
      float: none;
      display: none;
  }
  nav ul.active{
      display: block;
  }
  nav ul li{
      width: 100%;
  }
  nav ul li a{
      display: block;
      padding: 7px;
      width: 100%;
      text-align: center;
      line-height: 30px !important;
      color: #fff;
      
  }

  nav > ul{
      width: 100%;
      display: none;
  }
  nav > ul > li{
      display: block;
      text-align: center;
  }
  .active{
      display: block;
  }
  .carousel-item {
    height: 100%;
}
.section {
  padding: 50px 0;
}
.process:before{
  display: none;
}

}
/* END navigation__________________________ */

