/* 
Theme Name: TSM Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: tsm
Version: 2.0.0
Text Domain: tsm-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
  font-family: "Minion-pro";
  src:url("./assets/font/MinionPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NeueHaasDisplayRoman";
  src:url("./assets/font/NeueHaasDisplayRoman.ttf") format("truetype");
}
@font-face {
  font-family: "NeueHaasDisplayMediu";
  src:url("./assets/font/NeueHaasDisplayMediu.ttf") format("truetype");
}

body{
	background-color:#d6dbe0;
    font-family: "NeueHaasDisplayRoman"!important;
}
p{
	margin:0!important;
	padding:0!important;
	font-family: "NeueHaasDisplayRoman"!important;
}
a{
	font-family: "NeueHaasDisplayRoman"!important;
}
h1,h2,h3,h4,h5{
	 font-family: "NeueHaasDisplayMediu";
}
.elementor-widget-heading .elementor-heading-title{
	  font-family: "NeueHaasDisplayMediu"!important;
}
.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text,.elementor-widget-text-editor{
	 font-family: "NeueHaasDisplayRoman"!important;
}
.text-green{
	color:#38ac50!important;
}
.header-line,.header-linecenter{
	position:relative;
}
.header-line h2::before{
    content: '';
    display: block;
    width: 300px;
    height: 6px;
    background: #38ac50;
    display: block;
    position: absolute;
    bottom: -15px;
}
.header-linecenter h2::before{
	content: '';
    display: block;
    width: 75px;
    height: 6px;
    background: #38ac50;
    display: block;
    position: absolute;
    bottom: -15px;
    margin: 0 auto;
    display: table;
    left: 0;
    right: 0;
}
.home-expertise {
    gap: 60px;
}
.black-card {
    background: #000;
    padding: 20px;
    border-radius: 45px;
    padding: 2.5rem;
    color: #fff;
/* 	margin:10px; */
	width:100%;
	box-shadow: 7px 7px 5px #7e7e7e;
} 
.header-link:hover{
	color:#38ac50!important;
}
.black-card p {
    font-size: 22px;
}

.black-card img {
    margin-bottom: 20px;
    max-height: 342px;
    object-fit: cover;
    width: 100%;
}

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

.inner-heading {
    position: relative;
    margin-bottom: 25px;
	font-size:1.8rem
}

.inner-heading::before {
    content: '';
    display: block;
    width: 350px;
    height: 6px;
    background: #38ac50;
    display: block;
    position: absolute;
    bottom: -15px;
}

.btn-readmore {
    font-size: 0.5rem;
    border-radius: 40px;
    background-color: #38ac50;
    border: 1px solid #38ac50;
    font-size: 18px;
    padding: 7px 40px;
    color: #FFF;
    margin: 30px auto 10px;
    display: table;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-family: "NeueHaasDisplayMediu";
}

.btn-readmore:focus,
.btn-readmore:hover {
    border: 1px solid #38ac50;
    background-color: transparent;
    color: #38ac50;
}
.contact-form label,.contact-form p  {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.7);
	font-weight:500;
}
.form-control{
	border:1px solid #fff!important;
}
.wpcf7-not-valid-tip{
	font-size:13px
}
.btn-submit{
	font-size: 0.5rem;
    border-radius: 10px;
    background-color: #38ac50;
    border: 1px solid #38ac50;
    font-size: 18px;
    padding: 8px 24px;
    color: #FFF;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	display: flex;
    justify-content: end;
    width: auto;
    align-items: end;
    margin: 0;
    margin-right: 0;
    margin-left: auto;
	line-height:16px;
}
.btn-submit:hover ,.btn-submit:focus{
    border: 1px solid #38ac50;
    background-color: transparent;
    color: #38ac50;
}

/*Carousel Slider Start*/
.owl-carousel .card h6 {
    color: #fff;
	font-size: 24px;
}

