/**
* Template Name: Bethany - v2.1.0
* Template URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/*  font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Squada One', cursive; */
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*{box-sizing: border-box;}
body { 
  font-family: 'Roboto', sans-serif;
  color: #000;
}

a {
  color: #ea6822;
}

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

h1, h2, h3, h4, h5, h6 {  
  font-family: 'Roboto', 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: 15px 15px 60px 60px;
  background: #AF1E1F;
  color: #fff;
  transition: all 0.4s;
}

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

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 0; 
  /* border-bottom: 1px solid #999; */
}

#header .header-container {
  background: transparent;
}

#header.header-scrolled {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0; 
  background: #f44336;
  background: #AF1E1F;
  backdrop-filter: blur(5px); 
}

#header .logo {
  overflow: hidden;
  margin: 15px 30px 15px 0;
}

#header .logo h1 {
  font-size: 26px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}
.footerlogo img {
  padding: 0;
  margin: 0 0 30px;
  max-height: 60px;
}
#header .logo_w{display: block;}
#header .logo_r{display: none;}

#header.header-scrolled .logo_w{display: none;}
#header.header-scrolled .logo_r{display: block;}

@media (max-width: 992px) {
  #header {
    top: 0;
    /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background: #51565f; */
  }
  /* #header.header-scrolled, #header .header-container {
    background: #51565f;
  } */
  #header .logo h1 {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left; 
}

.nav-menu a {
  display: block;
  position: relative;
  color: #ffffff;
  transition: 0.3s;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase; 
  font-family: 'Roboto', sans-serif; 
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #f8bd71;
  text-decoration: none;
}
.nav-menu .active > a::before {
  content: "";
  border-bottom: 4px solid #AF1E1F;
  height: 0px;
  position: absolute;
  width:auto;
  margin: auto;
  width: auto;
  margin: auto 15px;
  bottom: -2px;
  left: 0;
  right: 0;
}

.nav-menu .get-started a {
  background: #ea6822;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 25px;
}

.nav-menu .get-started a:hover {
  background: #b85018;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  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: ease all 0.3s;
  border-radius: 4px;
}

.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 15px;
  font-weight:600;
  text-transform: none;
  color: black;
  font-size: 15px;  
  display: inline-block;
} 
.nav-menu .drop-down li a >i { 
  width:40px;
  height:30px;
  display: inline-block;
  padding: 0 5px; 
}
.nav-menu .drop-down li a >i img {
width: 100%; height: auto;
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ea6822;
}

.nav-menu .drop-down > a:after {
  /* content: "\ea67";font-family: IcoFont;padding-left: 5px; */
  opacity: .85;
  content: "";position: absolute;width: 0;height: 0;border-width: 5px 4px 0 4px;border-color: #FFF transparent transparent transparent;border-style: solid;top:0;bottom: 0;margin: auto 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;
}

/* Get Startet Button */ 
.appointment-btn {
  margin-left: 7px;
  color: #fff;
  border-radius: 50px;
  padding: 6px 13px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 1.25rem;
  display: inline-block;
  margin-top: 12px;
  display: none;
}

.appointment-btn:hover {
  background: #ea6822;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

@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";
  }
}

/* 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: #fff;
}

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

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

.mobile-nav a {
  display: block;
  position: relative;
  color: #36343a;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  border-bottom: 1px dashed #e0e0e0;
  font-weight: 600; 
}

.mobile-nav i { 
  width:40px;
  height:30px;
  display: inline-block;
  padding:0 5px;
  margin-left: 10px;
}
.mobile-nav i img {width: 100%; height: auto;}
 
.mobile-nav a
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ea6822;
}

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

.mobile-nav .get-started {
  text-align: center;
}

.mobile-nav .get-started a {
  background: #ea6822;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 25px;
  display: inline-block;
}

.mobile-nav .get-started a:hover {
  background: #00c28e;
  color: #fff;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
  /* transform: rotate(90deg); */
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
  /* transform: rotate(45deg); */
}

.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(29, 28, 31, 0.6);
  background: rgba(29, 28, 31, 0);
  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;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: url("../img/hero-bg.jpg") center center;
  background-size: cover;
  position: relative;
}

