


@import url('https://fonts.googleapis.com/css2?family=Rationale&display=swap');

body {
  font-family: 'Rationale', sans-serif;
  	font-size: 1.2em;
  color: #707070;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #24241f;
  color:blanchedalmond;
  letter-spacing: 2px;
  text-transform: uppercase;
}
a {
  transition: all 0.3s ease;
  color: #FFCA7C;
}

@media  screen and (max-width:768px){
blockquote {
    font-size: 16px !important;
    line-height: 24px !important;
}
}

a:hover,
a:focus {
  text-decoration: none;
  color: #D40;
}

a:focus {
  outline: none;
}

.btn {
  padding: 8px 32px;
}

.btn:hover {
  background-color: #ced4da;
}

blockquote {
  font-size: 0.86em;
  line-height: 1.8em;
}

.tm-section-pad-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

.tm-content-box h2 {
color:#FFCA7C;

}
.tm-text-primary {
  color: #FFCA7C;
}


.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: #FFCA7C;
  padding: 14px 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: #FFCA7C;
}

/* Navbar */

.tm-navbar {
  /* position: fixed; */
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
}

.tm-navbar.scroll {
  background-color: white;
  border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: #FFCA7C;
}

.tm-navbar.scroll .navbar-brand {
  color: #FFCA7C;
}

.nav-item {
  list-style: none;
}

.tm-nav-link {
  color: white;
  font-weight: 700;
}

.tm-navbar.scroll .tm-nav-link {
  color: #FFCA7C;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #FFF;
  background-color: #FFCA7C;
}

.navbar-toggler {
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #707070;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #707070;
}

/* Hero */

#infinite {
	background-color: #222;
  background-repeat: no-repeat;

  height: 100vh;
  min-height: 375px; 
  position: relative;
}

@media (min-height: 600px) and (min-width: 1920px) {
  #infinite {
    background-size: cover;
  }
}

@media (min-height: 830px) {
  #infinite {
    background-position: center -210px;
  }
}

@media (min-height: 680px) and (max-height: 829px) {
  #infinite {
    background-position: center -300px;
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #infinite {
    background-position: center -400px;
  }
}

@media (max-height: 499px) {
  #infinite {
    background-position: center -450px;
  }
}
#myVideo {
  position: absolute;
  top:0;
  right: 0;
  left:0;
  bottom: 0;
  width: 100%; 
  height: 100vh;
  max-width:100%;
  object-fit: cover;
}
.overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.6);
}
.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  z-index: 100;
  position: absolute;
}

.tm-hero-text-container-inner {
  margin-top: -90px;
}

.tm-hero-title {
  font-size: 4rem;
  font-weight: 900;
  text-shadow: 2px 2px 2px #333;
}

.tm-hero-subtitle {
  text-shadow: 2px 2px 2px #333;
}

.tm-intro-next {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -40px;
  }

  .tm-hero-text-container-inner h2 {
   font-weight:900;

  }

  .tm-intro-next {
    bottom: 20px;
  }
}

.tm-down-arrow-link {
  display: block;
  margin-top: 18%;
}

.tm-down-arrow {
  	color: #FFF;
    cursor: pointer;
    background: #FFCA7C;
    padding: 15px 40px;
    transition: all 0.3s ease;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
  color: #FFF;
  background: #FFCA7C;
  padding: 20px 50px;
}

/* Introduction */

#introduction {
  padding-bottom: 100px;
}

.tm-section-title {
  font-size: 2.6rem;
  font-weight: bold;
}

.tm-intro-text {
  font-size: 1.2rem;
}
.tm-con h3{
color:white !important;
}

.tm-icon {
  display: block;
  color: #FFCA7C;
}

.tm-continue {
	padding: 20px 0 30px 0;
}

/* Testimonials */
#testimonials {
  color: white;
  background-image: url(../img/cro_img3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  height:auto;
}

@media (max-width: 991px) {
  #testimonials {
    background-image: url(../img/cro_img3.jpg);
  }
}

.tm-testimonials-content {
  position: relative;
  z-index: 100;
}
/* 
.tm-bg-overlay {
  width: 100%;
  height: 100%;
  /* background: rgba(20, 70, 80, 0.2); */
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
} */ */

.tm-testimonials-carousel {
  width: 100%;
  margin: 0 auto;
}

.tm-testimonial-item {
  background-color: #46463a;
  margin-left: 35px;
  margin-right: 35px;
  padding:1rem;
  height:500px;
  border-radius: 10px;
  }

.tm-testimonial-item img {
  border-radius: 50%;
  margin-bottom: 35px;
  width:200px;
}

