/* Custom Container */
@media only screen and (min-width : 1200px){
	.container{
		max-width: 1300px;
	}
}
.container-fluid{
	padding-left: 70px;
	padding-right: 70px;
}

/* Global */
::-moz-selection { /* Code for Firefox */
	background-color: #F9A61B;
	color: #fff;
}
::selection {
	background-color: #F9A61B;
	color: #fff;
}
/* Works on Firefox */
*{
  scrollbar-width: thin;
  scrollbar-color: #393f47 #cccccc;
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar{
  width: 8px;
}
*::-webkit-scrollbar-track{
  background: #cccccc;
}
*::-webkit-scrollbar-thumb{
  background: #393f47;
}
*, body, h1, h2, h3, h4, h5, h6, p, a{
	outline: 0 !important;
	font-family: 'Poppins', sans-serif;
}
html{
	scroll-behavior: smooth;
}

.btn:focus,
.form-control:focus,
.form-select:focus{
	outline: 0;
	box-shadow: none;
}
.add_shadow{
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.btn-primary{
	background-color: #F9A61B;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 50px;
	font-size: 18px;
	color: #fff;
	border: 0;
	transition: 0.5s ease;
	border: 1px solid #F9A61B;
}
.btn-primary:hover{
	background-color: transparent;
	border-color: #F9A61B;
	color: #F9A61B;
}
.btn-primary:active{
	background-color: #F9A61B !important;
	border-color: #F9A61B !important;
}
.btn-secondary{
	background-color: transparent;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 50px;
	font-size: 18px;
	color: #F9A61B;
	border: 1px solid #F9A61B;
	transition: 0.5s ease;
}
.btn-secondary:hover{
	background-color: #F9A61B;
	color: #fff;
	border: 1px solid #F9A61B;
}

/* Headings */
h1{
	font-size: 60px;
	font-family: merriweather;
	color: #7C3643;
	font-weight: 700;
	line-height: 88px;
}
h2{
	font-size: 35px;
	font-family: merriweather;
	color: #000;
	font-weight: 700;
	line-height: 52px;
}
h3{
	font-size: 27px;
	line-height: 55px;
	font-family: merriweather;
}
h4{
	font-size: 24px;
	font-family: merriweather;
	font-weight: 700;
	line-height: 50px;
}
h5{
	font-size: 18px;
	font-family: merriweather;
	font-weight: 700;
}
h6{
	font-size: 18px;
	font-family: merriweather;
	line-height: 42px;
}
p{
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #141414;
}

/* Back To Top Button */
#back_to_top_btn{
	display: inline-block;
	background-color: #F9A61B;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	bottom: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 60px;
}
#back_to_top_btn::after{
	font-family: "Font Awesome 5 Pro";
  	font-weight: 900;
  	content: "\f077";
	font-size: 22px;
	color: #fff;
}
#back_to_top_btn:hover{
	cursor: pointer;
	background-color: #7C3643;
	color: #fff;
}
#back_to_top_btn:active{
	background-color: #7C3643;
}
#back_to_top_btn.show{
	opacity: 1;
	visibility: visible;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #F9A61B;
	color: #fff;
}
.dropdown-item.active, .dropdown-item:hover {
	background-color: #f9a71b21;
	color: #000;
}

/*Header*/
.header{
	position: relative;
	z-index: 2;
	padding-top: 10px;
	padding-bottom: 20px;
}
.header .clr_logo{
	display: none;
}
.header.add_shadow .w_logo{
	display: none;
}
.header.add_shadow .clr_logo{
	display: block;
}
.header.sticky-top{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
}
.header.add_shadow{
	background-color: #fff;
}

.white_header{
	background-color: #fff;
}
.white_header .w_logo{
	display: none;
}
.white_header .clr_logo{
	display: inherit;
}

.header hr{
	border-color: #F6EBDF;
	opacity: 100;
	margin: 0;
	width: 100%;
}
.navbar-nav .nav-link{
	color: #000;
}
.header_2 .navbar-nav .nav-link{
	color: #fff;
}
.header_2.add_shadow .navbar-nav .nav-link{
	color: #000;
}

.navbar-nav .nav-link:hover{
	color: #F9A61B;
}

.navbar-nav .active{
	background-color: #F9A61B;
	border-radius: 50px;
	padding-left: 16px !important;
	padding-right: 16px !important;
	color: #fff !important;
}
.head_call_btn{
	color: #7C3643;
	font-size: 18px;
	display: flex;
	align-items: center;
	border-right: 1px solid #F6EBDF;
	padding-right: 20px;
}
.btn_icon{
	background-color: #F9A61B;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: rgba(249, 166, 27, 0.2) 0px 8px 24px;
}
.btn_icon_a{
	background-color: #FFECCC;
	color: #F9A61B;
	height: 40px;
	width: 40px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}
.btn_icon_a:hover{
	background-color: #F9A61B;
	color: #fff;
}
.header a{
	text-decoration: none;
}
.header_search{
	font-size: 22px;
	color: #7C3643;
}
.header_2 .header_search{
	font-size: 22px;
	color: #ffffff;
}
.header_2.add_shadow .header_search {
	color: #A3632B;
}
.header .flag_img{
	width: 46px;
	height: 30px;
	border-radius: 3px;
	overflow: hidden;
	margin-right: 20px;
}
.header .flag_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}

/* // */

