

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: 'Inter', sans-serif;

}

a {
  color: #df3a35;
  transition: 0.5s;
  text-decoration: none;
}

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

p {
  padding: 0;
  margin: 0 0 0px 0;
  font-weight:400;

}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin: 0 0 0px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #db1535;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #18d26e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.social{ float:right;}

.social img{margin:20px 5px 0px 0px}



.phone{ background:#df3a35;
padding:10px; display:inline-block;
width:100%; margin:13px 0px 0px 0px;
border-radius:50px}

.phone img{ float:left;
margin:1px 5px}

.phone strong{font-size:18px; color:#fff;
 line-height:26px;
 font-weight:800;}

.phone span{ color:#fff; 
text-transform:capitalize; 
font-size:15px;font-family: 'Inter', sans-serif;
font-weight:400;}



@media (max-width: 768px) {
  .phone {
    display:none
  }


  .social{ display:none;}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding:0px 0;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: url("../img/background.jpg") 
}

#header.header-scrolled {
  background:#e0e0e0;
  padding: 0px 0px 0px 0px;
  height: auto;
  transition: all 0.5s;
  position: fixed;
  z-index:999
}

#header #logo {
  float: left;
  padding:20px 0px
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 0px;
  }
}


#headers {
  padding:20px 0;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
   background: rgba(0, 1, 17, 0.9)
}


#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Rajdhani', sans-seri;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-width: 100%;
  }
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.menu{background:#000; width:100%;
float:left;display:block; clear:both
 z-index: 997; position:relative;
  }


.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 50px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 35px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding:1px 0px
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: left;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 0px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}



/* Nav Meu Styling */
.nav-menu a {
  padding: 20px 25px 15px 25px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  outline: none;
  letter-spacing:1px;
 
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #fff;
  background:#df3a35;
}

.nav-menu > i {
  margin-right: 0px;
}

.nav-menu ul {
  margin: 0px 0 0 0;
  padding: 0px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;

}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #000;
  display: block;
  font-size: 15px;
  text-transform: none;
  padding:15px 30px;
  font-weight:500;
  border-bottom:1px solid #dddddd
}

.nav-menu ul li:hover > a {
  background: #df3a35;
  color:#fff
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 30px 20px 0 0;
  border: 0;
  background: #df3a35;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  padding:5px 12px 2px 12px;
  border-radius:2px
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 15px 22px 15px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing:1px;
  border-bottom:1px solid #292d32
}

#mobile-nav ul li a:hover {
  background:#df3a35;
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
  font-size:11px
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #df3a35;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #df3a35;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 550px;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 20;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
  margin: 0 auto
}

#intro h2 {
  color: #fff;
  margin: 10px 0px;
  font-size: 50px;
  font-weight: 700;
  background:#151d25;
  display:inline-block;
  padding:0px 15px 5px 15px;
  letter-spacing:2px;
  font-style:italic;
  text-align:center
}

@media (max-width: 768px) {
  #intro {
  display: table;
  width: 100%;
  height: 220px;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro h2 {
  color: #fff;
  margin: 50px 30px;
  font-size: 28px;
  font-weight: 700;
  background:#151d25;
  display:inline-block;
  padding:5px 15px 0px 15px;
  letter-spacing:2px;
  font-style:italic;
  text-align:center
}


}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

#intros {
  display: table;
  width: 100%;
  height: 150px;
  background: #000;
}

#intros .carousel-item {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intros .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intros .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intros .carousel-content {
  text-align: center;
}

#intros h2 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing:1px;
  display:inline-block;
  background:#252526
}

@media (max-width: 768px) {
 #intros {
  display: table;
  width: 100%;
  height: 180px;
  background: #000;
}

#intros .carousel-item {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
}

section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f7f7f7;
  min-height: 40px;
  margin-top: 90px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 80px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: url(../assets/img/background.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
  text-align:center
}

#featured-services .box {
}



