@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,300;1,400;1,500&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,900&display=swap');
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}
.ul,li{ 
    margin: 0px;
    padding: 0px; 
}
body{
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(255,253,253,1) 19%, rgba(254,248,248,1) 43%, rgba(254,245,245,1) 63%, rgba(254,244,244,1) 97%, rgba(254,244,244,1) 100%);
}
.section-padding{
    padding: 10% 0;
}
/* navbar */
/* navbar */
.clearHeader {
    height: 63px;
    background: #fff0;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: 1s;
    transition: .3s ease-in-out;
    margin-top: 0px;
}

.darkHeader {
    height: 87px;
    background: #fef4f4;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: 1s;
    transition: .3s ease-in-out;
    margin-top: 0px;
    -webkit-box-shadow: 0px 8px 34px -13px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 8px 34px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 34px -25px rgb(0 0 0 / 72%);
}
.darkHeader .navbar {
    padding: 0;
}
.navbar {
    padding: 0;
}

@media (max-width:992px) {
    .clearHeader {
        height: 111px;
        background:#ffffff ;
    }

    .darkHeader {
        /* margin-top: 0px; */
        height: 89px;
        background: #ffffff;
    }

    .navbar {
        background: #ffffff;
        /* padding: 10px; */
    }
    .navbar-nav{
        padding: 13px;
    }
   
}
@media (max-width:992px){
    .content-card{
        margin-top: 57%;
    }
}
@media (max-width:768px){
    .content-card{
        margin-top:70%;
    }
}
@media (max-width:576px){
    .navbar-toggler{
        margin: 2%;
        margin-left: auto;
    }
    .navbar-nav{
        padding: 13px;
    }
}
.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    color: #000;
    margin: 0 7px;
    transition: .3s
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #f54748;
}

.navbar-light .navbar-nav .active .nav-link {
    color: #f54748;
} 

form .btn {
    border: 1px #f54748 solid;
    border-radius: 20px;
    padding: 8px 12px;
    transition: 1.4s;
    background: #fff;
    font-weight: 500;
}

form .btn a {
    color: #000;
    text-decoration: none;
    transition: 0.4s;
}
form .btn a:hover{
    color: #fff;
}
form .btn:hover {
    background: #f54748;
    border: 1px #f54748 solid;
}

.dropdown-menu {
    margin: 0.1px 0 0;
    border: none;
    padding: 0.9rem 0px;
}

