.float_left {
	float: left;
}
.float_right {
	float: right;
}
.mw100 {
	max-width: 100%;
}
.mw50 {
	max-width: 50%;
}
.mw {
	max-width: 100%;
}
@media (min-width: 992px) {
.mw {
	max-width: 70%;
	object-fit: contain;
}
}
.mt_50 {
	margin-top: 50px;
}
.mt_100 {
	margin-top: 100px;
}
.mt_120 {
	margin-top: 120px;
}
.mt_150 {
	margin-top: 150px;
}
.mt_200 {
	margin-top: 200px;
}
.mb_50 {
	margin-bottom: 50px;
}
.pt_50 {
	padding-top: 50px;
}
.pt_100 {
	padding-top: 100px;
}
.pb_50 {
	padding-bottom: 50px;
}
.tright {
	text-align: right;
}
.tleft {
	text-align: left !important;
}
.tcenter {
	text-align: center;
}

.cred {
	color: #e84247;
}
::selection {
    background: #999;
    color: #fff;
    text-shadow: none;
}
.colfff {
	color: #FFF !important;
}
.transbg {
	background-color: transparent !important;
}
.p0 {
	padding: 0px !important;
}
.mt_-15 {
	margin-top: -15px;
}
.invisible {
	visibility: hidden;
}
.mr_15 {
	margin-right: 15px!important;
}
.pl_pc {
	padding-left: 5%;
}
.pr_pc {
	padding-right: 5%;
}

@media (min-width: 992px) {
.mr {
	margin-right: 2%;
}
.ml_12pr {
	margin-left: 12%;
}
.mr_12pr {
	margin-right: 12%;
}
.pl_10pr {
	padding-left: 10%;
}
}

/* toggle-bar css start */
#toggle_bar_menu .navbar {
	padding-top: 0;
	padding-bottom: 0;
}
@media (max-width: 991px) {
#toggle_bar_menu .navbar {
	background-color: rgba(255, 255, 255, 0.95);
	position: absolute;
	width: 80%;
}
}
@media (min-width: 992px) {
#toggle_bar_icon {
	display: none;
}
}
#toggle_bar_icon .navbar {
	padding-top: 35px;
}
.nav-item {
	margin-left: 20px;
	padding-bottom: 32px;
}
@media (max-width: 991px) {
.nav-item {
	padding: 0px 10px;
}
}
.navbar-light .navbar-nav .nav-link {
	font-weight: 400;
	font-size: 20px;
	color: #000;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #0797d3 !important;
}
@media (max-width: 991px) {
.navbar-light .navbar-nav .nav-link {
	color: #0797d3;
}
}
#collapsibleNavbar {
	justify-content: flex-end;
}
#collapsibleNavbar ul {
	padding-top: 30px;
	padding-bottom: 0px;
}
.anim {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
}
/* toggle-bar css end */

#lgrow {
	background-color: rgba(255, 255, 255, 0.9);
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 5px;
	padding-bottom: 5px;

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999999;
}

#hlogo {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
@-webkit-keyframes spinner {
    from
    {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(-360deg);
    }
}
@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to
    {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}
#hlogo:hover {
	-webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}


