/*
Theme Name: Ovation Production
Theme URI: https://c2developerzone.com
Description: Custom WordPress theme developed for Ovation Production by C2 Developer Zone.
Author: C2 Developer Zone Team
Author URI: https://c2developerzone.com
Version: 1.0.0
Text Domain: ovation-production
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    color: #444444;
    font-family: "Kumbh Sans", sans-serif;
    background: #fff;
}
p {
    color: #585858;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
}
a {
  color: #5c5e5e;
  text-decoration: none;
  font-family: "Kumbh Sans", sans-serif;
}

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

h1, h2, h3, h4, h5, h6 {
  color: #07132b;
  font-family: "Outfit", sans-serif;
}
a.theme-btn {
    margin: 1.2rem auto 0rem;
    display: inline-flex;
    color: #ffffff;
    padding: 0.85rem 1rem 0.85rem 1rem;
    transition: 0.3s ease;
    text-transform: uppercase;
    background: #f1790c;
    gap: 6px;
    align-items: center;
    font-size: 14px;
    letter-spacing: -0.3px;
    font-weight: 500;
    clip-path: polygon(89% 0%, 100% 35%, 100% 100%, 0 100%, 0 0);

}
a.theme-btn i {
    font-size: 20px;
    color: #e99315;
}
a.theme-btn:hover{
    background: #03335d;
}
section {
    position: relative;
    padding: 70px 0;
}
.pd{
  padding: 0;
}
.pd-left{
  padding-left:0;
}
.pd-right{
  padding-right:0;
}
.owl-nav {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 1.4rem 0 0;
}
button.owl-prev, button.owl-next {
    border-radius: 10px;
    width: 40px;
    height: 40px;
    background: #f8f8f8 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #48525c !important;
    font-size: 33px !important;
    border: solid 3px #ffffff !important;
    box-shadow: 0 0 0 1px #f1790c;
}
button.owl-prev span, button.owl-next span{
   position: relative;
    top: -4px;
}
button.owl-prev:hover, button.owl-next:hover {
    background: #f1790c !important;
    color: #ffffff !important;
}

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

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

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

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #FFA726;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #03335d;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}



/*General Css*/

.theme-heading-sec {
    margin-bottom: 3rem;
    text-align: left;
}
.theme-heading-sec h2 {
    text-transform: capitalize;
    font-size: 49px;
    font-weight: 600;
    margin-bottom: 0.7rem;
    letter-spacing: -1.1px;
    font-family: "Outfit", sans-serif;
    color: #212e3b;
    line-height: 51px;
}
.theme-heading-sec h2 span {
    color: #f1790c;
}
.theme-heading-sec p {
    color: #fff;
    font-size: 16px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 0 0 2.2rem;
    width: 100%;
    box-shadow: none;
    position: sticky;
    top: 0;
    left: 0;
}
#header:before {
    content: "";
    background: #f1790c;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.header-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: auto;
    background: #2b2a29;
}
#header.header-scrolled,
#header.header-inner-pages {
  background: rgb(255 255 255);
  top: 0;
  width: 100%;
  border-radius: 0;
}

header#header .container-fluid {
    padding: 0 15px;
}

#header .logo a {
  color: #fff;
}
a.logo {
    display: flex;
    height: 90px;
    align-items: center;
}
#header .logo img {
    height: 89px;
}

.header-right {
  display: flex;
  align-items: center;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.container-two {
    position: relative;
}
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin: unset;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 14px 22px 12px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    font-family: "Kumbh Sans", sans-serif;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar .current-menu-item,
.navbar .current-menu-item:focus {
  color: #ffffff;
  clip-path: polygon(17% 0%, 83% 0%, 100% 100%, 0% 100%);
  background: #1f9ddf;
}

.current-menu-item a {
    color: #fff;
}
.navbar li.current-menu-item:hover>a {
    color: #ffffff;
}
.navbar a:hover,
.navbar li:hover>a {
  color: #f1790c;
}
a.nav-link.scrollto.active {
    color: #f1790c;
}
.navbar .current-menu-parent .current-menu-item {
    background: transparent;
}
.navbar .current-menu-parent .current-menu-item a, .navbar .current-menu-parent a:hover{
    color: #1f9ddf;
}
.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #ea1826;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  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;
  border-radius: 4px;
  width:240px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 6px 20px;
    text-transform: none;
    color: #13192b;
    letter-spacing: -0.2px;
    white-space: break-spaces;
    line-height: 19px;
    font-size: 15px;
    font-weight: 400;
}