.owl-carousel .card {
    background-color: #000;
   padding: 2rem 1.8rem;
    margin: 10px;
    border-radius: 20px;
    box-shadow: 7px 7px 5px #7e7e7e;
}
.owl-carousel .card img{
	margin-bottom:20px;
    height: 250px;
    object-fit: cover;
}
.owl-carousel .card .description {
    color: #fff;
    text-align: left;
    min-height: 120px;
}

.owl-carousel .card .description p {
    margin: 0px;
	font-size:20px;
	line-height:25px;
}

.owl-carousel .card .description span {
    color: #38ac50;
}
/*Carousel Slider END*/

#carouselExampleCaptions .carousel-item {
    position: relative;
}
#carouselExampleCaptions .carousel-item img{
	height: calc(100vh - 164px);
	object-fit: cover;}

#carouselExampleCaptions .carousel-item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.68);
    top: 0;
    left: 0;
    position: absolute;
}

#carouselExampleCaptions .carousel-caption {
    max-width: 56%;
    margin: 0 auto;
	bottom: 5.25rem;
	z-index: 9;
}
#carouselExampleCaptions .carousel-caption h2{
	font-size:3rem;
	font-weight:bold;
}
#carouselExampleCaptions [type=button]:hover,#carouselExampleCaptions [type=button]:focus{
	background-color:transparent;
}
#carouselExampleCaptions  .carousel-indicators{
	margin-bottom:3rem
}
#carouselExampleCaptions  .carousel-indicators [data-bs-target]{
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 1;
}
#carouselExampleCaptions .carousel-indicators [data-bs-target]:hover{
	background-color:#fff;
	opacity:1;
	background-color:#fff;
	border:2px solid #fff;
}
#carouselExampleCaptions .carousel-indicators [data-bs-target].active{
	opacity:1;
	background-color:#fff;
	border:2px solid #fff;
}
.elementor-17 .elementor-element.elementor-element-82d492c .hfe-flyout-wrapper .hfe-side{
	width:345px;
}
.hfe-flyout-container .hfe-nav-menu li.menu-item a{
	font-family: "NeueHaasDisplayRoman";
    text-align: center;
    justify-content: center !important;
    font-size: 24px;
    font-weight: 500;
}
.hfe-flyout-content{
	position:relative;
}
.hfe-nav-menu{
	margin-top:112px!important;
}
.hfe-flyout-close, .hfe-flyout-close svg{
	position: absolute;
    top: 25px;
	left:0;
    right: 0;
    margin: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    display: block;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}
/*Latest News*/
.news-card {
    background: #000;
    padding: 20px;
    border-radius: 35px;
    padding:2.5rem 2rem;
    color: #fff;
    margin-bottom: 50px;
    box-shadow: 7px 7px 5px #7e7e7e;
}

.news-card h3 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
}

.news-card p {
  color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    font-weight: normal;
    margin-top: 30px !important;
	font-weight: 400;
	text-align: justify;
   line-height: 36px; 
}
.news-card img{
	width:100%;
	height:300px;
	object-fit:cover;
}
.news-card:hover{
 background: #38ac50;	
}
.news-card:hover h3{
	color:#fff;
}
.news-card:hover .text-green{
	color:#000!important;
}
.news-card:hover p{
	color:#fff;
}
.news-detail-card {
    background: #000;
    padding: 20px;
    border-radius: 45px;
    padding: 2.5rem;
    color: #fff;
    margin-bottom: 50px;
    box-shadow: 7px 7px 5px #7e7e7e;
}

.inner-banner {
    background-size: cover;
    height: 550px;
    background-position: center;
    position: relative;
    margin-bottom: 100px;
}

.inner-banner::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}
.inner-banner .banner-captions {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    max-width: 830px;
    text-align: center;
    margin: 0 auto;
    font-size: 3rem;
    transform: translate(-50%, -50%);
}