#featured-services h4 {
  font-weight: 500;
  margin: 15px 0;
  font-size: 26px;
  color:#000;
}



#featured-services p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-bottom: 0;
  letter-spacing:0px;
  font-weight:400
}





/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  background-size: cover;
  padding: 60px 0 60px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 5px 5px  5px 5px ;
}


#about .about-col h3{
  color: #000;
  text-align: left;
  font-weight: 600;
  font-size: 21px;
  padding: 0px 0px 20px 0px;
  text-transform:capitalize
}


@media (max-height: 768px) {
  #about .about-col .img {
  position: relative;
  margin-bottom:30px
}
}



#about .about-col h2 {
  color: #df3a35;
  text-align: left;
  font-weight: 800;
  font-size: 50px;
  padding: 0;
  text-transform:none !important;
  letter-spacing:1px;
  line-height:34px;
  margin:5px 0px 
}


#about .about-col p {
  font-size: 16px;
  line-height: 29px;
  color: #000;
  margin-bottom: 0;
}


#about .about-col .cta-btn {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 20px 35px;
  transition: 0.5s;
  margin-top:30px;
  background:#151d25;
  color: #fff;
}

#about .about-col .cta-btn:hover {
  background: #df3a35;
  color:#fff
}



/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  overflow:hidden
}




#services p {
 font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-bottom: 0;
}



#services .col-md-6{padding:0; margin:0}

#services .spad{margin:40px 40px}



#services h4 {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 5px;
  letter-spacing:1px;
  margin-bottom:20px;
}

#services h4::before, #services h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
}

#services h4::before {
  right: 0;
  background: #none;
}

#services h4::after {
  background: #df3a35;
  width: 60px;
}



#services .cta-btn {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 20px 35px;
  transition: 0.5s;
  margin-top:30px;
  background:#151d25;
  color: #fff;
}

#services .cta-btn:hover {
  background: #df3a35;
  color:#fff
}





/* Call To Action Section
--------------------------------*/
#call-to-action {
  background:  url(../assets/img/pattern.jpg) fixed center center;
  background-size: cover;
  padding: 45px 0px 40px 0px;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
  line-height:30px;
  font-size:28px;
  font-family: 'Barlow Condensed', sans-serif;
}

#call-to-action .cta-btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 28px;
  border-radius: 0px;
  transition: 0.5s;
  margin-top: 0px;
  background:#df3a35;
  color: #fff;
  float:right
}

#call-to-action .cta-btn:hover {
  background: #fa4c47;
}



/* Call To Action Section
--------------------------------*/
#service-areas {
  background:  #ccc fixed center center;
  background-size: cover;
  padding: 45px 0px 40px 0px;
}

#service-areas h3 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
}

#service-areas p {
  color: #000;
  line-height:30px;
  font-size:28px;
  font-family: 'Barlow Condensed', sans-serif;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #1b1f23;
  padding: 0 0 35px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #e0e0e0;
  padding: 50px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info img {
  margin-top: 10px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info p {
  font-size:15px; color:#000;
  line-height: 35px;
  margin-bottom: 0;
  letter-spacing:0px;
  font-weight:400

}



#footer .footer-top h4 {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
  letter-spacing:1px;
  font-family: 'Barlow Condensed', sans-serif;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #none;
}

#footer .footer-top h4::after {
  background: #df3a35;
  width: 40px;
}

#footer .footer-top .footer-links {
  padding:0px 35px
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #000;
}

#footer .footer-top .footer-links ul li {
line-height:30px;
border-bottom:1px solid #cdcdcd;
padding:8px 0px
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links a {
 font-size:15px; color:#000;
  line-height: 27px;
  letter-spacing:1px;
  font-weight:400

}

#footer .footer-top .footer-links ul a:hover {
  color: #ea3e39;
}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;
  font-size:16px; color:#dbdada
}

#footer .footer-top .footer-contact p {
  line-height: 25px;
  font-size:15px; color:#000;
  letter-spacing:1px;
  font-weight:400
}

