
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/Helvetica-Neue-Regular.otf");
    font-weight: normal;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/Helvetica-Neue60.otf");
    font-weight: 500;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/Helvetica-Neue-67-Medium-Condensed.otf");
    font-weight: 500;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/Helvetica-Neue-Condensed-Bold.ttf");
    font-weight: 600;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/Helvetica-Neue-97-Condensed-Oblique.otf");
    font-weight: bold;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/Helvetic- Neue-97-Black-Condensed.otf");
    font-weight: bold;
}

body{
	font-family: "Inter";
	font-size: 14px;
	font-weight: 400;
    color: #1E2B3B;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Inter" !important;
    color: #1E2B3B;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}
.coming-soon{
    background-image: linear-gradient(180deg, black, #484847);
    text-align: center;
    margin-left: auto;
}
.coming-soon .content {
    width: 100% !important;
    position: relative;
    top: 38% !important;
}
.site-error{
    padding: 10%;
    background: #2b2b2b;
    color: #fff;
}
.site-error h1{
     color: #fff;
}
.p-70{
  padding: 70px 0px;
}
.p-50{
    padding: 70px 10px;
}
ul li{
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 1rem;
}


.header-section.header-fixed {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 30%);
    background: #fff;
    height: 90px;
}
.black-logo{
    display: none;
}
.header-section.header-fixed .black-logo{
    display: block;
}
.header-section.header-fixed .white-logo{
    display: none;
}
.header-section.header-fixed .navbar-nav .nav-link{
    color: #000;
}
.contact-btn{
    color: #fff !important;
    transition: .3s ease-in-out;
}
.contact-btn:hover{
    background-image: linear-gradient(270.73deg, #e54000 -26.35%, #ffaa31 73.64%);
}
.header-section.header-fixed #arrow {
    filter: brightness(0%);
}
.navbar.navbar-expand-lg.navbar-light{
	position: absolute;
    width: 100%;
    background: transparent;
    padding: 0 20px;
    height: 100px;
    z-index: 99;
}
.navbar .navbar-brand {
    position: absolute;
    height: 75px;
    z-index: 9999999999;
}
.navbar-brand img{
	width: 140px;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: rgb(238 122 34);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
    color: rgb(254 152 0);
}
.navbar-light .navbar-nav .nav-link{
	color: #fff;
	margin: 20px 4px;
    font-size: 14px;
}
.dropup, .dropend, .dropdown, .dropstart{
	position: initial;
}
.navbar-expand-lg .navbar-nav {
    position: absolute;
    z-index: 99999;
    width: 99%;
    padding-left: 12% !important;
    left: 0;
}
.brand-img-2 img{
  width: 115px;
  margin-top: -9px;
}
.brand-img-2{
	right: 0;
    position: absolute !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
        display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    width: 100%;
    left: 0;
	pointer-events:none;
	transition: opacity 0.6s ease-in-out 0s;
}
.dropdown-menu .dropdown-item{
    margin-bottom: 3px;
    font-weight: 500;
        white-space: break-spaces;
}
.dropdown-menu{
    background: url(../images/dropdown-bg.png);
    background-repeat: no-repeat;
    background-size: 22%;
    background-position: bottom left;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    background-color: #f47920;
   }
.navbar .nav-item-desktop:hover .dropdown-menu {
    top: 72px;
    visibility: visible;
    transition: .5s;
    opacity: 1;
    width: 101%;
    left: -15px;
    border-top: 1px solid #dedede;
    padding: 4% 10%;
    left:0;
      pointer-events:auto;
      opacity:1;
      transition:  opacity 0.6s ease-in-out 0s ;
      box-shadow: 0 4px 9px 0 rgb(185 185 185 / 77%);
     
}
.navbar-expand-lg .navbar-nav .dropdown-menu img{
	width: 74%;
    height: 100%;
    object-fit: cover;
}
.navbar .nav-item-desktop:hover .dropdown-menu img{
	width: 74%;
    height: 100%;
    object-fit: cover;
}
.dropdown-menu .menu-img{
    display: none;
    text-align: right;
}
.dropdown-menu #about-1:hover #jindal-panther{
    display: block;
    transition: 0.6s ease-in-out;
}

#search {
      bottom: 0;
    right: 19%;
    width: 19%;
    z-index: -1;
    transition: transform 500ms;
    position: absolute;
    opacity: 0;
    border: none;
    border-radius: 3px;
}
.d-menu-title{
	color: #000;
}
.dropdown-menu p{
	color: #000;
    margin-top: 12px;
    font-weight: 600;
}
#arrow{
	width: 10px;
    margin-left: 4px;
}
.dropdown-toggle::after{
	display: none;
}
.toll-no{
    margin-top: 11px !important;
    
}
.toll-no span{
    font-size: 14px;
}
.contact-btn{
    position: relative;
    padding: 9px 32px;
    background-image: linear-gradient(270.73deg, #FF6C00 -26.35%, #FF9900 73.64%);
    display: inline-block;
    width: 20%;
    height: 41px;
    text-align: center;
    transition: .3s ease-in-out;
}
.contact-btn img{
	margin-right: 10px;
    width: 20px;
}
.contact-btn:hover{
	color: #fff !important;
}
.our-reach-rt{
	float: left;
	color: #535353;
	width: 72%;
}
.our-reach .bn-reach{
    width: 58%;
}
.our-reach .col-md-2{
     width: 18.66667%;
}
.our-reach .col-md-4 {
    width: 31.33333%;
}
.our-reach img{
	float: left;
	width: 70px;
	height: 70px;
}
.our-reach-rt span{
	  font-size: 40px;
}
.counting{
	display: inline-block;
    margin-bottom: 0;
    color: #535353;
}

.show-search {
  transform: translate(0, 100%);
  opacity: 1 !important;
}
#btn-search{
	background: none;
    border: none;
    margin-left: 20px;
}
#btn-search i{
	color: #fff;
}
#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  opacity: .4;
  width: 100%;
}
.video-container{
	background: #000;
}



