/**
* Template Name: Eterna - v4.8.1
* Template URL: https://bootstrapmade.com/eterna-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: Arial, sans-serif;
  color: #fff;
}

a {
  color: #e1121b;
  text-decoration: none;
}

a:hover {
  color: #b01b19;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 { font-family: Arial, sans-serif;}

h1 { font-weight: 600;  color: #a62507; margin-bottom: 20px;}
h1 span{ color: #a62507;}
p{ font-size: 18px; text-align: justify; line-height: 28px;}
p:last-child {  margin-bottom: 0;}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {  position: fixed;  visibility: hidden;  opacity: 0;  right: 15px;  bottom: 15px;  z-index: 996;  background: #a62507;  width: 40px;  height: 40px;  border-radius: 4px;  transition: all 0.4s;}
.back-to-top i {  font-size: 28px;  color: #fff;  line-height: 0;}
.back-to-top:hover {  background: #ee8b7a;  color: #fff;}
.back-to-top.active {  visibility: visible;  opacity: 1;}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {  background: #fff; margin: 0px; padding: 0px 0px; font-size: 16px; }
 
#topbar ul{ margin: 0px; padding: 7px 10px; text-align: center;}
#topbar ul li { padding: 0px; margin: 0px; list-style: none;}
#topbar ul li a {  color: #333; }
#topbar ul li  a:hover {  color: #ff0000;}
#topbar .social-link{ background: #00a652;}
#topbar .social-link li{ float: left; margin-left: 10px; margin-right: 10px;}
#topbar .email{ background: #ffc800; color: #fff;}
#topbar .mobile-no{ background: #a62507; color: #fff; font-size: 22px; line-height: 26px;}

@media (max-width: 768px) {
#topbar ul{padding: 3px 0px; border:none; margin-bottom: 3px;}
#topbar .social-link{padding:3px 24px 10px;}
#topbar .mobile-no{ font-size: 22px;}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {  transition: all 0.5s;  z-index: 997; background: #000000; box-shadow: 0px 0px 20px 0px rgba(00, 00, 00, 0.4); padding:0px 0px; }
#header .logo{ text-align: center;}
#header .logo img {  padding: 0;  margin: 0; }
.header{}
.scrolled-offset {  margin-top: 70px;}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {  padding:30px 0;}
.navbar ul {  margin: 0;  padding: 0;  display: flex;  list-style: none;  align-items: center;}
.navbar li {  position: relative;}
.navbar a,
.navbar a:focus {  display: flex;  align-items: center;  justify-content: space-between; padding: 0px 32px 0px 32px;  font-size: 18px;  color: #fff; white-space: nowrap; transition: 0.3s; line-height: 30px;}
.navbar a i,
.navbar a:focus i {  font-size: 12px;  line-height: 0;  margin-left: 5px;}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {  color: #ff0000;}
.navbar .getstarted,
.navbar .getstarted:focus {  background: #333;  padding: 8px 20px;  margin-left: 30px;  border-radius: 4px;  color: #000;}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {  color: #333;  background: #fff;}
.navbar .dropdown ul {  display: block;  position: absolute;  left: 24px;  top: calc(100% + 30px);  margin: 0;  padding: 10px 0;  z-index: 99;  opacity: 0;  visibility: hidden;  background: #fff;  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);  transition: 0.3s;}
.navbar .dropdown ul li {  min-width: 200px;}
.navbar .dropdown ul a {  padding: 10px 20px;  font-size: 14px;  text-transform: none;  color: #545454;}
.navbar .dropdown ul a i {  font-size: 12px;}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {  color: #ff0000;}
.navbar .dropdown:hover>ul {  opacity: 1;  top: 100%;  visibility: visible;}
.navbar .dropdown .dropdown ul {  top: 0;  left: calc(100% - 30px);  visibility: hidden;}
.navbar .dropdown .dropdown:hover>ul {  opacity: 1;  top: 0;  left: 100%;  visibility: visible;}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {    left: -90%; }
  .navbar .dropdown .dropdown:hover>ul {    left: -100%; }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle { background: #e0e0e0;  color: #000;  font-size: 28px;  cursor: pointer;  display: none;  line-height: 0;  transition: 0.5s;}
.mobile-nav-toggle.bi-x {  color: #fff;}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

.navbar ul {    display: none;  }}

.navbar-mobile {  position: fixed;  overflow: hidden;  top: 0;  right: 0;  left: 0;  bottom: 0;  background: rgba(59, 59, 59, 0.9);  transition: 0.3s;  z-index: 999;}
.navbar-mobile .mobile-nav-toggle {  position: absolute;  top: 15px;  right: 15px;}
.navbar-mobile ul {  display: block;  position: absolute;  top: 55px;  right: 15px;  bottom: 15px;  left: 15px; background: #fff;  overflow-y: auto;  transition: 0.3s; padding: 15px;}
.navbar-mobile a,
.navbar-mobile a:focus {  padding: 10px 20px;  font-size: 18px;  color: #545454; margin-bottom: 2px; background: #c3c3c3; }
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {  color: #fff; background: #a62507; }
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {  margin: 15px;}
.navbar-mobile .dropdown ul {  position: static;  display: none;  margin: 10px 20px;  padding: 10px 0;  z-index: 99;  opacity: 1;  visibility: visible;  background: #fff;  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);}
.navbar-mobile .dropdown ul li {  min-width: 200px;}
.navbar-mobile .dropdown ul a {  padding: 10px 20px;}
.navbar-mobile .dropdown ul a i {  font-size: 12px;}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {  color: #e96b56;}
.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {  width: 100%; background: #23268d; overflow: hidden;  padding:0px 0; position: relative;  z-index: 1; }
#hero .carousel-item {  width: 100%;   background-size: cover;  background-position: center;  background-repeat: no-repeat;  background-position: center center;}
#hero .carousel-item img{ width: 100%; border: 0px solid #d0d0d0;} 
  
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {  background: none;  font-size: 48px;  line-height: 1;  width: auto;  height: auto;  color: #545454;}
#hero .carousel-indicators li {  cursor: pointer;  background: #fff;  overflow: hidden;  border: 0;  width: 18px;  height: 18px; margin-bottom: 20px;  opacity: 0.2;}
#hero .carousel-indicators li.active {  opacity: 1;}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 110px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #e96b56;
  background: #e96b56;
}

#hero .btn-get-started:hover {  background: transparent;  color: #e96b56;  text-decoration: none;}
@media (max-height: 768px),
(max-width: 1200px) {
  #hero { 
  }

  #hero .carousel-container {
    padding-bottom: 0;
  }

  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #hero {
    
  }

  #hero .carousel-item {
    
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {  padding: 100px 0;}
.section-bg {  background-color: white;}
.section-title {  text-align: center;  padding-bottom: 30px;}
section h2 {  font-size:36px; font-weight: 600;  color: #858585; text-align: center; color: #a62507;  margin-bottom: 36px;}
section h3 {  font-size:24px; font-weight: 600;  color: #858585; color: #a62507;  margin-bottom: 30px;}
section h4 {  font-size:20px; font-weight: 600;  color: #858585; color: #a62507;  margin-bottom: 26px;}
section h2 p {  margin-bottom: 0;}
 


.scroll{ background: #c80000; padding: 10px 0 10px 0; color: #fff; font-size: 22px;}
@media (max-width: 768px) {
.scroll{ background: #c80000; padding: 10px 0 10px 0; color: #fff; font-size: 16px; text-align: center;}	
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.home{background:#1e1e1e;}
.home h1{ font-size: 42px;}
ul {  list-style: none;  padding: 0;}
ul li {  padding-bottom: 10px;}
ul i {  font-size:16px;  padding-right: 4px;  color: #e96b56;}
.home img{ margin-bottom: 20px;} 
.home  p{ font-size: 16px; line-height: 32px;}

.advantage{background:#1e1e1e;}
.advantage h2{ text-align: left;}

.advantage  p{ font-size: 16px; line-height: 28px;}
.advantage li{font-size: 16px; line-height: 28px; margin-bottom: 10px;}

 

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services{ background: #000;}
.services h2{ text-align: left;}
.services .icon-box {background: #1e1e1e;  text-align: center;  border: 0px solid #ededed;  padding: 15px;  transition: all ease-in-out 0.3s; width: 100%;}
.services .icon-box h4 {  font-weight: 700;  margin-top: 15px;  margin-bottom: 15px;  font-size: 20px; text-transform: capitalize;}
.services .icon-box h4 a {}
.services .icon-box p {  line-height: 24px;  font-size: 18px;  margin-bottom: 0; text-align: center;}
.services .icon-box:hover {box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.3);}
/*.services .icon-box:hover {  background: #23268d;  border-color: #23268d;}
.services .icon-box:hover .icon {  background: #fff;}
.services .icon-box:hover .icon i {  color: #23268d;}
.services .icon-box:hover .icon::before {  background: #ef9383;}
.services .icon-box:hover h4 a,
.services .icon-box:hover p {  color: #fff;}*/
 @media (max-width: 768px) {
.services{ padding: 50px 0px;}
}