.dropdown-item {
    font-weight: 700;
    color: #283779;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1b71a1;
}
.clearHeader .navbar-brand img{
    width: 68%;
    /* transition: width 2s, height 2s, background-color 2s, transform 2s; */
}
.darkHeader .navbar-brand img{
    width: 51%;
    /* transition: width 2s, height 2s, background-color 2s, transform 2s; */
}
/* navbar */
/* //navbar */
/* home-page */
.home-page{
    padding-top:9%;
}
@media (max-width: 576px) {  
    .home-page{
        padding-top: 20%;
    }
}
.home-page .content-text span{
    background: #fdecec;
    color: #f54748;
    padding: 9px 15px;
    border-radius: 32px;
    font-size: 15px;
    font-weight: 500;
}
@media (max-width: 360){
    .home-page .content-text span{
        margin-top: 20px;
    }
}
.home-page .content-text h1{
    font-size: 40px;
    font-weight: 200;
    padding-top: 30px;
    letter-spacing: 1.0px;
}
.home-page .content-text h1 strong{
    color: #f54748;
}
.home-page .content-text p{
    font-size: 15px;
    font-weight: 400;
    color: #595959;
    padding-top: 10px;
    padding-bottom: 28px;
}
.home-page .content-text .read-more{
    background: #f54748;
    padding: 8px 11px;
    color: #fff;
    text-decoration: none;
    border: 1px #f54748 solid;
    transition: 0.6s;
    border-radius: 18px;
    font-size: 14px;
}
.home-page .content-text .read-more:hover{
    border: 1px #f54748 solid;
    background: transparent;
    box-shadow: -3px 7px 21px -8px rgba(0,0,0,0.75);
    -webkit-box-shadow: -3px 7px 21px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: -3px 7px 21px -8px rgba(0,0,0,0.75);
    color: #000;
}
.home-page .content-text .Watch-video{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    transition: 0.6s;
}
.home-page .content-text .Watch-video:hover{
    color: #f54748;
}
.home-page .content-text .Watch-video i{
    background: #fff;
    padding: 5px 7px;
    border-radius: 14px;
    color: #e8d45e;
    filter: drop-shadow(2px 0px 3px rgba(0,0,0,0.3));
}
/* //home-page */
/* tag-page */
.tag-page .head h6{
    font-weight: 400;
    color: #f54748;
    font-size: 17px;
}
.tag-page .head h1{
    font-weight: 200;
    padding-top: 13px;
    padding-bottom: 62px;
}
.tag-page .head h1 strong{
    color: #f54748;
}
.tag-page .content-text h6{
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 300;
}
.tag-page .content-btn a{
    background: #f54748;
    padding: 8px 14px;
    color: #fff;
    text-decoration: none;
    border: 1px #f54748 solid;
    transition: 0.6s;
    border-radius: 20px;
    font-size: 17px;
}
.tag-page .content-btn a:hover{
    border: 1px #f54748 solid;
    background: transparent;
    box-shadow: -3px 7px 21px -8px rgb(0 0 0 / 75%);
    -webkit-box-shadow: -3px 7px 21px -8px rgb(0 0 0 / 75%);
    -moz-box-shadow: -3px 7px 21px -8px rgba(0,0,0,0.75);
    color: #000;
}
/* //tage-page */
/* about */
.about-page{
    padding-top:9%;
}
.about-page .content-text h6{
    font-size: 19px;
    letter-spacing: 3px;
    color: #f54748;
}
.about-page .content-text h1{
    font-size: 46px;
    font-weight: 200;
}
.about-page .content-text h1 strong{
    color: #f54748;
}
.about-page .content-text p{
    font-size: 15px;
    font-weight: 300;
    color: #595959;
    padding-top: 10px;
    padding-bottom: 14px;
}
.about-page .content-text a{
    background: #f54748;
    padding: 8px 18px;
    color: #fff;
    text-decoration: none;
    border: 1px #f54748 solid;
    transition: 0.6s;
    border-radius: 18px;
    font-size: 14px;
}
.about-page .content-text a:hover{
    border: 1px #f54748 solid;
    background: transparent;
    box-shadow: -3px 7px 21px -8px rgb(0 0 0 / 75%);
    -webkit-box-shadow: -3px 7px 21px -8px rgb(0 0 0 / 75%);
    -moz-box-shadow: -3px 7px 21px -8px rgba(0,0,0,0.75);
    color: #000;
}
/* //about */
/* download */
.download-page{
    padding-top: 9%;
}
.download-page .bg{
    background: #f5474861;
    padding: 0 90px;
    border-radius: 68px;
}
.download-page .content-text h6{
    font-size: 19px;
    letter-spacing: 3px;
    color: #f54748;
    padding-top: 43px;
    text-transform: uppercase;
}
.download-page .content-text h1{
    font-size: 46px;
    font-weight: 200;
}
.download-page .content-text h1 strong{
    color: #fff;
}
.download-page .content-text p{
    font-size: 15px;
    font-weight: 300;
    /* padding-top: 8px; */
    /* padding-bottom: 8px; */
}
.download-page .content-text a{
    background: #f54748;
    padding: 8px 11px;
    color: #fff;
    text-decoration: none;
    border: 1px #f54748 solid;
    transition: 0.6s;
    border-radius: 18px;
    font-size: 14px;
}
.download-page .content-text a:hover{
    border: 1px #f54748 solid;
    background:#fff;
    box-shadow: -3px 7px 21px -8px rgb(0 0 0 / 75%);
    -webkit-box-shadow: -3px 7px 21px -8px rgb(0 0 0 / 75%);
    -moz-box-shadow: -3px 7px 21px -8px rgba(0,0,0,0.75);
    color: #000;
}
/* //download */
/* footer */
.footer_area{
    padding-top:6%;
}
.footer_area .content-logo img{
    width:100px;
    /* padding: 50px 0; */
    padding-bottom: 0;
}
.footer_area .content-logo .content-head h6{
    font-size: 22px;
    text-transform: uppercase;
    padding: 14px 6px;
}
.footer_area .content-text p{
    font-size: 22px;
}
.footer_area .content-add h6{
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
}
.footer_area .content-link h6{
    font-size: 23px;
    font-weight: 400;
    /* padding: 0 37px; */
    text-transform: uppercase;
}
.footer_area .content-link ul li{
    list-style: none;
}
.footer_area .content-link ul li a{
    text-decoration: none;
    color: #212529;
}
.footer_area .content-social h6{
    font-size: 23px;
    font-weight: 400;
    /* padding: 0 29px; */
    text-transform: uppercase;
}
.footer_area .content-social ul li{
    list-style: none;
}
.footer_area .content-social ul li a{  
    text-decoration: none;
    color: #212529;
}
.footer_area .content-social ul li i{
    padding: 0 5px;
    color:#f54748;
}
.footer_area hr{
    border-color: #f54748;
}
.footer_area .footer-mail{
    text-decoration: none;
    color: #f54748;
    padding: 17px 0px;
}
/* //footer */
/* banner-page */
/* .banner{ 
    background: url(./assets/img/tripthi-banner-inner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 10%;
    padding-top: 14%;
/* } */
/* .banner .content-img{
    background: url(./assets/img/tripthi-banner-inner.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
    /* padding-bottom: 10%; */
