* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*  
 font-family: "Chakra Petch", sans-serif;
 font-family: "Roboto", sans-serif;
*/
body {
    background: #fff;
    transition: 0.3s;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    
}
a {
    text-decoration: none;
    background: transparent;
    color: #fff;
    transition: 0.4s all ease;
}
a:hover {
    color: #fff;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: "Chakra Petch", sans-serif;
}
p {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 0rem;
  color: #5f5f5f;
  font-weight: 400;
}
section {
  padding: 80px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
/* SITE BTN */
.site-btn {
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    color: var(--s-white);
    font-weight: 500;
    text-align: center;
    padding: 15px 30px;
    background-color: var(--s-primary);
    border: 1px solid var(--s-secondary);
    border-radius: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    transition: all 0.5s;
    letter-spacing: 1.5px;
}
.site-btn:hover {
  color: var(--s-white);
  border:1px solid var(--s-secondary);
  background-color: var(--s-secondary);
}
.revSite-btn {
  background-color: #fff;
  color: var(--s-primary);
  border-color: #fff;
}
.revSite-btn:hover span {
  color: var(--s-white);
}
.site-outline-btn {
  background-color: transparent;
  border-color: var(--s-primary);
  color: var(--s-primary);
}
.revSite-outline-btn {
  background-color: transparent;
  border-color: var(--s-white);
  color: var(--s-white);
}
/* TITLE BAR */
.titleBar {
  margin-bottom: 25px;
  position: relative !important;
}
.titleBar h6 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--s-primary);
  margin-bottom: 15px;
  position: relative;
}
.titleBar h3 {
  font-size: 45px;
  font-weight: 600;
  color: var(--s-black);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.iconbg {
  background: var(--s-primary);
  border-radius: 5px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
:root {
  --s-primary: #016F17;
  --s-secondary: #32EE50;
  --s-third: #C68A32;
  --s-white: #ffffff;
  --s-black: #1b1b1b;
}
.bg-s-primary {
  background-color: var(--s-primary) !important;
}
.text-s-primary {
  color: var(--s-primary) !important;
}
.bg-s-secondary {
  background-color: var(--s-secondary) !important;
}
.text-s-secondary {
  color: var(--s-secondary) !important;
}
.text-s-white {
  color: var(--s-white) !important;
}
.bg-s-white {
  background-color: var(--s-white) !important;
}
.text-s-black {
  color: var(--s-black) !important;
}
.bg-s-black {
  background-color: var(--s-black) !important;
}
/*=========================================  
        HOME PAGE CSS START HERE 
===========================================*/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: var(--s-black);
  z-index: 99;
  border-radius: 0;
  padding: 0px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-scrolled .nav-link {
  /* color: var(--s-black) !important; */
  font-size: 15px !important;
}
/*================================
      HEADER CSS START HERE 
==================================*/
header {
  background-color: transparent;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
    z-index: 99;
}
/* TOP SECTION CSS */
.top-section {
  padding: 15px 0;
  background-color: transparent;
  border-bottom: 1px dotted #fff;
}
.top-location ul li {
  font-weight: 400;
  font-size: 14px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--s-white);
}
.top-location ul li a {
  color: var(--s-white);
  font-weight: 300;
}
.top-location ul li a lord-icon {
  margin-right: 8px;
}
.header-info ul li {
  padding: 0 3px;
}
.header-info ul li a {
  color: var(--s-primary);
  font-weight: 500;
  transition: 0.3s;
  background-color: var(--s-white);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.header-info ul li a:hover {
  color: var(--s-third);
  background-color: var(--s-secondary);
}
/* Bottom Header Start Here */
.dropdown-menu {
  left: 15px;
  border-radius: 10px;
  border: none;
  background-color: var(--s-white);
}
.dropdown-menu li a
{
  color: var(--s-black);
  padding: 10px 20px;
}
.dropdown-item:hover {
    background-color: var(--s-primary);
  color: var(--s-white);
}
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.bottom-header {
  background-color: transparent;
  width: 100%;
}
.navbar-toggler
{
  border: 1PX SOLID #FFF;
}
.navbar{
    padding-right: 30px;
    padding-left: 30px;
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: var(--s-black);
  margin: 0;
}
.bottom-header nav .navbar-nav .nav-item .nav-link.active::after {
  transform: scale(1);
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  color: var(--s-white);
  padding: 3px 2px;
  margin: 0 15px;
  border-radius: 50px;
  position: relative;
  letter-spacing: 1px;
}
.bottom-header nav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: currentColor;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.bottom-header nav .navbar-nav .nav-item .nav-link:hover::after {
  transform: scale(1);
}

/*************************************/
/***     Banner CSS Start Here     ***/
/*************************************/
.banner {
  background-color: #ffffff;
  position: relative;
}
.video-banner {
  position: relative;
  width: 100%;
  height: 850px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(113deg, #000000e0 45%, #0000009e 0%);
    left: 0;
    top: 0;
    right: 0;
    z-index: 0;
}
.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%); /* Centers the video */
  z-index: 1;
  object-fit: cover; /* Ensures the video covers the entire banner area */
}
.bannerContent{
    border-left: 2px solid #ffffff47;
    border-right: 2px solid #ffffff47;
    height: 850px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    position: relative;
    z-index: 1;
}
.bannerContent h5{
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--s-white);
    margin-bottom: 15px;
}
.bannerContent h1{
    font-size: 70px;
    text-transform: uppercase;
    color: var(--s-white);
    margin-bottom: 15px;
}
.bannerContent h2{
    font-size: 83px;
    text-transform: uppercase;
    color: var(--s-white);
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}
.bannerContent h2 div{
    margin: 0px -74px 0px 0px;
    padding: 0px 4px 4px 7px;
    border-style: solid;
    border-width: 2px 13px 2px 13px;
    border-color: var(--s-primary);
    border-radius: 10px 10px 10px 10px;
    position: relative;
    z-index: 0;
    display: inline-block;
}
.bannerContent h2 div::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.5px);
    -webkit-backdrop-filter: blur(9.5px);
    z-index: 0;
}
.bannerContent h2 span{
    position: relative;
    z-index: 1;
    display: inline-block;
}
.bannerContent p{
    font-size: 15px;
    width: 500px;
    color: var(--s-white);
    margin-bottom: 25px;
}