.content {
  position: absolute;
    top: 25%;
    color: #f1f1f1;
    width: 57%;
    padding: 20px;
    z-index: 9;
}
.content p{
	font-size: 1.125rem;
    margin-top: 18px;
    font-weight: 400;
}
.banner-title{
font-weight: 800;
font-size: 76px;
line-height: 82px;

letter-spacing: -0.01em;
text-transform: uppercase;

background: linear-gradient(180deg, #FF9900 15.62%, #FF6C00 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.know-more-btn{
	border: 1px solid #fff;
	padding: 12px 24px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	margin-top: 20px;
	display: inline-block;
	transition: .3s ease-in-out;
}
.know-more-btn:hover{
	background: #F47A20;
	color: #fff !important;
	border: 1px solid #F47A20;
}
.sec-heading{
	color: #000;
	font-size: 49px;
	line-height: 56px;
	letter-spacing: -1.44px;
	font-weight: 600;
	
}
.section-more-btn{
	border: 1px solid #000;
	padding: 12px 24px;
	color: #000;
	font-weight: 400;
	font-size: 1rem;
	display: inline-block;
	transition: .3s ease-in-out;
}
.section-more-btn:hover{
	background-image: linear-gradient(270.73deg, #FF6C00 -26.35%, #FF9900 73.64%);
	border: 1px solid #F47A20;
		color: #000;
}
.section-more-btn img, .know-more-btn img{
	margin-left: 13px;
	transition: .3s ease-in-out;
	width: 19px;
}
.section-more-btn:hover i, .know-more-btn:hover i{
	color: #fff;
	margin-right: -7px;
	margin-left: 7px;
}
.text-middle{
	 text-align: right;
    margin: auto;
}
.highlighted-title{
	color: #F47A20;
}
.fw-medium{
	font-size: 1rem;
    font-weight: 500;
    color: #535353;
    letter-spacing: 2px;
    margin-bottom: 16px !important;
    text-transform: uppercase;
}
.product-item{
	margin-right: 34px;
    display: inherit;
}
.product-item:hover .product-des {
    bottom: -10px;
}
.product-des {
    bottom: -156px;
    position: absolute;
    transition: .6s;

}
.product-item .project-title h5{
	color: #fff;
	font-size: 30px;
}
.product-item .project-title i{
	border: 1px solid;
	border-radius: 50%;
	padding: 6px 5px 5px;
	font-size: 1.25rem;
	margin-top: 15px;
	position: absolute;

}
.product-item:hover i{
	right: -22%;
	transition: .5s ease-in-out;
}
.product-item .project-title {
    position: absolute;
    padding: 0 15px;
    width: 70%;
    height: 88px;
    bottom: 56px;
    color: #fff;
    left: 0;
    display: block;
    align-items: left;
    justify-content: center;
    text-align: left;
    transition: .5s;
}
.owl-prev{
	position: absolute;
    left: -65px;
    bottom: 48%;
    color: #000;
}
.owl-next{
	 position: absolute;
    right: -66px;
    bottom: 48%;
    color: #000;
}
.panther-section{
	background-image: linear-gradient(180deg, #F78C1E 0%, #F47A20 62.44%);
	position: relative;
	overflow: hidden;
	padding-bottom: 11%;
}
.bg-move{
  background-image: url(../images/building-bg.svg);
	background-size: contain;
	background-repeat: repeat-x;
	background-position: bottom;
	width: 200%;
    height: 37%;
    position: absolute;
    bottom: -16%;
    transition: .8s ease-out;
    transition-duration: .9s;
    opacity: .59;

}
@keyframes slide { 
  from {
    transform: translatex(0px);
  }
  to {
    transform: translatex(calc(var(--imagelenght) * -1));
  }
}

.top-heading .sec-heading{
  color: #fff;
  padding-right: 11%;
}

.panther-section-right .f-left{
	float: left;
	margin-right: 14px;
    margin-bottom: 40px;
    width: 24%;
}

.panther-section-right .f-right{
	float: left;
	margin-bottom: 9px;
	width: 71%;
	margin-bottom: 40px;
}
.panther-section .fw-medium{
	color: #fff;
}
.panther-section-right .f-right h5{
	color: #fff;
	font-size: 1.063rem;
	font-weight: 600;
}
.panther-section-right .f-right p{
	color: #fff;

}
.service-content{
	background: #fff;
	transition: .5s ease-in-out;
	cursor: pointer;
	position: relative;
    height: 488px;
    overflow: hidden;
}
.service-content:hover{
	background: #FF8D06;
}
.service-content img{
    width: 94%;
    z-index: 1000;
    position: absolute;
    right: 0;
    bottom: -1px;
}
.service-content h5{
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #1E1E1E;
    letter-spacing: -1px;
    text-align: left;
    padding: 25px
}
.ad-banner{
	position: relative;
	text-align: center;
	height: 1010px
}
.panther-move{
  background-image: url(../images/blackpanther.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 49%;
    height: 564px;
    position: absolute;
    left: 0;
    right: -48%;
    top: -280px;
    margin: 0 auto;
    transition: .4s ease-in-out;
    z-index: 99;
}
#hardik-video{
	width: 100%;
    margin-top: 8%;
    border: 20px solid #ccc;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
}
.overlay-video-sec{
    position: absolute;
    left: -142px;
    right: 0;
    top: 306px;
    z-index: 99;
}
.overlay-video-sec img {
    width: 100.4%;
    top: -200px;
    position: relative;
}
.overlay-video-sec .text-left{
	text-align: left !important;
    margin-top: 11%;
    padding-left: 10%;
}
.overlay-video-sec .text-left img{
	width: 67%;
    display: block;
    margin-top: 42%!important;
}
.overlay-video-sec .text-left p, .overlay-video-sec .text-left h1{
	color: #fff;
}

.sync .item{
    background: #0c83e7;
    padding: 80px 0px;
    color: #FFF;
    text-align: center;
}
.sync .item{
    background: transparent;
    padding: 10px 0px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    transition: .5s ease-in-out;
}
.sync.item h1{
  font-size: 1.125rem;
}
.sync .synced .item{
  border: 1px solid #FF8D06;
  color: #FF8D06;
}
.synced{
	margin-top: -10px;
	transition: .5s ease-in-out;
}
.synced .item{
	border: 1px solid #FF9900 !important;
}
#sync2{
	margin-top: -203px;
	height: 150px;
}
#sync2 .item{
	height: 99px;
    margin-top: 10px;
    background: #00000094;
    padding: 15px;
    border: 1px solid #fff;
    transition: .5s ease-in-out;
    text-align: left;
}

#sync2 .item:hover{
	border: 1px solid #FF9900;
}
#sync2 .item:hover h5{
	color: #FF9900;
}
#sync2 .synced .item .thumb-content-left h5{
	color: #FF9900 !important;
}
#sync2 .item .thumb-content-left{
  float: left;
  width: 50%;
}
#sync2 .item .thumb-content-left h5{
	color: #fff;
	font-weight: 400;
}
#sync2 .item .thumb-content-right{
  float: right;
  width: 28%;
}
 .thumb-content-right img{
  width: 72px !important;
    height: 64px;
  filter: brightness(0) invert(1);
  transition: .3s ease-in-out;
}
.synced .thumb-content-right img{
   filter: hue-rotate(350deg);
}
#sync1 .item img{
	height: 775px;
	object-fit: cover;
}
.project-overlay .highlighted-title{
	color: #FF9900;
}
.project-overlay{
	position: absolute;
	top: 20%;
	left: 10%;
	text-align: left;
	color: #fff;
	z-index: 9;
}
.project-overlay .fw-medium{
	font-size: 1rem;
}
.project-overlay p{
	color: #fff;
	font-size: 27px;
    font-weight: 500;
    line-height: 35px;
}
.iconic-slide{
	    position: absolute;
    bottom: 0;
    padding-left: 4%;
    font-size: 20px;
    color: #fff;
    display: none;
    width: 100%;
    text-align: left;
    height: 100%;
    padding-top: 46%;
    z-index: 9;
}
.iconic-slider .item::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
        background-image: linear-gradient(180deg, #040404 45%, #33d0ff00 82%);
    opacity: .6;
}

.owl-item.active.center .iconic-slide{
   display: block !important;
}


.blog-section{
	background: #EBEBEB;
}
.blog-slide .sec-heading{
	font-size: 36px;
    line-height: 41px;
    display: block;
    letter-spacing: 0;
}
.blog-slide p{
	margin-bottom: 0;
}
.blog-slide{
	background: #fff;
	padding: 32px;
	margin: 5px;
    margin-bottom: 30px;
    height: 451px;
    position: relative;
}
.time-n-date{
    position: absolute;
    bottom: 8%;
}
.blog-headlines .sec-heading{
  width: 50%;
}
.project-section .owl-prev img{
  width: 70%;
}
.project-section .owl-next{
  right: -81px;
}
.project-section .owl-next img{
  width: 70%;
}
.owl-prev img, .owl-next img{
  width: 70%;
}

.iconic-project .owl-prev {
    position: absolute;
    left: 2%;
    bottom: 41%;	
}
.iconic-project .owl-next {
    position: absolute;
    right: 3%;
    bottom: 41%;	
}

.owl-theme .owl-nav [class*='owl-']{
	background: transparent;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: transparent;
}

.testimonial{
	background-image: linear-gradient(117.42deg, #F78C1E 30.73%, #F3771D 67.08%);
	position: relative;
}
.testi-img-bg{
	width: 14%;
	position: absolute;
	right: 0;
	top: 0;
}
.testimonial .fw-medium, .testimonial .sec-heading{
   color: #fff;
}
.testimonial .owl-next {
	right: -7%;
}
.testimonial .owl-prev {
	left: -7%;
}
.testimonial .testi-slide{
	text-align: left;
    color: #fff;
    margin-top: 9%;
}
.testi-slide p{
	margin-bottom: 0;
	font-size: 1.125rem;
}
.testimonial .testi-play{
   width: 20% !important;
    position: absolute;
    z-index: 9;
    top: 27%;
    left: 40%;
    height: auto !important;
    object-fit: contain !important;
}
.testimonial .owl-item img{
    height: 300px;
    object-fit: cover;
}
.approval-carousel .item img{
    height: 100px;
    object-fit: contain;
}

.footer-top{
	background: #000;
	text-align: left;
    position: relative;
}
.contact-footer {
	text-align: left;
	padding-right: 20%;
}
.contact-footer .sec-heading{
	font-size: 54px;
	line-height: 61px;
	color: #fff;
}
.contact-footer .fw-medium{
	color: #a0a0a0;
}
.contact-form input{
	background: transparent;
    border: none;
    border-bottom: 1px solid #FBFBFB;
    padding: 13px 0;
    font-size: 1rem;
    color: #FBFBFB;
    width: 45%;
    margin-right: 25px;
    margin-bottom: 46px;
}
.contact-form ::placeholder {
  color: #FBFBFB;
  opacity: 1; 
}

.contact-form :-ms-input-placeholder {
  color: #FBFBFB;
}

.contact-form ::-ms-input-placeholder {
  color: #FBFBFB;
}
.message-input{
	width: 96% !important;
}
.contct-submit{
	background: transparent;
    color: #fff;
    border: 1px solid #fff !important;
}
.contct-submit:hover{
    color: #fff;
}
.footer-bottom{
	background: #0D0D0D;
    position: relative;
}
.footer-bottom p{
  font-size: 1rem;
  color: #8F8F8F;
}
.footer-bottom .logo-footer{
	margin-bottom: 25px;
    width: 88%;
}
.third-row{
    border-top: 1px solid #393939;
    padding-top: 45px;
}
.third-row a{
    font-size: 1rem;
    color: #8f8f8f;
    margin-left: 15px;
}
.third-row p{
    font-weight: 500;
}
.third-row .text-right{
    text-align: right;
        position: static;
        z-index: 9999;
}
.second-row {
    margin-bottom: 35px;
}
.second-row p{
    font-size: 1.063rem;
    color: #ffffff;
    font-weight: 600;
    margin-top: 45px;
}
.second-row a{
    color: #8F8F8F !important;
}
.socil-icons{
	margin-right: 11px;
    width: 35px;
    height: 35px;
    box-shadow: 0px 0px 0px 2px #8F8F8F;
    border-radius: 50%;
    padding: 6px;
    transition: .3s ease-in-out;
}
.socil-icons:hover{
    box-shadow: 0px 0px 0px 1px #8F8F8F;
    background: #F47A20;
}
.footer-links a{
	display: block;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 16px;
    transition: .3s ease-in-out;
}
.footer-bg-1 img{
    position: absolute;
    left: 0;
    top: 0;
    width: 16%;
    opacity: .6;
}
.footer-bg-2 img{
    width: 16%;
    opacity: .6;
    right: 0;
    position: absolute;
    z-index: 11;
    bottom: 0;
}
.footer-bg-2{
    width: 100%;
}
.footer-links a:hover{
    color: #F47A20 !important;
}
.info .lable a{
	color: #fff;
    transition: all 0.4s ease;
}
.info .lable{
  margin-bottom: 0 ;}
.info .lable a:hover{
    color: #F47A20;
}

.first-row .col-md-2,.first-row .col-md-3{
   padding: 0 6px;
}
.first-row{
    border-bottom: 1px solid #393939;
    align-items: center;
    height: 100%;
    align-content: center;
}
.icons-sec{
    padding-left: 1% !important;
}

.icon-bar {
    top: 66% !important;
    position: fixed;
    right: 0;
    z-index: 999;
}
.icon-bar a {
    display: block;
    text-align: center;
    width: 23px;
    height: 23px;
    transition: all 0.4s ease;
    color: white;
    margin-bottom: 6px;
    font-size: 1.25rem;
}
.icon-bar a img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}