.bnbg {
	background-image: url(../img/home_top_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rk_txt_big {
	font-weight: 600;
	font-size: 75px;
	line-height: 80px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
.rk_txt_big {
	font-size: 50px;
	line-height: 50px;
}
}
.rk_txt_big_dv {
	margin-top: 25%;
	margin-bottom: 25%;
}
@media (max-width: 767px) {
.rk_txt_big_dv {
	margin-top: 50%;
}
}


.ftrow {
	background-color: #0E0E0E;
	padding: 40px 10% 20px;
}
.logodv {
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}
.logodv img {
    transform-style: preserve-3d;
    transition: all 2s ease;
}
.logodv img:hover {
    transform: rotateX(360deg);
}
.copyright_txt {
	font-weight: 400;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	line-height: 22px;
	margin-bottom: 20px;
}
.foot_links {
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.foot_nav_ul {
	padding-left: 0px;
	display: inline-block;
    text-align: center;
}
.foot_nav_ul li {
    display:flex;
    align-items:center;
	list-style: none;
	margin-bottom: 10px;
	margin-left: 5px;
}
.foot_nav_ul li a {
	text-decoration: none;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
}
.foot_nav_ul li i {
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	margin-right: 5px;
}
.foot_nav_ul li span {
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
}
.ho li {
	margin-bottom: 20px;
}

.about_home_bg {
	background-color: #141414;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10%;
}
.about_home_txt {
	font-weight: 400;
	font-size: 24px;
	line-height: 33px;
	color: #FFFFFF;
}
.about_home_txt2 a {
	font-weight: 400;
	font-size: 24px;
	line-height: 33px;
	color: #FFFFFF;
	text-decoration: none;
}
.about_home_txt_dv {
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 10px;
}
@media (max-width: 767px) {
.about_home_bg {
	width: 350px;
}
.about_home_txt {
	font-size: 12px;
	line-height: 18px;
}
.about_home_txt2 a {
	font-size: 12px;
	line-height: 18px;
}
.about_home_txt_dv {
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 10px;
}
}


.our_machines_title {
	font-family: 'Cormorant';
	font-weight: 400;
	font-size: 46px;
	line-height: 86px;
	color: #0D0D0D;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 50px;
}
@media (max-width: 991px) {
.our_machines_title {
	font-weight: 900;
	font-size: 30px;
	line-height: 50px;
	margin-top: 50px;
	margin-bottom: 20px;
}
}
.our_machines_img_bg {
	background-color: #FFFED4;
	text-align: center;
	padding: 2% 35%;
}
@media (max-width: 991px) {
.our_machines_img_bg {
	padding: 5% 5%;
}
}
.our_machines_txt {
	font-weight: 500;
	font-size: 40px;
	line-height: 60px;
	color: #0D0D0D;
	text-align: left;
}
@media (max-width: 991px) {
.our_machines_txt {
	font-size: 20px;
}
}
.testimonial-carousel .owl-nav {
    position: absolute;
    bottom: 0px;
    left: 50%;
}
@media (max-width: 991px) {
.testimonial-carousel .owl-nav {
    bottom: 10px;
}
}
.testimonial-carousel .owl-nav div {
    position: absolute;
    left: -60px;
	font-size: 70px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: transparent;
    border: 0px solid #AAA;
    color: #AAA;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}
.testimonial-carousel .owl-nav div:hover {
    color: #000;
    border: 0px solid #000;
}
.testimonial-carousel .owl-nav div.owl-next {
    left: auto;
}


.who_are_we_home_sec {
	margin-left: 7%;
	margin-right: 7%;
	margin-top: 100px;
	margin-bottom: 50px;
}
.who_are_we_home_title {
	font-family: 'Cormorant';
	font-weight: 500;
	font-size: 60px;
	line-height: 100px;
	color: #3A2C2F;
	letter-spacing: 5px;
	margin-top: -25px;
}
.who_are_we_home_title::first-letter {
	background-color: #f9e9b5;
	border-radius: 100px;
}
@media (max-width: 991px) {
.who_are_we_home_title {
	font-weight: 900;
	font-size: 30px;
	margin-top: 0px;
}
}

.who_are_we_home_desc {
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: #383940;
	padding-left: 20px;
	padding-top: 0px;
}
.learn_more_home {
	font-weight: 400;
	font-size: 22px;
	line-height: 40px;
	text-decoration-line: underline;
	color: #E92590;
	padding-left: 20px;
	padding-top: 20px;
}

.box {
  --b:5px;   /* thickness of the border */
  --c:red;   /* color of the border */
  --w:20px;  /* width of border */


  border:var(--b) solid transparent; /* space for the border */
  --g:#0000 90deg,var(--c) 0;
  background:
    conic-gradient(from 90deg  at top    var(--b) left  var(--b),var(--g)) 0    0,
    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--g)) 100% 0,
    conic-gradient(from 0deg   at bottom var(--b) left  var(--b),var(--g)) 0    100%,
    conic-gradient(from -90deg at bottom var(--b) right var(--b),var(--g)) 100% 100%;
  background-size:var(--w) var(--w);
  background-origin:border-box;
  background-repeat:no-repeat;
}

.check_our_best_sec_bg {
	background-image: url(../img/vector_sky_blue.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-left: 7%;
	padding-right: 7%;
}
.check_our_best_sec_bg2 {
	padding-left: 7%;
	padding-right: 7%;
}
.check_our_best_title {
	font-style: normal;
	font-weight: 700;
	font-size: 35px;
	line-height: 70px;
	color: #E83295;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 20px;
}
.check_our_best_title span {
	color: #434343;
}
.check_our_best_txt {
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #383940;
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 40px;
}
.peacock_blue_bg {
	background-color: #026A8D;
	border-radius: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.peacock_blue_bg_full {
	background-color: #026A8D;
	border-radius: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (min-width: 992px) {
.peacock_blue_bg {
	width: 49% !important;
}
}
.more_home {
	font-size: 36px;
	text-align: right;
	color: #FFFFFF;
	margin-right: 30px;
}
.more_home a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 700;
}
.more_home i {
	font-size: 26px;
}
.check_our_best_img {
	padding: 50px 10px 20px;
/*	padding: 5%;
	height: 80%; */
}

.vision_mission_sec {
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 100px;
}
.vision_mission_block {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 22px;
	margin-bottom: 100px;
	padding-bottom: 20px;
}
@media (min-width: 992px) {
.vision_mission_block {
	width: 32% !important;
}
}
.skybluebg {
	background-color: #d8f3fe;
}
.pinkbg {
	background-color: #ffd6ec;
}
.vision_mission_title {
	font-family: 'Cormorant';
	font-weight: 500;
	font-size: 56px;
	line-height: 73px;
	color: #0D0D0D;
	text-align: center;
	margin-bottom: 100px;
}
.vision_mission_block_title {
	font-family: 'Cormorant';
	font-weight: 500;
	font-size: 46px;
	line-height: 70px;
	color: #0D0D0D;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}
.vision_mission_block_txt {
	font-size: 30px;
	font-weight: 400;
	line-height: 44px;
	text-align: center;
	color: #0D0D0D;
}
.vision_mission_sec p {
	margin-bottom: 0px;
}
@media (max-width: 991px) {
.vision_mission_title {
	font-weight: 900;
	font-size: 30px;
	line-height: 30px;
}
.vision_mission_block_title {
	font-weight: 900;
	font-size: 30px;
	line-height: 30px;
}
.vision_mission_block_txt {
	font-size: 20px;
	line-height: 30px;
}
}
.vision_mission_block_icon_dv {
    text-align: center;
    margin-top: -70px;
}
.vision_mission_block_icon {
	width: 140px;
	height: 140px;
	padding: 35px;
	border-radius: 70px;
	font-size: 70px;
	color: #FFF;
}
.brownbg {
	background-color: #CF853F;
}
.redbg {
	background-color: #F37E8A;
}
.yellowbg {
	background-color: #F4D46D;
}

.global_footprints_title {
	font-family: 'Cormorant';
	font-weight: 500;
	font-size: 56px;
	line-height: 73px;
	color: #0D0D0D;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}
@media (max-width: 991px) {
.global_footprints_title {
	font-weight: 900;
	font-size: 30px;
	line-height: 50px;
	margin-top: 0px;
}
}
.global_footprints_img_bg {
	background-color: #C4F0FF;
	text-align: center;
/*	padding-top: 72px;
	padding-bottom: 27px; */
}

.where_sold_sec {
	padding-left: 7%;
	padding-right: 7%;
	padding-bottom: 80px;
}
.where_sold_title {
	font-family: 'Cormorant';
	font-weight: 500;
	font-size: 56px;
	line-height: 73px;
	color: #0D0D0D;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 80px;
}
@media (max-width: 991px) {
.where_sold_title {
	font-weight: 900;
	font-size: 30px;
	line-height: 50px;
	margin-top: 50px;
	margin-bottom: 40px;
}
}
.sold_in_countries {
	background: #cfcfcf;
	border-radius: 50px;

	font-weight: 500;
	font-size: 20px;
	line-height: 44px;
	color: #0D0D0D;

	width: 255px;
	height: 68px;

	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}
.blog-grid-carousel .owl-nav div {
    position: absolute;
    left: -60px;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #AAA;
    color: #AAA;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}
.blog-grid-carousel .owl-nav div:hover {
    color: #000;
    border: 1px solid #000;
}
.blog-grid-carousel .owl-nav div.owl-next {
    left: auto;
    right: -60px;
}
@media (max-width: 767px) {
.blog-grid-carousel .owl-controls {
	display: none;
}
}


/*
#pmrow {
	background-color: #FFF;
	position: absolute;
	left: 10%;
	right: 10%;
	top: 96%;
	z-index: 999999999999;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 5%;
	padding-right: 5%;
	max-height: 90vh;
	overflow-y: scroll;
	border: 2px solid #f1f1f1;
	border-right: none;
	opacity: 0.95;
}
.pm_black_h {
	margin-bottom: 10px;
}
.pm_black_h a {
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
}
.pm_pink_h a {
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #0797d3;
	text-decoration: none;
}
.pm_black_ul li a {
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
}
*/

.our_link li a {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	list-style: none;
}
#pmrow {
	background-color: #FFF;
	position: absolute;
	left: 3%;
	right: 3%;
	top: 96%;
	z-index: 999999999999;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 1%;
	padding-right: 0%;
	max-height: 80vh;
	overflow-y: scroll;
	border: 2px solid #f1f1f1;
	border-right: none;
	border-radius: 10px 0px 0px 10px;
	opacity: 0.95;
}
#abou_bigmenu {
	background-color: #FFF;
	position: absolute;
	left: 49%;
	right: 42%;
	top: 92%;
	z-index: 999999999999;
	padding-top: 17px;
	padding-bottom: 20px;
	/*padding-left: 1%;*/
	/*padding-right: 0%;*/
	max-height: 22vh;
	/*overflow-y: scroll;*/
	border: 2px solid #f1f1f1;
	border-right: none;
	border-radius: 10px 10px 10px 10px;
	opacity: 0.95;
}
#our_link{
    color: #000000;
    text-decoration: none;
    cursor:pointer;
   text-decoration: none;
}
#pmrow ul {
	margin-bottom: 10px;
}
#abou_bigmenu ul {
	margin-bottom: 10px;
}
@media (min-width: 992px) {
#pmrow .col-12 {
	width: 16.5%;
	border-right: 1px solid #DDD;
	padding-left: 35px;
}
#abou_bigmenu .col-12 {
	/*width: 16.5%;*/
	/*border-right: 1px solid #DDD;*/
	/*padding-left: 35px;*/
}
}
@media (max-width: 991px) {
#pmrow {
	padding-left: 10%;
	padding-right: 10%;
	max-height: 65vh;
	overflow-y: scroll;
}
#abou_bigmenu {
	/*padding-left: 10%;*/
	/*padding-right: 10%;*/
	/*max-height: 65vh;	*/
	/*overflow-y: scroll;	*/
}
}