.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: #1f9ddf;
}

.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;
}
.quote {
    background: #fff;
    height: 51px;
    color: #f1790c;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    font-size: 16px;
    margin-right: 0.5rem;
    border-radius: 10px;
    font-weight: 500;
}
.mob-header-rt {
    text-align: right;
    padding: 0;
    height: auto;
    align-items: center;
    display: flex;
    justify-content: right;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
    color: #fff;
    background: #f1790c;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
    .mobile-nav-toggle{
        display: block;
        background: #ffffff;
        padding: 5px;
        margin-left: 2px;
        z-index: 9999;
        color: #f1790c;
        border-radius: 8px;
    }
  .navbar ul {
    display: none;
  }
.navbar-mobile ul {
    z-index: 99;
}
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(40, 58, 90, 0.9);
    transition: 0.3s;
    z-index: 999;
    height: 96vh;
}

.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;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ea1826;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.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: #ea1826;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
  visibility: visible !important;
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*Banner*/

#demo {
    border-radius: 0 0 0 150px;
    position: relative;
    background: #fff;
}
.carousel-inner:before {
    content: "";
    background: #f1790c;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 130%);
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 50%;
}
.carousel-item:before {
    background: rgb(33 46 59 / 84%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(359deg, rgba(13, 13, 33, 1) 0%, rgb(255 255 255 / 23%) 100%);
    /* background: linear-gradient(90deg, #0d0d215e 0%, #080812b0 48%, #0d0d217a 100%); */
}
.carousel-inner {
    position: relative;
    z-index: 1;
    padding-right: 2.8rem;
}
.carousel-item {
    padding: 0rem 0 0rem;
    height: calc(100vh / 1 - 126px);
    background-size: cover;
    background-position: center;
}
.bnr-carousel {
    width: 60%;
}
.item {
    padding: 0px;
    margin: 5px;
}
div#demo .container-fluid {
  padding: 0;
}
.banner-heading {
    text-align: center;
}
.banner-heading a.theme-btn {
  margin: 0;
}
.banner-heading a.theme-btn i {
    color: #ffffff;
}
.banner-heading h1 {
    font-size: 58px;
    font-weight: 500;
    line-height: 62px;
    text-transform: capitalize;
    padding-left: 0px;
    color: #fff;
    letter-spacing: -1.4px;
    font-family: "Outfit", sans-serif;
    text-shadow: 2px 3px 9px rgb(0 0 0 / 21%);
}
.carousel-control-next {
    right: 3.5%;
}
.banner-heading h1 span {
    color: #f1790c;
}
.banner-heading p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin: 1.7rem 0 2.7rem;
    letter-spacing: -0.2px;
    font-weight: 400;
}
.ban-col{
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
}
.banner-rt-col {
    position: relative;
}
.carousel-indicators {
    justify-content: end;
    margin-right: 0;
    margin-left: 0;
    width: 97%;
    left: 0;
    right: unset;
    text-align: center;
    display: flex;
    justify-content: center;
}
.carousel-item .container {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 9;
}
.carousel-indicators [data-bs-target] {
    width: 50px;
    height: 50px;
    margin-right: 4px;
    margin-left: 4px;
    background: #b4b5b5;
    text-indent: unset;
    border: none;
    border-radius: 100px;
    overflow: hidden;
    opacity: 1;
    border: solid 2px #fff;
}
.carousel-indicators [data-bs-target] img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-control-next, .carousel-control-prev {
    width: 3%;
}




.header-middle {
    background: #f1790c;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: end;
    height: 90px;
    padding: 0;
}
.header-link {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-left: 2rem;
    border-left: 1px solid #fff;
}
.header-middle .header-link:first-child {
    border: none;
}
.header-link i {
    width: 45px;
    height: 45px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #f1790c;
    font-size: 17px;
}
.header-link a , .header-link span{
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: -0.5px;
}
.header-link p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    letter-spacing: -0.1px;
    font-weight: 500;
}



/*About Us*/

.abtimg-col {
    /*position: relative;*/
    /*padding-left: 8rem;*/
        position: relative;
    text-align: center;
    padding: 0 3rem;
}
.abt2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.abt-sec .theme-heading-sec {
    margin-bottom: 1.5rem;
}