#hero .container {
  padding-top: 80px;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 500; 
  font-family: 'Squada One', cursive;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#hero .btn-get-started {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #ea6822;
  border: 2px solid #ea6822;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero .container {
    padding-top: 60px;
  }
  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
}



/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height:96vh;
  background: #074162;
  overflow: hidden;
  position: relative;
}

@media (max-height: 500px) {
  /* #intro {
    height: 150vh;
  } */
}

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

#intro .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* #intro .carousel-item:first-child::before {
  content: '';
  background-color:rgba(238, 255, 0, 0.0)
} */

#intro .carousel-item::before {
  content: '';
  background-color: rgba(19, 19, 58, 0.5);  
  background-repeat: repeat;
  /* opacity: .95; */
}
.image-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../img/overlay.png);
  background-repeat: repeat;
  position: absolute;
  z-index: 2;
  width: 100%;
  opacity: .65;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 38%;
  /* top: 70px; */
  left: 50px;
  right: 50px;
}

#intro .container {
  text-align: left;font-family: 'Open Sans', sans-serif;
}
.tuppercase{text-transform: uppercase;}

#intro h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 5.1em;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1em; 
  text-transform: uppercase;
}

#intro span {
  color: #FFF;
  margin-bottom: 15px;
  font-size:1em;
  font-weight:300;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  display: block;
}

#intro p {
  width:100%; 
  color: #fff;
  font-size:1.5em;
  font-weight:500;
  letter-spacing: 1px;
}
#intro .smalltext {font-size: 1.2rem;color: #e28f26;display: block;margin: 0;padding: 0;font-weight: 500;letter-spacing: 1px;}

.b7{font-weight: 700 !important;}
.b2x {font-size: 1.25rem !important;line-height: 1.25 !important;padding-right: 15px;}
@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
  #intro p{width: 100%;font-size: 16px;}  
  .b2x {font-size: 1.1rem !important;padding: 0; line-height: 1.5 !important;}
}


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

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  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;
  /* opacity: .2; */
  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;
  transform: translate3d(0, 0, 0);
}

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

@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 {position: absolute;right: 0 !important;display: block; text-align:center;width: 46px;margin: auto 0 !important;top: 50%;bottom: auto;left: auto;}
#intro .carousel-indicators li {
  cursor: pointer;
  width: 16px;
  height:16px;
  display: block;
  text-align: center;
  margin: 10px auto;
  background-color: #9b9b9b;
  transition: all 0.5s;
  border-radius: 4px;
  border: none;
}
#intro .carousel-indicators li.active {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: block;
  text-align: center;
  margin: auto;
  background-color: #ffffff;
}
#intro .carousel-indicators li:hover {
  border-radius: 100%;
  width: 16px;
  height: 15px;
  background-color: #ea6822;
}