.inner-banner .banner-captions h4 {
    font-size: 40px;
}
.inner-banner .banner-captions h1 {
    font-size: 3rem;
}

.news-detail-card p {
   font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px !important;
}

.date {
    font-size: 28px;
    color: #000;
    position: relative;
	margin-top: 35px;
}

.date::before {
    content: '';
    display: block;
    width: 155px;
    height: 6px;
    background-color: #38ac50;
    bottom: -10px;
    position: absolute;
}
.news-detail-card .owl-carousel img{
border-radius: 45px;
   border-radius: 45px;
    width: 75%;
    margin: 30px auto;
    max-height: 400px;
    object-fit: cover;
}
.text-dark a{
	text-decoration:none;
}
/*Work Deatils*/

.work-details .card h6 {
    color: #fff;
	font-size: 24px;
}

.work-details .card {
  background-color: #000;
    padding: 2rem 1.8rem;
    margin: 0px 16px;
    border-radius: 20px;
    box-shadow: 7px 7px 5px #7e7e7e;
    cursor: pointer;
    height: 98%;
}

.work-details .card .description {
    color: #fff;
    text-align: left;
}

.work-details .card .description p {
    margin: 0px;
	font-size: 20px;
}

.work-details .card .description span {
    color: #38ac50;
}

.work-details .card .card-img img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.work-details .card:hover {
    background: #38ac50;	
}
.work-details .card:hover .description span {
    color: #fff;
}
.work-section-details p {
    font-size: 20px;
    color: black;
}

.work-text p {
    margin-bottom: 10px !important;
}

.lightbox .lb-dataContainer{display: none !important;}

.work-detail-card {
    background-color: #000;
    padding: 1.8rem 2rem;
    box-shadow: 7px 7px 5px #7e7e7e;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 70px
}

.work-detail-card h6 {
    font-size: 24px;
}

.work-detail-card p {
    margin: 0px;
    color: #fff;
}

.work-detail-card  ul {
    padding-left: 1.3rem;
}
.work-detail-card .description span {
    color: #38ac50;
}

.work-text {
    margin-bottom: 100px;
}
.work-text ul li{
	font-size:20px
}

.image-gallery {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 70px;
    grid-template-columns: minmax(200px, 1fr) minmax(100px, 1fr);margin-bottom:100px;
}

.image-gallery img {
    max-width: 100%;
    height: 400px;
    object-fit: cover;
    width: 100%
}
.Work-gallery img{
	max-height: 400px;
    width: 100%;
    object-fit: cover;
}
.news-detail-card a{
	word-break:break-all;
}
.navigation-link{
	margin-top:35px;
}

/*Nirav css*/
.team-grid .elementor-widget-image-box .elementor-image-box-img img {
  height: 400px;
    object-position: top;
    object-fit: cover;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 19px!important;
    height: 19px!important;
    margin: 5px 7px!important;
    background: transparent !important;
    display: block!important;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px!important;
    z-index: 99;
    opacity: 1;
    border: 3px solid #38AC50;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #38AC50 !important;
}

.social-link a i.fa {
    font-size: 50px;
    color: #38ac50;
}

.social-link a i.fa.fa-facebook-square {
    position: relative; 
}

.social-link a i.fa.fa-facebook-square::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: #38ac50;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg>') no-repeat;
    mask: url('data:image/svg+xml;utf8,<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg>') no-repeat;
}
.pagination{
	    display: flex;
    align-items: center;
    justify-content: center;gap:10px;
}.pagination .page-numbers{
	background-color: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
	cursor:pointer
}
.pagination .page-numbers:hover{
	background-color:#38ac50;
}
.contactformset .wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
   // border: 2px solid #38ac50;
    color: #fff;
}
textarea.form-control{
	padding: .375rem 1rem;
}
footer .elementor a:hover{
	color:#38AC50!important;
}
.navigation-link a{
	background: #38ac50;
    border-radius: 35px;
    color: #fff !important;
    padding: 7px 14px;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
    min-width: 155px;
    text-align: center;
	border:1px solid #38ac50;
}
.navigation-link a:hover{
	background:transparent;
	border:1px solid #38ac50;
	color:#38ac50 !important;
}
.hover-green:hover{
	 color:#38ac50!important;
}
.work-detail-card li{
	font-size:20px
}
/*Responsive*/