#footer .footer-top .footer-contact strong {
  line-height: 26px;
  font-size:20px;
  letter-spacing:1px
}


@media (max-width: 768px) {


#footer .footer-top .footer-links {
  padding:0px 15px
}


}


#footer .copyright {
  text-align: center;
  padding-top: 30px;
  font-size: 16px;
  color: #FFF;
  letter-spacing:1px
}

#footer .credits {
  text-align: center;
  font-size: 16px;
  color: #FFF;
   letter-spacing:1px

}



/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #f2f2f2;
  background-size: cover;
  padding: 45px 0px 40px 0px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0px 0 0px 0;
  list-style: none;
  text-align: center;
}




#portfolio .portfolio-item {
  position: relative;
  height: auto;
  overflow: hidden; margin:0px 0px 20px 0px
}

#portfolio .portfolio-item figure {
  background: #eeeeee;
  overflow: hidden;
  height: 300px;
  position: relative;
  border-radius: 4px 4px ;
  margin: 0;
}



@media (max-width: 768px) {
  #portfolio .portfolio-item figure {
  background: #eeeeee;
  overflow: hidden;
  height: 250px;
  position: relative;
  border-radius: 4px 4px ;
  margin: 0;
  width:80%; margin: 0 auto
}
}



#portfolio .portfolio-item figure:hover img {

  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0%;
  transition: 0.2s linear;
}





#portfolio h2  {
  font-size: 35px;
  color: #000;
  text-transform: none;
  text-align: center;
  font-weight: 700;
  position: relative;
  margin-bottom:10px

}



#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details {
  background: rgba(0, 0, 0, 0.1);
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(0% - 0px);
  top: calc(0% - 0px);
}



#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(0% - px);
}



#portfolio .portfolio-item img {
  transition: all ease-in-out 0.6s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}




.form .input{background:#fff; padding:16px 10px; color:#000;
 font-size:17px;  width:100%; border-radius:0px;
 float:none; border:1px solid #D7D7D7; float:none; margin: 0 auto; margin-bottom:0px; margin-top:8px;
 color:#000;}

 .input::placeholder  {
    color: #000;
}

.input:hover, select:hover {
  border-color: transparent;
  box-shadow: 0 0 0 1px #ccc;
}



.submit {font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  transition: 0.5s;
  margin-top: 10px; border:none; background:#e8302e; color:#fff; margin-bottom:0px}

.submit:hover { background: #22272d;
   color:#fff}

.code-sec {clear:left;}
.alertmsg {font-size:18px; color:#2dac18; font-style:none;}






/* About Us Section
--------------------------------*/
#content {
  background: #fff;
  background-size: cover;
  padding: 60px 0 60px 0;
  position: relative;
}


#content h3{
  color: #000;
  text-align: left;
  font-weight: 600;
  font-size: 37px;
  padding: 0px 0px 0px 0px;
  text-transform:capitalize;
  letter-spacing:1px
}

#content h1{
  color: #df3a35;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  padding: 20px 10px;
  text-transform:capitalize;
  letter-spacing:1px;
  background:#22272d
}

#content .color {
  background: #e6e7e7;
  padding: 0px;
  height:2px;
  width: 100%;
  margin:50px 0px

}


#content h5{
  color: #000;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  padding: 0px 0px 30px 0px;
  text-transform:capitalize;
  letter-spacing:2px
}





#content h1 span{
  color: #fff;
  
}

#content .box{
  padding-bottom:30px
}



#content p{
  color: #000;
  text-align: left;
  font-weight: 500;
  font-size:16px;
  padding: 0px 0px 0px 0px;
  line-height:26px
}
 

@media (max-width: 768px) {

#content h3{
  color: #000;
  text-align: left;
  font-weight: 400;
  font-size: 34px;
  padding: 30px 0px 0px 0px;
  text-transform:capitalize;
  letter-spacing:1px
}


}