.home-abt-cont p {
    margin-bottom: 1.5rem;
}
.signature-wrap {
    display: flex;
    align-items: start;
    justify-content: left;
    gap: 40px;
    margin: 1.5rem 0 0.5rem;
}
.sign {
    display: flex;
    align-items: center;
    gap: 15px;
}
.ceo-img {
    width: 115px;
    height: 115px;
    object-fit: cover;
    object-position: center;
}
.sign h5{
    font-size: 18px;
    margin: 0;
}
.sign h5 span {
    font-size: 16px;
    display: block;
    color: #f1790c;
    line-height: 20px;
}

/*Counter*/

section.counter-sec {
    padding: 55px 0 55px;
}
.exp-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #2f4255;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}
.exp-wrap:after {
    content: "";
    background: rgb(241 121 12 / 14%);
    width: 100px;
    height: 100px;
    position: absolute;
    top: -24px;
    right: -28px;
    border-radius: 100px;
}
.exp-wrap h4 {
    color: #1e2935;
    font-size: 34px;
    font-weight: 700;
}
.col-pd {
    padding: 0;
}
.exp-wrap h4 span {
    font-size: 28px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    margin-right:5px;
}
.exp-wrap p {
    font-size: 19px;
    font-weight: 500;
    color: #1e2935;
    margin: 0;
}
.exp-img img {
    width: 65px;
}
.exp-wrap.wht-bg {
    background: #f3f3f6;
}
.exp-wrap.blk-bg h4, .exp-wrap.blk-bg h4 p {
    color: #fff;
}


/*Service*/
.service-sec {
    background: #090c18;
    padding-bottom: 13.5rem;
    padding-top: 3.5rem;
}
.service-sec .theme-heading-sec {
    margin-bottom: 3.4rem;
    text-align: center;
}
.service-sec .theme-heading-sec h2 {
    color: #ffffff;
}
.service-sec a.theme-btn i {
    color: #ffffff;
}
.service-card {
    position: relative;
    height: 400px;
    overflow: hidden;
    cursor: pointer;
}
.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}
.service-card:hover img {
    transform: scale(1.08);
}
.service-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(9 12 24 / 98%), rgba(0, 0, 0, 0.01));
    z-index: 1;
}
.service-card::after {
    content: "";
    position: absolute;
    opacity: 1;
    transition: 0.6s ease;
    z-index: 1;
    height: 0%;
    bottom: 0 !important;
    width: 100%;
    left: 0;
    background: linear-gradient(
        359deg,
        rgb(236 103 2) 0%,
        rgb(0 0 0 / 0%) 63%
    );
}
.service-card:hover::after {
    height: 100%;
}
.service-content {
    position: absolute;
    left: 35px;
    bottom: 35px;
    z-index: 2;
}
.service-category{
    color: #ec6702;
    font-size: 20px;
    margin-bottom: 1px;
    transition: 0.3s;
}
.case-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}
.arrow-btn {
    position: absolute;
    right: 20px;
    bottom: 34px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    z-index: 2;
    transition: 0.4s;
}
.service-card:hover .arrow-btn {
    background: #fff;
    color: #f1790c;
    transform: rotate(-45deg);
}

.service-card:hover .service-category{
    color: #fff;
}
@media (max-width: 576px) {

    .service-card {
        height: 360px;
    }
    .case-title {
        font-size: 22px;
    }

}



/*Form*/

  .quote-section{
      padding:0;
    }
.quote-section .container {
    position: relative;
    z-index: 1;
}
.quote-wrapper {
    background: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    width: 95%;
    margin: -120px auto 0;
}
    .quote-section .theme-heading-sec {
        margin-bottom: 1.7rem;  
    }
    .quote-section .theme-heading-sec h2 {
        font-size: 43px;
    }
.quote-left .theme-heading-sec h2 {
    font-size: 34px;
    color: #fff;
    letter-spacing: 0.1px;
    font-weight: 600;
    margin-bottom: 20px;
}
.quote-left .theme-heading-sec {
    margin-bottom: 0.7rem;
}
    /* =========================
       LEFT SIDE
    ========================== */

.quote-left {
    background: #f1790c;
    color: #fff;
    padding: 38px 45px;
    height: 100%;
}

    .mini-title{
      display:flex;
      align-items:center;
      gap:12px;
      font-size:20px;
      font-weight:700;
      text-transform:uppercase;
      margin-bottom:35px;
    }

    .mini-title i{
      font-size:34px;
    }

    .quote-left h2{
      font-size:58px;
      font-weight:700;
      line-height:1.15;
      margin-bottom:30px;
    }