.clients{ background: #1e1e1e; text-align: center; }
.clients h2{ text-align: left;}
.clients .icon-box {background: #ffff;  text-align: center;  border: 0px solid #ededed;  padding: 15px;  transition: all ease-in-out 0.3s; width: 100%;}
.clients img{ border: 1px solid #dcdcdc; box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.3);}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background: #f2f2f2;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #e96b56;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(84, 84, 84, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(84, 84, 84, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #e96b56;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}
 
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact{ background: #1e1e1e;}
.contact h2{ text-align: left;}
.contact .info {
  width: 100%; 
}

.contact .info i {
  font-size: 20px;
  background: #a62507;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #a62507;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%; 
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #a62507;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #a62507;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #a62507;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 30px 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer span{ color: #a62507;}
  
#footer .copyright {
  text-align: center;
} 

#footer div{ margin-top: 5px; margin-bottom: 5px;}


/* ------------------ Start Tariff Section ------------------ */
.tariff-div table{border-top:1px solid #fff;  border-right:1px solid #fff; color:#fff; padding:0px; line-height:22px; text-align:left;}
.tariff-div table td{ padding:14px 10px; border-bottom:1px solid #fff;  border-left:1px solid #fff; background:#e6e6e6; color:#333;}
.tariff-div table td.bg1{background:#f2f2f2;}
.tariff-div table td.bg2{background:#f2f2f2;}
.tariff-div table span{color:#000; }
.tariff-div table strong{ text-transform:uppercase; color:#000; }

ul.points{ margin-bottom:20px;}
ul.points li{line-height:24px; padding-left:32px; background:url(..//img/arrow.png) no-repeat 0px 0px; margin-bottom:4px;}


.wave{  height: 50px;  position: relative;  background: linear-gradient(90deg, #27b6b9 0%, #0f4061 100%);}

/* Wave text css */
.wave {  color:#fff;  text-align:center;  font-weight:bold;  font-size:24px;  padding-top:25px;  padding-bottom:25px;}
/* */
.wave::before{  content: "";  position: absolute;  left: 0;  bottom: 0;  right: 0;  background-repeat: repeat;  height: 10px;  background-size: 20px 20px;  background-image:radial-gradient(circle at 10px -5px, transparent 12px, #fff 13px);}
.wave::after{  content: "";  position: absolute;  left: 0;  bottom: 0;  right: 0;  background-repeat: repeat;  height: 15px;  background-size: 40px 20px;  background-image:    radial-gradient(circle at 10px 15px, #fff 12px, transparent 13px);}