.modal-dialog{
    max-width: 56%;
}











/*==================About us ========================*/


.banner-content {
    top: 27%;
}
.banner-content p{
    font-weight: 400;
    color: #fff;
}
.about-container .container{
   height: 575px;
    object-fit: cover;
}
.about-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 97%;
    background-image: linear-gradient(180deg, #040404 45%, #33d0ff00 82%);
    opacity: .6;
}

.banner-content .breadcrum {
    font-size: 1rem;
    color: #E8EAEB;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.orange-sec{
    padding-bottom: 2%;
}
.orange-sec .sec-heading{
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;
    padding-right: 40px;
 }
.orange-sec p{
    color: #fff;
}
.polygon-bg {
    position: relative;
    height: 929px;
    margin-top: -28%;
}
.hexa-bg {
    background: url(../images/Group-3.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
    width: 50%;
    height: 100%;
    z-index: 9;
}
.polygon-content{
    margin-top: 74%;
}
.polygon-content h3{
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 32px;
    color: #1E2B3B;
    margin: 38px 0px 25px 0;
}
.our-journey-slider{
    width: 90%;
    float: right;
}
.our-journey {
    height: 580px;
}
.line-bg{
    background: url(../images/line.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: top 148px right 0px;
    background-size: 100%;
    width: 92%;
    height: 448px;
    left: 121px;
}
.our-journey-slider .year-content1 img{
    width: 55%;
}
.our-journey-slider .year-content img{
    width: 55%;
}
.our-journey-slider .slider-in{
    position: relative;
}
.year-content{
  width: 100%;
  height: 100%;
  position: relative;
}
.year-content h2{
    position: absolute;
    bottom: -14px;
    font-size: 70px;
    color: #ff9901;
    left: -2px;
}
.year-content p{
    position: absolute;
    top: 28%;
    right: 102px;
    text-align: left;
    font-size: 1.25rem;
    color: #1E2B3B;
    font-weight: 500;
    line-height: 27px;
}
.year-content1{
    width: 100%;
    height: 100%;
    left: 0;
    position: relative;
}
.slider-in .year-content1 h2{
    position: absolute;
    top: -9px;
    font-size: 70px;
    color: #ff9901;
    left: 1%;
}
.year-content1 p{
    position: absolute;
    top: 272px;
    right: 16%;
    text-align: left;
    font-size: 1.25rem;
    color: #1E2B3B;
    font-weight: 500;
    line-height: 25px;
}

.black-pan{
    position: absolute;
    top: 72px;
    left: 33%;
    z-index: -1;
}
.about-div h4{
  font-weight: 500;
  font-size: 24px;
}
.about-div img{
height: 358px;
object-fit: cover;
}
.gallery{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.gallery::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(167deg, #040404 56%, #33d0ff00 100%);
    opacity: .6;
}
.gallery img{
    transition: .5s ease-in-out;
}
.gallery:hover img{
  transform: scale(1.3);
}
.overlay-content{
    position: absolute;
    bottom: 9%;
    left: 5%;
    z-index: 9;
    padding: 10px;
}
.overlay-content h4{
  color: #fff;
  font-size: 23px;
}















/*============================== Product Page ===============================*/

  

.product-banner .container{
    height: auto !important;
}
.enquiry-sec .container{
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}
.enquiry-sec .col-md-8 a{
  margin-right: 25px;
  color: #4B5562;
  font-size: 1rem;
  transition: .3s ease-in-out;
}
.enquiry-sec .col-md-8 a.active{
    border-bottom: 2px solid #FF5E14;
    padding-bottom: 32px;
    color: #ff5e14;
}
.enquiry-sec .col-md-8 a:hover{
    border-bottom: 2px solid #FF5E14;
    padding-bottom: 32px;
    color: #FF5E14;
}
.enquiry-sec .col-md-4{
    text-align: right;
}
.enquiry-sec .col-md-8{
    width: 58.33333%;
}
.enquiry-sec .col-md-4{
    width: 41.66667%;
}

.white-btn{
    border: 2px solid #000;
    padding: 10px;
    color: #000;
    margin-right: 20px;
    font-size: 1rem;
    transition: .3s ease-in-out !important;
}
.white-btn:hover{
    background-image: linear-gradient(270.73deg, #FF6C00 -26.35%, #FF9900 73.64%);
    border: 1px solid #FF6C00;
    color: #fff;
}
.white-btn img{
    width: 19px;
    margin-right: 3px;
    margin-top: -2px;
}
.orange-btn{
    background-image: linear-gradient(270.73deg, #FF6C00 -26.35%, #FF9900 73.64%);
    padding: 12px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    transition: .3s ease-in-out;
}
.orange-btn:hover{
color: #ffffff;
    background-image: linear-gradient(270.73deg, #e54000 -26.35%, #ffaa31 73.64%);
}
.pink-section{
    background: #FDF0DF;
}
.pink-banner-content{
    padding: 80px;
}
.pink-banner-content h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;  
}
.pink-img{
    text-align: right;
}
.pink-img img{
    width: 100%;
}
.accordion-item{
    border: none;
    margin-bottom: 50px;
    background-color: transparent;
}
.accordion-item h2 .accordion-button{
    font-size: 1.25rem;
    font-weight: 600;
    color: #F47A20;
    background: transparent;
    padding: 20px 0 30px;
}
.accordion-button{
    padding: 20px 0;
    border-top: 2px solid #F47A20;
}
button:focus:not(:focus-visible){
    border-top: 2px solid #F47A20;
}
.accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
    padding: 20px 0 30px;
}
.accordion-button:focus{
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../images/Frame-75.png);
    width: 2.25rem;
    height: 2.25rem;
    background-size: 2.25rem;
}
.accordion-button::after{
    background-image: url(../images/plus.png);
    width: 2.25rem;
    height: 2.25rem;
    background-size: 2.25rem;
}
.accordion-body {
    padding: 1rem 0;
}
.accordion-body .advantage-content img{
    width: 70px;
    margin-bottom: 30px;
}
.accordion-body .advantage-content h3{
    font-size: 1.125rem;
}
.accordion-body .advantage-content p{
    font-size: 13px;
}
.accordion-body .advantage-content{
    margin-bottom: 30px;
}

.table-div .border-list{
  border-top: 1px solid #ccc ;
  border-right: 1px solid #ccc;
  border-radius: 2px;
  padding: 10px 10px 10px 0;
}
.accordion-side-bg{
    position: relative;
}
.accordion-side-bg .img{
    background: url(../images/Group-00.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 100%;
    height: 503px;
    position: absolute;
    z-index: -1;
    margin-top: -20%;
}
.product-gallery{
    padding: 0;
}
.product-gallery .owl-item img{
    height: 495px;
    object-fit: cover;
    position: relative;
}
.iconic-project .owl-item img{
    height: 495px;
    object-fit: cover;
    position: relative;
}
.iconic-project .owl-item .item .overlay-div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #000000 21%, #2c2c2c00 35%);
    opacity: .7;
}

.product-gallery .owl-carousel .owl-nav.disabled{
    display: block;
}

.product-gallery .iconic-headlines{
    border-top: 1px solid #ccc;
}
.simiar-product img{
    position: relative;

}
.other-product-img{
    height: 390px;
    object-fit: cover;
}

.simiar-product-content{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: 999;
    text-align: left !important;
    padding: 20px;
    background-image: linear-gradient(360.73deg, #030303 -7.35%, #17171703 100.64%);
    padding-bottom: 28px!important;
}
.simiar-product-content h5{
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 19px;
}
.simiar-product-content .arrow-right{
    height: auto !important;
}
.simiar-product-content .arrow-right{
    width: 35px !important;
    margin: 10px 0;
    transition: .5s ease-in-out;
}
.simiar-product-content p{
    color: #fff;
    font-size: 1rem;
    display: none !important;
}

.simiar-product .item:hover p{
   display: block;
   animation: fade-in .8s;
}
.simiar-product .item:hover .arrow-right{
    margin-left: 85%;
}
.simiar-product .item:not(:hover) .p.did-fade-in {
    display: block;
    animation: fade-out .8s;
  }
@keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes fade-out {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
.simiar-product .owl-nav img{
    filter: invert(1);
}
.accordion-item h2 .accordion-button{
    font-size: 28px;
}
.product-gallery .sec-heading{
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;

}
.simiar-product-section .sec-heading{
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;

}


.orange-btn img{
    width: auto;
}




/*===================================== Dealer =============================*/


.about-container .content{
    width: 80%;
}
#exTab1{
    background-color: #fff;
    margin-top: -68px;
    position: relative;
    padding: 0;
}
.nav-tabs .nav-link{
    border: none;
    padding: 20px 0;
    margin-right: 25px;
}
.nav-tabs{
    padding: 0 25px;
    border-bottom: none;
}
.top-inputs{
    background: #FAFAFA;
    padding: 25px;
    box-shadow: 0px 0 8px -2px #d4d3d3;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item-desktop.show .nav-link {
    color: #ff7c00;
    background-color: #fff;
    border-color: #ff7c00;
    border-bottom: 2px solid #ff7c00;
}
button:focus:not(:focus-visible) {
    border-top: inherit;
}
.nav-tabs .nav-link{
    color: #747B84;
    font-weight: 500;
}
.top-inputs input, .top-inputs select{
    border: none;
    border-bottom: 1px solid #b6b6b6;
    background: transparent;
    padding: 10px 0;
    margin-right: 20px;
    width: 23%;
    color: #747B84;
}
select option {
  padding: 10px;
  background: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.top-inputs button{
    width: 25%;
    border: none;
    background: linear-gradient(270.73deg, #FF6C00 -26.35%, #FF9900 73.64%);
    padding: 10px;
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
input:focus-visible, select:focus-visible {
    outline-offset: 0px;
    outline: -webkit-focus-ring-color 0px;
}
.top-inputs select option{
    color: #747B84;
}
.top-inputs ::placeholder {
    color: #747B84;
    opacity: 1; 
  }
  
  .top-inputs :-ms-input-placeholder {
    color: #747B84;
  }
  
  .top-inputs ::-ms-input-placeholder {
    color: #747B84;
  }
  .dealer-header{
    background: #F8F8F8;
    border-bottom: 1px solid #DBDBDB;
    transition: .3s ease-in-out;
  }
  .dealer-box{
    border: 1px solid #DBDBDB;
    margin-bottom: 30px;
    transition: .3s ease-in-out;
    background: url(../images/Group-13.png);
    background-repeat: no-repeat;
    background-position: bottom right -7px;
    background-size: 21%;
  }
  .dealer-box:hover .dealer-header{
    background: #FEF4E5;
  }
  .dealer-box:hover .dealer-header h4{
    color: #F47A20;
  }
  .dealer-box:hover .dealer-body{
    background: linear-gradient(0deg, #FFFBF5, #FFFBF5);
  }
  .dealer-header h4{
    font-size: 24px;
    line-height: 36px;
    padding: 20px;
    margin-bottom: 0;
    font-weight: 600;
  }
  .dealer-box .dealer-body{
    padding: 30px 20px 10px 20px;
    transition: .3s ease-in-out;
  }
  .dealer-box .dealer-body .address{
    height: 130px;
  }
  .dealer-box .dealer-body h4{
    margin-bottom: 20px;
    font-weight: 600;
  }
  .dealer-box .dealer-body .mail-id{
    color: #F47A20;
  }
  .dealer-box .dealer-body p i{
    margin-right: 6px;
  }










/*============================ Building Guide ==============================*/

.building-guide .col-md-6{
    margin-bottom: 100px;
    position: relative;
}
.building-guide .p-right{
   padding-right: 5%;
}
img{
    width: 100%;
}
.building-guide .p-left{
    padding-left: 5%;
 }
 .iso-icon{
    width: 28% !important;
}
 .branding-div img{
    width: 10%;
 }
.building-guide .branding-div h3{
    font-size: 28px;
    margin: 20px 0 35px;
    font-weight: 600;
    line-height: 36px;
}

.building-guide .item img{
    width: 100%;
}
.branding-div{
    align-items: center;
    height: 100%;
    align-content: center;
    display: grid;
}
.poly-bg-img img{
   position: absolute;
    width: 43% !important;
    left: -33%;
    bottom: -45%;
}
.poly-bg-img2 img{
    position: absolute;
    width: 43% !important;
    right: -13%;
    top: -45%;

 }



 /*======================== Manufacturing facility ============================*/


  .about-div-bg .img{
    height: 429px;
    margin-top: -5%;
  }
 .manufacturing-section{
    overflow: hidden;
    padding: 0;
 }
 .manufacturing-slider .owl-prev {
    position: absolute;
    right: 8%;
    bottom: 10px;
    width: 50px;
    left: auto;
}
 .manufacturing-slider .owl-next{
    position: absolute;
    right: 2%;
    bottom: 10px;
    width: 50px;
 }
 .manufacturing-section .p-right {
    padding: 20px 26% 20px 15%;
}
.manufacturing-section .p-left {
    padding: 20px 26% 20px 15%;
}
 .manufacturing-section .col-md-6{
    margin-bottom: 0;
 }
 .manufacturing-pink img {
    width: 100%;
}

.manufacter-pink-sec .pink-banner-content {
    padding: 100px;
}
.manufacter-pink-sec .pink-banner-content h5{
    font-weight: 500;
    color: #F47A20;
}
.manufacturing-pink-sec-title{
    color: #F47A20;
    margin-bottom: 30px;
}
.manu-about-div h4{
    font-size: 28px;
    padding-right: 6%;
}
.manu-about-div p{
    font-size: 1rem;
}
.key-sec img{
    width: 100px;
    margin-top: 50px;
}
.key-sec p{
    font-size: 1rem;
    margin-top: 20px;
}
.key-bg{
    position: relative;
}
.key-bg .img{
    background: url(../images/Group-132.png);
    background-repeat: no-repeat;
    background-position: bottom left -15%;
    background-size: contain;
    width: 100%;
    height: 417px;
    position: absolute;
    z-index: -1;
    margin-top: -14%;
}


.enquiry-sec-footer{
    overflow: hidden;
}

.enquiry-sec-footer img{
    height: 500px;
    object-fit: cover;

}
.enquiry-sec-footer .col-md-6{
    padding: 0;
    background: #f47c20;
}
.section-left{
    padding: 70px 39% 70px 50px;
    height: 500px;
    object-fit: cover;
    color: #fff;
    position: relative;
}
.section-left .bottom-fixed{
    position: absolute;
    bottom: 70px;
    width: 55%;
}
.section-left .bottom-fixed h3{
    color: #fff;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.44px;
}
.section-left .bottom-fixed a{
    background: #000;
    padding: 10px 20px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
}






/*========================= PRICE CSS =======================*/

.price-table .table-striped td{
    vertical-align: middle;
    font-size: 1rem;
    padding: 10px;
}
.price-table .table-striped td img{
    width : auto;
}
.table-striped .text-right{
    font-size: 1.063rem;
    font-weight: 800;
    color: #000;
}
.pink-note{
    margin-top: 12%;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #F5F8FB;
    --bs-table-accent-bg: #F5F8FB;
}
.price-table .table-striped .text-right{
    text-align: right;
}
.table-striped>tbody>tr{
    border: 1px solid #e5e5e5;
}
.pink-note{
    background: #FFF9EF;
    height: 88%;
    padding: 20px;
}
.note-content img{
    float: left;
    height: 80px;
    width: 20%;
    margin-bottom: 20px;
}
.note-content h4, .note-content p{
    float: left;
    width: 80%;
}
.note-content h4{
    font-size: 1.25rem;
}
.price-heading{
    font-size: 28px;
}
.price-heading sapn{
    font-weight: 400 !important;
}
.note-content p{
    font-size: 14px;
    margin-bottom: 20px;
}
.note-content{
    clear: both;
}
.price-footer-btn{
    text-align: right;
    margin-top: 40px;
}
.price-tab{
    padding: 35px;
}









/*==============================Media css =========================*/

.media-box{
    margin: 0 7px 50px;
}
.media-header img{
    width: 100%;
}
.media-body .pills{
    background: rgba(244, 122, 32, 0.13);
    display: inline-block;
    padding: 3px 7px;
    margin-top: 25px;
    font-weight: 500;
}
.media-body h4{
    font-weight: 600;
}




/*============== Blog ============*/



.blog-list .blog-box img{
     width: 100%;
     height: 350px;
     object-fit: cover;
 }
 
 .blog-list .blog-box h3{
    font-size: 1.25rem;
     font-weight: 600;
     line-height: 24px;
     margin: 22px 0;
 }
 .blog-box .date-n-team{
   border-bottom: 1px solid #333;
   padding-bottom: 12px;
 }
 .blog-list .blog-box .date-n-team img{
     display: inline-block;
     width: 12px;
     height: auto;
     border-radius: 0;
     margin-right: 6px;
 }
 .blog-box .date-n-team span{
     font-size: 14px;
     font-weight: 600;
     margin-right: 15px;
 }
 .blog-list .blog-box p{
   margin-top: 22px;
 }
 .blog-list .blog-box{
   margin-bottom: 30px;
 }
 .blog-box .blog-box img{
     width: 100%;
     height: 420px;
 }
 .blog-box .share p{
   margin: 20px 0;
   font-weight: 600;
   font-size: 1.125rem;
 }
 .blog-box .share img{
   display: inline-block;
    width: 40px;
    height: auto;
    border-radius: 0;
    margin-right: 7px;
    filter: brightness() invert(1);
 }
 
 
 
 
 
 
 
 
 
 /*===================================== Form ===============================*/
 
 .f-20{
     font-size: 1rem;
 }
 .place-name p{
     font-weight: 600;
     margin-bottom: 2px;
     font-size: 1rem;
 }
 .form{
     margin-bottom: 50px;
     border-bottom: 2px solid #a3a4a5;
 }
 .form-body input, .form-body select{
     width:100%;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    padding: 14px 0;
    margin-bottom: 30px;
    margin-right: 26px;
    font-size: 15px;
    font-weight: 500;
    color: #1E2B3B;
 }
::placeholder { 
      color: #1E2B3B;
  opacity: 1; 
}

:-ms-input-placeholder { 
      color: #1E2B3B;
}

::-ms-input-placeholder { 
      color: #1E2B3B;
}
 .form-body textarea,  .checkbox-form textarea{
    border: none;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
     margin-bottom: 50px;
     font-size: 15px;
    font-weight: 500;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}
.checkbox-form p{
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 15px;
    padding-left: 33px;
    position: relative;
}
.checkbox-form span{
    font-weight: 700;
    position: absolute;
    height: 65px;
    left: 0;
}
.checkbox-form .row{
     margin-bottom: 30px;
}
.check-box{
    margin-bottom: 25px;
}
.checkbox-form .white-btn {
    border: 2px solid #b5b5b5;
    padding: 10px 24px;
    color: #000;
    margin-right: 20px;
    font-weight: 600;
        transition: .3s ease-in-out;
}
.checkbox-form .white-btn:hover{
    background-image: linear-gradient(270.73deg, #FF6C00 -26.35%, #FF9900 73.64%);
    border: 1px solid #FF6C00 ;
    color: #fff;
}
.check-box input{
    margin-left: 34px;
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.check-box label{
    font-size: 1rem;
    font-weight: 500;
}
.mapouter iframe{
    width: 100%;
    height: 500px;
}
.form label{
    display: block;
    font-size: 1rem;
     font-weight: 500;
}
.form input[type="file"]{
    width :97%;
}
.location-box .highlighted-title{
    font-weight: 600;
    font-size: 1.4rem;
}







/*================== asli sariya ====================*/

.asli-sariya-bg .img{
    background: url(../images/Group-233.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 17%;
    margin-top: 0;
    height: 385px;
    top: 0;
}
.asli-sariya-ki-pehchan p{
  font-size: 15px;
}
.asli-sariya-ki-pehchan .col-md-6{
    margin-bottom: 0;
    padding: 0;
}


 








@media (min-width: 1200px) and (max-width: 1420px){
   
    .navbar-brand img {
        width: 163px;
    }
    .brand-img-2 img {
           width: 88px !important;
            margin-right: -10px;
            margin-top: 0;
    }
    .navbar-expand-lg .navbar-nav{
        padding-left: 14% !important;
    }
    .contact-btn{
        width: 19%;
        height: 40px;
    }

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    margin: 15px 2px;
    font-size: 13px;
}
.header-section.header-fixed {
    height: 87px;
}
.banner-title {
    font-weight: 800;
    font-size: 68px;
    line-height: 72px;
}
   .content p {
    font-size: 1rem;
    margin-top: 17px;
}
   .sec-heading{
    font-size: 39px;
    line-height: 48px;
    letter-spacing: -1px;
}
.top-heading{
	width: 55.5%;
}

.our-reach img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-top: 8px;
}
.our-reach-rt {
    width: 72%;
}
.counting {
    font-size: 30px;
}
.our-reach-rt span {
    font-size: 30px;
}
.top-heading {
    width: 50%;
}
.service-content{
    height: 400px;
}
.panther-move{
    width: 54%;
    right: -48%;
    top: -361px;
}
.panther-section-right .f-left {
    margin-right: 11px;
    width: 21%;
}
.panther-section-right .f-left img{
	width: 100%;
}
.panther-section-right .f-right h5{
	font-size: 15px;
}
.project-overlay p{
    font-size: 26px;
    line-height: 36px;
  }
.overlay-video-sec img {
    width: 100%;
}
.ad-banner {
    height: 895px;
}
.overlay-video-sec{
	top: 269px;
}
#sync1 .item img{
	height: 650px;
}
.blog-slide{
    height: 320px;
}
.blog-slide .sec-heading{
	font-size: 21px;
    line-height: 27px;
}
.fw-medium {
    font-size: 14px;
}
.service-content h5 {
	  font-size: 24px;
    line-height: 32px;
}
.services-box .col-md-3 {
    width: 24%;
}

.testi-slide p{
	margin-bottom: 0;
	font-size: 15px;
}
.contact-footer .sec-heading {
    font-size: 43px;
    line-height: 51px;
}
.contact-form input{
	font-size: 14px;
	width: 44%;
}
.footer-bottom p{
	font-size: 13px;
}
.footer-links a{
	font-size: 14px;
}
.polygon-bg {
    margin-top: -38%;
}
.polygon-content {
    margin-top: 104%;
}
.polygon-content h3 {
    font-size: 1.125rem;
    line-height: 27px;
}

.black-pan {
    top: 108px;
    left: 29%;
}
.black-pan img{
    width: 73%;
}
.our-journey {
    height: 555px;
}

.our-journey-slider{
    width: 88%;
}

.simiar-product-content h5{
        font-size: 25px;
    line-height: 30px;
}

.line-bg {
    background-position: top 138px right 0px;
    width: 91%;
    height: 436px;
}

.banner-content .breadcrum{
    font-size: .8rem;
}
 
/*.year-content{
  left: 19%;
}*/
.year-content h2{
    bottom: -14px;
    font-size: 60px;
    left: -2px;
}
.year-content p{
    top: 32%;
    right: 80px;
    text-align: left;
    font-size: 19px;
    line-height: 27px;
}
.year-content1{
    left: 0;
}
.slider-in .year-content1 h2{
    position: absolute;
    top: -9px;
    font-size: 60px;
    color: #ff9901;
    left: 1%;
}
.year-content1 p{
    top: 232px;
    right: 16%;
    text-align: left;
    font-size: 19px;
    line-height: 27px;
}


.product-gallery .owl-item img{
    height: 420px;
}
.iconic-project .owl-item img{
      height: 420px;
}
.dealer-box h4{
  font-size: 1.125rem;
}
.dealer-box p{
    font-size: 14px;
}
.building-guide .col-md-6 {
    margin-bottom: 60px;
}
.asli-sariya-ki-pehchan .col-md-6{
    margin-bottom: 0;
}
.poly-bg-img2 img{
    right: -18.6%;
 }
 
 .blog-box .date-n-team span{
    font-size: 13px;
 }
 .top-inputs input, .top-inputs select{
     width: 22.7%;
 }
 .socil-icons {
    margin-right: 5px;
    width: 30px;
    height: 30px;
}
.modal{
      top: 9%;
  }
.modal-dialog iframe{
    height: 340px;
}
.owl-next{
    right: 0 !important;
}
.owl-prev{
    left: 0 !important;
}


}





@media (min-width: 1600px) and (max-width: 1899px){

	p{
		font-size: 1.063rem;
	}
 .dropdown-menu .dropdown-item {
    font-size: 1.063rem;
}
.header-section.header-fixed{
    height: 93px;
}

.navbar-light .navbar-nav .nav-link{
	font-size: 15px;
    margin: 10px 5px;
}
.navbar .nav-item-desktop:hover .dropdown-menu{
    width: 101%;
}
.contact-btn{
    width: 21%;
}
.navbar .navbar-brand {
    margin-right: 11px;
}
.navbar-brand img {
    width: 180px;
}
.brand-img-2 img {
    width: 107px;
}
.navbar-expand-lg .navbar-nav {
    width: 99%;
    padding-left: 12.8% !important;
    left: 0;
}
.toll-no{
	margin-top: 0 !important;
}

.banner-title{
	font-size: 80px;
    line-height: 80px;
}
.content{
    top: 33%;
    width: 53%;
}
.content p{
	font-size: 1.25rem;
	width: 79%;
}
.our-reach img {
     margin-right: 17px;
    width: 75px;
    height: 75px;
    margin-top: 18px;
}
.our-reach-rt {
    width: 70%;
}
.counting {
    font-size: 50px;
}
.our-reach-rt span {
    font-size: 50px;
}
.fw-medium{
	font-size: 1rem !important;
    font-weight: 500;
    color: #535353;
    letter-spacing: 2.4px;
    margin-bottom: 16px !important;
}
.panther-section .fw-medium {
    margin-bottom: 28px !important;
}

.panther-move{
	top: -335px;
}
.sec-heading {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2px;
    font-weight: 600;
}
.panther-section-right .f-left {
    margin-right: 14px;
    margin-bottom: 30px;
    width: 19%;
}
.panther-section-right .f-left img{
   width: 100%;
}
.panther-section-right .f-right {
	padding-top: 0px;
    margin-bottom: 25px;
    width: 73%;
}
.panther-section-right .f-right h5, .panther-section-right .f-right p {
    font-size: 19px;
}
.ad-banner{
	height: 1090px;
}
.overlay-video-sec img {
    width: 100%;
}
.testi-slide p{
	font-size: 1.25rem;
}
.footer-top{
	background: #000;
	text-align: left;
}
.contact-footer {
	text-align: left;
	padding-right: 7%;
}
.contact-footer .sec-heading{
	font-size: 56px;
	line-height: 64px;
	color: #fff;
}
.contact-footer .fw-medium{
	color: #a0a0a0;
}
.contact-form input{
	background: transparent;
    border: none;
    border-bottom: 1px solid #FBFBFB;
    padding: 13px 0;
    font-size: 1rem;
    color: #FBFBFB;
    width: 45%;
    margin-right: 25px;
    margin-bottom: 46px;
}
.contact-form ::placeholder {
  color: #FBFBFB;
  opacity: 1; 
}

.contact-form :-ms-input-placeholder {
  color: #FBFBFB;
}

.contact-form ::-ms-input-placeholder {
  color: #FBFBFB;
}
.message-input{
	width: 96% !important;
}
.contct-submit{
	background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.footer-bottom{
	background: #0D0D0D;
}
.footer-bottom .logo-footer{
	margin-bottom: 30px;
}
.socil-icons{
    margin-right: 11px;
    width: 35px;
    height: 35px;
    border: 1px solid #393939;
    border-radius: 50%;
    padding: 6px;
}

.footer-links a:hover{
    color: #FF5E14;
}
.info .lable a{
	color: #fff;
}
.about-container .container{
    height: 720px;
}
.content {
    top: 27%;
    width: 53%;
}
.polygon-bg{
    margin-top: -26%;
}
.polygon-content h3 {
    font-size: 24px;
    line-height: 37px;
}


.polygon-content{
    margin-top: 74%;
}
.polygon-content h3{
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 32px;
    margin: 38px 0px 25px 0;
}

.our-journey-slider{
    width: 88%;
}
.our-journey{
    height: 733px;
}
.line-bg{
    background-position: top 170px right 0px;
    width: 90%;
    height: 436px;
    left: 10%;
}
.our-journey-slider .year-content1 img{
    width: 55%;
}
.our-journey-slider .year-content img{
    width: 55%;
}
.our-journey-slider .slider-in{
    position: relative;
}
/*.year-content{
  left: 19%;
}*/
.year-content h2{
    bottom: -21px;
    font-size: 75px;
    left: -2px;
}
.year-content p{
    top: 37%;
    right: 89px;
    font-size: 25px;
    line-height: 32px;
}
.year-content1{
    left: 0;
}
.slider-in .year-content1 h2{
    top: -11px;
    font-size: 75px;
    left: 0%;
}
.year-content1 p{
    top: 278px;
    right: 16%;
    font-size: 25px;
    line-height: 31px;
}

.black-pan{
    top: 101px;
    left: 35%;
}
.accordion-body .advantage-content p{
    font-size: 1rem;
}
#exTab1{
    font-size: 1.125rem;
}
.pink-banner-content h4{
    font-size: 28px;
}
.accordion-body .advantage-content img{
    width: 90px;
}
.accordion-item h2 .accordion-button{
    font-size: 28px;
}
.product-gallery .sec-heading{
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;

}
.simiar-product-section .sec-heading{
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;

}
.product-gallery .owl-item img{
    height: 600px;
}
.iconic-project .owl-item img{
    height: 600px;
}

.enquiry-sec .col-md-8 a{
    font-size: 1rem;
}
 .white-btn{
    font-size: 1rem;
}
.orange-btn{
    font-size: 1rem;
}

.enquiry-sec .col-md-4 {
    margin-top: 5px;
}
.accordion-body .advantage-content h3{
    font-size: 1.25rem;
}
.building-guide .branding-div h3{
    font-size: 28px;
    line-height: 34px;
}
.poly-bg-img2 img{
    right: -16%;
 }
 .manufacturing-pink-sec-title{
    font-size: 28px;
 }
 .manufacter-pink-sec .pink-banner-content h5{
    font-size: 1.25rem;
 }
 .manufacter-pink-sec .pink-banner-content p{
    font-size: 1rem;
 }
 .about-div h4{
    font-size: 28px;
 }
 .price-table .table-striped td{
    font-size: 1.25rem;
    padding: 12px;
 }
 .blog-slide .fw-medium{
    font-size: 1rem;
 }
 .blog-slide .sec-heading{
    line-height: 39px;
    font-size: 36px;
 }
 .blog-list .blog-box h3{
    font-size: 27px;
    line-height: 34px;
 }
 .blog-box .date-n-team span{
    font-size: 1rem;
 }
 .blog-list .blog-box .date-n-team img{
    width: 18px;
    margin-right: 6px;
 }
 .modal{
      top: 12%;
  }
 .modal-dialog iframe{
    height: 430px;
}



}


@media (min-width: 1900px) and (max-width: 3000px){

    p {
        font-size: 1rem;
    }
    .fw-medium{
        font-size: 1.25rem;
    }
    .header-section.header-fixed{
        height: 100px;
    }
    .toll-no{
            margin-top: 0px !important;
            margin-bottom: 0 !important;
            line-height: 25px !important;
    }
    .toll-no span{
        font-size: 16px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.125rem;
        margin: 10px 8px;
        line-height: 35px;
    }
    .navbar-expand-lg .navbar-nav{
        margin-top: 12px;
    }
    .navbar-brand img{
        width: 210px !important;
    }
    .navbar-expand-lg .navbar-nav{
        padding-left: 13% !important;
        margin-top: 10px;
    }
    .brand-img-2 img {
      width: 120px !important;
     }
     .dropdown-menu .dropdown-item{
         font-size: 1.25rem;
     }
    .contact-btn {
        width: 19%;
        height: 47px;
        padding: 7px 32px;
    }
    .polygon-bg {
        margin-top: -23%;
    }

    .banner-title{
        font-family: "Helvetica Neue";
        font-size: 78px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 92.5px !important; /* 96.354% */
        letter-spacing: -2.88px;
        text-transform: uppercase;
    }
    .our-reach img{
        margin: 26px 11px 0 0px;
            width: 75px;
            height: 75px;
    }
     .our-reach-rt .counting{
         font-size: 56px;
     }
     .our-reach-rt span {
        font-size: 56px;
    }
   
    .about-container .container{
        height: 720px !important;
    }
    .overlay-video-sec{
        top: 258px;
    }
    .overlay-video-sec img {
       width: 82.7%;
    }
    .panther-move{
        width: 66%;
        height: 648px;
        left: 0;
        right: -34%;
        top: -412px;
    }
    .ad-banner{
    height: 1072px;
    }
    .overlay-video-sec{
        top: 303px;
    }
    .overlay-video-sec img {
        width: 100%;
        top: -200px;
        position: relative;
    }
    .bg-move{
        height: 40%;
    }
    .panther-section-right .f-right h5 {
        font-size: 22px;
    }
    .panther-section-right .f-right p {
        font-size: 1.15rem;
    }
    .panther-section-right .f-left img{ 
        width: 81px;
        height: 78px;
    }
    .content {
        top: 34%;
        width: 56%;
    }
    .content p {
        font-size: 24px;
        margin-top: 12px;
    }
    .banner-content{
         top: 29% !important;
    }
    .project-overlay p{
        font-size: 32px;
        line-height: 42px;
    }
    .product-gallery .owl-item img{
        height: 650px;
    }
    .iconic-project .owl-item img{
          height: 650px;
    }
    .iconic-slide{
        font-size: 26px;
    }
    .iconic-slide{
        padding-top: 38%;
    }
    
    #arrow{
        width: 12px;
    }   
.polygon-content{
    margin-top: 74%;
}
.polygon-content h3{
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 32px;
    margin: 38px 0px 25px 0;
}
.our-journey-slider{
    width: 88%;
}
.our-journey{
    height: 733px;
}
.our-journey-slider{
    width: 86%;
}
.our-journey{
    height: 665px;
}


.accordion-body .advantage-content p{
    font-size: 1.125rem;
}
.line-bg{
    background-position: top 170px right 0px;
    width: 88%;
    height: 436px;
    left: 12%;
}
.our-journey-slider .year-content1 img{
    width: 55%;
}
.our-journey-slider .year-content img{
    width: 55%;
}
.our-journey-slider .slider-in{
    position: relative;
}
/*.year-content{
  left: 19%;
}*/
.year-content h2{
    bottom: -25px;
    font-size: 90px;
    left: -12px;
}
.year-content p{
    top: 32%;
    right: 113px;
    font-size: 26px;
    line-height: 34px;
}
.year-content1{
    left: 0;
}
.slider-in .year-content1 h2{
    top: -16px;
    font-size: 90px;
    left: 0;
}
.year-content1 p{
    top: 297px;
    right: 13%;
    font-size: 26px;
    line-height: 34px;
}

.black-pan{
    top: 114px;
    left: 33%;
    width: 29%;
}
.dealer-box .dealer-body .address{
    font-size: 1rem;
}
.orange-sec .p-70 {
    padding: 95px 0;
}
.polygon-content {
    margin-top: 80%;
}
.poly-bg-img2 img {
    right: -31.3%;
}
.branding-div p{
    font-size: 1.063rem;
}
.bottom-fixed h3{
   font-size: 48px;
    line-height: 56px;
}
.section-left .bottom-fixed a{
        padding: 12px 35px;
        font-size: 16px;
}
.enquiry-sec-footer img{
    height: 700px;
}
.enquiry-sec .col-md-8 a{
    font-size: 1.2rem;
}
.section-left{
    height:700px;
}

.f-20{
     font-size: 1.25rem;
 }
 .place-name p{
     font-weight: 600;
     margin-bottom: 2px;
     font-size: 1.25rem;
 }
 .form{
     margin-bottom: 50px;
     border-bottom: 2px solid #a3a4a5;
 }
 .form-body input, .form-body select{
    font-size: 1rem;
 }
 .form-body textarea,  .checkbox-form textarea{
     font-size: 1rem;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}
.checkbox-form p{
    font-size: 1.125rem;
}

.check-box label{
    font-size: 1.125rem;
}
.icon-bar a {
    width: 33px;
    height: 33px;
}
.icon-bar a img{
    width: 100%;
}
.asli-sariya-ki-pehchan p{
    font-size: 1rem;
  }
  .nav-tabs .nav-link{
      font-size: 1rem;
  }
  .top-inputs input, .top-inputs select{
      font-size: 1rem;
  }
  .modal{
      top: 15%;
  }
  .modal-dialog iframe{
    height: 500px;
}


}






@media (max-width: 799px){

    .main{
        overflow-x: hidden;
    }
	.p-70 {
    padding: 40px 0;
}
p, a, input{
    font-size: 14px !important;
}

.navbar-brand img{
	width: 144px;
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
    padding: 4px;
    margin-top: -14px;
    position: absolute;
    right: 15px;
}
.header-fixed .navbar-light .navbar-toggler {
    border-color: rgb(115 115 115);
}
.header-fixed .navbar-light .navbar-toggler-icon{
    filter: inherit;
}
.navbar.navbar-expand-lg.navbar-light{
    height: 94px;
}
.header-section.header-fixed {
    height: 85px;
}
.navbar-light .navbar-toggler-icon {
    filter: brightness(1) invert(7);
    width: 30px;
    height: 24px;
}
.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}
.navbar-expand-lg .navbar-nav {
    background: #000;
    top: 75px;
    padding-left: 6% !important;
    left: 0;
    width: 100%;
}
.header-fixed .navbar-expand-lg .navbar-nav{
    background: #fff;
}
.navbar-light .navbar-nav .nav-link{
    margin: 6px 6px;
}
.toll-no {
    right: auto;
    position: relative;
    margin-top: 0 !important;
}
.dropdown-menu .col-md-7{
    display:none;
}
.contact-btn {
    right: auto;
    position: relative;
    width: 85%;
}
.brand-img-2 {
    right: 0;
    position: relative !important;
}
#myVideo {
    min-height: 400px;
    object-fit: cover;
}
.content {
    top: 19%;
    width: 96%;
    z-index: 9;
    left: 0;
}
.content p {
    font-size: 15px;
    margin-top: 15px;
}
.banner-title {
    font-size: 23px;
    line-height: 33px;
   }
   .about-container::after{
       height: 61%;
   }

.our-reach .col-md-3{
	padding: 0 15px;
}
.our-reach .col-md-4 {
    width: 100%;
}
.our-reach .col-md-2 {
    width: 100%;
}
.our-reach-rt{
    width: 63%;
    margin-left: 22px;
}
.our-reach-rt span {
    font-size: 36px;
}
.counting {
    font-size: 36px;
}
.sec-heading {
    font-size: 26px;
    line-height: 31px;
    letter-spacing: -1px;
    margin-bottom: 20px !important;
}
.text-middle {
    text-align: left;
    margin-bottom: 30px;
}
.fw-medium{
	font-size: 14px;
}
.testi-img-bg{
    width: 46%;
}
.service-content{
	margin-bottom: 20px;
}
.panther-section .mt-5{
	margin-top: 0 !important;
}
.panther-section-right .f-left {
	margin-right: 20px;
    margin-bottom: 20px;
    width: 20%;
}
.panther-section-right .f-right h5 {
    font-size: 1.063rem;
}
.panther-section-right .f-right p {
    font-size: 1.063rem;
    
}
.panther-section{
	padding-bottom: 2%;
}
#hardik-video{
    margin-top: 16%;
    height: 315px;
    object-fit: cover;
}
.panther-move{
	width: 60%;
    height: 218px;
    top: -114px;
}
.overlay-video-sec {
    position: absolute;
    left: 0px;
    right: 0;
    top: 120px;
  }
  .overlay-video-sec img {
    width: 35.4%;
    left: 0;
    position: absolute;
    top: 110px;
}
.overlay-video-sec .text-left {
    text-align: left !important;
    right: 0;
    position: absolute;
    width: 62%;
        padding-left: 15px !important;
}
  .ad-banner {
    height: 450px;
}
.overlay-video-sec .sec-heading {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -1px;
    margin-bottom: 5px !important;
}
.overlay-video-sec .know-more-btn {
    padding: 9px 20px;
    font-weight: 400;
    font-size: 14px;
}
.overlay-video-sec .text-left img {
    width: 50%;
    bottom: -59px;
    position: absolute;
    top: auto;
}
#sync1 .item img{
	height: 480px;
}
.project-overlay{
	top: 15%;
}
#sync2{
	display: none;
}
.iconic-project-section .pt-5{
	padding-top: 0 !important;
}
.iconic-slide {
    bottom: -17px;
    left: 15px;
    font-size: 15px;
    right: 0;
}
.iconic-project-section .section-more-btn {
    margin-top: 19px !important;
}
.iconic-project-section .owl-item.active.center{
	transform: none;
}
.blog-section .pt-5{
	padding-top: 0 !important;
}
.manufacturing-pink-sec-title{
    font-size: 25px;
    line-height: 35px;
}
.blog-slide{
    height: 300px;
}
.blog-headlines .sec-heading {
    width: 100%;
}
.testimonial .owl-prev{
    left: 0;
}
.testimonial .owl-next {
    right: 0%;
}
.logos .pt-5{
	padding-top: 0 !important;
}
.contact-footer{
    padding-right: 0;
}
.contact-footer .sec-heading {
    font-size: 26px;
    line-height: 31px;
}
.contact-form input{
    width: 97%;
}
.contact-form input{
    margin-right: 0;
}
.message-input {
    width: 97% !important;
}
.socil-icons{
    margin-bottom: 25px;
}
.first-row .col-md-2, .first-row .col-md-3{
    margin-top: 10px;
}
.icon-sec{
    margin-top: 30px !important;
}
.footer-links a{
    margin-bottom: 10px;
}
.first-row{
    padding: 0 15px;
}
.second-row p{
       margin-top: 20px;
}
.second-row {
    margin-bottom: 10px;
}
.third-row{
    padding-top: 20px !important;
}
.second-row, .third-row{
    padding: 0 5px;
}
.third-row .text-right{
    text-align: left;
}
.third-row .text-right a{
    margin-left: 0;
    margin-right: 15px;
}
.footer-bottom .logo-footer{
    width: 56%;
}
.polygon-bg{
    height: auto;
    margin-top: auto;
}
.polygon-content {
    margin-top: 18%;
}
.line-bg {
    background-position: top 99px right 0px;
    width: 100%;
    height: 185px;
    left: 0;
}
.about-container .container{
    height: 439px;
}
.hexa-bg{
    display: none;
}
.black-pan{
    display: none;
}
.year-content{
    left: 0;
}
.year-content1 {
    position: relative;
}
.our-journey-slider .year-content1 img{
    width: 50%;
}
.year-content1 p {
    position: absolute;
    top: 41%;
    right: 2%;
}
.slider-in .year-content1 h2{
    font-size: 37px;
}
.our-journey-slider .year-content img {
    width: 100%;
}
.our-journey {
    height: auto;
    padding: 0;
}
.our-journey-slider{
    width: 100%;
    padding: 15px;
}
.enquiry-sec{
    text-align: center;
}
.enquiry-sec .col-md-8 a {
    margin-bottom: -30px !important;
    font-size: 1rem;
    display: inline-table;

}
.enquiry-sec .col-md-4 {
    text-align: center;
    margin-top: 20px;
}
.building-guide .branding-div h3{
    font-size: 20px;
    line-height: 29px;
}
.orange-sec .sec-heading{
    font-size: 20px;
    line-height: 29px;
}
.sec-heading{
    font-size: 20px;
    line-height: 29px;
}
.price-heading{
    font-size: 20px;
    line-height: 29px;
}
.orange-btn{
    margin-bottom: 20px;
        display: inline-block;
}
.white-btn{
        display: inline-block;
    margin-bottom: 20px;
        margin-right: 8px;
}
.price-footer-btn {
    text-align: center;
}
.pink-banner-content {
    padding: 30px;
}
.pink-img img {
    width: 100%;
    margin-top: 0px;
}
.section-left{
    height: 300px;
}
.manufacturing-pink-sec-title{
    margin-left: 15px;
}
.accordion-side-bg .img {
    height: 147px;
    position: absolute;
    z-index: -1;
    margin-top: -31%;
}
.product-gallery .pt-5{
  padding-top: 3rem !important;
}
.product-gallery .owl-item img {
    height: auto;
}
.product-gallery .sec-heading{
    margin-bottom: -20px !important;
}
.accordion-item {
    margin-bottom: 0;
}
.owl-next{
    right: 0;
}
.owl-prev{
    left: 0;
}
.our-dealers{
    padding: 40px 15px;
}
.our-dealers .sec-heading{
    text-align: left;
}
.top-inputs input, .top-inputs select{
    width: 100%;
    margin-bottom: 20px;
}
.top-inputs button{
    width: auto;
}
.building-guide .col-md-6{
    padding: 0 30px;
    margin-bottom: 20px;
}
.about-container .content{
    width: 100%;
}
.building-guide .col-md-6 h3{
    margin: 0 0 15px;
}
.orange-sec .sec-heading{
    padding-right: 0;
}
.manufacturing-section .p-left{
    padding: 0;
}
.manufacturing-section .p-right {
    padding: 0;
}
.manufacturing-pink img{
    margin-top: 0;
}
.manufacter-pink-sec .pink-banner-content {
    padding: 30px;
}
.manu-about-div h4{
    padding-right: 0;
    margin-bottom: 25px;
}
.manufacturing-slider .owl-prev{
    right: 15%;
}
.key-bg .img {
    background-position: bottom left -30%;
    height: 171px;
    margin-top: 1%;
}
.key-sec.text-center{
    text-align: left !important;
}
.key-sec p {
    float: left;
    margin-top: 24%;
    margin-left: 22px;
}
.key-sec img {
    float: left;
}
.section-left{
    padding: 30px 30px 30px 30px;
}
.section-left .bottom-fixed{
    width: 82%;
}
.location-box .highlighted-title{
    font-size: 1.25rem;
}
.enquiry-sec .col-md-8{
    width: 100%;
    text-align: left;
    padding-left: 25px;
}
.enquiry-sec .col-md-4{
    width: 100%;
    text-align: left;
}
.section-more-btn{
    margin-top: 20px;
}
.modal-dialog{
    max-width: 90%;
}
.modal{
      top: 10%;
  }
.modal-dialog iframe{
    height: 500px;
}
.iconic-project .item img {
      height: 300px !important;
 }
 

 .d-menu-title{
     padding-left: 15px;
 }
.dropdown .dropdown-menu.show{
     opacity: 1;
    visibility: visible;
    top: 7px;
    position: relative;
    pointer-events: visible;
 }



}



@media (min-width: 800px) and (max-width: 1000px){
    p{
        font-size: 14px !important;
    }
    a{
        font-size: 14px !important;
    }
  
    .main{
        overflow-x: hidden;
    }
	.p-70 {
    padding: 40px 0;
}

.navbar-brand img{
	width: 150px;
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
    padding: 4px;
    margin-top: -14px;
    position: absolute;
    right: 15px;
}
.header-fixed .navbar-light .navbar-toggler {
    border-color: rgb(115 115 115);
}
.header-fixed .navbar-light .navbar-toggler-icon{
    filter: inherit;
}
.navbar.navbar-expand-lg.navbar-light{
    height: 94px;
}
.header-section.header-fixed {
    height: 85px;
}
.navbar-light .navbar-toggler-icon {
    filter: brightness(1) invert(7);
    width: 30px;
    height: 24px;
}
.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}
.navbar-expand-lg .navbar-nav {
    background: #000;
    top: 75px;
    padding-left: 6% !important;
    left: 0;
    width: 100%;
}
.header-fixed .navbar-expand-lg .navbar-nav{
    background: #fff;
}
.navbar-light .navbar-nav .nav-link{
    margin: 6px 6px;
}
.toll-no {
    right: auto;
    position: relative;
    margin-top: 0 !important;
}
.navbar .navbar-brand{
    position: relative;
}
.dropdown-menu .col-md-7{
    display:none;
}
.contact-btn {
    right: auto;
    position: relative;
    width: 85%;
}
.our-reach .col-md-2, .our-reach .col-md-3, .our-reach .col-md-4{
    width: 50%;
}
    .banner-title{
        font-size: 34px;
        line-height: 44px;
    }
    .sec-heading{
        font-size: 30px;
       line-height: 40px;
    }
    .our-reach-rt span {
        font-size: 33px;
    }
    .our-reach-rt {
        padding-left: 20px;
    }
    .service-content{
        margin-bottom: 30px;
    }
    .panther-move{
        width: 57%;
        height: 400px;
    }
    .panther-section .col-md-6{
       width: 100%;
    }
    .panther-section .top-heading{
        margin-bottom: 30px;
    }
    .panther-section-right .f-left{
        width: 10%;
    }
    .ad-banner{
        height: 575px;
    }
    .overlay-video-sec img {
        width: 100%;
        top: -288px;
        left: 56px;
    }
    .overlay-video-sec .text-left{
        margin-top: -16%;
    }
    .overlay-video-sec .text-left img {
        margin-top: 94%!important;
        left: 0;
    }
    .sync .item img{
        height: 452px !important;
    }
    #sync2{ display: none;}
    
    .blog-headlines .sec-heading {
        width: 77%;
    }
    .blog-slide .sec-heading {
        font-size: 19px;
        line-height: 27px;
    }
    .blog-slide {
        padding: 20px;
        height: 310px;
    }
    .testimonial .testi-play{
        width: 12% !important;
        top: 28%;
        left: 44%;
    }
    .contact-footer{
        padding-right: 0;
    }
    .contact-footer .sec-heading {
        font-size: 30px;
        line-height: 39px;
    }
    .contact-form input{
        width: 41%;
        font-size: .8rem;
    }
    .first-row{
        padding-bottom: 40px;
    }
    .first-row .col-md-2{
        width: 28%;
    }
    .footer-bottom .logo-footer {
        width: 100%;
    }
    .first-row .col-md-3{
       width: 37%;
    }
    .first-row .col-md-3{
        width: 36%;
     }
     .icons-sec{
        width: 36% !important;
     }
     .second-row .col-md-2{
        width: 33%;
     }
     .about-container .container{
        height: 360px;
     }
     .banner-content{
        top: 15%;
     }
     .hexa-bg{
        height: 100%;
     }
     .polygon-bg {
        height: 600px;
        margin-top: -23%;
     }
     .our-journey-slider .year-content1 img {
        width: 42%;
    }
     .year-content1 p{
        top: 124px;
         right: 28%;
        font-size: 1.25rem !important;
        line-height: 25px;
     }
    
     .our-journey {
        height: 484px;
    }
    .black-pan{
        display: none;
    }
    .about-div .col-md-8{
        width: 50%;
    }
    .overlay-content h4 {
        font-size: 20px;
        padding: 10px;
    }
    .manufacturing-section .p-left {
        padding: 20px;
    }
    .manufacturing-section .p-right {
        padding: 20px;
    }
    .manufacter-pink-sec .pink-banner-content {
        padding: 25px;
    }
    .building-guide .branding-div h3{
        font-size: 20px;
        line-height: 28px;
    }
    .building-guide .col-md-6 {
        margin-bottom: 60px;
    }
    .building-guide .branding-div h3{
        margin: 20px 0 20px;
    }
    .enquiry-sec .col-md-8{
        width: 100%;
        text-align: left;
    }
    .enquiry-sec .col-md-4 {
        width: 100%;
        text-align: left;
        margin-top: 30px;
    }
    .pink-banner-content {
        padding: 40px;
    }
    .pink-section .col-md-6{ 
        width: 100%;
    }
    .simiar-product-content h5{
        font-size: 26px;
    }
    .top-inputs button{
        width: 19%;
    }
    .price-table .col-md-8, .price-table .col-md-4{
        width: 100%;
    }
    .pink-note {
        margin-top: 23px;
    }
    .our-dealers .col-md-8{
        width: 100%;
    }
    .about-container::after{
        height: 55%;
    }

  }





  @media (min-width: 1000px) and (max-width: 1200px){
    .content{
        top: 20%;
    }
    .banner-title {
        font-size: 53px;
        line-height: 62px;
    }
    .col-md-2, .col-md-3, .col-md-4{
        width: 50%;
    }
    .our-reach .col-md-2, .our-reach .col-md-3, .our-reach .col-md-4{
        width: 50%;
    }
    .our-reach-rt {
        margin-left: 20px;
    }
    .service-content{
        margin-bottom: 30px;
    }
    .sec-heading{
        font-size: 40px;
        line-height: 47px;
    }
    .panther-section .col-md-6{
      width: 100%;
    }
    .panther-section-right{
        margin-top: 30px;
    }
    .panther-section-right .f-left{
        width: 8%;
    }
    .panther-move {
        width: 49%;
        height: 424px;
    }
    .overlay-video-sec img {
        width: 90%;
    }
    .overlay-video-sec .text-left{
        margin-top: -6%;
    }
    .overlay-video-sec .text-left img {
        margin-top: 53%!important;
    }
    .ad-banner {
        height: 750px;
    }
    #sync2 .item .thumb-content-right{
        width: 37%;
    }
    .blog-slide{
        padding: 25px;
        height: 353px;
    }
    .blog-slide .sec-heading{
        font-size: 20px;
        line-height: 29px;
    }
    .contact-footer .sec-heading {
        font-size: 40px;
        line-height: 53px;
    }
    .contact-form input{
        width: 41%;
        font-size: .8rem;
    }
    .first-row{
        padding-bottom: 40px;
    }
    .first-row .col-md-2{
        width: 28%;
    }
    .footer-bottom .logo-footer {
        width: 100%;
    }
    .first-row .col-md-3{
       width: 37%;
    }
    .first-row .col-md-3{
        width: 36%;
     }
     .icons-sec{
        width: 36% !important;
     }
     .second-row .col-md-2{
        width: 33%;
     }
     .black-pan{
        display: none;
     }
     .year-content1 p{
        top: 231px;
     }
     .col-md-8{
        width: 50%;
     }
     .about-container::after{
        height: 90%;
     }


  }

  


  @media (min-width: 800px) and (max-width: 1360px){
    p{
        font-size: 14px !important;
    }
    a{
        font-size: 14px !important;
    }
   
    .main{
        overflow-x: hidden;
    }
	.p-70 {
    padding: 40px 0;
}
.contact-form input{
    width: 41%;
    font-size: .8rem;
}
.first-row{
    padding-bottom: 40px;
}
.first-row .col-md-2{
    width: 28%;
}
.footer-bottom .logo-footer {
    width: 100%;
}
.first-row .col-md-3{
   width: 37%;
}
.first-row .col-md-3{
    width: 36%;
 }
 .icons-sec{
    width: 36%;
 }
 .second-row .col-md-2{
    width: 33%;
 }
  }



  @media (min-width: 1420px) and (max-width: 1600px){
    .panther-move {
        width: 45%;
        height: 489px;
    }
  }

  @media (min-width: 1200px) and (max-width: 1330px){
    .navbar-light .navbar-nav .nav-link {
        margin: 15px 1px;
        font-size: 12px !important;
    }
    .our-reach .col-md-3{
        width: 25%;
    }
    .owl-prev{
        left: 0 !important;
    }
    .owl-next{
        right: 0 !important;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px !important;
    }
    .contact-btn{
        width: auto;
    }
    .dropdown-menu .col-md-2{
        width: 24%;
    }
    .dropdown-menu .col-md-3{
        width: 38%;
    }
    .dropdown-menu .col-md-7{
        width: 38%;
    }
   
  }


  @media (min-width: 1120px) and (max-width: 1200px){
    .navbar-expand-lg .navbar-nav{
        padding-left: 13% !important;
    }
    .navbar-brand img {
        width: 120px;
    }
    .brand-img-2 img {
        width: 100px;
    }
    .navbar-light .navbar-nav .nav-link {
        margin: 5px 1px;
        font-size: 10px !important;
    }
    .toll-no span {
        font-size: 10px;
    }
    .toll-no{
        margin-top: 0px !important;
    }
    .contact-btn{
        width: auto;
    }
  }


  @media (min-width: 600px) and (max-width: 799px){

   
   
    .icons-sec {
        width: 100% !important;
    }
    .second-row .col-md-2 {
        width: 50% !important;
    }
    .simiar-product-content h5{
        font-size: 25px;
    }
    
    }
  