/* gallery Section
--------------------------------*/
#gallery {
  background: #f2f2f2;
  background-size: cover;
  padding: 45px 0px 40px 0px;
}

#gallery #portfolio-flters {
  padding: 0;
  margin: 0px 0 0px 0;
  list-style: none;
  text-align: center;
}




#gallery .portfolio-item {
  position: relative;
  height: auto;
  overflow: hidden; margin:0px 0px 20px 0px
}

#gallery .portfolio-item figure {
  background: #eeeeee;
  overflow: hidden;
  height: 220px;
  position: relative;
  border-radius: 4px 4px ;
  margin: 0;
}



@media (max-width: 768px) {
  #gallery .portfolio-item figure {
  background: #eeeeee;
  overflow: hidden;
  height: 250px;
  position: relative;
  border-radius: 4px 4px ;
  margin: 0;
  width:80%; margin: 0 auto
}
}



#gallery .portfolio-item figure:hover img {

  transition: 0.3s;
}

#gallery .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0%;
  transition: 0.2s linear;
}





#gallery h2  {
  font-size: 35px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  position: relative;
  margin-bottom:20px

}



#gallery .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details {
  background: rgba(0, 0, 0, 0.1);
}

#gallery .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details {
  color: #fff;
}

#gallery .portfolio-item figure .link-preview {
  left: calc(0% - 0px);
  top: calc(0% - 0px);
}



#gallery .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(0% - px);
}



#gallery .portfolio-item img {
  transition: all ease-in-out 0.6s;
  width: 100%;
}

#gallery .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}




/* Testimonials Section
--------------------------------*/
#testimonials {
   background:  url(../assets/img/background.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0px 60px 0px;
}

#testimonials  h5  {
  font-size: 35px;
  color: #000;
  text-transform: none;
  text-align: center;
  font-weight: 700;
  position: relative;

}


#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .col-md-4 {
  padding:28px 0px 0px 0px
}

#testimonials .testimonial-item h3 {
  font-size: 25px;
  font-weight: 500;
  margin: 10px 0 5px 0;
  color: #df3a35;
}

#testimonials .testimonial-item h4 {
  font-size: 17px;
  color: #000;
  margin: 0;
  font-weight:500;
  font-family: 'Rajdhani', sans-serif;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: none;
  margin: 0 auto 15px auto;
  color:#000;
  font-size:17px
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #22272d;
}




/* Team Section
--------------------------------*/
#serv {
  background: #fff;
  padding: 60px 0;
}

#serv .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#serv .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#serv .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#serv .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#serv .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#serv .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 20px;
  color: #fff;
  letter-spacing:2px;
   font-family: 'Rajdhani', sans-serif;
}



#serv .member h4 a {
  
  color: #fff; font-family: 'Rajdhani', sans-serif;
}



/* Contact Section*/







#slider {
  display: table;
  width: 100%;
  height: 300px;
  background: #000;
}

#slider .carousel-item {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#slider .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#slider .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#slider .carousel-content {
  text-align: center;
}



@media (max-width: 768px) {
  #slider {
  display: table;
  width: 100%;
  height: 220px;
  background: #000;
}

#slider .carousel-item {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#slider h2 {
  color: #fff;
  margin: 50px 30px;
  font-size: 28px;
  font-weight: 700;
  background:#151d25;
  display:inline-block;
  padding:5px 15px 0px 15px;
  letter-spacing:2px;
  font-style:italic;
  text-align:center
}


}

#slider p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #slider p {
    width: 60%;
  }
}

#slider .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#slider .carousel-fade .carousel-inner .carousel-item,
#slider .carousel-fade .carousel-inner .active.carousel-item-left,
#slider .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#slider .carousel-fade .carousel-inner .active,
#slider .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#slider .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#slider .carousel-fade .carousel-inner .carousel-item-next,
#slider .carousel-fade .carousel-inner .carousel-item-prev,
#slider .carousel-fade .carousel-inner .active.carousel-item-left,
#slider .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#slider .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #slider .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#slider .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}