.quote-left .theme-heading-sec p {
    line-height: 25px;
    font-size: 18px;
    letter-spacing: 0.1px;
    margin: 0;
        color: #fff;
}

    /* =========================
       CONTACT BOX
    ========================== */

.contact-item {
    display: flex;
    gap: 18px;
    padding: 1.3rem 0;
    align-items: center;
}

.contact-item.border-end-custom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.contact-icon {
    min-width: 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    color: #f1790c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.contact-icon img{
    width: 30px;
}

    .contact-item small{
      display:block;
      font-size:18px;
      font-weight:500;
      margin-bottom:4px;
    }

.contact-item h5 {
    margin: 0;
    font-size: 21px;
    font-weight: 500;
    word-break: break-word;
}
.contact-item p, .contact-item a {
    margin: 0;
    color: #07132b;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.contact-item a:hover {
    color: #ffffff;
}

    /* =========================
       BUTTON
    ========================== */

    .about-btn{
      background:#fff;
      color:#ff5b14;
      padding:20px 42px;
      display:inline-flex;
      align-items:center;
      gap:12px;
      font-size:20px;
      font-weight:700;
      text-decoration:none;
      transition:0.4s;
    }

    .about-btn:hover{
      background:#111827;
      color:#fff;
    }

    /* =========================
       RIGHT SIDE
    ========================== */

    .quote-right{
      padding:50px;
    }

    .quote-title{
      text-align:center;
      font-size:54px;
      font-weight:700;
      color:#0d1b3f;
      margin-bottom:40px;
    }


.form-control {
    width: 100%;
    height: 60px;
    border: none;
    background-color: #f8f8f8;
    padding: 9px 50px 9px 16px;
    font-size: 16px;
    color: #0d1b3f;
    outline: none;
}
.form-control:focus {
    border-color: #f1790c;
    outline: 0;
    box-shadow: 0 0 0 0.05rem rgb(241 121 12);
}
.form-group-custom {
    position: relative;
    margin: 9px 0;
}
.form-control::placeholder {
    color: #4c5a73;
}
.input-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #93a5be;
    font-size: 18px;
}
textarea.form-control {
    height: auto;
}
.textarea-icon {
    top: 30px;
    transform: none;
}
.submit-btn {
    width: 100%;
    height: 60px;
    border: none;
    background: #f1790c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s;
}
.submit-btn:hover {
    background: #0d1b3f;
}

@media (max-width: 1199px) {

    .quote-left h2 {
        font-size: 46px;
    }

    .quote-title {
        font-size: 42px;
    }
}

@media (max-width: 991px) {

    .quote-left,
    .quote-right {
        padding: 40px;
    }
    .quote-left h2 {
        font-size: 40px;
    }
    .contact-item.border-end-custom {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {

    .quote-left,
    .quote-right {
        padding: 30px 20px;
    }
    .quote-left h2 {
        font-size: 34px;
    }
    .quote-left p {
        font-size: 18px;
    }
    .form-control-custom {
        font-size: 18px;
        height: 65px;
    }
    .submit-btn {
        font-size: 20px;
    }
    .about-btn {
        width: 100%;
        justify-content: center;
    }
}

/*Gallery*/

.gal img {
    max-height: 303px;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.gal h6 {
    text-align: center;
    margin: 0.7rem 0 0;
    font-size: 18px;
}


.gal i.bi.bi-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%) scale(0.5) rotate(0deg);
    border-radius: 100px;
    font-size: 26px;
     transition: all 0.4s ease;
     box-shadow: 0 10px 25px rgba(0,0,0,0.3);
     opacity: 0;
}
.gal .item:hover i.bi.bi-plus {
    transform: translate(-50%, -50%) scale(1) rotate(180deg);
    opacity: 1;
}

.gallery-sec .theme-heading-sec {
    margin-bottom: 3rem;
    text-align: center;
}
.gallery-sec .theme-heading-sec p{
    color:#07132b;
}



/*Footer*/

footer {
    background: #1e243d;
    padding: 0;
}
.footer-logo {
    position: relative;
}
.footer-logo:before {
    content: "";
    width: 600px;
    height: 144px;
    position: absolute;
    bottom: -0px;
    right: 0;
    background: #f1790c;
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
}
.footer-logo:after {
    content: "";
    width: 50px;
    height: 97px;
    position: absolute;
    top: -59px;
    right: 0;
    background: #bb5a01;
    z-index: -1;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
}
.footer-logo a {
    display: inline-block;
    position: relative;
    top: -9px;
}
.footer-logo img {
    width: 130px;
    filter: brightness(0) invert(1);
	top:-16px;
	position: relative;
}
footer .row {
    align-items: center;
}
footer p {
    margin: 0;
    color: #fff;
}
footer p a{
    color: #f1790c;
}
p.dev-by {
    text-align: right;
}
	.mob-hm{
		display:none;
	}


/*Modal*/

.modal-content {
    border-radius: 32px;
	padding: 1.5rem;
}
.service-modal-close {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 2;
    background-color: #f37106;
    padding: 8px 11px 8px 11px;
    background-size: 12px;
    background-position: center;
    opacity: 1;
}
.service-modal-content {
    padding: 2rem;
    height: 100%;
}
.service-modal-img img {
    border-radius: 19px;
}
.service-modal-content span {
    color: #ec6702;
    letter-spacing: 0.2px;
    font-weight: 400;
}

/*Inner Banner*/


.inner-banner {
    position: relative;
    overflow: hidden;
    padding: 90px 0 80px;
}

.inner-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255, 138, 0, 0.20), transparent 28%), radial-gradient(circle at bottom right, rgba(255, 94, 58, 0.22), transparent 30%), linear-gradient(120deg, #392d23 0%, #0e1939 45%, #392d23 100%);
    z-index: -2;
}
        .inner-banner::after{
            content: "";
            position: absolute;
            inset: 0;
            background-image:
            linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
            background-size: 80px 80px;
            z-index: -1;
        }