/* } */
.banner .content-text span{
    background: #fdecec;
    color: #f54748;
    padding: 9px 15px;
    border-radius: 32px;
    font-size: 15px;
    font-weight: 500;
}
.banner .content-text h1{
    font-size: 40px;
    font-weight: 200;
    padding-top: 30px;
    letter-spacing: 1.0px;
}
.banner .content-text h1 strong{
    color: #f54748;
}
.banner .content-text p{
    font-size: 15px;
    font-weight: 300;
    color: #595959;
    padding-top: 10px;
    padding-bottom: 28px;
}
.banner{
    padding-top: 11%;
}
@media (max-width: 576px) {  
    .banner{
        padding-top: 42%;
    }
}
/* banner-page */
/* history */
.history{
    background: url(./assets/img/history-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 44px;
    background-position: center;
}
.history .bg{
    background: #000000ad;
    border-radius: 81px;
}
.history .content-text{
    padding: 39px 42px;
}
.history .content-text h6{
    font-size:30px;
    color: #fff;
    font-weight: 200;
}
.history .content-text p{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 14px;
}
.history .content-mission{
    background: #0000006b;
    border-radius: 16px;
    padding: 10px;
    color: #fff;
}
.history .content-mission p{
    padding-top: 15px;
}
.history .content-text p strong{
    font-size: 20px;
    color: #f54748;
    font-weight: 300;
}
.history .content-text h6 span{
    color: #f54748;
}
/* history */

/* Products  */
/* hover */
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 100%;
	max-width: 480px;
    max-height: 309px;
	width: 48%;
	/* background: #3085a3; */
	text-align: center;
	cursor: pointer;
}
@media (max-width: 576px) {  
    .grid figure{
        max-height: 513px;
    }
}
.grid figure img {
	/* position: relative;
	display: block;
	min-height: 100%; */
    max-width: 60%;
}

.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-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

 /* figure.effect-layla img {
	 height: 390px; 
} */

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 3px;
    right: 0px;
    bottom: 2px;
    left: -2px;
    border-top: 1px solid #e2c140;
    border-bottom: 1px solid #c51518;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 4px;
    right: 0px;
    bottom: 3px;
    left: 0px;
    border-right: 1px solid #e2c140;
    border-left: 1px solid #c51518;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.95s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.85s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/* hover */
/* Products  */
.services-section .card{
    background: none;
    border: none;
  }
  .services-section .card .card-body{
    text-align: center;
  }
  .services-section .card .card-body .card-title{
      color: #fff;
      font-weight: 700;
      text-align: center;
  }
  .Services .content-text{
    /* position: absolute;
    bottom: 0;
    left: 23%;
    top: 65%; */
    padding-bottom: 45px;
    text-align: center;
  }
  .Services .content-text ul li{
    list-style: none;
    display: inline-block;
  }
  .Services .content-text ul li i{
    font-size: 11px;
    color: #f3cb06c9;
  }
  .Services .content-text h6{
    font-size: 18px;
      font-weight: 300;
      color: #c51518;
  }
  .Services .Products-box{
    background: antiquewhite;
    padding: 23px 0;
  }
  .Services{
    margin-top: 30px;
  }
  .Services .content-text span{
    font-size: 13px;
    font-weight:500;
  }
  .Services .effect-layla{
    box-shadow: 0 0 13px #0000000f;
  }


  /* Contact */
.Contact-section .Read{
    background: #f54748;
    padding: 8px 14px;
    color: #fff;
    text-decoration: none;
    border: 1px #f54748 solid;
    transition: 0.6s;
    border-radius: 20px;
    font-size: 17px;
}
.Contact-section .Read:hover{
    border: 1px #f54748 solid;
    background: transparent;
    box-shadow: -3px 7px 21px -8px rgb(0 0 0 / 75%);
    -webkit-box-shadow: -3px 7px 21px -8px rgb(0 0 0 / 75%);
    -moz-box-shadow: -3px 7px 21px -8px rgba(0,0,0,0.75);
    color: #000;
}
.Contact-section{
    padding-top: 9%;
} 
@media (max-width: 576px) {  
    .Contact-section{
        padding-top: 26%;
    }
}
  .Contact-section .contwnt-add form .input{
    width: 100%;
    border-bottom: 2px #000 solid;
    padding: 6px 0;
    font-size: 22px;
    border-radius: 5px;
  }
  .Contact-section .contwnt-add form .input:focus-visible{
    border: none;
  }
  .Contact-section button{
    color: #fff;
    float: right;
    padding: 10px 29px;
    border: none;
    background: #ca1217;
    transition: all 0.8s;
  }
  .Contact-section button:hover{
    background-color: #e2c140;
  }
  .Contact-section .contwnt-add ul li{
    list-style: none;
  }
  .Contact-section .contwnt-add ul li a{
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition:none;
    line-height: 50px;
  }
  .Contact-section .contwnt-add ul li a:hover{
    border-bottom: 3px #000 solid;
  }
  .Contact-section .content-text h1{
    font-size: 66px;
    font-weight: 600;
    color: #000;
    padding-bottom: 44px;
  }
  .Contact-section .content-text h2{
    font-size: 26px;
    font-weight: 400;
    color: #000;
    line-height: 2;
  }
  /* Contact */