html {
  scroll-behavior: smooth;
}



body {
    font-family: 'Overpass';
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    font-weight: 400;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-BoldItalic.woff2') format('woff2'),
      url('../fonts/Overpass-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-ExtraBoldItalic.woff2') format('woff2'),
      url('../fonts/Overpass-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-Black.woff2') format('woff2'),
      url('../fonts/Overpass-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-BlackItalic.woff2') format('woff2'),
      url('../fonts/Overpass-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-ExtraBold.woff2') format('woff2'),
      url('../fonts/Overpass-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-Bold.woff2') format('woff2'),
      url('../fonts/Overpass-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-ExtraLight.woff2') format('woff2'),
      url('../fonts/Overpass-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-ExtraLightItalic.woff2') format('woff2'),
      url('../fonts/Overpass-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-Light.woff2') format('woff2'),
      url('../fonts/Overpass-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-Italic.woff2') format('woff2'),
      url('../fonts/Overpass-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-Medium.woff2') format('woff2'),
      url('../fonts/Overpass-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-LightItalic.woff2') format('woff2'),
      url('../fonts/Overpass-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-SemiBold.woff2') format('woff2'),
      url('../fonts/Overpass-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-Regular.woff2') format('woff2'),
      url('../fonts/Overpass-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-MediumItalic.woff2') format('woff2'),
      url('../fonts/Overpass-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-Thin.woff2') format('woff2'),
      url('../fonts/Overpass-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-ThinItalic.woff2') format('woff2'),
      url('../fonts/Overpass-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-SemiBoldItalic.woff2') format('woff2'),
      url('../fonts/Overpass-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}





img {
  max-width: 100%;
  border: 0;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 
 
}


textarea,
p,
div,
li,
button,
a {
 
  transition: ease-in-out 1s;
}

input{ }

ul {
 
}

li {
  font-size: 18px;
}

p {
  font-size: 18px;
}




.clear {
  clear: both;
  float: none;
  width: 100%;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

a {
  text-decoration: none !important;
  transition: ease-in-out 1s;
  
}

a:hover {
  transition: ease-in-out 1s;
  color: #000;
}
a,
span {
  display: inline-block;
/*   color: #fff; */
  transition: ease-in-out 1s;
}

:focus {
  box-shadow: none !important;
  outline: none !important;
}

textarea, p, input, div, li, button {
  font-size: 18px;
}


/*Responsive css*/

@media (min-width: 1366px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}

}

@media (min-width: 1440px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1350px;
}

}


@media (min-width: 1600px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1500px;
}

}


 /* thankyou page css  */
