/**
* Template Name: Sailor - v2.3.0
* Template URL: https://bootstrapmade.com/sailor-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #257cdb;
}

a:hover {
  color: #e24d55;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #257cdb;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #e1444d;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: white;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#header .logo a {
  color: #556270;
}

#header .logo img {
  max-height: 55px;
}

@media (max-width: 992px) {
  #header {
    padding: 12px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
  margin-left: auto;
}

.nav-menu ul {

  margin: 0;

  padding: 0;

  list-style: none;

}


.nav-menu > ul {

  display: flex;

}


.nav-menu > ul > li {

  position: relative;

  white-space: nowrap;

  padding: 12px 0 12px 28px;

}


.nav-menu a {

  display: block;

  position: relative;

  color: #556270;

  transition: 0.3s;

  font-size: 15px;

  font-weight: 500;

  font-family: "Poppins", sans-serif;

}


.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {

  color: #257cdb;

}


.nav-menu .drop-down ul {

  display: block;

  position: absolute;

  left: 15px;

  top: calc(100% + 30px);

  z-index: 99;

  opacity: 0;

  visibility: hidden;

  padding: 10px 0;

  background: #fff;

  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

transition: 0.3s;

}


.nav-menu .drop-down:hover > ul {

  opacity: 1;

  top: 100%;
  visibility: visible;

}


.nav-menu .drop-down li {

  min-width: 180px;

  position: relative;

}


.nav-menu .drop-down ul a {

  padding: 10px 20px;

  font-size: 14px;

  font-weight: 500;

  text-transform: none;
  color: #556270;

}


.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {

  color: #257cdb;

}


.nav-menu .drop-down > a:after {

  content: "\ea99";

  font-family: IcoFont;

  padding-left: 5px;

}


.nav-menu .drop-down .drop-down ul {

  top: 0;

  left: calc(100% - 30px);

}


.nav-menu .drop-down .drop-down:hover > ul {

  opacity: 1;

  top: 0;

  left: 100%;

}


.nav-menu .drop-down .drop-down > a {

  padding-right: 35px;

}


.nav-menu .drop-down .drop-down > a:after {

  content: "\eaa0";

  font-family: IcoFont;

  position: absolute;

  right: 15px;

  }

@media (max-width: 1366px) {
.nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  background: #556270;
  color: #fff;
  border-radius: 4px;
  padding: 8px 30px 9px 30px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.get-started-btn:hover {
  background: #257cdb;
  color: #fff;
}

@media (max-width: 991px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}


/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #556270;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

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

.mobile-nav a {
  display: block;
  position: relative;
  color: #556270;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #d9232d;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(63, 73, 83, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
}

.section-bg, .services .icon-box {
  background-color: #f8f9fa;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #257cdb;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #556270;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 18px 0;
  background: #f8f9fa;
  min-height: 40px;
  margin-top: 86px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
}

.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: #6b7b8d;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs h2 {
    margin-bottom: 10px;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  overflow: hidden;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #556270;
  border-radius: 0;
  border-right: 2px solid white;
  font-weight: 600;
  font-size: 15px;
}

.features .nav-link:hover {
  color: #d9232d;
}

.features .nav-link.active {
  color: #d9232d;
  border-color: #d9232d;
}

.features .details {
  margin-bottom: 50px; 
  color: #777777;
}

.features .details h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #556270;
}

.features .details h4.biz {
  font-size: 20px;
  font-weight: 600;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.features .details p:last-child {
  margin-bottom: 0;
}

.features .details ul {
  list-style: none;
  padding: 0;
}

.features .details ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.features .details ul i {
  left: 0;
  position: absolute;
  font-size: 20px;
  color: #257cdb;
}

.features .details table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
}

.features .details table th {
  border: 0;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  background: #eee;
}

.features .details table td {
  border: 0;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  line-height: 20px;
}
.features .details table td:last-child { 
  border-right:none;
}

.features .details table td:first-child {
  width:20%;
}

@media (max-width: 992px) {
  .features .nav-link {
    border: 0;
    padding: 15px;
  }
  .features .nav-link.active {
    color: #fff;
    background: #d9232d;
  }
}

.features .details .icon-wrap {
  margin-top: 30px;
  margin-bottom: 50px;
}

.features .details .icon-circle {
  display: flex;
  justify-content: center;
}

.features .details .icon-circle i {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #a0a4a7;
  font-size: 70px;
  overflow: hidden;
  padding-top: 25px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.features .details .icon-circle:hover i {
  box-shadow: 0px 0 30px rgba(4, 129, 250, 0.5);
}

.features .details h4.info {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.features .details .process {
  border: 1px dashed #e5e5e5;
  padding: 20px;
  text-align: center;
}

.features .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background-color: #f8f9fa;
}

.features .icon-box i {
  float: left;
  color: #d9232d;
  font-size: 30px;
}

.features .icon-box h4 {
  margin-left: 50px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}

.features .icon-box p {
  margin-left: 50px;
  line-height: 24px;
  font-size: 14px;
}


/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid white;
}

.faq .faq-item i {
  font-size: 20px;
  color: #257cdb;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

.faq .faq-item .bx-help-circle {
  color: #d9232d;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .map {
  padding: 20px 50px;
  text-align: center;
}

.contact .map img {
  width: 100%;
}

.contact .info {
  padding: 20px 50px;
}

.contact .info .addr {
  padding-bottom: 50px;
}

.contact .info .addr strong {
  font-size: 20px;	
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}

.contact .info .addr p {
  margin-bottom: 30px;
}

.contact .info .addr span {
  display: inline-block;
  width: 60px;
}

.contact .info dd {
  margin-bottom: 50px;
}

.contact .info dd {
  margin-inline-start: 100px;
}

.contact .info dd strong {
  font-size: 20px;	
  font-weight: 700;	 

}

@media (max-width: 500px) {
  .contact .map, .contact .info {
    padding: 10px;
  }
  
  .contact .info dd {
    margin-inline-start: 80px;
  }
}

.contact .info i {
  font-size: 30px;
  color: #556270;
  float: left;
  width: 60px;
  height: 60px;
  background: #edeff1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}


/*--------------------------------------------------------------
# History
--------------------------------------------------------------*/
.history .content {
  margin: 10px;
  border-bottom: 1px dotted #ccc;
}