@media(max-width:1400px){
	#carouselExampleCaptions .carousel-caption h2{
		font-size:2rem
	}
		#carouselExampleCaptions .carousel-caption .fs-3 {
        font-size: 1.25rem !important;
    }
	.inner-heading{
		font-size:1.5rem
	}
	.black-card p{
		font-size:20px
	}
	.owl-carousel .card h6,.work-details .card h6{
		font-size:22px;
	}
	.inner-banner-heading .elementor-heading-title,.inner-banner .banner-captions h1{
		font-size:2.3rem!important;
	}
}
@media(max-width:1200px){
	
	.carousel-caption h2,.inner-banner .banner-captions h1{
		font-size:2rem!important;
	}
	.carousel-caption h6,.inner-banner .banner-captions h4{
		font-size:20px!important;
	}
	.image-gallery img{
		height:300px
	}
	
	.navigation-link{
	   margin-top:5px;
		margin-bottom:50px
   }
	.e-con-inner{
		max-width:1000px!important;
		margin:0 auto;
	}
}
@media(max-width:992px){
	.news-detail-card{
		margin-top:30px
	}
	.carousel-caption h2,.inner-banner .banner-captions h1{
		font-size:1.8rem!important;
	}
	.carousel-caption h6,.inner-banner .banner-captions h4{
		font-size:20px!important;
	}
	
	.work-details .card{
		margin:0px 5px
	}
	.inner-heading{
		font-size:1.5rem;
	}
	.inner-heading::before{
		width:260px!important;
	}
	.black-card img{
		height:280px;
		max-height:initial;
	}
	#carouselExampleCaptions .carousel-item img {
       height:auto;
   }
	.e-con-inner{
		max-width:100%!important;
		margin:0 auto;
	}
	
}
@media(max-width:768px){
	.mobile-header .e-con-inner{
		max-width: 338px !important;
        margin: 0 auto!important;
	}

	.header-line h2::before,.inner-heading::before{
		width:150px;
	}
	.news-card img{
		margin-bottom:15px;
	}
	.imagegallleryy img{
		width: auto !important;
        height: 200px;
		object-fit: contain;
	}
	.news-card,.news-detail-card,.black-card{
		padding:1.5rem;
	}
	.inner-banner .banner-captions h1 {
        font-size:30px !important;
		line-height:40px
    }
	.image-gallery img{
		width:100%;
	}
	#carouselExampleCaptions .carousel-indicators{
		display:none;
	}
	#carouselExampleCaptions .carousel-caption{
		left: 0;
        max-width: 78%;
        bottom: 0;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
	}
	#carouselExampleCaptions .carousel-caption h2{
		font-size: 1.5rem !important;
	}
	.news-detail-card p,.black-card p{
		font-size:20px;
		line-height: 30px;
	}
	.inner-banner .banner-captions{
	    left: 0;
        transform: none;
        right: 0;
	}
	.home-expertise{
		padding:10px;
		gap:50px
	}
	.header-linecenter h2::before{
		margin:0;
		display:block
	}
	
	.work-gallery{
		padding:10px;
	}
	.inner-banner{
		margin-bottom:50px;
		height:400px;
	}
	.container{
		max-width:100%;
	}
	.date {
		margin:0px
	}
	.image-gallery { grid-template-columns: repeat(1, 1fr); }
	
}
@media(max-width:575px){
	#carouselExampleCaptions .carousel-item img {
       height:calc(100vh - 240px);
   }
	
}