.banner-content {
    position: relative;
    z-index: 5;
    text-align: center;
}

        .banner-title{
            font-size: 48px;
            line-height: 1.05;
            font-weight: 600;
            color: #fff;
            margin-bottom: 25px;
        }

        .banner-title strong{
            color: #ff9b28;
            font-weight: 600;
        }


.shape{
    position: absolute;
    z-index: 1;
    opacity: 0.5;
}
.shape-one{
    width: 120px;
    height: 120px;
    border: 2px solid rgba(255,255,255,0.12);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: 70px;
    right: 8%;
    animation: floatRotate 8s linear infinite;
}
.shape-two{
    width: 40px;
    height: 40px;
    background: #ff9b28;
    transform: rotate(45deg);
    bottom: 70px;
    left: 8%;
    animation: floatUpDown 4s ease-in-out infinite;
}
.shape-three{
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.06);
    clip-path: polygon(
        25% 5%, 
        75% 5%, 
        100% 50%, 
        75% 95%, 
        25% 95%, 
        0% 50%
    );
    top: 40%;
    left: 48%;
    animation: zoomPulse 5s ease-in-out infinite;
}
.shape-four{
    width: 80px;
    height: 12px;
    background: repeating-linear-gradient(
        -45deg,
        #ff9b28,
        #ff9b28 8px,
        transparent 8px,
        transparent 16px
    );
    bottom: 25%;
    right: 18%;
    animation: moveLeftRight 5s ease-in-out infinite;
}
.shape-five{
    width: 55px;
    height: 55px;
    border: 2px solid rgba(255,255,255,0.15);
    top: 18%;
    left: 15%;
    animation: rotateBox 10s linear infinite;
}

@keyframes floatRotate{
    0%{
        transform: translateY(0px) rotate(0deg);
    }
    50%{
        transform: translateY(-20px) rotate(180deg);
    }
    100%{
        transform: translateY(0px) rotate(360deg);
    }
}

@keyframes floatUpDown{
    0%{
        transform: rotate(45deg) translateY(0px);
    }
    50%{
        transform: rotate(45deg) translateY(-15px);
    }
    100%{
        transform: rotate(45deg) translateY(0px);
    }
}

@keyframes zoomPulse{
    0%{
        transform: scale(1);
        opacity: 0.4;
    }
    50%{
        transform: scale(1.2);
        opacity: 0.8;
    }
    100%{
        transform: scale(1);
        opacity: 0.4;
    }
}

@keyframes moveLeftRight{
    0%{
        transform: translateX(0px);
    }
    50%{
        transform: translateX(20px);
    }
    100%{
        transform: translateX(0px);
    }
}

@keyframes rotateBox{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}