/* Hero Section Start Here */
.hero-section{
    margin-top: -95px;
    height: 90px;
    position: relative;
    z-index: 2;
    border-top: 2px solid #ffffff47;
}
.hero-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
     background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    border-left: 2px solid #ffffff47;
}
.left-hero-box{
    border-bottom: 5px solid var(--s-primary);
}
.hero-title h3{
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.hero-title-1{
    padding: 30px;
}
.hero-icon-1{
        background-color: var(--s-primary);
    height: 90px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ABout Us Section STart Here */
.whiteStuctureBg{
    background-image: url(https://calibercrane.ca/wp-content/uploads/2025/11/White_005.jpg);
}
.blackStuctureBg{
    background-image: url(https://calibercrane.ca/wp-content/uploads/2025/11/Black_008.jpg);
}
.about_image{
    /* margin: 0px -55px -38px -9px; */
    position: relative;
}
.about_image .about-1-image{
    -webkit-mask-image: url('https://calibercrane.ca/wp-content/uploads/2025/11/shape-1.png');
    mask-image: url('https://calibercrane.ca/wp-content/uploads/2025/11/shape-1.png');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    filter: brightness(26%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}
.about-2-image{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 550px;
    object-fit: cover;
}

/* Work Section Start Here */
.workSection{
    overflow: visible;
    z-index: 1;
}
.workSection::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 8px solid var(--s-third);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.work-image{
    position: relative;
    margin: 0px 0px -50px 0px;
}
.work-image img{
    -webkit-mask-image: url('https://calibercrane.ca/wp-content/uploads/2025/11/shape-1.png');
    mask-image: url('https://calibercrane.ca/wp-content/uploads/2025/11/shape-1.png');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 100%;
    height: 9w00px;
}
.work-right-box{
    padding: 10% 10% 10% 5%;
}
.work-image-box{
    position: relative;
}
.work-box{
    border: 1px solid #ffffff47;
    text-align: end;
}
.work-small-title{
    padding: 20px;
}
.work-box h5{
    background-color: #ffffff1a;
    padding: 5px 5px 3px 7px;
    border-left: 2px solid var(--s-third);
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
}
.work-icon{
    position: absolute;
    top: -45px;
    left: 20px;
    z-index: 2;
}
.work-image-box .work-box-image{
    height: 150px;
    position: relative;
    width: 100%;
}
.work-content{
    text-align: start;
    padding: 20px;
}
.work-content h4{
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* Services Section Start HEre */
.services-box{
    border: 1px solid #ffffff47;
    border-right: 3px solid var(--s-third);
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}
.services-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-content{
    padding: 50px 50px 50px 30px;
}
.services-content h3{
    font-size: 25px;
    margin-bottom: 15px;
    color: var(--s-black);
}
.services-content ul li{
    border-bottom: 1px solid #00000026;
    /* padding-left: 15px; */
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 8px 0;
    color: var(--s-black);
}
.services-content ul li i{
    font-size: 8px;
    margin-top: -4px;
}
.custom-nav {
  text-align: center;
  margin-top: 10px;
}
.owl-prev,
.owl-next {
  background: var(--s-primary);
  color: #fff;
  border: none;
  font-size: 24px;
  padding: 6px 16px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 100px;
  position: absolute;
  transition: all.3s;
}
.owl-prev{
    left: -50px;
    top: 40%;
}
.owl-next{
    right: -50px;
    top: 40%;
}

/* Call To Action Section */
.ctn-box{
    border-left: 1px solid var(--s-primary);
}

/* Process Section STart Here */
.process-box{
    background-color: #adadad52;
    border: 1px solid #00000026;
    padding: 30px;
    overflow: hidden;
}
.processnumber{
    position: relative;
    margin-bottom: 55px;
}
.processnumber::before{
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 120%;
    height: 1px;
    background-color: #00000026;
    z-index: 0;
}
.processnumber h5{
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    color: var(--s-white);
    background-color: var(--s-primary);
    border-radius: 100px;
    height: 40px;
    width: 40px;
    position: relative;
    z-index: 1;
}
.process-content h3{
    font-size: 25px;
    color: var(--s-primary);
    margin-bottom: 10px;
}
.process-content p{
    font-size: 15px;
    color: var(--s-black);
    margin-bottom: 15px;
}

/* FAQs Section Start Here */
.accordion-header .accordion-button
{
  font-size: 17px;
  background-color: transparent;
  color: var(--s-white);
  padding: 0 0 15px 0;
  border-radius: 0px !important;
  font-weight: 700;
  box-shadow: none;
  border-bottom: 1px solid #fff;
}
.accordion-button:not(.collapsed)
{
  color: var(--s-white);
}
.accordion-item
{
  background-color: transparent;
}
.accordion-body{
    color: var(--s-white);
}
.accordion-button::after{
    background-image: none !important;
    content: "+";
    background-color: var(--s-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    width: 20px;
    height: 20px;
    font-size: 18px;
}
.accordion-button:not(.collapsed)::after{
    background-image: none !important;
    content: "-";
    transform: none !important;
}

/* Footer Section Start Here */
footer {
  background-color: var(--s-black);
  position: relative;
  padding-top: 25px;
}
/* footer:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #222222f5;
          z-index: 0;
        } */
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-white);
}
.footer-box p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  color: var(--s-white);
}
.footer-box h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: var(--s-white);
  text-transform: uppercase;
}
.footer-box ul li {
  margin-bottom: 0.5rem;
}
.footer-box ul li a {
  font-size: 15px;
  color: var(--s-white);
}
.footer-box ul li a:hover {
  color: var(--s-secondary);
  letter-spacing: 1px;
}
.footer1stRow {
  padding: 2rem 0 1.5rem 0;
  position: relative;
  z-index: 1;
  /* border-top: 1px solid #2525251e; */
}
.socialmediaicon ul li a i {
  background-color: var(--s-white);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-primary);
  transition: 0.3s;
  border-radius: 100px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-secondary);
  color: var(--s-white);
}
.SocialIcon h3 {
  font-size: 17px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.copyRight {
  border-top: 1px dotted #ffffff5b;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

/* Back To Top CSS Start Here */
.button {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--s-primary);
  mix-blend-mode: multiply;
  overflow: hidden;
  border-radius: 30px;
  color: var(--s-primary);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.btn-txt {
  z-index: 1;
}
.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--s-primary);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}
.button:hover {
  box-shadow: 1px 1px 200px var(--s-white);
  color: #fff;
  border: none;
}
.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}








