/**
* Template Name: Flattern - v2.2.1
* Template URL: https://bootstrapmade.com/flattern-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #4d4643;
  }
  
  a {
    color: #f03c02;
  }
  
  a:hover {
    color: #fd5c28;
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Muli", sans-serif;
  }
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #0072bf;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
  }
  
  .back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
  }
  
  .back-to-top:hover {
    color: #fff;
    background: #000;
    transition: 0.3s ease-in-out;
  }
  
  /*--------------------------------------------------------------
  # Disable AOS delay on mobile
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }
  
  /*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/
  #topbar {
    background: #0072bf;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
  }
  
  #topbar .contact-info a {
    line-height: 1;
    color: #fff;
    transition: 0.3s;
  }
  
  #topbar .contact-info a:hover {
    color: #000;
  }
  
  #topbar .contact-info i {
    color: #fff;
    padding: 4px;
  }
  
  #topbar .contact-info .icofont-phone {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #fff;
  }
  
  #topbar .social-links a {
    color: #fff;
    padding: 4px 0 4px 20px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
  }
  
  #topbar .social-links a:hover {
    color: #000;
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    height: 70px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 10px 0;
    background: #fff;
  }
  
  #header.header-scrolled {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
  
  #header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  #header .logo h1 a, #header .logo h1 a:hover {
    color: #2b2320;
    text-decoration: none;
  }
  
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 50px;
  }
  
  /*--------------------------------------------------------------
  # 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 > ul > li + li {
    padding-left: 20px;
  }
  
  .nav-menu a {
    display: block;
    position: relative;
    color: #000;
    padding: 14px 0 15px 0;
    transition: 0.3s;
    font-size: 13px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
  }
  
  .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #0072bf;
    text-decoration: none;
  }
  
  .nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 20px;
    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;
  }
  
  .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: 13px;
    font-weight: 500;
    text-transform: none;
    color: #581601;
  }
  
  .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #0072bf;
  }
  
  .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";
    }
  }
  
  /* Mobile Navigation */
  .mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    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: #65534c;
  }
  
  .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: #2b2320;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
  }
  
  .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #0072bf;
    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(14, 11, 10, 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;
  }
  
  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  #hero {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
    padding: 0;
  }
  
  #hero .carousel-item-1{
    background-image: url('../img/slide/image1-min.jpg');
  }
  
  #hero .carousel-item-2{
    background-image: url('../img/slide/image2-min.jpg');
  }
  
  #hero .carousel-item-3{
    background-image: url('../img/slide/image3-min.jpg');
  }
  
  #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  
  #hero .carousel-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 60px;
    top: 110px;
    left: 50px;
    right: 50px;
  }
  
  #hero .carousel-inner .carousel-item {
    transition-property: opacity;
  }
  
  #hero .carousel-inner .carousel-item,
  #hero .carousel-inner .active.carousel-item-left,
  #hero .carousel-inner .active.carousel-item-right {
    opacity: 0;
  }
  
  #hero .carousel-inner .active,
  #hero .carousel-inner .carousel-item-next.carousel-item-left,
  #hero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
  }
  
  #hero .carousel-inner .carousel-item-next,
  #hero .carousel-inner .carousel-item-prev,
  #hero .carousel-inner .active.carousel-item-left,
  #hero .carousel-inner .active.carousel-item-right {
    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;
  }
  
  #hero .carousel-indicators li {
    cursor: pointer;
  }
  
  @media (min-width: 1024px) {
    #hero .carousel-content {
      width: 60%;
      height: 100%;
    }
    #hero .carousel-control-prev, #hero .carousel-control-next {
      width: 5%;
    }
  }
  
  @media (max-width: 992px) {
    #hero {
      height: calc(100vh - 70px);
    }
    #hero .carousel-content h2 {
      margin-bottom: 15px;
      font-size: 22px;
    }
    #hero .carousel-content p {
      font-size: 15px;
    }
  }
  
  @media (max-height: 500px) {
    #hero {
      height: 120vh;
    }
  }
  
  
  @media (max-width:990px){
    .carousel-inner{
  
      width: 100%;
      height: 50%;
  
    }
    #hero .carousel-item{
      width: 100%;
      height: 100%;
      background-size: 100% 70%;
      margin-top: 0;
    }
  
    
  
  }
  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  section {
    padding: 60px 0;
    overflow: hidden;
  }
  
  .section-bg {
    background-color: #f6f3f2;
  }
  
  .section-title {
    padding-bottom: 30px;
    text-align: center;
  }
  
  .section-title h2 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #65534c;
  }
  
  .section-title h2 strong {
    font-weight: 700;
  }
  
  .section-title p {
    margin-bottom: 0;
  }
  
  /*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
  .breadcrumbs {
    padding: 15px 0;
    background: #2b2320;
    min-height: 40px;
  }
  
  .breadcrumbs h2 {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
  }
  
  .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #ded5d2;
  }
  
  .breadcrumbs ol a {
    color: #0072bf;
  }
  
  .breadcrumbs ol li + li {
    padding-left: 10px;
  }
  
  .breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #c8bab5;
    content: "/";
  }
  
  @media (max-width: 768px) {
    .breadcrumbs .d-flex {
      display: block !important;
    }
    .breadcrumbs ol {
      display: block;
    }
    .breadcrumbs ol li {
      display: inline-block;
    }
  }
  
  
  
  
  
  #about .side-line{
    font-weight: bold;
    position: relative;
    margin-left: 50px;
    width: 6rem;
  }
  #about .side-line::before{
    content: " ";
    position: absolute;
    left: -50px;
    top:50%;
    width: 40px;
    height: 4px;
    background-color: #000;
  }
  
  #about .side-line::after{
    content: " ";
    position: absolute;
    right: -45px;
    top:50%;
    width: 40px;
    height: 4px;
    background-color: #000;
  }
  
  #about #line{
    display: flex;
    /* justify-content: center; */
    align-items: center;
  }
  #about #line  .line{
   width: 100px;
   height: 4px;
   background-color: #0072bf;
   /* position: relative; */
   border-radius: 50px;
  }
  
  #about #line i{
   font-size: 2rem;
   color:#0072bf ;
  }
  
  
  #about .card img{
    height: 300px;
  }
  #about .card h5{
    text-align: center;
    color:#47444b ;
  }
  #about .vision{
    margin-top: 20px;
  }
  #about .vision h3{
    font-weight: bold;
    color: #0072bf;
  }
  #about .vision img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }
  
  /* about page styling start  */
  
  
  #about-hero {
    height: 86vh;
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 100%, 100% 100%, 0 83%, 0 63%, 0 0);
    width: 100%;
    overflow-x: hidden;
    background-color :#47444b;
  }

  @media(max-width:1030px){

    #about-hero {
        height: 30vh;
        clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 100%, 100% 100%, 0 83%, 0 63%, 0 0);
        width: 100%;
        overflow-x: hidden;
        background-color :#47444b;
      }
  }
  @media (max-width:990px){
    #about-hero {
        height: 23vh;
        clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 100%, 100% 100%, 0 83%, 0 63%, 0 0);
        width: 100%;
        overflow-x: hidden;
        background-color :#47444b;
      }


  }
  #about-hero img{
    width: 100% !important;
    height: 90%;
    
  }
  #about-hero .container-fluid {
    padding-left: 0px !important; 
    padding-right: 0px !important; 
  }
  /* about page styling end  */
  
  /* parallex start  */
  
  
  
  
  
  #footer-heading h4{
    position: relative;
    color: #000;
  }
  #footer-heading h4::before{
    content: " ";
   position: absolute;
   background-color: #000;
   width: 40px;
   height: 4px;
   top: 50%;
   left: 40%;
  
  
  }
  
  #footer-heading h4::after{
   content: " ";
  position: absolute;
  background-color: #000;
  width: 40px;
  height: 4px;
  top: 50%;
  right: 40%;
  font-weight: bold;
  }
  #footer-heading .line{
    width: 100px;
    height: 4px;
    background-color: #000;
    position: relative;
    border-radius: 50px;
  }
  #footer-heading #line i{
    color: #000;
    font-size: 2rem;
  }
  
  #footer-heading #line{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #footer-heading h2{
    color: #000;
    font-weight: 700;
  }
  
  #footer-heading .footer_bold{
    color: #0072bf;
    font-size: 40px;
  }
  
  @media (max-width:990px){
  
    #footer-heading h4::after{
      content: " ";
     position: absolute;
     background-color: #000;
     width: 40px;
     height: 4px;
     top: 50%;
     right: 10%;
  
   }
  
   #footer-heading h4::before{
    content: " ";
   position: absolute;
   background-color: #000;
   width: 40px;
   height: 4px;
   top: 50%;
   left: 10%;
  
  }
  
  
  }
  
  
  @media (max-width:390px){
   
    #footer-heading h4::after{
      content: " ";
     position: absolute;
     background-color: #000;
     width: 40px;
     height: 4px;
     top: 50%;
     right: 7%;
  
   }
  
   #footer-heading h4::before{
    content: " ";
   position: absolute;
   background-color: #000;
   width: 40px;
   height: 4px;
   top: 50%;
   left: 7%;
  
  }
  }
  /* middle-footer START  */
  #middle-footer{
    padding: 70px 0px;
    background-color: #fff;
  }
  #middle-footer .parent{
    margin: 20px 0px !important;
  }
  
  #middle-footer .content{
    text-align: center;
    padding: 10px;
    border: 1px solid #0072bf;
    height: 100%;
    /* border-bottom-left-radius: 40%; */
    /* border-top-right-radius: 40%; */
    margin: 20px 0px;
  }
  #middle-footer .content i{
    font-size: 4rem;
    color: #000;
    margin-bottom: 20px;
  }
  #middle-footer .content h3{
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
  }
  #middle-footer .content p{
    color: #000;
  }
  #middle-footer .social-icons{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  
  #middle-footer .social-icons img{
    height: 45px;
    margin: 0px 5px;
    border-radius: 10px;
  }
  
  #footer {
    padding: 20px 0px;
    background-color: #0072bf;
  }
  #footer p{
    color: #fff;
    /* font-weight: bold; */
  }
  #footer a{
    color: #47444b;
  }
  #footer a:hover{
    color: #000;
  }
  
  /* middle-footer end  */
 