@media screen and (max-width: 767px) {
	
	header .container, header .container-sm {
		max-width: 750px;
	}
	.desk-hm{
		display:none;
	}
	.mob-hm{
		display:flex;
		gap: 9px;
	}
	#header {
    padding: 0 0 0;
}
.header-link {
    padding: 0 0rem;
	border:none;
}
.header-link i {
    width: 40px;
    height: 40px;
    font-size: 16px;
}
.quote {
    height: 48px;
    padding: 0 0.7rem;
    font-size: 16px;
    margin-right: 0;
}
.mob-header-rt {
    display: none;
}	
header .col-3 {
    padding-right: 0;
}
	#header .logo img{
    height: auto;
}
	
/*General css*/	
	
.theme-heading-sec h2 {
    font-size: 45px;
    line-height: 43px;
}	

	
/*Banner*/	
.carousel-inner {
    padding: 0 0.7rem;
}
.carousel-item {
            height: 100%;
	padding: 4rem 1rem 9rem;
}
	
.banner-heading h1 {
    font-size: 45px;
    line-height: 46px;
    text-shadow: 2px 3px 5px rgb(152 77 9 / 21%);
}
.banner-heading p {
    margin: 1.2rem 0 1.8rem;
}
.carousel-indicators {
    margin-bottom: 2rem;
}
	
/*Counter*/
	
.exp-wrap {
    display: block;
    padding: 1.5rem;
	background: #f3f3f6;
}
.exp-wrap.blk-bg h4, .exp-wrap.blk-bg h4 p {
    color: unset;
}
	.exp-row .col-6:first-child .exp-wrap, .exp-row .col-6:last-child .exp-wrap {
    background: #f1790c;
}

.exp-row .col-6:first-child .exp-wrap h4, .exp-row .col-6:last-child .exp-wrap h4, .exp-row .col-6:last-child .exp-wrap p {
    color: #fff;
}
	.exp-row .col-6:first-child .exp-img img, .exp-row .col-6:last-child .exp-img img {
    filter: brightness(0) invert(1);
}
.exp-row {
    width: 100%;
    margin: auto;
}

	
	
/*About*/
	
section.abt-sec {
    padding: 0px 0 3.5rem;
}
.abtimg-col {
    padding: 0 0rem;
    margin-bottom: 1.6rem;
}
.sign {
    display: block;
    text-align: center;
	width: 50%;
    padding: 0.5rem;
}
.ceo-img{
    width: 170px;
	height:auto;
}
.sign h5 {
    font-size: 18px;
    margin: 1rem 0 0;
}
	.signature-wrap {
		gap: 5px;
	}

/*contact*/
	
.contact-item {
    display: block;
    text-align: center;
}
.contact-icon {
    margin: 0 auto 0.8rem;
}
.contact-item p, .contact-item a {
    font-size: 18px;
    line-height: 24px;
}
.contact-item small {
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 4px;
    letter-spacing: -0.2px;
}
	.contact-item.border-end-custom {
        padding-bottom: 26px;
        margin-bottom: 0px;
    }
.quote-left .theme-heading-sec h2 {
    text-align: center;
}
.quote-left .theme-heading-sec p {
    text-align: center;
}
.quote-section .theme-heading-sec h2 {
    font-size: 36px;
    text-align: center;
}
	
/*Footer*/

footer {
    padding: 15px 0 22px;
}
    .footer-logo:before {
        width: 80%;
        height: 126px;
        position: absolute;
        bottom: 16px;
        left: 50%;
        z-index: 0;
        transform: translateX(-50%);
        clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    }
p.dev-by {
    text-align: center;
}
.footer-logo img {
	width: 160px;
    margin: auto;
    display: table;
    top: -1.7rem;
    position: relative;
}
.footer-logo:after {
    width: 80%;
    height: 97px;
    top: -37px;
    left: 50%;
    z-index: -1;
    clip-path: unset;
    transform: translateX(-50%);
}
footer p {
    text-align: center;
}
	
/*inner banner*/
	
	.banner-title{
		font-size: 32px;
	}
    .shape-one{
        width: 80px;
        height: 80px;
    }

    .shape-three{
        width: 50px;
        height: 50px;
    }

    .shape-four{
        width: 50px;
    }
	
}
@media screen and (max-width:425px) {
	   .quote {
        height: 43px;
        padding: 0 0.4rem;
        font-size: 15px;
        letter-spacing: -0.3px;
    }
	.header-link i {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }
	.mob-hm {
        display: flex;
        gap: 3px;
    }
}