.pm_black_h {
	margin-bottom: 5px;
}
.pm_black_h a {
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	cursor: text;
}
.pm_pink_h a {
	font-weight: 500;
	font-size: 16px;
	color: #0797d3;
	text-decoration: none;
	cursor: text;
}
.pm_pink_h b {
	font-weight: 500;
	font-size: 16px;
	color: #0797d3;
	text-decoration: none;
	cursor: text;
}
.pm_black_ul li a {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

.our_link li a {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

.aboutus_sec {
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 85px;
}
.about_title {
	font-family: 'Cormorant';
	font-weight: 500;
	font-size: 60px;
	line-height: 78px;
	text-align: center;
	color: #252525;
	margin-bottom: 50px;
}
.who_are_we_about_title {
	font-weight: 700;
	font-size: 48px;
	line-height: 75px;
	color: #393838;
}
.who_are_we_about_desc {
	color: #5B5B5B;
	font-weight: 400;
	font-size: 26px;
	line-height: 40px;
/*	font-size: 24px;
	line-height: 41px; */
}
.who_are_we_about_desc i {
	margin-right: 20px;
}
@media (max-width: 991px) {
.about_title {
	font-size: 45px;
	line-height: 45px;
}
.who_are_we_about_title {
	font-size: 35px;
}
.who_are_we_about_desc {
	font-size: 20px;
	line-height: 35px;
    text-align: justify;
}
}

.md_sec {
	padding-left: 7%;
	padding-right: 7%;
}
.about_md_title {
	font-family: 'Cormorant';
	font-weight: 500;
	font-size: 60px;
	line-height: 78px;
	color: #252525;
	margin-top: 50px;
	margin-bottom: 50px;
}
.md_message {
	font-weight: 400;
	font-size: 28px;
	line-height: 48px;
	color: #000000;
}
@media (max-width: 991px) {
.about_md_title {
	font-weight: 900;
	font-size: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.md_message {
	font-size: 20px;
	line-height: 40px;
    text-align: justify;
}
}

.growth_sec_bg {
	background-color: #00BEFF;
	padding-left: 9%;
	padding-right: 5%;
}
.growth_title {
	font-family: 'Cormorant';
	font-weight: 500;
	font-size: 60px;
	line-height: 80px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
.growth_title {
	font-size: 40px;
	line-height: 60px;
}
}
.gt_txt {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
}
.gt_img {
	margin-bottom: 20px;
}


.service_pink_sec_bg {
	background-image: url(../img/ellipse_pink.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 180px;
	padding-bottom: 100px;
}
.service_pink_sec_title {
	font-weight: 700;
	font-size: 45px;
	line-height: 68px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 60px;
}
.whatis_title {
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
	color: #FFFFFF;
}
.whatis_desc {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
}
@media (max-width: 991px) {
.service_pink_sec_title {
	font-weight: 900;
	font-size: 25px;
	line-height: 50px;
	margin-bottom: 30px;
}
.whatis_title {
	font-weight: 900;
	font-size: 20px;
	line-height: 20px;
}
.whatis_desc {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
}
}

.rotary_sec {
	padding-left: 7%;
	padding-right: 7%;
}
.plate_roll_bg {
	background-image: url(../img/plate_roll_bg.png);
	background-repeat: no-repeat;
}
.plate_roll_txt {
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
	color: #000;
	padding-top: 50px;
	padding-bottom: 70px;
	padding-left: 25%;
}
.plate_roll_txt span {
	color: #03B0EB;
}
@media (max-width: 991px) {
.plate_roll_txt {
	font-size: 20px;
	line-height: 30px;
	padding-top: 250px;
	padding-bottom: 0px;
	padding-left: 0%;
}
}

.why_prefer_rk_sec {
	padding-left: 7%;
	padding-right: 7%;
}
.why_prefer_rk_title {
	font-family: 'Cormorant';
	font-weight: 500;
	font-size: 60px;
	line-height: 73px;
	text-align: center;
	color: #252525;
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (max-width: 991px) {
.why_prefer_rk_title {
	font-size: 35px;
	line-height: 50px;
	padding-bottom: 30px;
}
}



.contact_sec_bg {
	padding-left: 7%;
	padding-right: 7%;
	background-color: #FFDE97;
	padding-top: 180px;
	padding-bottom: 60px;
}
.contact_top_img {
	border-radius: 50px;
}
.contact_us_part {
	padding-top: 30px;
	padding-left: 5%;
}
.contact_title {
	font-family: 'Playfair Display';
	font-weight: 400;
	font-size: 100px;
	line-height: 134px;
	color: #000000;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
.contact_title {
	font-size: 60px;
	line-height: 90px;
	margin-bottom: 0px;
}
}
.contact_form_dv input {
	background-color: #FFDE97;
	border: none;
	color: #000;
	font-weight: 400;
/*	font-size: 32px;
	line-height: 38px; */
	font-size: 30px;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 0px;
}
@media (max-width: 991px) {
.contact_form_dv input {
	font-size: 20px;
	line-height: 20px;
}
}
.contact_form_dv input:focus {
	background-color: #FFDE97;
	border: 0px !important;
}
.contact_form_dv input:focus-visible {
	background-color: #FFDE97;
	border: 0px !important;
}
::placeholder {
	color: #000 !important;
}
.inpdv {
	border-bottom: 3px solid #000;
}
@media (min-width: 992px) {
.inpdv {
	width: 70%;
}
}
.contact_btn {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
	margin-top: 60px;
	background-color: #000;
	border: none;
	padding: 20px 85px;
	border-radius: 35px;
}

.loc_add_sec {
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: linear-gradient(to right, #c4f0ff , #ffde97);
/*	background-image: url(../img/location_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; */
}
.loc_add_title {
	font-family: 'Cormorant';
	font-weight: 500;
	font-size: 60px;
	line-height: 77px;
	color: #000000;
	text-align: center;
}
.unit_title {
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color: #000000;
}
.unit_add {
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	color: #000000;
}
.maplink {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}
.maplink a {
	color: #007bd3;
	text-decoration: none;
}
@media (max-width: 991px) {
.loc_add_title {
	font-size: 40px;
	line-height: 60px;
}
.unit_title {
	font-weight: 900;
	font-size: 25px;
	line-height: 25px;
}
.unit_add {
	font-size: 25px;
	line-height: 30px;
}
}
.loc_add_sec iframe {
	border-radius: 20px;
	border: 5px solid #AAA;
}


.header-slider .owl-item.active .title {
    animation: slideInLeft 2s 0s both;
}
.header-slider .owl-item.active p {
    animation: slideInLeft 2s 1s both;
}
.header-slider .owl-item.active span {
    animation: slideInRight 2s 1s both;
}
.header-slider .owl-item.active .btn-wrapper {
    animation: slideInUp 2s 2s both;
}
.header-slider:hover .owl-nav div {
    visibility: visible;
    opacity: 1;
}
.header-slider .owl-nav div {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: hidden;
    opacity: 0;
}
.header-slider .owl-nav div:hover {
    color: #ff54b2;
    border-color: #ff54b2;
}
.header-slider .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}
.header-area {
    padding: 300px 0 415px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.header-area:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
/*	background: -webkit-gradient(linear, left top, right top, from(#180338), color-stop(1%, rgba(128, 128, 256, 0.95)), to(rgba(24, 3, 56, 0.50))); */
/*    background: -o-linear-gradient(left, #180338 0%, rgba(24, 3, 56, 0.95) 50%, rgba(24, 3, 56, 0.5) 100%);
    background: linear-gradient(to right, #180338 0%, rgba(24, 3, 56, 0.95) 50%, rgba(24, 3, 56, 0.5) 100%); */
}
.header-area .header-inner {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.header-area .subtitle {
    position: relative;
    z-index: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 70px;
    letter-spacing: 1px;
}
.header-area .subtitle:after {
    position: absolute;
    left: 0;
    top: 10px;
    width: 60px;
    height: 2px;
    background-color: transparent;
    content: "";
}
.header-area.header-bg {
    background-color: transparent;
    background-position: right top;
    background-size: cover;
    position: relative;
}
.header-area.header-bg-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -1;
}
.header-area .title {
    font-size: 72px;
    line-height: 72px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.header-area p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8);
}
.header-area span {
    color: var(--secondary-color);
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}

.fac_label_printing_sec {
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 58px;
	padding-bottom: 58px;
}
.fac_label_printing_title {
	font-family: 'Cormorant';
	font-weight: 500;
	font-size: 56px;
	line-height: 56px;
	text-align: center;
	color: #000000;
}
@media (max-width: 991px) {
.fac_label_printing_title {
    font-weight: 900;
    font-size: 27px;
    line-height: 35px;
}
}
.fac_icons_txt {
	font-weight: 600;
    font-size: 22px;
    line-height: 35px;
	color: #0A3166;
}
.fac_icons_txt span {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #495059;
}
.dp_mv_with{
    width: 70px;
}
.we_measure_title {
	font-weight: 700;
	font-size: 35px;
	line-height: 70px;
	color: #171B1A;
}
.we_measure_txt {
	font-weight: 500;
	font-size: 30px;
	line-height: 60px;
	color: #171B1A;
}
@media (max-width: 991px) {
.we_measure_title {
	font-weight: 900;
	font-size: 20px;
	line-height: 40px;
}
.we_measure_txt {
	font-size: 20px;
	line-height: 40px;
}
}


.fac_our_machines_title {
	font-family: 'Cormorant';
	font-weight: 500;
	font-size: 40px;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #03B0EB;
	border-radius: 50px;
	text-align: center;
	padding: 25px 5px 20px;
	margin: 1% 15% 5%;
}

.fac_our_machines_sec_bg {
	background-image: url(../img/fac_sky_blue_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 7%;
	padding-right: 7%;
}
.fac_label_title {
	font-weight: 700;
	font-size: 30px;
	line-height: 60px;
	color: #171B1A;
	text-transform: uppercase;
}
.fac_label_txt {
	font-weight: 500;
	font-size: 26px;
	line-height: 50px;
	color: #171B1A;
	text-transform: uppercase;
}
@media (max-width: 991px) {
.fac_our_machines_title {
	font-size: 20px;
	line-height: 20px;
}
.fac_label_title {
	font-weight: 900;
	font-size: 18px;
	line-height: 40px;
}
.fac_label_txt {
	font-weight: 500;
	font-size: 18px;
	line-height: 40px;
}
}

.fac_visit_sec {
	padding-left: 7%;
	padding-right: 7%;
}
.productive_title {
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #197AFF;
	background: #E8F2FF;
	border-radius: 800px;
	padding: 7px 8px;
	text-align: center;
	width: 100px;
}
.fac_visit_title {
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	color: #1B2430;
}
.fac_visit_txt {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #495059;
}
.expfeat_title {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	background: #197AFF;
	border-radius: 400px;
	padding: 14px 20px;
	text-align: center;
	width: 160px;
}
.fac_visit_vid {
	width: 90%;
	height: 400px;
}
@media (max-width: 991px) {
.fac_visit_vid {
	width: 100%;
	height: 300px;
}
}

.fac_machines_sec_bg {
	background-image: url(../img/fac_blue_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 7%;
	padding-right: 7%;
	padding-bottom: 50px;
	margin-top: 100px;
}


.prod_rotary_sec_bg {
	background-color: #FFF;
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 100px;
	padding-bottom: 5px;
	/* border: 1px solid #CCC;	 */
}
.prod_rotary_title {
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	color: #0797d3;
	background-color: #FFF;
	border-radius: 50px;
	padding: 5px 10px 10px;
	text-align: center;
	width: 300px;
	margin-bottom: 20px;
	border: 1px solid #0797d3;
	margin-left: auto;
	margin-right: auto;
}
.prod_rotary_img {
	/* margin-bottom: 25px; */
	height: 500px;
}

@media screen and (max-width: 600px){
	.prod_rotary_img {
		height: auto;
	}

 }

@media (min-width: 992px) {
.prod_rotary_title {
	/* float: right; */
}
}

.servo_flexo_sec {
	padding-left: 7%;
	padding-right: 7%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.servo_flexo_title {
	font-style: normal;
	color: #666;
	font-weight: 500;
	font-size: 45px;
	line-height: 100px;
	text-align: center;
}
.your_flexo_title {
	font-weight: 500;
	font-size: 40px;
	line-height: 60px;
	color: #5B5B5B;
}
.your_flexo_txt {
	font-weight: 400;
/*	font-size: 24px;
	line-height: 36px; */
	font-size: 18px;
	line-height: 36px;
	color: #5B5B5B;
}
.your_flexo_txt ul li {
	list-style-position: outside;
    margin-left: 0px;
    list-style-type: disclosure-closed;
}
.your_flexo_txt ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.your_flexo_txt p {
	margin-top: 0px;
	margin-bottom: 0px;
}
@media (max-width: 991px) {
.servo_flexo_title {
	font-weight: 600;
	font-size: 35px;
	line-height: 50px;
}
.your_flexo_title {
	font-size: 30px;
	line-height: 40px;
}
}

.prod_spec_title {
	font-weight: 700;
	font-size: 46px;
	line-height: 72px;
	color: #393838;
}
.prod_spec_bar_title {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #FFF;
	background-color: #E5097F;
	text-align: center;
	padding: 0px 20px 5px;
	margin-bottom: 15px;
}

.prod_boxes_title {
	background-color: #E7E7E7;
	padding: 20px;
	text-align: center;
	margin-top: 30px;
}
.prod_boxes_title a {
	font-weight: 600;
/*	font-size: 32px;
	line-height: 44px; */
	font-size: 24px;
	line-height: 30px;
	color: #131313;
	text-decoration: none;
	cursor: text;
}
.prod_boxes_title b {
	font-weight: 600;
/*	font-size: 32px;
	line-height: 44px; */
	font-size: 24px;
	line-height: 30px;
	color: #131313;
	text-decoration: none;
	cursor: text;
}
.prod_boxes_txt {
	background-color: #F0F0F0;
	padding: 10px;
	text-align: center;
	list-style: none;
}
.prod_boxes_txt a {
	font-weight: 400;
/*	font-size: 22px;
	line-height: 36px; */
	font-size: 20px;
	line-height: 30px;
	color: #E5097F;
	text-decoration: none;
	text-transform: capitalize;
}
@media (max-width: 991px) {
.prod_boxes_txt a {
	font-size: 16px;
	line-height: 30px;
}
.location .left img {
    position: absolute;
    right: -3%;
    top: -6%;
    width: 17%;
}
}


.glr_top_sec1_bg {
	background-image: url(../img/glr_top_sec1_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 7%;
}
.glr_top_sec2_bg {
	background-image: url(../img/glr_top_sec2_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0 0 0 40px;
}
.glr_top_sec1_title {
	font-weight: 600;
	font-size: 96px;
	line-height: 105px;
	color: #5C5C5C;
	padding-top: 240px;
	padding-bottom: 360px;
}
@media (max-width: 991px) {
.glr_top_sec1_title {
	/* color: #000;
	visibility: hidden; */
    color: #000;
    /* visibility: hidden; */
    font-weight: 600;
    font-size: 23px;
    line-height: 31px;
    /* color: #5C5C5C; */
    padding-top: 74px;
    padding-bottom: 69px;
}
}
.glr_bottom_sec1_bg {
	background-image: url(../img/glr_bottom_sec1_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 170px;
	padding-bottom: 170px;
}
.glr_bottom_sec2_bg {
	background-image: url(../img/glr_bottom_sec2_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 100px;
	padding-bottom: 100px;
}
.glr_bottom_sec2_bg img {
	border-radius: 25px;
}
.glr_fac_visit_sec_bg {
	background-image: url(../img/glr_fac_visit_sec_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (max-width: 991px) {
.glr_fac_visit_sec_bg {
	background-position: center;
}
}
.glr_fac_visit_title {
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	color: #FFFFFF;
}
.glr_fac_visit_txt {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
}
.glr_fac_visit_ftr {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
}
.glr_gallery_sec_bg {
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 50px;
	padding-bottom: 50px;
}

/* image-gallery css start */
.rowg > .col-12 {
  padding: 10px;
}
.rowg:after {
  content: "";
  display: table;
  clear: both;
}
.modal {
  display: none;
  position: fixed;
  z-index: 999999999999;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 75%;
  /* max-width: 1200px; */
}
.close {
  color: white;
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 40px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  text-decoration: none;
}
@media (max-width: 991px) {
.prev,
.next {
	font-size: 20px;
}
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #f2f2f2;
  font-size: 20px;
  padding: 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 0px;
  color: white;
  font-size: 20px;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.5s;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.hover-shadow:hover {
  border-radius: 0px;
  opacity: 0.5;
}
/* image-gallery css end */


.prod_spec_tab1 .table-dark {
	--bs-table-bg: #999;
}
.prod_spec_tab2 .table-dark {
	--bs-table-bg: #999;
	text-align: center;
}
.prod_spec_tab1 th, .prod_spec_tab2 th {
	background-color: #6e6e6e;
}
.prod_spec_tab1 th, .prod_spec_tab2 th, .prod_spec_tab1 td, .prod_spec_tab2 td {
	border: 5px solid #FFF;
}

.itm_label {
	cursor: pointer;
	background-color: #e7e7e7;
	color: #72777d;
	padding: 10px 20px;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
}
.itm_answer {
	padding: 10px 20px 0px;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
}
@media (max-width: 991px) {
.itm_label {
	font-size: 16px;
}
.itm_answer {
	font-size: 15px;
}
}


.newsnevents .card {
	border: none !important;
}
.newsnevents .card-body {
	border: 1px solid #DDD;
}
.newsnevents .card-img-top {
	border-radius: 20px 20px 0px 0px;
}

.newsneventsdetails .card {
	border: none !important;
}
.newsneventsdetails .card-body {
	border: 1px solid #DDD;
	border-radius: 20px;
}
.newsneventsdetails .card-img-top {
	border-radius: 20px;
}
.news_events_details_sec {
	padding-left: 7%;
	padding-right: 7%;
}
.newsneventsdetails .card-text {
	font-size: 20px;
}


.our_locations_box {
	width: 300px;
	margin: 0px auto;
	border: 1px solid #DDD;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	background-color: #FFF;
	z-index: 999999999999;
	padding: 15px 0px 20px;
}
.our_locations_box_title {
	font-weight: 700;
	font-size: 30px;
	line-height: 50px;
	color: #393838;
	text-align: center;
}
.our_locations_box_desc {
	font-weight: 400;
	font-size: 20px;
	color: #5B5B5B;
	text-align: left;
	padding-left: 20px;
}
.our_locations_box_desc i {
	margin-right: 15px;
}

.team_member_title {
	color: #393838;
	font-weight: 700;
	font-size: 30px;
	border-bottom: 1px solid #AAA;
	padding-bottom: 5px;
}
.team_member_desc p {
	color: #5B5B5B;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
    text-align: justify;
}
.okm_img {
	border-radius: 50px;
}
.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}


.main_top_number{
    text-align:center;
    padding:5px 0;
    background:#56bdba;
    display: flex;

}

.main_top_number a{
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    z-index: 99999999;
}

@media (max-width: 991px) {
    .main_top_number{
        top: 0;
        left: 0;
        position: absolute;
        text-align: center;
        width: 100vw;
    }

    .sub_top_number{
        flex-direction: column;
    }
    .sub_top_number .email{
        text-align:end;
    }
}

.sidebar_select button{
    background: #e7e7e7;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    text-align:center;
    border:0;
}

.sub_top_number{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sidebar_select ul li a{
    color:#E5097F;
    text-align:center;
    font-size:18px;
    font-weight: 500;
    text-decoration: none;
}




.contactus h1 {font-size: 50px;font-weight: 700;text-align: center;position: relative;margin-bottom: 60px;}
.contactus h1 .circle {width: 50px;height: 50px;border-radius: 50px;background: #F756394D;position: absolute;top: -18%;left: 38%;z-index: -1}
.contactus .left {width: 49%;display:inline-block;}
.contactus .left h4 {font-size: 24px;font-weight: 700;}
.contactus .left form .form-group {display: flex;align-items: center;}
.contactus .left form .comment {display: block !important;}
.contactus .left form {padding: 0;}
.contactus .left form label {font-size: 18px;font-weight: 700;}
.contactus .left input::placeholder {color: #00000026;}
.contactus .left .form-control {border-bottom: 1px solid #ced4da;border-top: none;border-left: none;border-right: none;border-radius: 0;}
.contactus .left .form-control:focus {box-shadow: none;}
.contactus .left .name {width: 12%;margin: 0;padding: 0;}
.contactus .left .email {width: 22%;margin: 0;padding: 0;}
.contactus .left .mainnumber {position: relative;}
.contactus .left .mainnumber img {position: absolute;right: 0;}
.contactus .left .secondnumber {justify-content: end;width: 78%;float: right;clear: both;}
.contactus .left .number {width: 30%;margin: 0;padding: 0;}
.contactus .left .send-btn {width: 140px;height: 44px;border-radius: 5px;background: #F75639;color: #fff;margin-top: 80px;border: none;cursor: pointer;transition: 0.3s all;}
.contactus .left .send-btn:hover {background: #000}

.contactus .right {width: 49%;display:inline-block;}
.contactus .right img {width: 100%;vertical-align:baseline;}

.location h1 {font-size: 50px;font-weight: 700;text-align: center;position: relative;margin-bottom: 60px;}
.location h1 .circle {width: 50px;height: 50px;border-radius: 50px;background: #F756394D;position: absolute;top: -18%;left: 40%;z-index: -1}
.location .location-box {display: flex;align-items: center;}
.location .left {width: 50%;padding-right: 60px;position: relative;}
.location .left img {position: absolute; right: 7%; top: -25%; width: 17%;}
.location h2 {font-weight: 700;font-size: 36px;line-height: 54px;}
.location .fruxinfo-box {background: #F7563926;border-radius: 15px;padding: 30px;}
.location .fruxinfo-box h4 {font-weight: 600;font-size: 26px;line-height: 39px;}
.location .fruxinfo-box p {font-weight: 400;font-size: 16px;line-height: 30px;color: #00000099;}
.location .fruxinfo-box button {width: 146px;height: 40px;border-radius: 5px;background: #fff;border: none;}
.location .fruxinfo-box button i {padding-right: 10px;}
.location .right {width: 50%;}
.location .right iframe {height: 350px;border-radius: 25px;}





.custom_footer .footer {
    background: #fff;
    padding: 50px 15px 40px;
}

.custom_footer .map {
    background: url(https://tiimg.tistatic.com/catalogs/template120878/map.png) center center no-repeat;
    background-image: url("https://tiimg.tistatic.com/catalogs/template120878/map.png");
    background-position-x: center;
    background-position-y: center;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}

.custom_footer .main {
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 40px;
}

.custom_footer .clear {
    clear: both;
}

.custom_footer .add_area {
    float: left;
    width: 40%;
}

.custom_footer .footer_strip {
    float: left;
    margin: 0 2%;
    width: 19%;
}

.custom_footer .footer_pro {
    float: left;
    font-size: 16px;
    width: 22%;
}

.custom_footer .showcase {
    float: right;
    font-size: 10px;
    margin: 70px 0 0;
    text-align: center;
    width: 9%;
}

.custom_footer .footer_link {
    margin: 30px 0 0;
    text-align: center;
}

.custom_footer .contact_detail {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding: 0 0 10px;
    position: relative;
}

.custom_footer .contact_detail:after {
    background: #f26b35;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 58px;
}

.custom_footer .add_box {
    float: left;
    width: 100%;
}

.custom_footer .footer_key {
    float: right;
    width: 36%;
}

.custom_footer ul {
    margin: 0px;
    padding: 0px;
}

.custom_footer .footer_strip ul  {
    list-style-type: none;
}

.custom_footer .footer ul  {
    list-style-type: none;
}

.custom_footer .footer_pro ul  {
    height: auto;
    list-style-type: none;
    overflow: hidden;
}

.custom_footer .footer_pro ul  {
    height: auto;
}

.custom_footer li {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.custom_footer .showcase li  {
    list-style-type: none !important;
    text-align: center;
}

.custom_footer a {
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.custom_footer .footer_link a  {
    display: inline-table;
    float: none;
}

.custom_footer a:hover {
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.custom_footer .add_icon {
    float: left;
    margin: 8px 20px 0 0;
}

.custom_footer .add_box ul  {
    float: left;
    width: 87%;
}

.custom_footer .footer_key ul  {
    float: left;
    width: 80%;
}

.custom_footer .footer_strip li  {
    color: #000;
    margin: 0;
    padding: 7px 0;
}

.custom_footer .footer_pro li  {
    color: #000;
    margin: 0;
    padding: 7px 0;
}

.custom_footer .showcase li a  {
    background: none !important;
    padding: 0 !important;
}

.custom_footer .callto_action_buttons {
    float: left;
    width: 130px;
}

.custom_footera .callto_action_buttons  {
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    background: #3f3f3f;
    border: 0px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 0 6px 0 0;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.custom_footera .callto_action_buttons:hover {
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    background: #ec6d39;
    color: #fff;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.custom_footer img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.custom_footer img {
    max-width: 100%;
}

.custom_footer .co_name_small {
    color: #000;
    display: none;
    font-size: 17px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.custom_footer .contact {
    color: #000;
    font-weight: normal;
    line-height: 28px;
    text-align: left;
}

.custom_footer .email {
    font-size: 0px !important;
    line-height: 0px !important;
}

.custom_footer .footer_strip li a  {
    background: url(https://tiimg.tistatic.com/catalogs/template120878/bullet.png) no-repeat left center;
    color: #000;
    display: block;
    padding: 0 0 0 20px;
    background-image: url("https://tiimg.tistatic.com/catalogs/template120878/bullet.png");
    background-position-x: left;
    background-position-y: center;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}

.custom_footer .footer_strip li a:hover {
    color: #ec6d39;
    text-decoration: none;
}

.custom_footer .hilight {
    color: #ffffff;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}

.custom_footer .left_menu {
    color: #ffffff;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}

.custom_footer .footer_pro li a  {
    background: url(https://tiimg.tistatic.com/catalogs/template120878/bullet.png) no-repeat left center;
    color: #000;
    display: block;
    padding: 0 0 0 20px;
    background-image: url("https://tiimg.tistatic.com/catalogs/template120878/bullet.png");
    background-position-x: left;
    background-position-y: center;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}

.custom_footer .footer_pro li a:hover {
    color: #ec6d39;
}

.custom_footer .showcase img  {
    max-width: 85%;
}

.custom_footer .contact a  {
    color: #000;
    text-decoration: none;
}

.custom_footer .contact a:hover {
    text-decoration: underline;
}

.custom_footer .static_send_inq {
    height: 102px !important;
    padding: 24px 14px;
    position: fixed;
    right: 4px;
    bottom: 16px;
    z-index: 9999;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}

.custom_footer .static_send_inq a  {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: #000 !important;
    font-size: 14px!important;
    text-align: center;
    line-height: 18px;
    width: 40px;
    height: 56px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}

.custom_footer .snd_inq_Log {
    width: 30px;
    height: 30px;
    display: block;
    margin-bottom: 9px;
}

.custom_footer .contact img  {
    vertical-align: middle;
}

.footer_box .footer_box {
    background: #f8f8f8;
    padding: 0 15px;
}

.footer_box .main {
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 40px;
}

.footer_box .clear {
    clear: both;
}

.footer_box .footer_logo {
    float: left;
}

.footer_box .footer_inquiry {
    float: right;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 260px;
}

.footer_box .social_icons {
    display: inline-table;
    float: right;
    margin: 15px 25px 0 0;
    text-align: center;
}

.footer_box img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.footer_box img {
    max-width: 100%;
}

.footer_box a {
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.footer_box .footer_inquiry a  {
    background: #da291c;
    color: #fff;
    display: block;
    padding: 35px 0;
}

.footer_box a:hover {
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.footer_box .footer_inquiry a:hover {
    background: #000;
}

.footer_box table {
    margin: 0px;
    padding: 0px;
}

.footer_box tr {
    margin: 0px;
    padding: 0px;
}

.footer_box td {
    margin: 0px;
    padding: 0px;
}

.footer_box .social_network {
    text-align: left;
}

.footer_box .social_text {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
}

.footer_box .social_icons img  {
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    opacity: 0.8;
    transition: all 0.25s ease-in-out;
}

.footer_box .social_icons img:hover {
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    opacity: 1;
    transition: all 0.25s ease-in-out;
}


/*********************************************************************
					Responsive Css
**********************************************************************/

@media (max-width: 992px) {
	.main_top_number .sub_top_number{
		display: flex;
		flex-direction: row;
		width: 90%;
	}
	#lgrow {
		top: 44px;
		padding-left: 5%;
		padding-right: 5%;
		background: #fff;
		position: relative;
	}
	#hlogo{
		height: 80px;
	}
	.navbar-light .navbar-toggler{
		border: none;
		padding: 0;
	}
	#toggle_bar_icon .navbar {
		padding-top: 18px;
		justify-content: end;
	}
	.navbar-toggler:focus {
		box-shadow:none;
	}
	.navbar-toggler-icon {
		width: 2em;
		height: 2em;
	}
	.bnbg{
		margin-top: 134px;
		height: 60vh;
	}
	#collapsibleNavbar .navbar-nav .nav-item .nav-link{
		color: #000 !important;
	}
	#toggle_bar_menu .navbar {
		width: 100%;
		left: 0;
		background-color: rgba(255, 255, 255);
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 5px 15px;
	}
	#collapsibleNavbar .navbar-nav .nav-item{
		border-bottom: 1px solid #ddd;
	}
	.rk_txt_big {
		font-size: 42px;
		line-height: 50px;
	}
	.about_home_txt {
		font-size: 18px;
		line-height: 30px;
	}
	.about_home_txt2 a {
		font-weight: 500;
		font-size: 20px;
		line-height: 30px;
	}
	.who_are_we_home_sec {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.rk_txt_big_dv {
		margin-top: 15%;
		margin-bottom: 25%;
	}
	.who_are_we_home_desc {
		font-size: 18px;
		line-height: 30px;
		padding-left: 0px;
        text-align: justify;
	}
	.learn_more_home {
		font-weight: 500;
		font-size: 18px;
		line-height: 30px;
		padding-left: 0;
		margin: 20px 0px 40px;
	}
	.check_our_best_title {
		margin-top: 50px;
	}
	.check_our_best_sec_bg,
	.check_our_best_sec_bg2  {
		padding-left: 5%;
		padding-right: 5%;
	}
	.check_our_best_txt {
		font-size: 18px;
		line-height: 30px;
		padding-left: 0;
		padding-right: 0;
	}
	.more_home {
		font-size: 24px;
		margin-right: 30px;
		margin-bottom: 15px;
		text-transform: capitalize;
		font-weight: normal;
	}
	.more_home a {
		font-weight: 600;
	}
	.more_home i {
		font-size: 18px;
	}
	.vision_mission_sec {
		padding-left:5%;
		padding-right:5%;
		padding-top: 50px;
	}
	.vision_mission_block_icon {
		width: 86px;
		height: 86px;
		padding: 20px;
		border-radius: 50%;
		font-size: 36px;
		color: #FFF;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
	}
	.vision_mission_block_icon_dv {
		text-align: center;
		margin-top: -43px;
	}
	.vision_mission_block_title {
		font-size: 30px;
		line-height: 30px;
	}
	.vision_mission_title {
		font-weight: 600;
		font-size: 36px;
	}
	.global_footprints_title,
	.where_sold_title {
		font-size: 36px;
	}
	.sold_in_countries {
		font-size: 18px;
	}
	.logodv img {
		height: 100px;
	}
	.copyright_txt {
		font-size: 18px;
	}
	.ftrow {
		background-color: #0E0E0E;
		padding: 40px 5% 20px;
	}
	.foot_links {
		font-weight: 500;
		font-size: 24px;
	}
	.ftrow .col-xl-3.col-xxl-3,
	.ftrow .col-xl-2.col-xxl-2,
	.ftrow .col-xl-4.col-xxl-4,
	.ftrow .col-xl-1.col-xxl-1{
		text-align: center;
	}
	.foot_nav_ul li {
		justify-content: center;
	}
	.ho li {
		margin-bottom: 22px;
	}
	.vision_mission_block {
		margin-bottom: 50px;
	}
	.footer_box.snipcss-Rq9zg {
		border-top: 1px solid #ccc;
		padding: 35px 0px;
	}
	.custom_footer .add_area,
	.custom_footer .footer_strip,
	.custom_footer .footer_pro,
	.custom_footer .showcase {
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}
	.custom_footer .contact_detail {
		font-size: 18px;
	}
	.custom_footer .main,
	.footer_box .main {
		padding: 0 20px;
	}
	.custom_footer li,
	.custom_footer li {
		list-style: none;
	}
	.contactus .right,
	.contactus .left {
		width: 100%;
		display: inline-block;
		margin-bottom: 25px;
	}
	.contactus .left .name {
		width: 28%;
	}
	.contactus .left form label {
		font-size: 16px;
	}
	.form-control {
		padding: 0.2em .75rem;
	}
	.location h1{
		font-size: 36px;
	}
	.location .left,
	.location .right{
		width: 100%;
		padding: 0px;
		margin-bottom: 25px;
	}
	.location .location-box {
		display: block;
		align-items: center;
		padding: 0px 10px;
	}
	.location .right iframe {
		height: 350px;
		border-radius: 25px;
		width: 100%;
	}
    .location .left img {
        position: absolute;
        right: -4%;
        top: -6%;
        width: 17%;
    }

}


@media (max-width: 768px) {
	.bnbg {
		height: 56vh;
	}
	.about_home_bg {
		width: 100%;
		margin-top: 0px;
		display: none;
	}
}

@media (max-width: 480px) {
	.check_our_best_title {
		font-size: 26px;
		line-height: 46px;
	}
	.global_footprints_title, .where_sold_title {
		font-size: 26px;
		line-height: 36px;
	}
	.sold_in_countries {
		margin: 0px auto;
	}
	.bnbg {
        margin-top: 60px !important;
		height: 25vh;
	}
	.about_home_txt {
		font-size: 14px;
		line-height: 26px;
	}
}


.sublist li{
    list-style-type: circle !important;
}

.custome_model_dp .modal-header{
    border-bottom: none;
}
.custome_model_dp .modal-header h5{
    color: #000;

}

/*dixit code -> 5-6-2024*/

.underline{
    position: absolute;
    color: #000;
    content: " ";
    width: 87px;
    height: 0px;
    bottom: 5px;
    border-radius: 5px;
    border: 2px solid #026a8d;
}
.custome_model_dp input{
    border-bottom: 2px solid #026a8d;
    border-top: none;
    border-left: none;
    border-right: none;
}
.custome_model_dp .modal-footer button{
    background: #026a8d;
    color: #FFF;
}

.Pop_logo{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    opacity: 0.1;
    left: 50%;
    transform: translateX(-50%);

}



.dp_products h2{
    font-size: 40px;
    font-weight: 600;
}
.dp_products a{
    text-decoration: none;
    color: #000;
}
.dp_products h4{
    font-size: 28px;
    font-weight: 500;
}
.dp_products .dp_product_img_bg{
    height: 350px;
    background: #FFF;
    border-radius: 10px;
    border: 1.5px solid #D9D9D9;
}
@media (max-width: 768px) {
    .contactus h1 {
    font-size: 30px;
    margin-bottom: 30px;
}
}


.blue_f{
    color: #0797d3;
}
.video_worning{
    color: #df9999cf;
    border: 1px solid #df9999cf;
    padding: 20px;
}