.tm-testimonial-item figcaption {
  text-align: center;
  font-weight: 900;
  font-size: 1.1rem;
  color:#FFCA7C
}

/* Work */

.tm-section-desc {
  max-width: 650px;
  width: 100%;
  font-size: 20px;
}

.tm-gallery-container {
  padding-top: 70px;
  padding-bottom: 120px;
}

.tm-gallery-item {
  margin: 0 15px;
}
.tm-gallery-item {
height:300px;
}
.tm-gallery-container h3 {
color:rgb(255, 255, 255);
padding-top:1rem;
font-size:20px;
font-weight: 700;
}
.slick-dots {
  bottom: -65px;
}

.slick-dots li {
  margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #FFCA7C;
}
.loops{
  width:100%;
  height:300px;
}
.w3-slide-grid h2{
font-size: 20px;
text-align: center;
}
.tm-testimonials-carousel .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.tm-testimonials-carousel .slick-dots li button:hover:before,
.tm-testimonials-carousel .slick-dots li button:focus:before,
.tm-testimonials-carousel .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 18px;
}

/* Hover Effect */
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #FFCA7C;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-size: 0.9em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 600;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #4a3753;
  max-width: 220px;
}

figure.effect-honey img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.4;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #FFCA7C;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tm-container-gallery {
	padding-top: 30px;
	}

/* Contact */

#contact {
  color: white;
  background-color: #001828;
  background-image: url(../img/04.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover ;
  min-height: 980px;
  position: relative;
  padding-bottom: 50px;
  padding-top: 100px;
}

.contact-item {
  margin-left: 20px;
  margin-bottom: 50px;
}

.item-link {
  display: flex;
  align-items: center;
}

.item-link i,
.item-link span {
  color: white;
  transition: all 0.3s ease;
}
.links a{
  background-color: #000000;
  padding:5px;
  box-shadow: 0px 0px 9px white;
  
}
.links a:hover{
background-color: #FFF;

}
.links a i{
  color:#FFCA7C !important;

}
.item-link:hover i,
.item-link:hover span {
  color: #FFCA7C;
}