/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner
{
  background-color: var(--s-black);
  background-image: url(https://calibercrane.ca/wp-content/uploads/2025/11/banner-image.jpg);
  height: 450px;
  padding: 0;
}
.innerPagesBanner::after
{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(113deg, #000000e0 45%, #0000009e 0%);
}
.innerpage-title
{
    position: relative;
    z-index: 2;
    height: 450px;
    border-left: 2px solid #ffffff47;
    border-right: 2px solid #ffffff47;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 50px;
}
.innerpage-title h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 78px;
  position: relative;
  display: block;
  color: var(--s-white);
  margin-bottom: 10px;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin: 0 5px;
}
.breadcrumb-content ul li a{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin-right: 5px;
}
/* Mission Section Start here */
.ourMission
{
    background-color: var(--s-primary);
}
.valueBox
{
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 3em 1em 3em 1em;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.valueBox h4
{
    color: var(--s-primary);
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 25px;
    margin-top: 25px;
    letter-spacing: 1px;
}
.contactIcon h5
{
  font-size: 17px;
  font-weight: 600;
}
.innerservicescontent
{
  margin: 0;
}
.innerservicescontent
{
  padding: 40px 30px;
}
.innerservicescontent h2
{
  font-size: 17px;
}
.innerservicescontent p
{
  font-size: 17px;
}

/* Our Team Section Start here */
.ourTeam
{
  background-color: #fff;
}
.td-single-team-member
{
  margin-bottom: 30px;
  display: inline-block;
  transition: .3s;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.td-member-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: .3s;
  width: 100%;
}
.td-member-image img
{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.social-icon{
  position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    transition: .3s;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  background-color: var(--s-secondary);
  transition: .3s;
}
.social-icon ul li {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  background: var(--s-primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.social-icon ul li a i
{
  font-size: 16px;
  color: var(--s-white);
  transition: .3s;
}
.social-icon ul li:hover a i
{
  color: var(--s-secondary);
}
.td-member-content
{
  background: var(--s-primary);
  padding: 20px;
  margin-top: -10px;
  transition: .3s;
}
.td-member-content h3
{
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--s-white);
  transition: .3s;

}
.td-member-content h5
{
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--s-white);
  letter-spacing: 2px;

}
.td-member-image a img
{
  transform: scale(1);
  transition: .3s;
}
.td-single-team-member:hover .td-member-image a img
{
  transform: scale(1.1);
  transition: .3s;
}
.td-single-team-member:hover .social-icon
{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.disclosures-links
{
  list-style: decimal;
  padding-left: 20px;
}
.disclosures-links li
{
  margin-bottom: 5px;
}
.disclosures-links li a
{
 font-size: 14px;
 text-decoration: underline;
}


/*============================================
     Inner Services Pages CSS STart Here 
=============================================*/
.innerServicesPage p
{
  margin-bottom: 20px;
}
.innerServicesImage img
{
  height: 450px;
  object-fit: cover;
}
.innerServices-overlay
{
  background-color: #00000088;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.FAQs-image img{
  width: 100%;
  height: 550px;
  object-fit: cover;
  /* object-position: center 20%; */
  border-radius: 8px;
}






/*============================================
    Responsive CSS STart Here 
=============================================*/
@media (max-width: 991px){
  .top-section{
    display: none;
  }
  header{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .bottom-header{
    /* position: relative; */
    background-color: var(--s-primary);
  }
  .bottom-header .container
  {
    padding: 0 0px !important;
  }
  section
  {
    padding: 80px 0;
  }
  .header-btn
  {
    display: none;
  }
  .navbar-brand img{
    width: 120px;
  }
  .navbar-nav
  {
    align-items: self-start !important;
    border-top: 1px dotted #ffffff7e;
    margin-top: 10px;
    padding: 8px 0;
  }
  .bottom-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 6px 2px;
    margin: 0px 0; 
    color: var(--s-white);
  }
  .header-scrolled .nav-link {
    color: var(--s-white) !important;
  }
  .site-btn {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
  }
  .titleBar h3{
    font-size: 25px;
  }
  .titleBar h6{
    font-size: 13px;
  }
  p{
    font-size: 14px;
  }

  /* Banner */
  .bannerContent{
    padding: 0 10px;
     min-height: 500px;
    height: 500px;
  }
  .bannerContent h2 div{
    padding-top: 5px;
  }
  .bannerContent h1 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .bannerContent h2{
    font-size: 29px;
  }
  .bannerContent p{
    font-size: 15px;
  }
  .video-banner{
    min-height: 480px;
    height: 480px;
    padding: 4em 0em 3em 0em;
  }
  /* Hero Section */
  .hero-section{
    margin-top: 0;
  }
  /* What We Do */
  .whatWeDOSection{
    background-size: 0vw 100%;
  }
  .scrolingclass {
    height: 575px;
  }
  .How-Work-box {
    min-height: 225px;
  }


  /* Pricing Card */
  .pricing-card{
    padding-bottom: 20px;
  }
  .pricing-card ul li{
    text-align: start;
  }

  /* ABout Page */
  .about_image img {
    height: 350px;
  }

  /* Inner Services Pages */
  .innerPagesBanner{
    height: 200px;
  }
  .innerpage-title {
    margin-top: 0;
  }
  .innerpage-title h2
  {
    font-size: 25px;
    line-height:25px;
  }
  .breadcrumb-content ul li{
    font-size: 13px;
  }
  .innerServicesImage img {
    height: 350px;
  }
  .accordion-header .accordion-button {
    font-size: 14px;
  }
  .contactUSPage{
    margin-top: 30px;
    padding: 30px 20px !important;
  }
  .innerservicescontent {
    padding: 0px 0;
  }
}