#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;
}
.bannershape-btm {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1; 
}
.bannershape-btm img {max-width: 100%; height: 100%;}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 90px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f6f7;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 2.8rem;
  font-weight: 600; 
  margin-bottom: 30px; 
  position: relative;
  /* color: #000; */
}
.section-title h3 {
  font-size: 2rem !important;
  font-weight: 600 !important; 
  margin-bottom: 30px; 
  position: relative; 
}
 

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {padding:90px 0;background: #f3f3f3;}
.title h1 {font-weight: 500;font-size: 2.8em;font-family: "Squada One", cursive;line-height: 1;margin: 0px;}
.title h1 b {display: block;font-weight: 600;}
 
.title h3 {font-weight:900;text-transform: uppercase;font-size: .85em;margin-bottom: 10px;letter-spacing: 1px;color:#AF1E1F;}
.line { height: 15px; width: 100%;display: block;margin: -5px 0 30px 0;overflow: hidden;}
.about .content p:last-child { margin-bottom: 0;} 
 
.box {box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12);background: #FFF;z-index: 9; position: relative;}
.about p {margin: 0; padding: 0;font-size: 16px;line-height: 1.4;  font-weight: 400;}
.about p.caption_text {margin:20px 0; padding: 0;font-size: 16px;line-height: 1.4; font-weight: 400;font-family:'Squada One', cursive;}
.about p.small-text {margin: 20px 0; padding: 0;font-size: 13px;line-height: 1.4; font-weight: 400; }
.sub_header {margin-bottom: 5px;display: block;padding: 0;font-weight: 600;font-size: 18px;}
.img_section img{max-width:100%}
.mrgn_l30{margin-left: 30px;}

.img_section .img_cap {position:absolute;top: auto;left: 45px;bottom: 0;padding: 30px;background: rgba(175, 30, 30, 0.9);width: 65%;border-radius: 4px;}
.img_section .img_cap img{width:52px;height: auto;margin: auto 0 0 auto;display: block;}
.img_section .img_cap p { margin: 0px; padding: 0px; font-size: 24px; font-weight: 400; color: rgb(255, 255, 255); font-family: "Squada One", cursive; letter-spacing: 0.5px; line-height: 1.1; }

/*--------------------------------------------------------------
# Process
--------------------------------------------------------------*/
.process {padding:0 0 0px 0;background: #f3f3f3;}
.process_sec{background:#f3f3f3 url("../img/aziz-acharki-y5WonWBxNYo-unsplash.jpg") no-repeat center; background-size: cover;position: relative;}
.process_sec::before{content: "";background: #09082E;opacity: .5;position: absolute;top: 0;left: 0;bottom: 0;right: 0;}
.process_sec .card{padding:280px 60px 30px;background: transparent;text-align: left; min-height:580px;color: #FFF;transition: all 0.5s ease-in-out;border-right: 1px solid rgba(255, 255, 255, 0.2); border-radius: 0;}

.process_sec .cardbody h1{font-family: 'Squada One', cursive; font-size:1.25rem; margin: 0;padding: 0;}
.process_sec .cardbody h2{font-family: 'Squada One', cursive; font-size:5rem; margin: 0;padding: 0;}
.process_sec .cardbody p{font-size: 13px;font-weight: 300;opacity: .8;}
.process_sec .card:hover{background: #AF1E1F; backdrop-filter: blur(5px);opacity: .95;padding-top:200px;}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background:#FCFCFC url("../img/Map.png") no-repeat center; background-size: cover;
  padding: 60px 0;
}
.cmap_section{
  background-color: #f9f9f9; 
  position: relative; 
}
.cmap_section .map-overlay {
  position: absolute;
  height: 100%;
  width: 100%; 
  background:url('../img/map_overlay.jpg') no-repeat center;
  background-size: cover; 
  top: 0;
  left: 0;  
  opacity: .06;
}
.contact-info {overflow:inherit;position: relative;}
.contact-info .box{margin-top: -160px;background-color: #FFF;padding: 0;}

.btm_btn {position: absolute;bottom: 20px;border-radius: 100px;padding: 8px 10px;margin: auto;left: 0;right: 0;width: 90%; text-transform: uppercase;font-size: 1.2rem;}
.min-h {min-height: 100px;}
.contact-info .box p{font-size: 16px;opacity: .75;line-height: 1.2;font-weight: 400;}
.contact .info {
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: #ea6822;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  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: #36343a;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #686470;
}

.contact .php-email-form {
  width: 100%; 
  overflow: hidden;
}
.php-email-form .p3{padding: 30px;}
/* .php-email-form .p6{padding: 60px;} */

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.fs-14 {font-size: 13px; padding: 0; margin: 15px 0 30px;}
.cnt_infobg{background: #AF1E1F; padding: 0; backdrop-filter: blur(5px);position: relative;}
.cnt_infobg::after {content: "\edca";position: absolute;width: 30%;height: 266px;right: 15px;bottom: 0;
  font-family: 'boxicons'!important; font-size: 14rem;opacity: .15;color: #FFF;}
.cnt_infobg h2{margin-bottom: 30px;font-weight: 500;text-transform: uppercase; font-size: .9em; color: #FFF;font-family: 'Roboto', sans-serif;}
.cnt_infobg ul {list-style: none;margin: 15px 0;padding-inline-start: 0;}
.cnt_infobg ul li {list-style: none;margin: 0 0 15px 0; display: flex;}

.cnt_infobg ul li i{margin:2px 15px 0 0; color: #FFF; }
.cnt_infobg ul li p{color: #FFF; font-weight: 300; font-size: .9em; }
.cnt_infobg ul li p > b{ display: block; text-transform: uppercase; margin-bottom: 10px;}
.cnt_infobg ul li a{color: #FFF; opacity: .7; transition: all 0.5s ease-in-out;}
.cnt_infobg ul li a:hover{color: #FFF; opacity: 1;}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.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: 0;
  border-width: 2px;  
  background: #F4F4F4;border-color: #F4F4F4;
}

.contact .php-email-form input {
  height:58px;
  /* height: auto; */
}

.contact .php-email-form input {
  height: 50px;  
  background: #F4F4F4;border-color: #F4F4F4;
  border-radius: 0;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #1B1A1A;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 3px;
}
.form-row>.col, .form-row>[class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #121212;
}

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

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


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.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 16px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #AF1E1F;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(54, 52, 58, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(54, 52, 58, 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-wrap img {
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .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: center;
  padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info span{
display: none;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #00cc95;
}
.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #009970;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009970;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(54, 52, 58, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {padding: 280px 0 110px 0;background: #f3f3f3;margin-top:54px;position: relative;}
.innerbg {background: url(../img/intro-carousel/innerpage_bg.jpg) no-repeat center;background-size: cover;position: relative;}
.innerbg::before {
  content: "";position: absolute; top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;  
  background-color:rgba(234, 104, 34, 0.5);
  background-color:rgba(0, 0, 0, 0.5);
  background-image: url('../img/intro-carousel/overlay.png');
  background-repeat: repeat;
  opacity: .65;
}

.aboutus_bg {background: url('../img/intro-carousel/ibanners/Aboutus.jpg') no-repeat center;background-size: cover;position: relative;}
.about_loc_bg {background: url('../img/intro-carousel/ibanners/iStock-1181008278.jpg') no-repeat center bottom;background-size: 114%;position: relative;}
 
.white_bg{background: #FFF;}

 

@media (max-width: 768px) {
 
  #header .logo img {max-height:30px;} 
  #intro .carousel-container {left: 15px;right: 15px;}  
  .about .content h2 {font-size: 1.8rem;}
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f6f6f7;
  text-align: center;
  padding: 5px 0;
}

.clients img {
  width: 100%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}

 
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta { 
  background:url('../img/zuzana-kacerova-UrNI482bHWU-unsplash.jpg') no-repeat center;
  background-size: cover;
  padding: 60px 0 150px 0;
  color: #fff; 
  position: relative;
}
.cta .bg-overlay {position: absolute; height: 100%;width: 100%; background:rgba(0, 0, 0, 0.75); top: 0;left: 0;}


.cta .icon-box h4 {font-weight: 500; margin-bottom: 15px;font-size: 1.25rem;}
.cta .icon-box .icon img {height: 54px;margin-bottom: 15px;opacity: .75;}
 
.cta h3 span{color: #ea6822;}
.cta .title h3{color: #FFF;}
.cta .title h1 {font-weight: 500;font-size: 4.25em;font-family: "Squada One", cursive;line-height: 1;margin: 0px;}
.cta .title p {
  color: #fff;
  line-height: 1.25;
  font-weight: 300;
  font-size: 17px;
  text-shadow: 0 0 #a89999;
  margin-right: 15%;
}
.quotecard {background: #AF1E1F;padding:30px 30px;border-radius: 0px;position: relative;}
.quotecard::after {
  content: "";
  position: absolute;
  top: auto;right: auto;left: auto;bottom: -38px;
  width: 0;
  height: 0;
  border-top: 38px solid #af1e1f;
  border-right: 60px solid transparent;
}
.quotecard h1{font-weight: 500;font-size: 2em;font-family: "Squada One", cursive;line-height: 1;margin-bottom:15px;}
.quotecard > p{font-size: 17px;line-height: 1.5;font-weight: 300;}

/* .cta p {
  color: #fff;
  line-height: 1.25;
  font-weight: 300;
  font-size: 15px;
  text-shadow: 0 0 #a89999;
} */

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #ea6822;
  border: 2px solid #ea6822;
}

.contantsection_visible {
  overflow: visible;
  padding: 0;
  background: #f9f9f9;
}
.cta_content .container {
  top: -120px;
  position: relative; 
  z-index: 1;
  padding: 60px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  /* backdrop-filter: saturate(180%) blur(10px); */
}
.img_scroller {height: 520px;overflow: hidden;overflow-y: auto;}

.addressinfo{display: flex;}
.addressinfo .icon {margin-right:15px;}
.addressinfo .icon .bx{font-size: 1.25rem;}
.cnt_infocard {border-top:1px solid #af1e1f; margin-top: 30px;padding-top: 30px;}  
.cnt_infocard h1{font-weight: 500;font-size: 1.2em;font-family: "Squada One", cursive;line-height: 1;margin-bottom: 10px;}
.cnt_infocard p{font-size: 13px;line-height: normal;}
.cnt_infocard ul{list-style: none;margin: 0;padding: 0;}
.cnt_infocard ul li{list-style: none;margin-bottom:5px;padding: 0;font-size: 13px;line-height: normal;}
.cnt_infocard ul li a{display: block;text-decoration: none;color: #323232;transition: all 0.5s ease-in-out;}
.cnt_infocard ul li a:hover{display: block;text-decoration: none;color: #AF1E1F;padding-left: 15px;}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/ 
#footer {
  color: #FFF;
  font-size: 14px;
  background: #17161A;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #17161A; 
}

.flogo {width:90%;}
.flogo img {max-width: 100%;}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}
#footer .footer-top h4 {font-size: .9em;color: #FFF;position: relative;display: block;font-weight: 400;text-transform: uppercase;line-height: normal;padding: 0 0 0 3.5em;margin-bottom:0;font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;}
#footer .footer-top h4::before{
  content: "";
  position: absolute;
  z-index: 9;
  width: 2rem;
  height: 2px;
  background: #dc8117;
  margin: auto 10px auto 0;
  top: 0;
  bottom: 0;
  left: 0;
}
#footer .footer-top h5 {font-size: 1.25em;color: #4B4C4F;position: relative;display: block;font-weight: 500;text-transform: capitalize;line-height: normal;padding: 0;margin: 10px 0 20px;}
#footer .footer-top .footer-contact p {
  font-size: 13px;
  line-height: 22px;
  margin:15px  0; 
  color: #FFF;
  padding-right: 30px;
  text-align: justify;
  font-weight: normal;
}
#footer .footer-top .contact-info a{color: #FFF;}
 
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

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

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #dc8117;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

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

#footer .footer-top .footer-links ul a {
  color: #FFF;
  transition: 0.3s;
  display: inline-block;
  line-height: .8;
  font-size: 13px;
  display: block;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #dc8117;
}

#footer .footer-newsletter {
  font-size: 15px;
}

/* #footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  position: relative;
  margin-bottom: 15px;
} */

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e4e3e6;
}


#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #AF1E1F;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #dc8117;
}
#footer p ,address{font-size: 13px;font-weight:300}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #dc8117;
}
#footer .social-links {text-align: left;}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: transparent;
  color: #FFF;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #AF1E1F;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {font-size: 14px;color: #FFF;font-weight:400;border-top: 1px solid rgba(225, 225, 225, 0.5);padding-top: 30px;}
#footer .copyright strong{font-weight: 400;}


@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1320px; 
    max-width: 1220px; 
  }
} 
 
@media (max-width: 768px) { 
  .ml-5, .mx-5 {margin-left: 0 !important;}   
}

@media (max-width: 1020px){
.container, .container-md,
.container-sm {max-width: 94%;}
}
.mt--5{margin-top: -50px}
.contact .php-email-form .form-check input{height: auto;}



.nav-menu .drop-down ul:before {
  position: absolute;
  top: -7px;
  left:29px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.nav-menu .drop-down ul:after {
  position: absolute;
  top: -6px;
  left: 30px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
p a {color: gray;}

.email-icon {position: absolute; display: flex;justify-content: center;align-items: center;top: 10px;right: 15%; transform: scale(1); transition: all 0.5s ease-in-out;}
.email-icon i {font-size: 15px;color: #FFF;opacity: .5;margin-right: 11px;} 
.email-icon a{color: #FFF; opacity: .7; transition: all 0.5s ease-in-out; text-transform: none;margin: 0;padding: 0;font-weight: 300;font-size: 14px;}
.email-icon a:hover{color: #FFF; opacity: 1;}

#header.header-scrolled .email-icon {transform: scale(0);}
#header.header-scrolled  .nav-menu > ul > li { margin-top:20px;}
/* #header.header-scrolled .logo {margin-bottom: 9px} */

.arrowbtn{display: inline-block;position: relative; margin-top:15px;}
.arrowbtn a{display: block;position: relative;font-size: 11px;font-weight: bold;text-decoration: none;line-height:24px;color: #000;padding: 9px 21px;transition:all 0.5s;z-index: 9;}
.arrowbtn a::before{position: absolute;content: "";width:42px;height:42px;background: #AF1E1F;border-radius: 100%;left: 0;z-index: -1;top: 0;transition:all 0.5s}
.arrowbtn a span{position: relative;}
.arrowbtn a:hover::before{width:100%; border-radius:20px;transition:all 0.5s}
.arrowbtn a:hover{color:#FFF}


.img_txt{position: relative;}
.img_txt .img_section{position: relative;overflow: hidden;width:360px;height:360px;float: left;border-radius: 50%;margin:20px 60px 30px 20px;shape-outside: circle();background: #545454;}
.img_txt .img_section img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;right: 0;}
.img_txt p {text-align: justify;}

.informcard {background:transparent;}
.informcard .cardnw {margin: 0;border: none;display: flex;align-items: center;padding: 5px;flex-direction: column;justify-content: center;text-align: center; transition: all .5s ease-in-out;}
.informcard .cardnw a {font-size:13px;color: #323232;}
.informcard .cardnw .icon {display: flex;justify-content: center;font-size: 1.75rem;margin: 5px 0 10px;}
.informcard .cardnw .content {/* display: flex; flex-direction: column; */font-weight: bold;font-size: 15px;white-space: nowrap;text-transform: uppercase;}
.informcard .cardnw .content h1{font-size: 13px;margin: 5px 0;padding: 0;color: #000;}
.informcard .cardnw .content span{font-size: 10px;margin: 0;padding: 0;display: block;font-weight: normal;color: #AF1E1F;opacity: .5;}
.informcard .cardnw:hover span{opacity: 1;}
.informcard .cardnw:hover .icon{color: #AF1E1F;}

.customemodel .modal-content{border: none;border-radius: 0;}
.customemodel .modal-header{background:transparent;height: auto;border: none;}
.customemodel .modal-header .close{position: absolute;right: 15px;padding: 10px 15px;box-shadow: none;border: none;transition: all 0.5s;}
.customemodel .modal-header .close:hover,
.customemodel .modal-header .close:focus{box-shadow: none;border: none;background-color: #AF1E1F;outline: none;opacity: 1;}
.customemodel .informcard {text-align: center;display: flex;align-items: center;justify-content: center;}
.customemodel .modal-body {padding:1.5rem 5rem;}
.customemodel ul {list-style-type: none;margin:30px 0 0 0;padding:0rem;}
.customemodel ul li{list-style: none;list-style-position: inside;font-size: 15px;line-height: 1.25; margin-bottom: 15px;}
.customemodel ul li::before {content: "\2022";color: #AF1E1F;font-weight: bold;display: inline-block;width: 1em;margin-left: -1em;font-size: 1.5rem;
  line-height: 22px;position: absolute;}


  @media screen and (max-width: 768px) {
    .title h1 {font-size:1.75em;}
    .img_txt .img_section{width: 340px;height: 340px;margin: 0 auto 15px;
      shape-outside: none;}
    .cta_content .container{padding: 0;}
    .cnt_infocard {padding:30px; margin: 0;border: none;}
    #footer .footer-top{padding-bottom: 0}
    .cta .title h1{font-size: 1.75em;}
    .process_sec .card{border-bottom: 1px solid snow ;}
  }