.tm-input {
	margin: 0 0 20px 0;
	width: 90%;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

.tm-btn-submit {
	font-size: 0.9em;
	color: #fff;
	background-color: #FFCA7C;
	width: 50%;
	margin-bottom: 60px;
}

.tm-btn-submit:hover {
	color: #fff;
	background-color: #FFCA7C;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.tm-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 15px;
}

.tm-footer a {
	color: #fff;
}

.tm-footer a:hover {
	color: #FFCA7C;
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #FFCA7C;
  text-decoration: none;
}

p {
  line-height: 1.9;
}

@media (min-width: 768px) {
  .tm-intro-text-container {
    padding-left: 0px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1275px;
  }

  .tm-container-gallery {
    max-width: 1290px;
  }

  .tm-container-contact {
    max-width: 1063px;
  }
}

@media (max-width: 991px) {
  .tm-intro-text-container {
    padding-left: 15px;
    padding-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {

  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }

  .navbar-collapse {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
  }

  .navbar-collapse .nav-link {
    color: #707070;
	padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .tm-gallery-container {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-gallery-container-2 {
    max-width: 350px;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .tm-gallery-item {
    margin: 0;
  }
}

.work-sec{
  width:100%;
  height:auto;
  margin-bottom:1rem;
}

.work-sec h1{
  color:#FFCA7C;
  font-weight: 700;
  font-size:50px;
  padding:1rem;
}

.work-sec .work-col{
  background-color: white;
  width:100% !important;
  height:500px;
  box-shadow:0px 0px 8px grey;
  padding:10px;
  border-radius: 10px;
  transition:  1s linear;
  margin-bottom:1rem;
}
.colum{
  transition: all 0.5s;
}
.colum:hover{
margin-top:10px;
}
.work-sec .work-col ul li{
padding-top:1rem;
font-weight: 700;

}

.bg-price{
background-image: url("../img/02.jpg");
background-position:center ;
background-attachment: fixed;
width: 100%;
height: 300px;
text-align: center;
margin-bottom: 2rem;
color:#fff;

}

.bg-price h1{
  font-weight: 700;
  padding-left: 2rem;
  padding-top: 5rem;
  font-size: 50px;
}

.bg-price p{
font-size: 27px;
font-weight: 600;
color:#FFCA7C;

}
.video-con {
  display:flex;
  justify-content: center;
  width:100%;
}

.indus{
  background-color: white;
  margin-bottom: 1rem;
  height:auto;
}

.box-Ind{
  width:100%;
  text-align: center;
}
.box-Ind img:hover{
  transform:scale(1.1) ;
}

.box20 h2{
font-weight: 700;
font-size: 20px;
text-align: center;
}
.logos h1{
font-weight: 900;
color:#FFCA7C;
}
.logos img{
  width:200px;
  height:auto;
  box-shadow: 0px 0px 6px rgb(255, 255, 255);
transition: 1s;
}
.logos img:hover{
  transform: scale(1.1);

}
/* loader */
/* whatsapp css */

.whatsapp_link{
  position:fixed;
  bottom:5rem;
  right:0;
  z-index: 99; 

}

.whatsapp_link i{
  color: #fefffe;
 margin-right:1rem;
 padding:5px 10px;
  background-color: #06c458;
     box-shadow: 0px 1px 8px grey; 



}

/* back to top */
.back-to-top {
  position: fixed; 
  z-index: 99; 
bottom: 20px;
height:50px;
color:rgb(12, 1, 1);
right: 20px; 
display: none;
border: none; 
outline: none; 
background-color: #FFCA7C; 
cursor: pointer; 
padding:9px !important;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.back-to-top:hover {
background-color: rgb(255, 255, 255);
}

/* loader */

#loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#loader {
  display: block;
  position:relative;
  top:50vh;
  left:50%;
  border-radius: 50%;
  border: 3px solid transparent;
  z-index: 1001;
  animation: rotate 1s infinite;  
  height: 50px;
  width: 50px;
}

#loader:before,
#loader:after {   
border-radius: 50%;
content: '';
display: block;
height: 20px;  
width: 20px;
}
#loader:before {
animation: ball1 1s infinite;  
background-color: #cb2025;
box-shadow: 30px 0 0 #f8b334;
margin-bottom: 10px;
}
#loader:after {
animation: ball2 1s infinite; 
background-color: #00a096;
box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
0% { 
  -webkit-transform: rotate(0deg) scale(0.8); 
  -moz-transform: rotate(0deg) scale(0.8);
}
50% { 
  -webkit-transform: rotate(360deg) scale(1.2); 
  -moz-transform: rotate(360deg) scale(1.2);
}
100% { 
  -webkit-transform: rotate(720deg) scale(0.8); 
  -moz-transform: rotate(720deg) scale(0.8);
}
}

@keyframes ball1 {
0% {
  box-shadow: 30px 0 0 #f8b334;
}
50% {
  box-shadow: 0 0 0 #f8b334;
  margin-bottom: 0;
  -webkit-transform: translate(15px,15px);
  -moz-transform: translate(15px, 15px);
}
100% {
  box-shadow: 30px 0 0 #f8b334;
  margin-bottom: 10px;
}
}

@keyframes ball2 {
0% {
  box-shadow: 30px 0 0 #97bf0d;
}
50% {
  box-shadow: 0 0 0 #97bf0d;
  margin-top: -20px;
  -webkit-transform: translate(15px,15px);
  -moz-transform: translate(15px, 15px);
}
100% {
  box-shadow: 30px 0 0 #97bf0d;
  margin-top: 0;
}
}

    

#loader-wrapper .loader-section .logo-sec {
width:120px;
height:auto;
padding:1rem;

}

  #loader-wrapper .loader-section {
      position: fixed;
      top: 0;
      width: 51%;
      height: 100%;
      background: #ffffff;
      z-index: 1000;
      -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: translateX(0);  /* IE 9 */
      transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
  }

  #loader-wrapper .loader-section.section-left {
      left: 0;
  }

  #loader-wrapper .loader-section.section-right {
      right: 0;
  }

  /* Loaded */
  .loaded #loader-wrapper .loader-section.section-left {
      -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: translateX(-100%);  /* IE 9 */
              transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

      -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
              transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  }

  .loaded #loader-wrapper .loader-section.section-right {
      -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: translateX(100%);  /* IE 9 */
              transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
      transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  }
  
  .loaded #loader {
      opacity: 0;
      -webkit-transition: all 0.3s ease-out;  
              transition: all 0.3s ease-out;
  }
  .loaded #loader-wrapper {
      visibility: hidden;

      -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: translateY(-100%);  /* IE 9 */
              transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

      -webkit-transition: all 0.3s 1s ease-out;  
              transition: all 0.3s 1s ease-out;
  }
  
  @media screen and (min-width:1440px){
      
      .video-con  iframe{
       
       height:700px;
      
  }
  
      
  }
  @media screen and (mxa-width:768px){
      
      .video-con  iframe{
       
       height:350px;
      
  }
  
      
  }
  
  