/* Mega Menu */
.products_mega{
	width: 660px;
  	padding: 20px;
	border: none;
	background-color: #fff !important;
	box-shadow: 0 16px 24px 2px rgba(29,17,51,.04),0 6px 32px 4px rgba(9,32,77,.12),0 8px 12px -5px rgba(29,17,51,.12);
	border-radius: 8px;
}
.products_dropdown {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.products_dropdown .product_box{
padding: 15px;
  border-radius: 10px;
  width: 200px;
  transition: 0.5s ease;
}
.products_dropdown .product_box:hover{
	background-color: #f9f9fa;
}
.products_dropdown .product_box:hover img{
	transform: scale(1.04);
}
.products_dropdown .product_box img{
	transition: 0.8s ease;
}
.products_dropdown .product_img{
	width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
  height: 140px;
}
.products_dropdown h5{
	font-size: 16px;
	color: #7C3643;
	margin: 0;
	margin-top: 10px;
}
.products_dropdown h6{
	font-size: 12px;
	color: #141414;
}
.products_dropdown .dropdown-item:hover {
	background-color: transparent !important;
  }
.products_dropdown .product_content_body {
	text-align: center;
}
.mm_see_all{
	font-weight: 600;
	font-size: 18px;
	color: #F9B403;
}
.mm_see_all:hover{
	color: #F9B403;
	text-decoration: underline;
}











/* Main Banner */
.main_banner{
	height: 810px;
	width: 100%;
	position: absolute;
	top: 0;
}
.banner_overlay{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	vertical-align: middle;
}
.main_banner video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bnr_content{
	transform: translate(-50%, -50%);
	top: 50%;
	position: absolute;
	left: 50%;
	z-index: 2;
}
.bnr_content h1, .bnr_content h3, .bnr_content p{
	color: #fff !important;
}
.main_banner img{
	width: 100%;
}
.main_banner h6{
	margin-top: 25px;
}
.main_banner h1 span{
	font-family: merriweather;
	color: #F9A61B !important;
	position: relative;
}
.main_banner .main_head_decor{
	position: absolute;
	right: -16px;
	top: 21px;
  }
  .bnr_margin{
	margin-top: 700px;
  }
  .banner_swiper{
	margin-top: 235px;
  }
  .custom_arrow{
	position: relative;
  }
  .bnr_prev{
	left: 0;
	background-color: #F9A61B;
	color: #fff;
	border: 1px solid #F9A61B;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 14px;
  }
  .bnr_next{
	right: auto;
	left: 68px;
	background-color: #F9A61B;
	color: #fff;
	border: 1px solid #F9A61B;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 14px;
  }
  .bnr_next::after{
	font-size: 27px;
  }
  .bnr_prev::after{
	font-size: 27px;
  }
  .swiper-button-disabled{
	color: #F9A61B;
	border: 1px solid #F9A61B;
	background-color: transparent;
  }
  .bnr_pagination{
	left: auto !important;
	top: 50% !important;
	bottom: auto !important;
	transfrom: translateY(-50%) !important;
	right: 35px !important;
	width: auto !important;
	display: flex;
	flex-direction: column;
  }
  .main_banner .swiper-pagination-bullet{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
  }
  .scroll_icon{
	width: 72px;
	height: 72px;
  }
  .scroll_down_btn{
	margin-top: 50px;
	display: flex;
	justify-content: center;
  }
/* Wave Animation */
.kd-row-separator {
	position:relative
  }
  .zindex {
	z-index:101
  }
  .zindex0 {
	z-index:0
  }
  .kd-row-separator-clear {
	clear:both;
	display:block;
	height:1px;
	font-size:0;
	line-height:0;
	width:100%;
	overflow:hidden
  }
  .kd-row-separator {
	position:absolute!important;
	left:0;
	right:0;
	width:100%;
	z-index:100
  }
  .vc_row-small-triangle-sep .kd-row-separator {
	width:auto;
	text-align:center
  }
  .kd-row-separator svg {
	width:100%;
	fill:#F5F4EF;
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
  }
  .vc_row-small-triangle-sep .kd-row-separator svg {
	width:auto
  }
  .kd-row-separator-top {
	top:0
  }
  .kd-row-separator-bottom {
	bottom:0;
	margin-bottom:-1px
  }
  .separator-height-small,
  .separator-height-small svg {
	height:50px
  }
  .separator-height-medium,
  .separator-height-medium svg {
	height:100px
  }
  .separator-height-large,
  .separator-height-large svg {
	height:150px
  }
  .kd-row-separator.kd-row-separator-right,
  .kd-row-separator.kd-row-separator-left {
	position:absolute!important;
	top:0;
	bottom:0;
	left:inherit;
	right:inherit;
	height:100%;
	z-index:1;
	width:100px
  }
  .kd-row-separator.kd-row-separator-right svg,
  .kd-row-separator.kd-row-separator-left svg {
	height:100%;
	right:0;
	width:50px;
	position:absolute!important
  }
  .vc_row-top-sep-flip-y .kd-row-separator-top,
  .vc_row-bottom-sep-flip-y .kd-row-separator-bottom {
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	transform:rotateY(180deg)
  }
  .kd-row-separator-right.kd-row-separator-rounded {
  }
  .kd-row-separator.separator-width-small {
	width:100px
  }
  .kd-row-separator.separator-width-medium {
	width:150px
  }
  .kd-row-separator.separator-width-large {
	width:200px
  }
  .kd-row-separator.kd-row-separator-left {
	left:0
  }
  .kd-row-separator.kd-row-separator-right {
	right:0
  }
  .separator-waves {
	position:relative;
	width:100%;
	height:15vh;
	margin-bottom:-7px;
	min-height:100px;
	max-height:150px
  }
  .separator-waves-parallax>use {
	animation:move-forever 25s cubic-bezier(.55,.5,.45,.5)infinite
  }
  .separator-waves-parallax>use:nth-child(1) {
	animation-delay:-2s;
	animation-duration:7s
  }
  .separator-waves-parallax>use:nth-child(2) {
	animation-delay:-3s;
	animation-duration:10s
  }
  .separator-waves-parallax>use:nth-child(3) {
	animation-delay:-4s;
	animation-duration:13s
  }
  .separator-waves-parallax>use:nth-child(4) {
	animation-delay:-5s;
	animation-duration:20s
  }
  @keyframes move-forever {
	0% {
	  transform:translate3d(-90px,0,0)
	}
	100% {
	  transform:translate3d(85px,0,0)
	}
  }


/* // */

/* About Us */
.about_us{
	background: rgb(255,244,225);
	background: linear-gradient(184deg, rgba(255,244,225,1) 0%, rgba(255,248,236,1) 79%);
	padding-top: 100px;
	padding-bottom: 50px;
	background-image: url(../images/bg_img.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	margin-top: 250px;
	margin-bottom: 203px;
}
.about_us h2, .about_us p{
	color: #fff;
}
.about_us::before{
	background-image: url(../images/bg_top.png);
	background-repeat: repeat;
	content: '';
	width: 100%;
	height: 362px;
	display: block;
	position: absolute;
	top: -228px;
	/* animation: move-forever 2s cubic-bezier(.55, .5, .45, .5) infinite; */
}
.about_us::after{
	background-image: url(../images/bg_bottom.png);
	content: '';
	width: 100%;
	height: 362px;
	display: block;
	position: absolute;
	bottom: -168px;
	z-index: -1;
}

/* // */

/* About Us 2 */
.about_2{
	background-color: #7C3643;
	background-image: url(../images/home_abt_bg.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
/* .about_2 .img_box{
	width: 100%;
	height: 100%;
} */
.about_2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_2 .content_body{
	background-color: #7C3643;
	padding-top: 96px !important;
	text-align: center;
}
.about_2 h3{
	color: #fff;
	font-weight: 600;
}
.about_2 p{
	color: #fff;
}
/* // */

/* Products */

.products .img_box{
	width: 100%;
	height: 288px;
	padding: 20px;
	transition: 0.3s all ease;	
}
.products .img_box:hover{
	transform: scale(1.1);
}
.products .img_box:hover {
	transform: scale(1.1);
}
.products .img_box img{
	width: 100%;
}
.products .p_body_content{
	text-align: center;
}
.products a{
	color: #F9A61B;
	margin-top: 20px;
	display: block;
	transition: 0.3s all ease;
}
.products .row .col-sm-3{
	padding-left: 20px;
	padding-right: 20px;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }
    100% {
        transform: translate3d(85px, 0, 0)
    }
}


/* ................... */
.products {
	background: url(../images/home-about.webp);
	width: 100%;
	height: 100%;
	background-size: cover;
	padding-top: 95px;
	padding-bottom: 60px;
	position: relative;
}
.product_prev_btn{
	padding-left: 25px;
	color: #e3a129;
}
.swiper-button-prev::after{
	font-size: 40px;
}
.swiper-button-next::after{
	font-size: 40px;
}
.product_next_btn{
	padding-right: 25px;
	color: #e3a129;
}

.product_card{
	background-color: #fff;
	border-radius: 40px;
	padding: 30px;
	border: 1px solid transparent;
}
.product_card_body{
	display: flex;
	align-items: center;

}
.product_img{
	width: 178px;
	height: 150px;
	border-radius: 90px;
	overflow: hidden;
	flex-shrink: 0;
}
.product_img img{
	object-fit: cover;
}

.product_card:hover{
	background-color: #85403D87;
	border: 1px solid #F9A61B;
	color: #fff;
	transition: 0.5s all ease;
}
.product_card:hover p{
	color: #fff;
	transition: 0.5s all ease;
}
.product_card:hover h4{
	color: #fff;
	transition: 0.5s all ease;
}
.products h4{
	color: #7C3643;
}
/* // */

.seprater{
	margin-top: 150px;
	margin-bottom: 150px;
	text-align: center;
}

/* Our Certifications */
.certifications{
	/* background: url(../images/cert_bg.png); */
    background-size: auto;
	width: 100%;
	height: 100%;
	background-size: cover;
	padding-top: 95px;
	padding-bottom: 30px;
	/* background-color: #FFF8EC; */
}
.certification_card{
	background-color: #fff;
	border-radius: 20px;
	height: 129px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.certification_card img{
	max-width: 100%;
	max-height: 100%;
}
.certifications .swiper{
	padding-top: 20px;
	padding-bottom: 37px;
}
/* // */
.dawn_bread_abt{
	background-image: url(../images/home-about.jpg);
	content: '';
	width: 100%;
	padding-left: 80px;
	padding-right: 65px;
	padding-top: 104px;
	padding-bottom: 68px;
	overflow: hidden;
}
/* Testimonials */
.testimonials{
	padding-top: 100px;
	padding-bottom: 60px;
	position: relative;
	background-color:#FFF8EC ;
}
.review_box {
	background-image: url(../images/review_bg.png);
	content: '';
	width: 100%;
	height: 500px;
	padding-left: 80px;
	padding-right: 65px;
	padding-top: 104px;
	padding-bottom: 68px;
	/* background-color: #7C3643; */
	border-radius: 10px;
	color: #fff;
	transition: 0.5s all ease;
  }
  /* .review_box:hover{
	background-color: #A3632B;
  } */
  .news{
	padding-top: 95px;
  }
  .review_box i {
	font-size: 24px;
	color: #F9B403;
  }
  .review_box  p, .review_box  h6 {
	color: #000;
	opacity: 80%;
	margin-bottom: 0;
  }
  .cus_img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
  }
  .cus_img img {
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
	height: 100%;
  }
  .review_pagination{
	bottom: -52px !important;
  }
  .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: #fff;
	opacity: 100%;
	border: 1px solid #F9A61B;
  }
  .swiper-pagination-bullet-active {
	background: #F9A61B;
  }
  /* ..........  */
  .co_img{
	width: 300px;
	height: 300px;
	border: 1px solid #eeeeee;
	object-fit: cover;
	border-radius: 15px;
	overflow: hidden;
	flex-shrink: 0;
	padding: 15px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .co_img img{
	max-width: 100%;
	max-height: 100%;
  }
  .co_detail{
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 20px;
	width: 100%;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	transition: 0.5s all ease;
  }
  .co_detail:hover{
	background-color: #F9A61B;
  }
  .co_detail:hover h5{
	color: #fff;
  }
  .co_detail:hover p{
	color: #fff;
  }
  .co_detail h5{
	line-height: 32px;
	color: #7C3643;
	transition: 0.5s all ease;
  }
  .co_detail p{
	font-size: 14px;
	line-height: 28px;
	transition: 0.5s all ease;
  }
/* // */

/* Corporate Social Responsibility */
.csr{
	margin-top: 100px;
}
.csr_box{
	background-image: url(../images/csr_img.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 54px;
	padding-bottom: 54px;
	border-radius: 50px;
	overflow: hidden;
}
.csr_card{
	background-color: #A3632B;
	border-radius: 30px;
	padding: 20px;
}
.color_a{
	background-color: #F9A61B;
}
.color_b{
	background-color: #7C3643;
}
.csr_card_icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 107px;
	height: 107px;
	border-radius: 50px;
	background-color: #fff;
}
.csr h5{
	color: #fff;
}
/* // */

/* News & Events */
.news a{
	text-decoration: none;
	display: block;
	color: #141414;
}
.news_box{
	background-color: #FFF4E1;
	border: 1px solid #ECECEC;
	width: 100%;
	border-radius: 16px;
	transition: 0.5s all ease;
}
.news_box h4{
	color: #7C3643;
	transition: 0.5s all ease;
}
.news_img{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	border-radius: 22px;
	height: 260px;
	overflow: hidden;
}
.news_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.content_body{
	padding: 22px;
}

.news .content_body p{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news .content_body .blog_title{
	min-height: 70px;
}
.news .content_body .blog_title h4{
	font-size: 20px;
  	line-height: 34px;
}
.news p{
	margin: 0;
	transition: 0.5s all ease;
}

/* .news{
	margin-top: 100px !important;
} */
.news_box:hover{
	background-color: #F9A61B;
	color: #fff;
	transition: 0.5s all ease;
}
.news_box:hover h4{
	color: #fff;
}
.news_box:hover p{
	color: #fff;
	transition: 0.5s all ease;
}
.news_box:hover a{
	color: #fff;
	transition: 0.5s all ease;
}
.main_heading{
	position: relative;
}
.heading_decor{
	position: absolute;
	top: -29px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.heading_line{
	position: absolute;
	bottom: -26px;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* // */

/* Gallery */
.main_gallery{
	margin-top: 100px;
}
.feature_img{
	border-radius: 26px;
	overflow: hidden;
	height: 573px;
}
.feature_img_a{
	border-radius: 26px;
	overflow: hidden;
	height: 275px;
}
.feature_img_b{
	border-radius: 26px;
	overflow: hidden;
	height: 272px;
	position: relative;
}
.img_overlay{
	background-color: #000000ba;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.img_overlay h1{
	color: #fff;
	margin: 0;
	padding: 0;
}
.img_overlay p{
	color: #fff;
	margin: 0;
	padding: 0;
}
.main_gallery img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* // */

/* Join Us */
.join_us{
	margin-top: 80px !important;
	background-color:#FFF4E1; ;
	padding-top: 20px;
	padding-bottom: 20px;
}
.join_us .seprater{
	margin-top: 60px;
	margin-bottom: 60px;
}
.join_us a{
	display: inline-block;
}
.main_heading_left{
	position: relative;
}
.main_heading_left .heading_decor{
	position: absolute;
	top: -29px;
	left: 45px;
	transform: translate(-50%, -50%);
}
.main_heading_left .heading_line{
	position: absolute;
	bottom: -26px;
	left: 45px;
	transform: translate(-50%, -50%);
}
/* // */

/* Newsletter */
.newsletter{
	width: 1188px;
}
.newsletter_bg{
	background-image: url(../images/newsletter_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 54px;
	padding-bottom: 54px;
	border-radius: 50px;
	overflow: hidden;
}
.newsletter h2{
	font-size: 45px;
	font-family: merriweather;
	color: #fff;
	font-weight: 700;
	line-height: 64px;
}
.form-control {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
  }
  .form-control:focus{
	border-color: #F9A61B;
  }
  .form-select{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
  }
  .form-select:focus{
	border-color: #F9A61B;
  }
  .newsletter .icon_btn {
	width: 61px;
	height: 61px;
	border-radius: 16px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	flex-shrink: 0;
  }
  .newsletter .icon_btn:hover{
	background-color: #fff;
	color: #F9A61B;
  }
  .newsletter .icon_btn:active{
	background-color: #fff;
	color: #F9A61B;
  }
  a{
	text-decoration: none;
  }
  /* // */

/* Footer */
.footer{
	color: #fff;
	position: relative;
	/* background-color:#FFF4E1 ; */
}
.footer p{
	color: #fff;
}
.footer ul{
	list-style: none;
	padding-left: 0;
}
.footer li{
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer a{
	text-decoration: none;
	color: #fff;
}
.footer a:hover{
	color: #F9A61B;
}

.footer h5{
	color: #F9A61B;
	font-family: merriweather;
	font-weight: 700;
}
.footer_bg{
	background-image: url(../images/footer_bg.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 248px;
	padding-bottom: 30px;
}
/* .footer::before{
	background-image: url(../images/bg_top.png);
	content: '';
	width: 100%;
	height: 362px;
	display: block;
	position: absolute;
	top: -204px;
	z-index: -1;
} */
.social_icon{
	font-size: 27px;
}
.social_icon i{
	font-size: 27px !important;
}
.social_icon i:hover{
	color: #F9A61B;
}
/* // */

/* // */
/* About Us Page */
.inner_bnr{
	/* background-image: url(../images/inner_bnr.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; */
	padding-top: 50px;
}
.inner_bnr img{
	width: 100%;
}
.product_detail_img{
	text-align: right;
}
.product_detail_img img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
}
.inner_bnr .breadcrumb .active{
	background-color: #FBEACE;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 50px;
	color: #F9A61B !important;
	margin-left: 15px;
}
.inner_bnr .breadcrumb a{
	color: #000;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: none;
}
.inner_bnr h1 span{
	font-family: merriweather;
	color: #F9A61B !important;
	position: relative;
}
.inner_bnr .main_head_decor{
	position: absolute;
	right: -13px;
	top: 24px;
  }
  .video_bnr{
	border-radius: 30px;
	overflow: hidden;
	height: 100%;
	width: 100%;
  }
  .video_bnr img{
	width: 100%;
	height: 100%;
  }

  /* // */

  /* What drives us?  */

.what_drive_us{
	margin-top: 100px;
}
.what_drive_us h3{
	color: #F9A61B;
}
.what_drive_us h2{
	color: #7C3643;
}
.g_icon_card{
	background-color: #fff;
	padding: 35px;
	border-radius: 28px;
	box-shadow: rgba(249, 166, 27, 0.04) 0px 8px 24px;
	transition: 0.3s all ease;
}
.g_icon_card:hover{
	background-color: #F9A61B;
	color: #fff;
	box-shadow: rgba(249, 166, 27, 0.42) 0px 48px 100px 0px;
}
.g_icon_card:hover img{
	filter: brightness(0) invert(1);
}
.g_icon_card:hover a{
	color: #fff;
}
.g_icon_box{
	width: 100%;
	height: 85px;
}
.g_icon_box img{
	height: 100%;
	transition: 0.3s all ease;
}
.g_icon_card h5{
	font-family: poppins;
	margin-top: 30px;
	font-weight: 600;
}
.g_icon_card a{
	color: #F9A61B;
	margin-top: 20px;
	display: block;
	transition: 0.3s all ease;
}

.abt_section{
	background: #FFF8EC;
	padding-top: 108px;
	padding-bottom: 50px;
}
.abt_section h3{
	color: #7C3643;
	font-weight: 600;
}
.abt_section .h1_content span{
	font-size: 27px;
	color: #000;
	font-weight: 500;
}
.abt_section .h1_content h1{
	color: #F9A61B;
	margin-right: 30px;
}
.tq_img_box{
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.tq_img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tq_img_box::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
	height: 100%;
	top: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	-webkit-transform: rotate(45deg) scale(.5);
	transform: rotate(45deg) scale(.5);
}
.tq_img_box::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	background-color: rgba(0,0,0,.3);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.tq_img_box:hover::after{
	opacity: 1;
}
.tq_img_box:hover::before{
	-webkit-transform: rotate(45deg) scale(1);
  	transform: rotate(45deg) scale(1);
  	opacity: 1;
}
.tq_section .container{
	max-width: 640px;
	margin-right: 20px;
}
.tq_row_b .tq_img_box{
	height: 600px;
}
.tq_row_b .container{
	max-width: 640px;
	margin-left: 30px;
}
.global_net_sec{
	background-image: url(../images/g_net_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.global_net_sec .overlay{
	background: #0000007c;
	width: 100%;
	height: 100%;
	padding-top: 139px;
	padding-bottom: 78px;
}
.global_net_sec h1, .global_net_sec p{
	color: #fff;
}
.global_net_sec .blur_content_body{
	padding: 40px;
	background-color: #ffffff15;
	border: 1px solid #ffffff42;
	backdrop-filter: blur(4px);
	border-radius: 20px;
}
.global_net_sec .blur_content_body p{
	margin-bottom: 0;
}

.global_tech_section{
	background: #FFF8EC;
}

.global_tech_section .tq_img_box {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.global_tech_section .container{
	max-width: 640px;
	margin-right: 20px;
}
.global_abt_video .c_video_img{
	height: 100% !important;
	border-radius: 0 !important;
}










/* // */

/* Timline */
.timeline{
	margin-top: 50px;
	overflow: hidden;
}
.timeline .timeline_video{
	padding-bottom: 100px;
}
.t_img_box{
	height: 176px;
	width: 100%;
	overflow: hidden;
	border-radius: 30px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.t_img_box img{
	height: 100%;
}
.timeline i{
	color: #F9A61B;
	font-size: 22px;
}
.timeline_body_reverse{
	flex-direction: row-reverse;
}
.timeline_divider{
	position: relative;
}
.timeline_divider::after{
	width: 1px;
	content: '';
	background-color: #f9a71b44;
	position: absolute;
	height: calc(100% - 160px);
	left: 50%; 
	top: 80px;
	transform: translateX(-50%);
}
/* // */
.offices_link{
	background-color: #FBEACE;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 50px;
	color: #F9A61B !important;
}
.main_contact_details p{
	margin-bottom: 5px;
}
.main_contact_details h4{
	color: #7C3643;
}
.main_contact_details .s_icon {
	height: 42px;
	width: 42px;
	background-color: #fff;
	color: #ffae00;
	box-shadow: rgba(249, 166, 27, 0.17) 0px 8px 24px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	display: flex;
	transition: 0.5s ease;
  }
  .main_contact_details .s_icon:hover{
	background-color: #F9A61B;
	color: #fff ;
  }
  .main_contact_details .s_icon:hover i{
	color: #fff ;
  }
  .contact_form{
	background-color: #fff;
	border: 1px solid #EEE  !important;
	padding: 30px;
	border-radius: 36px;
  }
  .form-check-input{
	width: 35px;
	height: 35px;
	border-radius: 10px !important;
  }
  .form-check-input:checked {
	background-color: #F9A61B;
	border-color: #F9A61B;
  }
  .form-check-input:focus{
	box-shadow: none;
	border-color: #F9A61B;
  }

  /* Navigation Cards */
  .nav_card{
	background-color: #F9A61B;
	padding: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	transition: 0.3s all ease;
  }
  .nav_card:hover{
	box-shadow: rgba(249, 166, 27, 0.4) 0px 8px 24px;
  }
  .nav_card_b:hover{
	box-shadow: rgba(124, 54, 67, 0.29) 0px 8px 24px;
  }
  .nav_card_icon {
	width: 90px;
	height: 90px;
  }
  .nav_card_icon {
	height: 100%;
  }
  .nav_card h4{
	color: #fff;
  }
  .nav_card a{
	color: #fff;
  }
  .nav_card_b{
	background-color:#7C3643;
	padding: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	transition: 0.3s all ease;
  }
  .nav_card_icon {
	width: 90px;
	height: 90px;
  }
  .nav_card_icon {
	height: 100%;
  }
  .nav_card_b h4{
	color: #fff;
  }
  .nav_card_b a{
	color: #fff;
  }
  .location_map{
	width: 100%;
	height: 100%;
	border-radius: 30px;
	overflow: hidden;
  }
  .location_map iframe{
	width: 100% !important;
	height: 100% !important;
  }
  /* Contact Details 2 */
  .main_contact_details .d-flex i{
	font-size: 40px;
	color: #F9A61B;
  }
  .regional_cotact-a{
	padding-left: 40px !important;
	padding: 10px;
	background: #fff;
	border-left: 8px solid #e3a129;
	box-shadow: 0px 16px 60px 0px rgba(141, 155, 170, 0.10);
	border-radius: 8px;
  }
  .regional_contacts{
	margin-top: 60px;
  	margin-bottom: 60px;
  }
 .regional_contacts h4{
	font-weight: 500;
	color: #7C3643;
 }
  .regional_contacts .main_heading_left{
	margin-bottom: 20px;
  }

  /* Careers */
  .career_body{
	background-color: #FBF6ED;
  }
  .career_sec{
	background-color: #fff;
	padding-bottom: 50px;
  }
  .career_body{
	padding-bottom: 0px;
  }
  .c_video_img{
	height: 350px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
  }
  .career_join_section{
	background-color: #FBF6ED;
	padding-top: 50px;
	padding-bottom: 50px;
  }
  .career_join_section h3{
	color: #7C3643;
	font-weight: 600;
  }
  .c_video_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	position: relative;
  }
  .career_vid_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0000005e;
	overflow: hidden;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .play_btn{
	height: 75px;
	width: 75px;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	transition: all .4s cubic-bezier(.19,1,.22,1) 0s;
	-webkit-transition: all .4s cubic-bezier(.19,1,.22,1) 0s;
}
.play_btn::before{
	content: '';
	border: 1px solid #e3a129;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	border-radius: 50%;
	-webkit-transform: scale(.35) translateY(-50%) translateX(-50%);
	-ms-transform: scale(.35) translateY(-50%) translateX(-50%);
	transform: scale(.35) translateY(-50%) translateX(-50%);
	opacity: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-animation: pulse-2 2.6s cubic-bezier(.25,.9,.2,1) .4s infinite;
	animation: pulse-2 2.6s cubic-bezier(.25,.9,.2,1) .4s infinite;
}
.play_btn::after{
	content: '';
	border: 1px solid #e3a129;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	border-radius: 50%;
	-webkit-transform: scale(.35) translateY(-50%) translateX(-50%);
	-ms-transform: scale(.35) translateY(-50%) translateX(-50%);
	transform: scale(.35) translateY(-50%) translateX(-50%);
	opacity: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-animation: pulse-2 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite;
	animation: pulse-2 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite;
}
.play_inner_btn{
	height: 100%;
	width: 100%;
	display: block;
}
.play_inner_btn::before{
	content: '';
	background-color: #e3a129;
	border-radius: 200px;
	backface-visibility: hidden;
	height: 100%;
	width: 100%;
	display: block;
	transition: all .45s cubic-bezier(.15,.2,.1,1) 0s;
	-webkit-transition: all .45s cubic-bezier(.15,.2,.1,1) 0s;
}
.play_inner_btn .icon{
	color: #fff;
	font-size: 22px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	margin-left: 2px;
	transform: translateY(-50%) translateX(-50%);
}
.play_btn:hover .play_inner_btn::before{
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

@-webkit-keyframes pulse-2 {
	 0% {
		  -webkit-transform:translate3d(-50%,-50%,0) scale(1);
		  opacity:.5
	 }
	 100% {
		  -webkit-transform:translate3d(-50%,-50%,0) scale(1.7);
		  opacity:0
	 }
}
@keyframes pulse-2 {
	 0% {
		  transform:translate3d(-50%,-50%,0) scale(1);
		  opacity:.5
	 }
	 100% {
		  transform:translate3d(-50%,-50%,0) scale(1.7);
		  opacity:0
	 }
}
  .bg_bnr{
	background-image: url(../images/inner_bnr.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
  }
  .career_bnr h1{
	margin-bottom: 0;
  }
  .info_p{
	font-size: 12px; 
	line-height: 25px; 
	opacity: 60%; 
	text-align: center;
  }
  .career_video {
  }
  .career_video iframe{
	width: 100% !important;
  }
  .career_sec h2{
	color: #A3632B;
  }
  .career_sec p{
	font-size: 16px;
	opacity: 70%;
  }



  /* News & Events */
  	.news_events h2{
		color: #7C3643;
	}
	.news_events{
		background-color: #fff;
		padding-bottom: 30px;
	}
	.news_events .news_box{
		padding: 25px;
		display: flex;
		align-items: center;
	}
	.news_events .news_box .img_box{
		width: 168px;
		height: 168px;
		border-radius: 16px;
		overflow: hidden;
		flex-shrink: 0;
		margin-right: 20px;
	}
	.news_events .news_box .img_box img{
		width: 100%;
		height: 100%;
		flex-shrink: 0;
		object-fit: cover;
	}
	.news_events .news_box .news_content_body h6{
		font-size: 16px;
		color: #A3632B;
		transition: 0.3s all ease;
	}
	.news_events .news_box .news_content_body h5{
		font-size: 20px;
		color: #7C3643;
		line-height: 31px;
		transition: 0.3s all ease;
	}
	.news_events .news_box .news_content_body a{
		color: #F9A61B;
		transition: 0.3s all ease;
	}
	.news_events .news_box:hover h6, .news_events .news_box:hover h5, .news_events .news_box:hover a{
		color: #fff;
	}
	.news_box .content_body h6{
		font-size: 16px;
		color: #A3632B;
		transition: 0.3s all ease;
	}
	.news_box:hover h6{
		color: #fff;
	}

	.news_post_img{
		width: 100%;
		height: 450px;
		border-radius: 16px;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.news_post_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.news_detail .news_box .img_box{
		width: 100px;
		height: 100px;
	}
	.news_detail .news_box .news_content_body h5 {
		font-size: 18px;
	}
	.news_detail .news_box .news_content_body h6 {
		font-size: 14px;
		margin-bottom: 0;
	}
	.news_detail .news_box {
		padding: 20px;
	}
	.social_share_links .social_box{
		width: 60px;
		height: 60px;
		border-radius: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #FEF2DD;
		color: #F9A61B;
		font-size: 28px;
		transition: 0.3s all ease;
	}
	.social_share_links .social_box:hover{
		background-color: #F9A61B;
		color: #fff;
	}
	
  /* // */
  .join_us .seprater img {
	margin: 0 !important;
  }

/* Product Detail */
.inr_full_bnr{
	background-color: #FFF1D9;
	position: relative;
	padding-top: 50px !important;
	padding-bottom: 136px;
}
.inr_full_bnr h2{
	color: #7C3643;
}
/* .inr_full_bnr::after{
	background-image: url(../images/p_curve.png);
	background-repeat: repeat-x;
	content: '';
	width: 100%;
	height: 362px;
	display: block;
	position: absolute;
} */



.book_product h2{
	color: #7C3643;
}
.book_product ul{
	padding-left: 15px;
}
.book_product ul li::marker{
	color: #F9B403;
	font-size: 20px;
	width: 40px;
	height: 40px;
}
.book_product .btn-primary{
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	
}
.pro_img_box{
	width: 100%;
	padding: 20px;
}
.pro_img_box img{
	width: 100%;
}
.pro_feature_bg_img{
	background-image: url(../images/bak_bg.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: 70px;
	position: relative;
}
.pro_feature_bg_img h2{
	color: #7C3643;
}
.pro_feature_bg_img .overlay{
	background-color: #fff8ecea;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.pro_info {
	display: flex;
}
.pro_info .icon_box{
	width: 85px;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

.pro_info .pro_info_content h6{
	font-family: poppins;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
}
.fin_product_img{
	width: 100%;
}
.fin_product_img img{
	width: 100%;
/*	animation: semiRotate 3s linear infinite;*/
}

@keyframes semiRotate {
	0%{
	   transform: rotate(0deg);
	}
   	25%{
	   transform: rotate(30deg);
	}
	75%{
		transform: rotate(-30deg);
	}
	100%{
		transform: rotate(0deg);
	}
}

.inr_products_list{
	padding-top: 120px;
	padding-bottom: 50px;
	background: none !important;
}
/* ................ */

/* Product Lisitng */
.product_listing_bnr{
	background: url(../images/product_listing_bnr.png);
	width: 100% !important;
	padding-top: 150px;
	height: 600px;
	background-size: cover;

}
.products_tabs ul{
	gap: 70px;
	background-color: #F9B403;;
	padding: 18px 30px;
	border-radius:20px ;
}
.products_tabs li{
	list-style: none;
	color: #fff !important;
}
.products_tabs a{
	color: #fff !important;
	font-size: 18px;
	font-weight: 400;
	transition: 0.2s ease-in;
}
.products_tabs a:hover{
	
	color: #7C3643 !important;
}

.product_listing_body{
	background: url(../images/pro_body_bg.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
}
.productpage_box{
	text-decoration: none;
	display: block;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	height: 100%;
	transition: 0.5s ease;
}
.productpage_box.productpage_box2{
	background: #FFF8EC;
	border-color: #FFF8EC;
}
.productpage_box_img{
	height: 420px;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
	transition: 0.5s ease;
}
.productpage_box_img img{
	max-height: 100%;
	max-width: 100%;
}
.productpage_box_body{
	padding: 30px;
}
.productpage_box_body h4{
	color: #7C3643;
}
.productpage_box:hover{
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,248,236,1) 79%);
	border-color: #F9A61B;
}
.productpage_box:hover .productpage_box_img{
	transform: scale(1.05);
}
.pro_b_topmargin{
	margin-top: 75px;
}
.productpage_box .btn-primary{
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
  font-size: 16px;
}
.search_fld_body{
	position: relative;
}
.search_fld_body .search_btn_top{
	position: absolute;
	right: 18px;
	top: 7px;
	color: #F9A61B;
	font-size: 28px;
}
.search_offcanvas_bg{
	backdrop-filter: blur(10px) !important;
	background-color: #ffffffa8;
	height: 200px !important;
}
.product_swiper_btns{

}
/* ......... */

/* Coming Soon */
.coming_soon_bg{
	background: url(../images/comingsoon_bg.png);
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
}
.sm_icon_box{
	width: 70px;
	height: 70px;
	border-radius: 50px;
	background-color: #F9A61B;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s ease;
}
.sm_icon_box:hover i{
	color: #F9B403 !important;
	
}
.sm_icon_box:hover:visited{
	color: #F9A61B;
}

.sm_icon_box:hover{
	border: 1px solid #F9B403;
	background-color: #fff;
	box-shadow: rgba(255, 166, 0, 0.37) 0px 7px 29px 0px !important;
}
.cm_body{
	margin-top: 100px;
}
.cs_bake_bg{
	width: 100%;
}
.cs_bake_bg img{
	width: 100%;
}


/* 10/5/2023 */
.timeline_video{
	padding-bottom: 100px !important;
}

.global_tech_section .global_abt_video{
	height: 100%;
}
	



/* Responsive 

/* Small Device */
@media only screen and (max-width: 1199px){
	.tq_section .container {
		padding-left: 120px;
		margin-top: 59px;
	}
	.tq_row_b .container {
		padding-right: 120px;
		padding-left: 30px !important;
		margin-top: 59px;
	  }
	
	.global_tech_section .container {
		padding-left: 120px;
	  }

	.custom_arrow {
		position: relative;
		top: 61px;
	  }
	  .csr_box{
		padding-top: 110px;
	  }
	  .header .navbar-nav{
		flex-wrap: wrap;
	  }
	  .header a{
		font-size: 14px;
	  }
	  .header .me-3{
		margin-right: 5px !important;
	  }
	  /* .header .main_logo img{
		width: 100%;
	  } */

	  /* About Us */
	  .t_img_box {
		height: 128px;
	}
	/* Contact us  */
	.form-check-input{
		flex-shrink: 0;
	}
	.career_join_section h3{
		font-size: 22px;
		line-height: 40px;
		color: #7C3643;
		font-weight: 600;
	}
	.career_join_section p{
		font-size: 15px;
		font-weight: 400;
		line-height: 28px;
	}
	.header a{
		font-size: 12px !important;
	}
	.product_listing_bnr .col-sm-6{
		width: 100%;
	}
	.product_listing_bnr{
		padding-top: 110px;
	}
	.pro_b_topmargin {
		margin-top: 90px;
	  }
}

@media only screen and (max-width: 992px){
.main_contact_details .col-sm-3{
	width: 50%;
}
.navbar-toggler{
	border: 1px solid #fff;
}
.header_2.add_shadow .navbar-toggler{
	border: 1px solid #AEAEAE ;
}
.white_header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28174, 174, 174, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e" ) !important;
  }
  .header_2.add_shadow .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28174, 174, 174, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e" ) !important;
  }
  .white_header .navbar-toggler{
	border-color: #AEAEAE !important;
  }
  .about_2 .col-sm-5{
	display: none;

  }
  .about_2 .col-sm-4, .about_2 .col-sm-3{
	width: 50%;
  }
  .global_tech_section .container {
	padding-left: 25px;
  }
  .tq_row_b .container {
	padding-right: 57px;
	padding-left: 1px !important;
	margin-top: 59px;
  }
  .tq_section .container {
	padding-left: 25px;
	margin-top: 59px;
	max-width: 960px;
  }
  .products_mega {
	width: 440px;
	padding: 14px;
  }
  .products_tabs a{
	font-size: 16px;
	font-weight: 400;
}
.products_tabs ul{
		gap: 40px;
	/* flex-direction: column; */
	flex-wrap: wrap;
}
.products_tabs .pro_tab1{
	width: 100%;
}
.products_tabs .pro_tab2{
	margin-left: 0px;
	margin-top: 30px;
	width: 100%;
}
}

/* Tablet */
@media only screen and (max-width: 810px){
	
	.header .col-sm-9{
		position: relative;
		display: flex;
		justify-content: end;
		width: 25%;
	}
	.header .col-sm-3{
		width: 75%;
	}
	.header {
		padding-bottom: 10px;
	}
	.navbar-toggler:focus {
		text-decoration: none;
		outline: 0;
		box-shadow: none;
	  }
	  .bnr_margin {
		margin-top: 690px;
	  }
	  .about_us .col-sm-6{
		width: 100%;
	  }
	  .products .col-sm-6{
		width: 100%;
	  }
	  .csr .col-sm-6{
		width: 100%;
	  }
	  .footer img{
		width: 100%;
	  }
	  .newsletter h2 {
		font-size: 29px;
		line-height: 44px;
	  }
	  
	  /* About Us */
	  .t_content_body p{
		font-size: 14px;
		line-height: 25px;
	  }
	  .t_img_box {
		height: 91px;
	  }

	  /* Contact Us  */
	  .nav_card_content h4{
		font-size: 20px;
		line-height: 32px;
	  }
	  .header_2 .navbar-nav .nav-link{
		color: #000;
	}
	.products .img_box {
		height: 326px;
	  }

	.news_events .news_box {
		display: block;
	}
	.news_events .news_box .img_box {
		width: 100%;
	}
	.news .col-sm-4{
		width: 50%;
	}
	.news_box h4 {
		font-size: 22px;
		line-height: 39px;
	}
	.seprater img{
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	.product_prev_btn {
		padding-left: 26px;
	}
	.product_next_btn {
		padding-right: 26px;
	}

	/* Product Menu  */
	.products_dropdown .product_box{
		padding: 0;
		border-radius: 0;
		box-shadow: none;
		width: 100%;
	}
	.products_dropdown .product_img{
		display: none;
	}
	.products_dropdown .product_content_body {
		text-align: left;
	  }
	  .header a {
		font-size: 14px !important;
	  }
	  .products_dropdown h5 {
		font-size: 14px;
		font-family: poppins;
		font-weight: 400;
		color: #141414;
		margin: 0;
		  margin-top: 0px;
		margin-top: 5px;
	  }
	  .p_see_all{
		display: none;
	  }
	  .products_mega {
		width: 100%;
	}

	.career_join_section .col-sm-6{
		width: 100%;
	}
	
	.career_join_section .career_content_body{
		margin-top: 30px;
	}


}

/* Mobile */
@media only screen and (max-width: 481px){
	.product_prev_btn {
		display: none;
	}
	.product_next_btn {
		display: none;
	}
	.products .p_body_content{
		margin-top: 0 !important;
	}
	.join_us .seprater {
		margin-top: 50px;
		margin-bottom: 105px;
	  }
	  .seprater {
		margin-top: 106px;
		margin-bottom: 105px;
	}
	.about_2 .col-sm-4, .about_2 .col-sm-3{
		width: 100%;
	  }
	.header .main_logo img {
		width: 48%;
	  }
	.main_logo{
		text-align: start;
	}
	.navbar .border_right {
		border-right: none;
	  }
	  .header {
		border-bottom: none;
	  }
	  .bnr_pagination{
		display: none;
	  }
	  .bnr_margin {
		margin-top: 1083px;
	  }
	  .scroll_icon{
		display: none;
	  }
	  .bnr_margin {
		margin-top: 730px;
	  }
	  .main_banner .bnr_content h3{
		font-size: 20px;
		line-height: 40px;
	  }
	  .main_banner .bnr_content h1{
		font-size: 45px;
		line-height: 57px;

	  }
	  .main_banner .bnr_content .btn-secondary{
		font-size: 15px;
		padding-left: 30px;
		padding-right: 30px;
	  }
	  .about_us img{
		width: 100%;
	  }
	  .csr_box{
		padding-left: 34px;
		padding-right: 34px;
	  }
	  h2{
		font-size: 30px;
		line-height: 50px;
	  }
	  .feature_img_a{
		margin-top: 22px;
	  }
	  .join_us img{
		width: 100%;
	  }
	  .join_us .f_col_img_join_us img{
		margin-top: 30px;
	  }
	  .newsletter_bg{
		padding-left: 33px;
		padding-right: 33px;
		padding-top: 34px;
		padding-bottom: 34px;
	  }
	  .footer_bg{
		padding-top: 227px;
		background-position: 68% center;
		position: absolute;
  		top: -75px;
	  }
	  .footer img {
		width: 60%;
	  }
	  .products .img_box {
		height: 380px;
	  }
	  .review_box_a {
		display: block !important;
	  }

	  /* About Us  */
	  .timeline_divider i{
		display: none;
	  }
	  .timeline_divider::after{
		display: none;
	  }
	  .timeline_divider .col-sm-5{
		text-align: center !important;
	  }
	  .t_content_body p {
		font-size: 16px;
		line-height: 25px;
		margin-top: 20px;
	  }
	  .t_img_box {
		height: 216px;
	  }
	  /* Contact Us  */
	  .contact_form{
		margin-top: 32px;
	  }
	  .nav_card_b{
		margin-top: 32px;
	  }
	  .other_form{
		margin-top: 0 !important;
	  }
	  .main_contact_details .col-sm-3{
		width: 100%;
	}
	.career_sec .ms-5{
		margin-left: 0 !important;
	}
	.inner_bnr {
		padding-top: 0;
	}
	.contact_page .mt-5{
		margin-top: 21px !important;
	}
	.career_join_section {
		padding-top: 3px;
		padding-bottom: 0;
	}
	.career_join_section .ps-4{
		padding-top: 24px;
	}
	.career_sec {
		padding-bottom: 35px;
	  }
	  .news .col-sm-4{
		width: 100%;
	}
	.news_detail .news_box .img_box {
		height: 218px;
	}
	.inr_products_list .product_prev_btn {
		padding-left: 14px;
		color: #e3a129;
	}
	
	.inr_products_list .product_next_btn {
		padding-right: 14px;
		color: #e3a129;
	}

	.product_listing_bnr{
		padding-top: 43px;
	}
	.productpage_box_img{
		height: 264px;
	}
	.coming_soon_bg {
		padding-top: 50px;
		text-align: center;
	}
	.mb-content_center{
		justify-content: center;
	}

	.abt_section .h1_content h1 {
		line-height: 35px;
	}
	.tq_section{
		margin-top: 25px;
	}
	.tq_section .container {
		margin-top: 90px;
	}
	.global_net_sec h1{
		font-size: 35px;
		line-height: 52px;
	}
	.global_net_sec .blur_content_body {
		padding: 24px;
	}
	.global_net_sec .overlay {
		padding-top: 100px;
		padding-bottom: 68px;
	}

	.global_tech_section {
		padding-top: 50px;
	}

	.dawn_bread_abt{
		padding-left: 20px;
		padding-right: 20px;
	}
	.dawn_img img{
		width: 100%;
	}
	.pro_feature_bg_img{
		padding-top: 50px;
		margin-top: 50px;
	}
	.news_detail .news {
		padding-top: 16px;
	}
	  
	.products_tabs a{
		font-size: 14px;
	}
	.products_tabs ul{
		gap: 30px;
}
	  
}

/* Tablet Landscape Mode */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1280px)
and (orientation: landscape){
	
}

/* Mobile Landscape Mode */
@media only screen 
and (min-device-width: 360px) 
and (max-device-width: 926px) 
and (orientation: landscape) {
 	
}



/* Tahir Changes 07/05/2024 */

.responsibility_csr_section .col-sm-7{
	padding-right: 30px;
}

.sustainable_bg_section{
	padding-top: 50px !important;
}

.s_img_box img{
	width: 100%;
}

.csr_content_slides .tq_img_box{
	height: 600px !important;
}




@media only screen and (max-width: 1199px){
	h3 {
		font-size: 22px;
  		line-height: 36px;
	}
	.csr_content_slides .container {
		padding-left: 40px;
		margin-top: 0;
	}
	.csr_content_slides .tq_row_b .container {
		padding-right: 60px;
		padding-left: 0px !important;
	}
}	
@media only screen and (max-width: 810px){
	p{
		font-size: 13px;
		line-height: 23px;
	}
	
h6 {
	font-size: 16px
}
h3 {
    font-size: 18px;
    line-height: 31px;
}
}

@media only screen and (max-width: 481px){
	.csr_content_slides .col-sm-6{
		padding-bottom: 33px;
	}

	.csr_content_slides .tq_img_box {
		height: 280px !important;
	}

	.animated_gifs_row .col-sm-4{
		width: 33%;
	}
}	