.Thank-you{padding: 50px 0 90px;text-align: center;}
.Thank-you img {width: 40%;}
.Thank-you a.home-back {text-decoration: none;color: #ffffff;background-color: #f1c40f;border-radius: 5px 5px 0px 0px;font-size: 20px;font-weight: 500;margin: 0;text-align: center;padding: 12px 30px; letter-spacing: 1px;transition: 0.5s ease-in-out;border-radius: 50px;border: 2px solid transparent;transition: 0.5s ease-in-out;}
.Thank-you h5 {font-size: 40px;margin-bottom: 20px;color: #000000;margin: 20px 0 40px;}
.Thank-you a.home-back:hover { background: #fff;color: #f1c40f;border: 2px solid #f1c40f;}
.Thank-you h3 {font-size: 160px;color: #ffffff;    -webkit-text-stroke: 4px #f1c40f;margin-bottom: -10px;}
/* end here  */



/* --------------------------------top-header-number---------------------------- */
.top-header-number {
  padding: 20px 0px;
  background: #00a5b6;
  text-align: center;
}
.top-header-number a{ color: #00a5b6; font-size: 18px; padding: 10px 30px; background: #fff; border-radius: 20px; }
.top-header-number a:hover {color:#ffffff; background:-webkit-linear-gradient(top, #001d20 0%, #034f57 100%);  background:linear-gradient(to bottom, #001d20 0%, #034f57 100%);}
.top-header-number a:hover i{ color: #fff;}
.top-header-number a i {
  color: #00a5b6;
  padding-right: 7px;
  transition: ease-in-out 1s;
}
/* -------------------------------header----------------------------------- */


a.navbar-brand.text-brand img {
  width:100%;
}

.fixed-nav {
  z-index: 222;
  position: fixed;
  background-color: #fff;
 

}

.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  background: #fff;
  z-index: 9999;
}

.fixed-nav .top-bg-menu {
  position: relative;
}

.navbar-default {
  transition: all 0.5s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

}

.navbar-default .nav-search {
  color: #fff;
  font-size: 1.5rem;
}

/* .navbar-default.navbar-reduce {
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
} */
.navbar-default.navbar-trans,
.navbar-default.navbar-reduce {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navbar-default.navbar-trans .nav-item, .navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding-right: 20px;
  padding-bottom: 0px;
  margin-left: 0;
  padding-left: 20px;
  position: static !important;
}

@media (min-width: 768px) {

  /* .navbar-default.navbar-trans .nav-item,
  .navbar-default.navbar-reduce .nav-item {
    margin-left: 15px;
  } */
}

.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding-left: 0px;
  padding-right:0px;
  font-family: 'Fira Sans Condensed', sans-serif;
}
.top-bg-menu {
  padding: 10px 0px;
}
.navbar-nav {

  margin-right: -17px;
}

.navbar-default.navbar-trans .nav-link:before,
.navbar-default.navbar-reduce .nav-link:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background-color: #ff8a00;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
}

.navbar-default.navbar-trans .nav-link:hover,
.navbar-default.navbar-reduce .nav-link:hover {
  color: #fff;
}

.navbar-default.navbar-trans .nav-link:hover:before,
.navbar-default.navbar-reduce .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.navbar-default.navbar-trans .show>.nav-link:before,
.navbar-default.navbar-trans .active>.nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before,
.navbar-default.navbar-reduce .show>.nav-link:before,
.navbar-default.navbar-reduce .active>.nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before {
  transform: scaleX(1);
}

.navbar-default.navbar-trans .nav-link:before {
  background-color: #000;
}

.navbar-default.navbar-trans .nav-link:hover {
  color: #000;
}

.navbar-default.navbar-trans .show>.nav-link,
.navbar-default.navbar-trans .active>.nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
  color: #000;
}

.navbar-default.navbar-reduce {
  transition: all 0.5s ease-in-out;
  padding-top: 19px;
  padding-bottom: 19px;
}

.navbar-default.navbar-reduce .nav-link {
  color: #000;
}

.navbar-default.navbar-reduce .nav-link:before {
  background-color: #000;
}

.navbar-default.navbar-reduce .nav-link:hover {
  color: #000;
}

.navbar-default.navbar-reduce .show>.nav-link,
.navbar-default.navbar-reduce .active>.nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
  color: #000;
}

.navbar-default.navbar-reduce .navbar-brand {
  color: #000;
}

.navbar-default .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 4px solid #000;
  border-right: 0;
  border-bottom: 0;
  transform: translate3d(0px, 40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 0px 0;
}


.nav-item-btn a{
  font-size: 16px;
  font-weight: 500;
  padding: 14px 44px !important;
  color: #fff !important;
  background: -webkit-linear-gradient(top, #00c8dd 0%, #009cac 100%);
  background: linear-gradient(to bottom, #00c8dd 0%, #009cac 100%);
  border-radius: 5px;
  border-radius: 20px;
}
.nav-item-btn a:hover {
  color: #ffffff;
  background: -webkit-linear-gradient(top, #001d20 0%, #034f57 100%);
  background: linear-gradient(to bottom, #001d20 0%, #034f57 100%);
}

.nav-item-btn a:before{ display: none;}


.sub-menu {
  padding: 30px 20px;
  position: absolute;
  width: 100%;
  left: 0 !important;
}






@media (min-width:992px) {
  .navbar-default .dropdown .dropdown-menu {
    border-top: 4px solid #000;
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
    column-count: 3;
    width: 100%;
    top: 0px;
}
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 10px 18px;
  transition: all 500ms ease;
  font-weight: 400;
  min-width: 220px;
  font-size: 18px;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #3bc1cc;
  color: #fff !important; 
  transition: all 500ms ease;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #3bc1cc;
  color: #fff;
}

.navbar-default .dropdown:hover .dropdown-menu {
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

/*------/ Hamburger Navbar /------*/
.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #000000;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(-135deg);
  opacity: 0.9;
}


header.fixed-nav::after{
  display: none;
}
.darkHeader {
  position: fixed;
  top: 0;
  animation: smoothScroll .5s forwards;
  box-shadow: rgb(0 0 0 / 20%) 0 2px 6px 0;
  background: #000;
}


.border-left {
  border-left: 1px solid #000 !important;
}


.fixed-nav a.navbar-brand.text-brand img {
  width: 80px;
}
.fixed-nav .navbar-default.navbar-trans .nav-link, .navbar-default.navbar-reduce .nav-link {
  font-size: 19px;}

  .fixed-nav a.navbar-brand.text-brand img {
    width: 242px;
}

/* --------------------------------new-css-menu-------------------- */

nav .wrapper{
  position: relative;
  max-width: 100%;
  padding: 0px 30px;
  height: 100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links {
  display: inline-flex;
  margin-bottom: 0px;
}
.nav-links li{
  list-style: none;
}
.nav-links li a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 14px 15px;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.nav-links li a:hover {
  color: #00a5b6;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top:100px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
li.nav-item-btn {
  margin-left: 10px;
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 85px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content {
  background: #fff;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  z-index: 9;
  position: relative;
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #141414;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #00a5b6;
}
.wrapper .btn{
  color: #141414;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}


@media screen and (max-width: 992px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
    z-index: 9;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
 
}
@media screen and (max-width: 970px) {
 
}
nav input{
  display: none;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}

/* <-------------------footer--------------------------------> */
footer {
    padding: 30px 0px 30px 0px;
    color: #000000;
    position: relative;
  overflow: hidden;
  
  
  }
  footer address{
    margin-bottom: 3px !important;
  }
  .footertitl{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 3px 0px;
  }
  .footer-box1{
    border-right: 1px solid #4d8f95;
  }
  .footer-box ul li a {
    font-size: 18px;
    color: #fff;
    padding: 4px 0px;
    transition: all 0.5s ease-in;
    border-bottom: 1px solid transparent;
  
  }
  .footer-boxrow{
    padding:30px 0px 30px 0px;
    
    margin-top: 30px;
  }
  .footer-boxrow .icon-img{ width: 15%;}
  .footer-box ul li a:hover {
  transform: 1.1;
    border-bottom: 1px solid #fff;
  
  }
  .soial-icon,
  .soial-icon ul{
    text-align: center;
    
  }
  .soial-icon ul li a {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-color: #89d2d9;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    font-size: 24px;
    font-weight: bold;
    margin: 3px 3px 3px 0px;
    color: #033d43;
    text-align: center;
    border: 1px solid transparent;
    transition: all 0.5s ease-in;
  
  
  }
  .soial-icon ul li a:hover{
    border: 1px solid #fff;  background-color: transparent;
  }
 
  
  .foot-bottm a {
    color: #000000;
  }
  
  .footer-box-logo {
    text-align: center;
  }
  .footer-box {
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
  }
  .footer-box22 {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 20px;
}
  .footer-box ul{ padding:0px; margin: 0px;}
  .footer-box li{ text-decoration: none; list-style: none; font-size: 18px;}
  .footer-box-logo li{ text-decoration: none; list-style: none;}
  .footer-box h4{ color: #000;}
  .footer-box ul li{ color: #777777;}
  .footer-box ul li a{ color: #777777;}
  .footer-box ul li a:hover{ color: #00c3d8;}
.menu-footer { text-align: center; justify-content: center; margin: 0px; padding: 30px 0px; border-top: 1px solid #4d8f95; border-bottom: 1px solid #4d8f95;}
.menu-footer li{ padding: 0px 20px; list-style: none; color: #000;}
.menu-footer li a{ color: #000; font-size: 18px;}
.menu-footer li a:hover{ color: #00c3d8;}

.foot-bottm-img img{ width: 150px;}
.text-end ul{ display: flex;}
.text-end ul li{ padding: 0px 5px; list-style: none; }    
.text-end ul li a{ width: 35px; height: 35px; background: #000; border-radius: 50%; display: flex; justify-content: center; align-items: center;}    
.text-end ul li a:hover{background: #00c3d8;}
.text-end ul li a i{ color: #fff;}   






/*------------------common-css End-------------------*/
.navbar .dropdown ul {display: block;position: absolute;left: 0px;top: calc(100% + 30px); margin: 0;padding: 10px 0;z-index: 99;opacity: 0;visibility: hidden;background: #e9d3bf;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);transition: 0.3s;border-radius: 4px;}
.navbar .dropdown ul li {margin-bottom: 2px;
  min-width: 250px;
  background: #000;
  color: #fff;}
.navbar .dropdown ul a {padding: 10px 10px;font-size: 16px;text-transform: none;color: #fff; }
.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:#fff;border-bottom: none;}
.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;}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.service-dropdown li a:hover{border-bottom: none !important;}
.service-dropdown li:hover{padding-left: 10px;}
.drop-service{margin-bottom: 3px;}



/* -----------------------banner--------------------------- */

.home-banner{position: relative;}
.home-banner-text-container {
  position: absolute;
  bottom: 22%;
  color: #fff;
  z-index: 1;
  left: 3%;
}
.home-banner-heding {
  font-size: 86px;
  color: #fff;
  font-weight: 600;
}
.home-banner-text-container p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  color: #000000;
}
.banner-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-color: rgb(0 0 0 / 62%); */
  background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), rgb(0 0 0));
}
.banner-services {
  display: flex;
  gap: 30px;
}
.banner-services .banner-items p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 26px;
  text-align: center;
}
.banner-item {
  background: #fff;
  border-radius: 8px 8px 0px 8px;
  padding: 18px 38px;
}
.banner-item:hover{background: #f2d690;}
.banner-find-btn {
  font-size: 18px;
  padding: 16px 34px;
  border-radius: 8px;
  color: #fff;
  font-weight: 400;
  background-color: #55c2eb;
  display: inline-flex;
  align-items: center;
}
.banner-find-btn:hover{color: #fff;background: #f2d690;}
.banner-find-btn span{padding-left:10px;}
  #offerSlidern .owl-dot.active span {
    background-color: #00c8dd;;
    width: 32px;
    height: 4px;
    margin: 3px;
    border-radius: 8px;
}

#offerSlidern .owl-dot span {
  background-color: #fff;
  width: 32px;
  height: 4px;
  margin: 3px;
  border-radius: 8px;
}
#offerSlidern .owl-dot {
  display: inline-block;
}
#offerSlidern .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 29px;
  left: 60px;
}



/* -----------888888----------- */
.fixed-nav .logo{width: 250px;}
header {
  position:relative;
  top: 0px;
  left: 0px;
  transition: ease-in-out 5s;
  width: 100%;
  z-index: 5;
  background: #fff;
}
.fixed-nav {
  box-shadow: 0px 0px 15px rgb(0 0 0 / 45%);
  background-color: #ffffff;
  width: 100%;
  /* z-index: 9999; */
  transition: ease-in-out 5s;
  animation: smoothScroll 4s forwards;
  position: fixed;
}
.fixed-nav .nav-bg {background: #000;}
.nav-bg {
  /* position: absolute;
  top: 0px;
  left: 0px; */
  width: 100%;
  /* z-index: 33; */
  padding: 10px 0px;
}
.navbar-expand-lg .navbar-collapse {justify-content: end;}
.navbar-expand-lg .navbar-nav {align-items: center;}
.top-container {
  padding: 30px 30px;
  background: #ffffff;
  width: 520px;
  border-radius: 0px 20px 20px 0px;
}
.top-container h3{ font-size: 18px; color: #000; line-height: 32px; margin-bottom: 20px; font-weight: 400; }
.desktop-banner{display:block;}
.mobile-banner{display: none;}
.nav-item a:hover{color: #000 !important;border-bottom: 2px solid #fff !important;}
.navbar-nav a.nav-link.active {
color: #ccc !important;
border-bottom: 2px solid #fff;
}
.phone-btn{
font-size: 19px;
padding: 10px 28px;
color: #0a0a0a;
background: #e9d3bf;
border: 1px solid #e9d3bf;
font-weight: 400;
border-radius: 8px;
}
.et_pb_blurb_description a {
    color: #009cac;
}


.phone-btn:hover img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
  transition: ease-in-out 1s;
}
.phone-btn img{margin-right: 10px;}
.navbar-nav .nav-item .nav-link{
font-size: 19px;
color: #000;
font-weight: 400;
text-transform: capitalize;
border-bottom: 2px solid transparent;
}
.navbar-nav .nav-item{padding-right: 15px;}
.navbar-nav .nav-item:last-child{padding-right: 0;}
.contact{
gap: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.top-container-1 {padding: 0px 50px;}
.header-section.fixed-nav .top-nav-bar {background-color: #252525;animation: smoothScroll 4s forwards;}
.header-section.fixed-nav a.logo.d-flex.align-items-center img {width: 250px;}
.email-icon {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 2;
  background: #e9d3bf;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teza-vedio video {
  object-fit: cover;
  width: 100%;
  height:auto;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.banner-text-heading{padding-bottom:0px;font-size: 35px;    color: #00c8dd; font-weight: bold;}
.banner-text p{ color: hsl(0, 0%, 100%);}
.home-banner-title{font-size: 50px;padding-bottom: 30px; color: #fff;font-weight: bold;}
.home-btn-1{font-size: 16px;font-weight: 500; padding: 14px 44px; color: #fff !important;    background: -webkit-linear-gradient(top, #00c8dd 0%, #009cac 100%);
  background: linear-gradient(to bottom, #00c8dd 0%, #009cac 100%);border-radius: 5px;border-radius:20px;}
.home-btn-1:hover{color: #ffffff;     background: -webkit-linear-gradient(top, #001d20 0%, #034f57 100%);
  background: linear-gradient(to bottom, #001d20 0%, #034f57 100%);}
.inner-banner {position: relative;}
.inner-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), rgb(0 0 0));
  z-index: 1;
}
 .et_pb_blurb_content p:last-of-type {
    padding-bottom: 0;
    margin: 0;
}
.banner {position: relative;}
.banner-text-container {
  position: absolute;
  width: 100%;
  bottom: 24%;
  z-index: 2;
  text-align: left;
  left: 3%;
}
.banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-color: rgb(0 0 0 / 40%);
  background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), rgb(0 0 0)); */
  z-index: 1;
}
.home-section-1:hover  .floating{
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

/* ------------------why-teza----------------------- */
.why-teza{ padding:80px 0px; background-image: url(../images/Image-Box-3bg.webp); width:100%; height:100%; background-repeat:no-repeat; background-size: cover;}
.why-teza .teza-text { text-align:left; }
.why-teza .teza-text h2 {
  color: #00c8dd;
  width: auto;
  font-size: 32px;
  font-weight: bold;
  display: inline;
  border-bottom:0px solid #009cac;
  padding-bottom: 7px;
}
.bold-heading {
  color: #00c8dd;
  width: auto;
  font-size: 40px;
  font-weight: bold;
  display: inline;
  border-bottom:5px solid #009cac;
  padding-bottom: 7px;
}
.why-teza .teza-text p {
  color: #000;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-right: 15px;
}
.teza-sec1-img{ background: #fff; padding-bottom: 10px;}
.teza-sec1-img:hover{ box-shadow: 2px 7px 30px #ccc;}
.teza-sec1-img h4{ font-size: 18px; font-weight: bold; color: #00c8dd;}


.inner-touch-content {
  background: #e2e8f0;
  margin-top: 0px;
  padding: 30px 0px;
  margin-left:0px;
  position: relative;
}
.inner-touch-content input {
  width: 100%;
  margin: 0px 0px 15px 0px;
  padding: 12px 10px;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  font-weight: 500;
}
.inner-testimonial-img figure{ margin: 0px; }
.inner-touch-content textarea{
  width: 100%;
  font-size: 17px;
  margin: 0px 0px 15px 0px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-weight: 500;
  resize: none;
  height: 130px;
}

.inner-touch-btn .submitbtn {
  font-size: 16px;
  font-weight: 500;
  padding: 14px 44px;
  color: #fff !important;
  background: -webkit-linear-gradient(top, #00c8dd 0%, #009cac 100%);
  background: linear-gradient(to bottom, #00c8dd 0%, #009cac 100%);
  border-radius: 5px;
  border-radius: 20px;
  width: 150px;
}
.inner-touch-btn a:hover{
  color: #ffffff;
    background: -webkit-linear-gradient(top, #001d20 0%, #034f57 100%);
    background: linear-gradient(to bottom, #001d20 0%, #034f57 100%);

}

.inner-touch-content .touch-title{
  font-size: 31px;
  font-weight: 700;
  color: #fff;
  padding: 10px 0px;

}
.inner-testimonial-img{
  overflow: hidden;
}

.inner-touch{
  padding: 70px 0px;
}






/* ---------------------home-section-3------------------- */

.home-section-3{padding: 70px 0px; background-color: #F1F1F1;}
.hm-sec3-img img {
  border-radius: 0px;
  transition: opacity 1s, transform 0.7s ease-in;
  opacity: 0.8;
}

.hm-sec3-text-box{position: relative;}
.hm-sec3-text-box:hover .hm-sec3-text-box-title1 {
  height: 100%;
}

.hm-sec3-text-box-title1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  margin: auto;
  height: 0;
  padding: 70px 30px 30px 30px;
  opacity: 0;
  text-align:left;
  border-radius: 0px;
  transition: 1s;
  outline: 0px solid #e9d3bf;
  outline-offset: 0px;
}


.service-btn{font-size: 16px; color:#fff; font-weight: 500; padding: 14px 44px;     background: -webkit-linear-gradient(top, #00c8dd 0%, #009cac 100%);
  background: linear-gradient(to bottom, #00c8dd 0%, #009cac 100%);border-radius: 5px;border-radius:20px;}
.service-btn:hover{color: #ffffff;     background: -webkit-linear-gradient(top, #001d20 0%, #034f57 100%);}
.et-l.et-l--footer .et_pb_module_header {
    margin-bottom: 0;
    line-height: 15px;
}
.et-l.et-l--footer .et_pb_text_inner a {
    color: #009cac;
}

.hm-sec3-text-box{border-radius:0px; background: #000; text-align: center; margin-bottom: 25px;}
.hm-sec3-text-box-title {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  width: 100%;
}
.hm-sec3-number{font-size: 30px;color: #fff;font-weight: bold;}
.hm-sec3-number2 {
  font-size: 30px;
  color: #00c8dd;
  font-weight: bold;
  margin-bottom: 30px;
}
.hm-sec3-title{font-size: 20px;color: #ffffff;font-weight: bold;}
.hm-sec3-text-box:hover .hm-sec3-text-box-title{opacity: -1;transition: ease-in-out 1s;}
.hm-sec3-text-box:hover  .hm-sec3-text-box-title1{opacity: 2;transition: ease-in-out 1s;}

.hm-sec3-number1{font-size: 60px;color: #fff;font-weight: bold;}
.hm-sec3-title1{font-size: 30px;padding-bottom: 15px;  color: #ffffff;font-weight: bold;}
.hm-sec3-text-box-title1:hover{opacity: 3;}

.hm-sec3-container{padding: 0px 25px;}
.hm-sec3-text {
  padding-bottom: 20px;
  text-align: center;
}
.hm-sec3-text ul{
  margin: 0px;
  padding: 0px;
 
}
.hm-sec3-text .tabsh3 {
  display: inline-block;
  margin: 10px;
}
.hm-sec3-text .tabsh3 h3 {
  font-size: 18px;
  color: #000;
  background: #00c8dd;
  color: #fff;
  padding: 12px 20px;
  display: inline-block;
  
  margin: 7px;
}
.hm-sec3-text h3 {
  color: #009cac;
  font-size: 50px;
  font-weight: 600;
}
.hm-sec3-text h2 { color: #00c8dd;  font-size: 56px;  font-weight: 300;}
.hm-sec3-text h2 span { font-weight: bold; color: #009cac;}
.hm-sec3-text p{ text-align: center !important; padding:0px 15%; color: #00c8dd; font-size: 16px;}
.hm-sec3-text h2 { color: #009cac; font-size: 56px; font-weight: 600; margin-bottom: 30px;}
.home-section-3 p{font-size: 18px;color: #000;font-weight: 400;text-align:left;}
.home-sec3-text p{font-size: 27px;line-height: 39px;font-weight: bold;color: #fff;}
.home-sec3-btn-1{font-size: 20px;padding: 10px 40px;font-weight: 400;color: #fff;background: #4682b4; text-transform: uppercase}
.home-sec3-btn-2{font-size: 20px;padding: 10px 40px;margin-left: 15px;font-weight: 400;color: #fff;background: #4682b4; text-transform: uppercase}
.home-sec3-btn-1:hover{color: #fff;background: #000;}
.home-sec3-btn-2:hover{color: #fff;background: #000;}
.home-sec3-img {text-align: end; padding: 80px 50px 0px 50px;}
.home-section-333{padding: 70px 0px; background-color: #e2e8f0;}





/*-------------------------------  review section -----------------------------------------*/
.home-section-6{padding: 80px 0px 30px 0px; background-image: url(https://bestofferglass.com/wp-content/uploads/2024/12/tt.banner-1.webp); width: 100%; height: 100%; background-repeat: no-repeat; background-size: 100%;}
.home-section-6 .top-container{ width: 100%; background: none;}
.top-container .hm-sec6-heading {
  font-size: 36px;
  padding-bottom: 0px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  padding-left: 70px;
  position: relative;
  margin-bottom: 30px;
}
.hm-sec6-heading::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0px;
  width: 50px;
  height: 5px;
  background: #fff;
  left: 0px;
}
.top-container h6 {
  padding-left: 210px;
  font-size: 20px;
  padding-bottom: 15px;
}
.item{margin-bottom: 50px;border-radius: 5px;}
.review-custom{padding: 80px 0 80px 0; }
.google-revied-box{ background-color:#f4f4f4; padding:20px;border-radius: 5px;}
.review-top-sec{ display: flex; align-items: center}
.re-custom-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #fff;
}
.re-custom-img img{border-radius: 50%;}
.review-top-sec {
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.re-custom-midd{ width:80%; padding: 0 10px;}
.google-revied-text{ font-size: 15px;}
.google-revied-text p{ font-size: 15px;}
.google-revied-text{
  font-size: 16px;
  color: #000000;
  margin-top: 8px;
  padding-right: 10px;
  line-height: 25px;
}
.google-revied-name{ font-size: 18px;margin-bottom: 3px;font-weight: bold; color: #0a0a0a;}
.google-time{
    font-size: 15px;
    color: #4e4d4d;
    font-weight: 400;
}
.google-revied-name-1{font-size: 18px;margin-bottom: 3px; font-weight: bold; color: #4285f4;}
.review-name{font-size: 20px;color: #0a0a0a;font-weight:bold;}
.five-strar-re{ padding: 10px 0px;}
.five-strar-re ul { display: flex;}
.five-strar-re i {margin-right: 4px;
    font-size: 16px;
    color: #fec42d;
}
.review-left-main{ padding: 15px 0px;}
.review-left-sec{ display: flex;    justify-content: center;align-items: center;}
.review-left-img{width: 60px;}
.review-left-img img{ width: 60px; height: 60px; border-radius: 50%;}
.review-left-right{ white-space: 80%; padding-left: 15px}
.five-star-left{display:  flex;padding-bottom: 10px;}
.five-star-left img{ margin-left: 4px;}
.five-number{ color: #ff8a00; font-size: 16px; font-weight: 600;}
.digi-name-reve{font-size: 24px; font-weight: bold; color: #0a0a0a; margin-bottom: 10px;}
.review-number-56{ font-size: 18px;font-weight: 400; margin-bottom: 10px;color: #000;}
.review-top-section{text-align: center;}
.yelp-five-star-left{padding-bottom: 10px;}
.review-buttton img{ margin-top: 10px;}
.et_pb_text>:last-child {
    padding-bottom: 0;
    font-size: 12px;
}
.et_pb_section_0_tb_footer.et_pb_section .et_pb_text>:last-child {
    padding-bottom: 0;
    font-size: 16px;
}
#products-sliders .owl-prev {
  position: absolute;
  top: 57%;
  left: 0px;
  /* display: none; */
}
#products-sliders .owl-prev span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
}
#products-sliders .owl-next span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
}
#products-sliders .owl-next {
    position: absolute;
    /* display: none; */
    top: 57%;
    right:0px;
}

#products-sliders .owl-dot span {
    background-color: #111;
    width: 30px;
    height:4px;
    margin: 2px;
    border-radius: 2px;
}
#products-sliders .owl-dot.active span {
    background-color: #690335;
    width: 30px;
    height: 4px;
}
#products-sliders .owl-dots {
    display: flex;
    z-index: 20;
    position: relative;
    bottom: -20px;
    justify-content: center;
    display: none;
}
.five-strar-re img {
  width: 50px !important;
  padding-top: 10px;
}




/* -----------waiting-for--------------------- */

.waiting-for {
  padding: 60px 130px;
  background-color: #F7F9FC;
}
.waiting-for h3 {
  font-size: 30px;
  font-weight: bold;
  color: #009cac;
}
.waiting-for p{
  padding-bottom: 20px;
}




/* ---------gallery------------ */
  
.out-gallery {
  margin: 70px 0px;
  overflow: hidden;
}
.out-gallery h3 {
  font-size: 56px;
  font-weight: bold;
  color: #009cac;
  text-align: center;
  margin-bottom: 30px;
}
.map-inner-img iframe {
  width: 100%;
  height: 90vh;
}

.maing {
  column-width: 390px;
  column-gap: 5px;
  padding: 5px;
}

.maing a {
  display: block;
}

.maing img {
  width: 100%;
  cursor: pointer;
  padding-bottom: 5px;
}

.maing-a {
  column-width: 296px;
  column-gap: 1px;
  padding: 1px;
}

.maing-a a {
  display: block;
  border: 2px solid #fff;
}

.maing-a img {
  width: 100%;
  cursor: pointer;
  padding-bottom: 1px;
 border-radius: 20px;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}
.gallery-item{
  position: relative;
}
.overlay-1{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000001f;
  overflow: hidden;
  width: 100%;
  margin: auto;
  height: 0;
  transition: .5s ease;}
  
  .emp-text {
      width: 100%;
      padding: 20px 8px;
      background: #d8b102;
      font-size: 20px;
      position: absolute;
      top: 95%;
      left: 0;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(0%, -50%);
      text-align: center;
      right: 0;
      margin: auto;
  }
  .fed-emp-name{
      font-size: 19px;
      color: #000000;
      font-weight: 600;
      line-height: 21px;
  }
.gallery-item:hover .overlay-1 {height: 100%; }
.gallery-heading{font-size: 34px;padding-bottom: 15px; color: #0a0a0a;font-weight:bold;text-align: center;}

.video-box{margin-bottom: 20px;}
.video-gallery-section-1{padding: 50px 0px;background: #f5f5f5;}
.video-gal-sec1-box{
  border: 2px solid #e9d3bfe3;
  box-shadow: 0px 0px 20px #ccc;
  transition: ease-in-out 1s;

}




.contact-form {
  padding-right: 0px;
  border: 1px solid #ccc;
  padding: 30px 25px;
  background: #e2e8f0;
}
.contact-right{ padding-left: 30px;}
.contact-form .form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: .375rem .75rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 5px;
   
}

.contact-form textarea{ height: auto!important}
.submit-button {
  font-size: 16px;
  font-weight: 500;
  padding: 14px 44px;
  background: -webkit-linear-gradient(top, #00c8dd 0%, #009cac 100%);
  background: linear-gradient(to bottom, #00c8dd 0%, #009cac 100%);
  border-radius: 5px;
  border-radius: 20px;
  color: #fff;
  border: none;
}
.submit-button:hover{   
   color: #ffffff;
  background: -webkit-linear-gradient(top, #001d20 0%, #034f57 100%);
  background: linear-gradient(to bottom, #001d20 0%, #034f57 100%); }














@media (max-width: 1600px){
.banner-text-heading { font-size: 34px;}
.home-banner-text-container p { font-size: 20px; line-height: 36px;}
.home-btn-1 { padding: 14px 40px;}
.hm-sec3-text h2 {font-size:40px; margin-bottom: 20px;}
.item { margin-bottom: 30px;}
.out-gallery h3 {font-size: 50px;}
.out-gallery { margin: 60px 0px;}
.home-section-333 { padding: 60px 0px;}
.home-section-3 { padding: 60px 0px;}
.why-teza .teza-text p { font-size: 17px;}
.bold-heading {font-size: 38px;}
.contact-form .form-control { height: 50px; font-size: 16px;}
.hm-sec3-text .tabsh3 h3 { font-size: 17px; padding: 12px 25px;}
.home-section-3 p { font-size: 17px;}
.hm-sec3-text h3 { font-size: 40px;}
#products-sliders .owl-prev {top: 60%;}
#products-sliders .owl-next { top: 59%;}
/* p { font-size: 17px;} */
.out-gallery h3 { font-size: 40px;}
.footer-box ul li a {padding: 0px 0px;}





}


body, html{ overflow-x: hidden;}
@media (max-width: 1440px){
.home-banner-text-container { left: 4%;}
.hm-sec3-text p { padding: 0px 27%;}
.why-teza .teza-text p {margin-bottom: 28px; font-size: 16px;}
.hm-sec3-text p { padding: 0px 26%;}
.out-gallery h3 { font-size: 45px;}
.hm-sec3-text h2 { font-size: 45px;}
.hm-sec3-text .tabsh3 h3 { font-size: 16px; padding: 15px 15px;}
.hm-sec3-text p { padding: 0px 10%;}
.nav-links li a {font-size: 17px;}





}

@media (max-width: 1400px){
.hm-sec3-text p { padding: 0px 25%;}
p { line-height: 28px;}
.container{ max-width: 95%;}
#products-sliders .owl-prev { top: 60%;}
#products-sliders .owl-next {top: 60%;}


}
@media (max-width: 1366px) {
.banner-text-heading { font-size: 32px; }
.home-banner-text-container p { font-size: 18px; line-height: 30px;}
.why-teza .teza-text h3 {font-size: 30px; border-bottom: 3px solid #009cac; padding-bottom: 6px;}
.hm-sec3-text h2 { font-size: 35px;}
.hm-sec3-text p {padding: 0px 20%;  font-size: 16px;}
.hm-sec3-number2 { font-size: 28px;}
.service-btn { padding: 12px 40px;}
.home-section-3 { padding: 50px 0px;}
.top-container { padding: 30px 25px;}
.re-custom-img { width: 70px; height: 70px;  border: 4px solid #fff;}
.waiting-for p { font-size: 16px;}
.out-gallery h3 { font-size: 40px;}
.out-gallery { margin: 50px 0px;}
.hm-sec3-number { font-size: 28px;}
.hm-sec3-title { font-size: 18px;}
.home-section-3 p { font-size: 16px;}
.top-container h3 {font-size: 16px;line-height: 28px;}
.home-btn-1 { padding: 11px 30px;}
.hm-sec3-text h3 { font-size: 35px;}
#products-sliders .owl-prev { top: 63%;}
#products-sliders .owl-next{ top: 63%;}
.google-revied-text { padding-right: 0px;}
.nav-item-btn a {font-size: 16px; padding: 12px 44px !important;}
.top-header-number a { font-size: 16px; padding: 10px 25px;}
.icon-text h4 {font-size: 20px;}
.footer-box li {font-size: 16px;}
.footer-box ul li a {font-size: 16px;}
.menu-footer li a {font-size: 17px;}
.foot-bottm {font-size: 16px;}
.foot-bottm a { font-size: 16px;}
.row .mega-links li a { font-size: 14px;}
.mega-box .content .row {line-height: 26px;}
.row .mega-links li a {padding: 0 0px 0px 10px;}
.icon-img img { width: 40px;}
.nav-links li a { font-size: 15px;}
}


@media (max-width: 1360px) {
.teza-sec1-img img { width:160px !important;}
.teza-sec1-img h4 { font-size: 17px;}
#products-sliders .owl-prev {top: 62%; left: 10px;}
#products-sliders .owl-next { top: 62%; right: 20px;}
.google-revied-text { line-height: 26px;}
.home-btn-1 { padding: 12px 30px;}
.waiting-for { padding: 50px 130px;}
.home-section-6 { padding: 60px 0px 0px 0px;}


}
@media (max-width: 1280px) {
.top-container { width: 480px;}
.why-teza { padding: 60px 0px;}
.why-teza .teza-text h3 { font-size: 35px;}
.hm-sec3-text .tabsh3 h3 { padding: 15px 12px;}
#products-sliders .owl-prev {top: 65%;}
#products-sliders .owl-next {top: 65%;}
.google-revied-box { padding: 20px 30px;}
.nav-links li a { font-size: 16px;}
.nav-item-btn a { padding: 12px 25px !important;}
nav .wrapper { padding: 0px 0px;}








}

@media (max-width: 1152px) {
.hm-sec3-text p {  padding: 0px 25%;  font-size: 16px; }
.waiting-for { padding: 50px 40px;}
.hm-sec3-text-box-title1 { padding: 40px 30px 30px 30px;}
.google-revied-box { padding: 20px 15px;}
.hm-sec3-text p { padding: 0px 15%;}
.hm-sec3-text .tabsh3 h3 {padding: 15px 20px;}
.contact-form {padding: 30px 20px;}
.top-container { width: 470px;}
.why-teza .teza-text h2 { font-size: 30px;}
.hm-sec6-heading::before { top: 12px;}
.waiting-for { padding: 50px 20px;}
.logo img {width: 240px;}
.nav-item-btn a { padding: 10px 25px !important;}
.icon-img img { width: 35px;}
.icon-text h4 {margin-bottom: 5px;}
.footer-boxrow {margin-top: 10px;}





}

@media (max-width: 1024px) {
.teza-sec1-img h4 { font-size: 15px; }
.hm-sec3-text p { padding: 0px 10%;}
.home-section-3 p {font-size: 15px; line-height: 26px;}
.hm-sec3-text-box-title1 { padding: 30px 15px 30px 15px;}
#products-sliders .owl-prev { top: 66%;}
#products-sliders .owl-next { top: 66%;}
.top-container { padding: 0px 25px 30px;}
.hm-sec3-text h2 { font-size: 35px;}
.banner-text-heading { font-size: 28px;}
.top-container { padding: 15px 20px 30px;}
.top-container { width: 400px;}
.home-banner-text-container { left: 5%;}
.home-banner-text-container { bottom: 20%;}
.hm-sec6-heading { font-size: 30px; padding-left: 60px;}
.why-teza .teza-text h2 { font-size: 28px;}
.logo img {width: 200px;}
.nav-links li a { font-size: 15px; padding: 10px 10px;}









}
@media (max-width:991px) {
#products-sliders .owl-prev { top: 57%;}
#products-sliders .owl-next { top: 57%;}
.waiting-for { padding: 50px 20px;}
.hm-sec3-text p { padding: 0px 15%;}
.banner-text-container { bottom: 15%;}
.why-teza .teza-text h2 { font-size: 24px;}
.why-teza .teza-text h3 { font-size: 28px;}
.why-teza .teza-text p { margin-bottom: 15px;}
nav .wrapper {height: 80px;}
.logo img { width: 270px;}
.nav-links li a { color: #ffffff;}
.wrapper .nav-links { line-height: initial;}
.nav-links li a { font-size: 20px; padding: 5px 10px;}
.nav-links .mobile-item { padding-left: 10px; font-family: 'Fira Sans Condensed', sans-serif; display: flex; justify-content: space-between;}
.wrapper .btn { color: #00a5b6;}
.mega-box { padding: 0 0px;}
.row .mega-links li {width: 100%;}
.row .mega-links li a {padding: 5px 0px 0px 10px; font-size: 16px;  width: 100%;}
.content .row .mega-links { margin-left: 0px;}
.row .mega-links li { padding: 0 0px;}
.content .row .mega-links { padding-left: 0px;}
.mega-box .content { padding: 20px 15px 0 15px;}
.nav-links .mobile-item:hover { background: #242526;}
.nav-links .mobile-item { padding: 5px 10px;}
.menu-footer li a { font-size: 16px;}






}

@media (max-width: 912px) {
.home-section-3 { padding: 40px 0px; }
.container { max-width: 97%;}
.hm-sec3-container { padding: 0px 0px;}
.home-section-3 { padding: 40px 0px 30px;}
.waiting-for { padding: 40px 20px;}
.out-gallery {margin: 40px 0px;}
.why-teza .teza-text h3 { font-size: 26px;}
.why-teza .teza-text h2 { font-size: 22px;}
.banner-text-heading {font-size: 26px;}
/* p { line-height: 26px;} */
.hm-sec3-text p { padding: 0px 10%;}
.hm-sec3-number { font-size: 24px;}
.top-container .hm-sec6-heading {font-size: 30px;}
#products-sliders .owl-prev {top: 60%;}
#products-sliders .owl-next { top: 60%;}



}

@media (max-width:840px) {
.why-teza .teza-text h2 { font-size: 19px;}
.why-teza .teza-text h3 {font-size: 24px;}
.banner-text-heading {font-size: 24px; line-height: 32px;}
.top-container h3 { margin-bottom: 10px;}
.top-container { padding: 15px 20px 15px;}
.banner-text-container { bottom: 12%;}
.contact-form .form-control { height: 45px;}
.hm-sec3-text h2 { font-size: 30px; margin-bottom: 10px;}
.hm-sec3-text h3 { font-size: 30px;}
.hm-sec3-text p { padding: 0px 5%;}
.hm-sec3-number { font-size: 22px;}
.waiting-for h3 { font-size: 28px;}
.out-gallery h3 { font-size: 30px;}
.menu-footer li {padding: 0px 10px;;}
.footer-boxrow .icon-img { width: 25%;}








}


@media (max-width:767px) {
.desktop-banner{display:none;}
.mobile-banner{display:block;}
.top-container { width: 100%;}
.banner-text-container { left: 0%;}
.top-container { background: #ffffffe0;}
.why-teza { padding: 30px 0px;}
.contact-form { padding: 25px 15px;}
.contact-form { margin-top: 25px;}
.hm-sec3-text h2 { font-size: 26px;}
.home-section-3 { padding: 30px 0px 10px;}
.hm-sec3-text .tabsh3 h3 { padding: 15px 20px; width: 100%; margin: 7px 0px;}
.container { max-width: 100%;}
.hm-sec3-text .tabsh3 { margin: 0px;}
.hm-sec3-text .tabsh3 h3 { padding: 15px 10px;}
.hm-sec3-number2 { font-size: 26px;}
.hm-sec3-text h3 { font-size: 26px;}
.hm-sec3-text p { padding: 0px 0%;}
.top-container .hm-sec6-heading { font-size: 26px; color: #000000; padding-left:60px;}
.hm-sec6-heading::before {background: #000000;}
.top-container { padding: 35px 0px 0px;}
.top-container .hm-sec6-heading { margin-bottom: 20px;}
#products-sliders .owl-prev { top: 70%;}
#products-sliders .owl-next { top: 70%;}
.waiting-for { padding: 30px 15px;}
.waiting-for { padding: 30px 0px;}
.waiting-for p { padding-bottom: 0px;}
.waiting-for-text img { margin-top: 20px;}
.out-gallery { margin: 30px 0px;}
.out-gallery h3 {  margin-bottom: 20px;}
.hm-sec3-number { font-size: 24px;}
.banner-text-container .top-container { padding: 30px 20px 30px;}
.top-header-number { padding: 10px 0px;}
.mega-box .content .row { margin-bottom: 0px;}
.mega-box .content { padding: 15px 15px 15px 15px;}
.wrapper .btn.close-btn { right: 10px;}
.footer-box22 {border-left: 0px solid #ccc;  border-right: 0px solid #ccc;  padding-left: 0px; margin-bottom: 20px;}
.footer-boxrow .icon-img { width: 15%;}
.menu-footer { text-align: left;  display: block !important; padding: 10px 0px;}
.menu-footer li { padding: 5px 10px;}
.text-end { text-align: left !important;  padding-top: 10px;}
.mt-5 {margin-top: 1rem !important;}


}

@media (max-width:390px) {
    .why-teza .teza-text h3 {
        font-size: 21px;
    }
	
}