.history .content h3 {
  font-size: 40px;
  font-weight: 700;
  color: #257cdb;
}

.history .content ul {
  list-style: none;
  padding: 0;
}

.history .content ul li {
  padding: 0 0 3px 0;
  position: relative;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 40px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #d9232d;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: white;
  /*box-shadow: 6px 7px 8px 0px rgba(0, 0, 0, 0.1);*/
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.portfolio .portfolio-wrap .work-img {
  display: block;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 18px;
  color: #4e4e4e;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #4e4e4e;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-info p.date {
  margin-top: 10px;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}


.portfolio .portfolio-main {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(85, 98, 112, 0.6);
}

.portfolio .portfolio-main::before {
  content: "";
  background: rgba(85, 98, 112, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-main img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-main .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-main .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-main .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}


.portfolio .portfolio-main:hover::before {
  opacity: 1;
}

.portfolio .portfolio-main:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-main:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# slide Section
--------------------------------------------------------------*/
#slide {
  width: 100%;
  height: 80vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
}

#slide .carousel, #slide .carousel-inner, #slide .carousel-item, #slide .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#slide .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#slide .carousel-item::before {
  content: '';
  background-color: rgba(30, 35, 40, 0.6);
}

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

#slide .container {
  text-align: center;
}

#slide h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#slide p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#slide .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

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

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

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

#slide .carousel-control-prev, #slide .carousel-control-next {
  width: 10%;
  top: 112px;
}

@media (max-width: 992px) {
  #slide .carousel-control-prev, #slide .carousel-control-next {
    top: 66px;
  }
}

#slide .carousel-control-next-icon, #slide .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#slide .carousel-control-next-icon:hover, #slide .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#slide .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#slide .carousel-indicators li.active {
  opacity: 1;
  background: #d9232d;
}

#slide .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #d9232d;
}

#slide .btn-get-started:hover {
  background: #df3740;
}

@media (max-width: 992px) {
  #slide {
    height: 100vh;
  }
  #slide .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #slide h2 {
    font-size: 28px;
  }
}

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

@media (max-height: 500px) {
  #slide {
    height: 120vh;
  }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about .content h3 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
}

.about .content p {
  line-height: 24px;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #4a5562;
  padding: 0 0 15px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #515d6a;
  padding: 20px 0 10px 0;
}

#footer .footer-top .footer-info {
  text-align: right;	
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top dl, #footer .footer-top dd {
  margin-bottom: 0;
} 

#footer .footer-top dt {
  float: left;
  width: 60px;
  font-weight: 600;
}

#footer .copyright {
  text-align: center;
  padding-top: 15px;
}
