@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
* {
    margin: 0;
    padding: 0;
    /* list-style-type: none !important; */
}

body {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    outline: none;
    /* list-style-type: none !important; */
    font-family: 'Roboto', sans-serif;
}
a {
    text-decoration: none !important;
}

h1 {
    font-size: 70px;
    font-weight: 900;
}

h2 {
    font-size: 60px;
    font-weight: 900;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 20px;
}

p {
    font-size: 15px;
    font-weight: 400;
}

.banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.margin-top-bottom50 {
    margin: 50px 0px;
}

.marginbottom0 {
    margin-bottom: 0px;
}

.padding-left-right0 {
    padding-left: 0px;
    padding-right: 0px;
}

.margin-right0 {
    margin-right: 0px;
}

.header_content .container {
    margin-right: 0px;
    /* padding-left: 0px; */
}

.padding-left-60{
    padding-left: 60px;
}

.padding-l-r-60{
    padding-left: 60px;
    padding-right: 60px;
}

.padding-t-b{
    padding-top: 20px;
    padding-bottom: 20px;
}

.margin-top-bottom20 {
    margin: 20px 0px;
}

.margin-top-bottom10 {
    margin: 13.8px 0px;
}

.padding-lr-60 {
    padding: 55px 30px;
}

.padding-lr-55 {
    padding: 55px 0px;
}

.textleft {
    text-align: left;
    line-height: 1.5;
}

.textWhite {
    color: #fff;
}

.padding-tblr-25-100 {
    padding: 25px 00px 25px 20px;
}

.padding-lr-25 {
    padding: 0px 25px;
}

.padding-right65 {
    padding-right: 60px;
}

.btn {
    border: 1px solid #ffffff;
    vertical-align: text-bottom;
    border-radius: 35px;
}

.btn a {
    font-size: 12px;
    color: #ffffff;
}

.logo_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    background-color: white;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
}

.social_icon ul{
    list-style-type: none;
}

/* 
.header_img {
     display: flex;
    flex-wrap: wrap; 
} */

.header_img .header_img_file img {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header_img_file {
	position: relative;
	width: 100%;
	height: 70vh;
	overflow: hidden;
	background: url(header_image.png) no-repeat;
	background-size: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.playBtn {
	border: 0;
	background: none;
	position: absolute;
	bottom: 250px;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	padding: 5px;
}

.playBtn svg {
	fill: #ee7e22;
	width: 100%;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

.header_img .header_img_content {
    width: 100%;
    background: #EE7E22;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-wrap: wrap;
}


/* Toggle Menu */


/* Important styles */

#toggle {
    display: block;
    width: 28px;
    height: 30px;
    margin: 30px auto 10px;
}


/* /* 
#toggle span:after,
#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}

#toggle span:after {
    top: 9px;
}

#toggle span {
    position: relative;
    display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
    width: 100%;
    height: 5px;
    background-color: #888;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}


/* on activation */


/* 
#toggle.on span {
    background-color: transparent;
}

#toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
} */

#toggle.on+#menu {
    opacity: 1;
    visibility: visible;
}

.navbar .nav-item .dropdown-menu{ display: none; }
.navbar .nav-item:hover .dropdown-menu{ display: block; }

/* menu appearance*/

#menu {
    position: absolute;
    width: 100%;
    padding: 10px;
    margin: auto;
    /* margin-right: 45px; */
    text-align: left;
    background: #ffffff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
    /* just for this demo */
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
    z-index: 99;
    right: 0;
    /* top: 100px; */
}

.menu_toggle ul,
.menu_toggle li, 
.menu_toggle li a {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.menu_toggle li a {
    padding: 5px;
    color: #888;
    transition: all .2s;
}

.menu_toggle li a:hover,
.menu_toggle li a:focus {
    background: #ed970f;
    color: white;
}

.menu_toggle li a:hover,
.menu_toggle li a:focus {
    background: #ed970f;
    color: white;
}

.page-heading{
    padding-left: 60px;
    padding-top: 35px;
    padding-bottom: 30px;
    background-color: #f98420;
}

.page-heading h1{
    color: white;
    font-size: 52px;
}

.top-line{
    border-top: solid 1px rgb(206, 206, 206);
}

.bottom-line{
    border-bottom: solid 1px rgb(206, 206, 206);
}

.contentUlCon ul li img:hover {
    filter: grayscale(100) invert(1);
}


/* .bottom_brder {
    border-bottom: 2px solid #000;
    width: 30%;
    margin-top: 20px;
} */

.bottomline:after {
    content: " ";
    border-bottom: 2px solid #000;
    display: block;
    width: 150px;
    padding: 10px 0px;
}

.bottomlinemedium:after {
    content: " ";
    border-bottom: 2px solid #000;
    display: block;
    width: 90px;
    padding: 10px 0px;
}

.bottomlinesmall:after {
    content: " ";
    border-bottom: 2px solid #000;
    display: block;
    width: 50px;
    padding: 10px 0px;
}

.header_inner .social_icon {
    display: block;
}

.header_inner .social_icon ul li {
    margin: 20px 0px;
}

.verticalborder {
    border-left: 2px solid #70C5DE;
    display: block;
    height: 50px;
    margin-left: 10px;
}

.header_inner .social_icon ul li a {
    color: #70C5DE;
    font-size: 15px;
}

.utube_video{
    margin-top: -141px;
    position: relative;
}

.number h3 {
    font-style: italic;
    color: #70C5DE;
    font-weight: 300;
}

.header_title h5 {
    font-weight: 700;
}

.products-box-con {
    position: relative;
    margin: 15px auto;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 420px;
}

.product-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
}

.product-image:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 2;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.products-text-con {
    width: 100%;
    height: 100%;
    display: inline-flex;
    padding: 30px;
    position: relative;
    z-index: 9;
    opacity: 0;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    transition: .5s ease;
}

.dot-ul{
    display: flex;
    align-items: center;
}

.dot-ul ul{
    list-style-position: inherit;
    padding-left: 50px;
    list-style-type: none;
}

.dot-ul li::before{
    content: "- ";
}

.products-box-con:hover .products-text-con {
    opacity: 1;
}

.btnLearnmore {
    border-color: #000;
}

.btnLearnmore a {
    color: #000;
}

.seeallbtn {
    padding: 20px 100px;
}

.seeallbtn a {
    font: 18px;
}


/* Banner Tabs */

.belief_img_content .belief_img {
    display: flex;
    align-items: center;
    position: relative;
}

.belief_img_content .belief_img img {
    width: 100%; 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-height: 710px;
}

.belief_img_content .belief_img_txt {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    padding: 65px;
    background: linear-gradient(to bottom, #C0997B 0%, #8F5C3F 100%);
    max-width: 80%;
    color: #fff;
    font-style: italic;
}

.belief_header {
    width: 100%;
    background: #EE7E22;
    height: 70px;
}

.belief_data .belief_innertext .header_title {
    padding-top: 25px;
    color: #EE7E22;
}

.belief_data {
    border-left: 2px solid #EE7E22;
    margin-left: 60px;
}

.border0 {
    border: none;
}

.bottomlinesmallbelief:after {
    content: " ";
    border-bottom: 2px solid #EE7E22;
    display: block;
    width: 35px;
    padding: 5px 0px;
    margin-left: 50px;
}

.marginleft::before {
    content: " ";
    margin-left: 50px;
}

.contentUlCon {
    width: 100%;
    display: inline-block;
}

.contentUl {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.contentUl li {
    margin: 0;
    padding: 20px 0;
    list-style: none;
    list-style-type: none;
    width: 100%;
    display: inline-block;
}

.contentUl li a {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.contentUl li a:before {
    content: "";
    width: 6px;
    height: 100%;
    background-color: #EE7E22;
    position: absolute;
    top: 0;
    left: -7px;
    opacity: 0;
}

.contentUl li a:hover:before {
    opacity: 1;
}

.contentUlIcon {
    width: 200px;
    float: left;
    text-align: center;
}

.contentUlText {
    width: calc(100% - 200px);
    color: #70C5DE;
    float: left;
    position: relative;
}

.contentUlText .ulTextHeader h5 {
    position: relative;
}

.ulTextInner {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 90%;
    display: inline-block;
    opacity: 0;
}

.contentUl li a:hover .ulTextInner {
    opacity: 1;
    color: #000;
}


/* Slick Slider */

.carousel {
    width: 90%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.orangeborder {
    border: 2px solid teal;
    height: 100%;
    position: relative;
}

.carousel_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel_content .carousel_img img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin-left:25px;
}

.carousel_img{
    margin-left: 55px;
}

.carousel_inner .contentUlIcon {
    width: 130px;
    float: left;
    text-align: left;
}

.carousel_inner .contentUlText {
    width: calc(100% - 130px);
    color: #70C5DE;
    float: left;
    text-align: left;
}

.carousel_inner .contentUl li {
    padding: 0px 0px;
}

.contentUl p {
    margin-bottom: 5px;
}

.temp {
    position: relative;
}

.carouselOrangeborder {
    height: 100%;
    border: 2px solid #ed970f;
    width: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -99;
    left: 175px;
}

.slick-initialized .slick-slide {
    padding: 55px 0px 35px 0px;
}

.certification_header {
    width: 100%;
    background: #70C5DE;
    height: 70px;
}

.certificate_icon {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
}

.certificate_icon .logo {
    margin-top: 10px;
    margin-bottom: 8px;
}

.belief_img_content .belief_img_txt_bottom h5 {
    font-size: 25px;
}

.belief_img_content .belief_img_txt_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 45px;
    background: linear-gradient(to bottom, #4C4949 0%, #6D6A69 100%);
    max-width: 80%;
    color: #fff;
    font-style: italic;
    height: 325px;
    display: flex;
    align-items: center;
}

.orangebg {
    background: #EE7E22;
    width: 100%;
}

.banner_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner_content h6 {
    font-weight: 300;
}

.bottomlinewhite:after {
    content: " ";
    border-bottom: 2px solid #fff;
    display: block;
    width: 90px;
    padding: 10px 0px;
}

footer {
    background-image: url(../images/Mask\ Group\ 12.png);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_content {
    display: flex;
    align-content: center;
    justify-content: center;
}

.footer_content .footerbg {
    background-color: rgb(14, 13, 13);
}

.footer_content .carousel_inner .contentUlIcon {
    width: 100px;
    float: left;
    text-align: center;
}

.footer_content .carousel_inner .ulTextHeader {
    width: calc(100% - 100px);
    float: left;
    text-align: left;
}

.copyright {
    width: 100%;
    color: #fff;
    background: #000;
    text-align: center;
}

.copyright p {
    margin-bottom: 0;
    padding: 20px;
}

.footer_content .contentUl li a::before {
    background-color: transparent;
}

.line-t-b{
    border-top: solid 1px rgb(206, 206, 206);
    border-bottom: solid 1px rgb(206, 206, 206);
}

.page-title{
    padding-top: 30px;
    padding-bottom: 20px;
    display: inline-block;
}

.page-title a{
    color: #EE7E22;
}

.dynamic-menu h4{
    color: #EE7E22;
    font-weight: 600;
}

.menu-about-dynamic-container ul{
    list-style-type: none;
}

.widget.widget_nav_menu {
	box-shadow: 2px 2px 2px #888888;
}

.widget {
	margin-bottom: 45px;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 500;
}

.widget_nav_menu .menu-item a::before {
	position: absolute;
	top: 12px;
	left: 10px;
	content: '\f105';
	font-size: 18px;
	font-family: FontAwesome;
	opacity: 0.5;
}

.widget_nav_menu .menu-item a {
	display: block;
	padding: 12px 20px 12px 25px;
	font-size: 15px;
	line-height: 20px;
	position: relative;
	-webkit-transition: color 0.1s, background-color 0.1s, border-color 0.1s;
	transition: color 0.1s, background-color 0.1s, border-color 0.1s;
	border-bottom: none !important;
	border-top: 1px solid #e8e8e8;
	color: inherit;
}

.widget_nav_menu .menu-item.current-menu-item > a {
	border-color: #f98420;
}

.widget_nav_menu .menu-item.current-menu-item > a {
	background-color: #f98420;
}

.one-img{
    height: 250px;
    width: auto;
    border: solid 1px black;
    margin-top: 20px;
    margin-left: 50px;
}

.mvv-line{
    border-bottom: solid 1px black;
    padding-bottom: 20px;
    font-weight: 700;
}

.our_foundry_list{
    margin-left: 30px;
    margin-top: 20px;
}

.our_foundry_list2{
    margin-left: 45px;
    margin-top: 20px;
}

.txt-orange{
    color: #f98420;
    padding-top: 10px;
    font-weight: 600;
}

blockquote {
	font-size: 16px;
	line-height: 26px;
	font-style: italic;
	padding: 0 0 0 32px;
	border-left: 5px solid #f98420;
}

blockquote p{
    font-weight: 600;
}

.enquiry-form{
    margin-top: 20px;
}

.l-submain.color_primary, .w-actionbox.color_primary, .g-btn.color_primary, .g-btn.color_primary.outlined::before, button, input[type="submit"], .g-pagination-item.active, .no-touch .g-pagination-item::before, .no-touch .w-iconbox.with_circle .w-iconbox-icon::before, .no-touch .w-filters-item:hover, .w-icon.color_primary.with_circle .w-icon-link, .w-pricing-item.type_featured .w-pricing-item-title, .w-pricing-item.type_featured .w-pricing-item-price, .w-progbar.color_primary .w-progbar-bar-h, .no-touch .w-team-links, .w-timeline-item::before, .w-timeline.type_vertical .w-timeline-section::before, .w-timeline-section-title::before, .w-timeline-section.active .w-timeline-section-title::before, .no-touch .w-toplink.active:hover, .no-touch .tp-leftarrow.custom::before, .no-touch .tp-rightarrow.custom::before, .widget_nav_menu .menu-item.current-menu-item > a, .no-touch .widget_nav_menu .menu-item.current-menu-item > a:hover, p.demo_store, .woocommerce .button.alt, .woocommerce .button.checkout, .no-touch .woocommerce .products .product .button:hover, .no-touch .woocommerce-pagination a:hover, .woocommerce-pagination span.current, .woocommerce .onsale, .widget_price_filter .ui-slider-range, .widget_layered_nav ul li.chosen, .widget_layered_nav_filters ul li a, .no-touch .bbp-pagination-links a:hover, .bbp-pagination-links span.current, .no-touch span.bbp-topic-pagination a.page-numbers:hover, .gform_wrapper .gf_progressbar_percentage, .gform_wrapper .gform_page_footer .gform_next_button, .gform_wrapper .chosen-container .chosen-results li.highlighted {
	background-color: #f98420;
}

button, .g-btn.color_primary, input[type="submit"] {
	color: #fff;
}

.g-btn, button, input[type="submit"] {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 36px;
	margin: 5px 0;
	border: none !important;
	border-radius: 5px;
	overflow: hidden;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
}

.g-btn, button, input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
}

input[type="submit"] {
	-webkit-appearance: button;
}

.parfectrightarrow ul {
	margin: 20px 0 20px 20px;
	padding: 0px;
}

.parfectrightarrow ul li {
	background: url("parfect-arrow-icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	line-height: 24px;
	list-style: outside none none;
	margin: 0;
	padding: 0 0 0 30px;
	vertical-align: top;
}

.accordion-container{
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    border-top: 1px solid rgb(107, 107, 107);
}

.set{
    position: relative;
    width: 100%;
    height: auto;
    color: black;
    display: inline-block;
}

.set > a{
    display: block;
    padding: 10px 47px 10px 15px;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid rgb(107, 107, 107);
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
    font-size: 24px;
    cursor: pointer;
}

.set > a i{
    float: right;
    color: black;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 17px;
}

.set > a.active{
    background-color: #f98420;
    color: #fff;
}

.set > a.active i{
    color: #fff;
}

.content{
    background-color: #fff;
    border-bottom: 1px solid rgb(107, 107, 107);
    display:none;
}

.content ol{
    padding: 15px 20px;
}

.content p{
    padding: 10px 15px;
    margin: 0;
    color: black;
    font-size: 16px;
}

.wpb_single_image.align_center {
	clear: both;
	text-align: center;
}

.wpb_single_image {
	margin-bottom: 40px;
}

.g-html img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #ccc;
	text-align: center;
}

.panel{
    display: none;
}

.contact-heading{
    text-align: center;
}

.contact-info .w-contacts-list {
	margin: 20px -20px -20px;
}

.contact-info .w-contacts-item {
	display: inline-block;
	vertical-align: middle;
	min-height: 50px;
	padding: 0 20px;
	margin-bottom: 20px;
	position: relative;
    width: 100%;
}

.contact-info .w-contacts-item i{
    box-shadow: 0 0 0 2px #f98420 inset;
    color: #f98420;
	position: absolute;
	top: 0;
	left: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.contact-info .w-contacts-item-value {
	display: block;
	font-size: 16px;
	line-height: 26px;
	margin: 12px 0 0 65px;
	white-space: normal;
}

.contact-info .w-contacts-item-value a{
    color: #f98420;
}

.w-form-field {
	position: relative;
    margin-top: 20px;
}

.w-form-field > input[type="text"], .w-form-field > input[type="password"], .w-form-field > input[type="email"], .w-form-field > textarea, .w-form-field > select {
	padding-left: 50px;
}

.w-form-field > i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	width: 50px;
	opacity: 0.33;
	-webkit-transition: opacity 0.3s, color 0.3s;
	transition: opacity 0.3s, color 0.3s;
	color: #444;
}

.g-btn.color_primary.outlined{
    box-shadow: 0 0 0 2px #f98420 inset;
    color: #f98420;
    background-color: white;
}

.product_image img{
    height: auto;
    width: 450px;
}

.product_table table{
    border-collapse: collapse;
    border-spacing: 0;
    height: auto;
    width: 100%;
}

.product_table td{
	vertical-align: top;
    border: 0px;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
}

.product_table .g-cols::after {
	clear: both;
}

.product_table .g-cols::before, .g-cols::after {
	display: table;
	line-height: 0;
	content: '';
}

.range-30 .col-xl-4, .col-lg-4, .col-md-6, .col-sm-6{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


.product_fixd_con {
    margin: 30px auto;
}
.produc_fix_box {
    margin: auto;
        margin-bottom: auto;
    margin-bottom: auto;
    vertical-align: middle;
    position: relative;
    display: inline-table;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 30px;
    border: 2px solid transparent;
}
.produc_fix_box_img {
    background-color: #f1f1f1;
    height: 320px;
    position: relative;
    display: table-cell;
    padding: 30px 24px;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    overflow: hidden;
    width: 100%;
    max-height: 100%;
}
.produc_fix_box_img img {
    max-height: 100%;
    width: auto;
    height: auto;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.product_fixd_con h5{
    text-align: center;
    color: black;
    padding: 0px;
    margin: 0px;
    margin-top: -20px;
}

.product_fixd_con h5 a{
    color: black;
    font-size: 20px;
}

.download-link{
    height: 50px;
    width: 150px;
    background-color: #f98420;
    border: solid 1px #f98420;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 8px;
}

.download-link a{
    color: white;
    font-size: 20px;
}

.timeline::before {
    content: '';
    position: fixed;
    top: 0px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 4px;
    background-color: black;
}

.timeline .entries .timeline_entry {
    width: calc(50% - 80px);
    float: left;
    padding: 20px;
    clear: both;
    text-align: right;
}
.timeline .entries .timeline_entry:not(:first-child) {
    margin-top: -30px;
}
.timeline .entries .timeline_entry .timeline_title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}
.timeline .entries .timeline_entry .timeline_title::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 5px solid #f98420;
    background-color: white;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: -111px;
}
.timeline .entries .timeline_entry .timeline_txt p {
    line-height: 1.4em;
    font-size: 20px;
}
.timeline .entries .timeline_entry:nth-child(2n) {
    text-align: left;
    float: right;
}
.timeline .entries .timeline_entry:nth-child(2n) .timeline_title::before {
    left: -109px;
}

.career-detail h5{
    padding-top: 20px;
}

.back-color{
    background-color: rgb(243, 243, 243);
}

.padding-all{
    padding: 30px;
}

.vendor-registration label{
    font-size: 15px;
}

@media only screen and (max-width: 1499px){
    .product_image img{
        width: 380px;
    }
}

@media only screen and (max-width: 1299px){
    .carousel_img{
        margin-left: 40px;
    }
    .belief_data{
        margin-left:30px;
    }
    .padding-tblr-25-100 {
        padding: 5px 60px 5px 70px ;
    }
    .one-img{
        width: 350px;
        margin-top: 20px;
        margin-left: 30px;
        margin-bottom: 40px;
    }
    .product_image img{
        width: 350px;
    }
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 60px;
    }
    .padding-left-60{
        padding-left: 60px;
    }
    .padding-l-r-60{
        padding-left: 60px;
        padding-right: 60px;
    }
    .padding-tblr-25-100 {
        padding: 5px 60px 5px 70px ;
    }
    .belief_data{
        margin-left:30px;
    }
    .contentUl li {
        padding: 2.2px 0;
    }
    .certificate_icon .logo {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .contentUl li a {
        margin: 14px 0px;
    }
    .contentUlIcon {
        width: 185px;
    }
    .header_content .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1099px;
    }
    .carousel_img{
        margin-left: 35px;
    }
    .one-img{
        margin-bottom: 40px;
    }
    .product_image img{
        width: 280px;
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 42px;
    }
    .padding-left-60{
        padding-left: 40px;
    }
    .padding-l-r-60{
        padding-left: 40px;
        padding-right: 40px;
    }
    .padding-tblr-25-100 {
        padding: 0px 20px 25px 45px;
    }
    /* #menu {
         right: -35px; 
    } */
    .header_title h5{
        font-size: 24px;
    }
    .ulTextHeader h5 {
        font-size: 17px;
    }
    .contentUlIcon img {
        width: 36.2%;
    }
    .contentUl li a {
        margin: 11px 0px;
    }
    .belief_img_content .belief_img_txt_bottom {
        padding: 0px;
        max-width: 100%;
        height: 143px;
        bottom: 0px;
    }
    .contentUl li a:hover .ulTextInner {
        opacity: 0;
    }
    .padding-lr-55 {
        padding: 0px 0px;
    }
    .padding-lr-60 {
        padding: 20px 0px;
    }
    .belief_img_content .belief_img_txt_bottom h5 {
        padding: 25px;
    }
    .carousel_content {
        flex-wrap: wrap;
    }
    .header_content .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .carousel_img{
        margin-left: 10px;
    }
    .one-img{
        margin-bottom: 40px;
    }
    .product_image img{
        width: 220px;
    }
    .product_table td{
        padding-left: 0px;
    }
    .set > a{
        font-size: 20px;
    }
    .set > a i{
        font-size: 18px;
    }
    .content p{
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .utube_video{
        margin-top: 0px;
    }
    .logo_sticky{
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 1;
        background-color: white;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
    }
    .products-text-con{
        padding-top: 18%;
    }
    .top-line{
        margin-top: 30px;
    }
    .page-heading{
        padding-left: 0px;
        text-align: center;
    }
    .padding-left-60{
        padding-left: 40px;
        padding-right: 40px;
    }
    .padding-l-r-60{
        padding-left: 40px;
        padding-right: 40px;
    }
    .padding-lr-60 {
        padding: 15px 25px;
    }
    .txt-center {
        text-align: center;
    }
    .paddingbottom20 {
        padding-bottom: 20px;
    }
    .belief_data {
        margin-left: 25px;
    }
    .certificate_icon .logo {
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .belief_img_content .belief_img_txt {
        padding: 20px;
        max-width: 100%;
        text-align: center;
    }
    .belief_img_content .belief_img_txt p {
        font-size: 18px;
    }
    .carouselOrangeborder {
        height: 100%;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
    }
    .header_content .container,
    .container-sm {
        max-width: 100%;
    }
    .carousel_content .carousel_img img{
        margin-left:0px;
    }
    .carousel_img{
        margin-left: 0px;
    }
    .one-img{
        margin-bottom: 40px;
    }
    .product_image img{
        width: 530px;
    }
    .product_table td{
        padding-left: 0px;
    }
    .product-detail-txt{
        padding-top: 40px;
    }
    .set > a{
        font-size: 20px;
    }
    .set > a i{
        font-size: 18px;
    }
    .content p{
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .utube_video{
        margin-top: 0px;
    }
    .logo_sticky{
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 1;
        background-color: white;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
    }
    .top-line{
        margin-top: 30px;
    }
    .page-heading{
        padding-left: 0px;
        text-align: center;
    }
    .padding-left-60{
        padding-left: 20px;
        padding-right: 20px;
    }
    .padding-l-r-60{
        padding-left: 20px;
        padding-right: 20px;
    }
    .carousel_img{
        margin-left: 0px;
    }
    .one-img{
        width: 330px;
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 40px;
    }
    .product_image img{
        width: 350px;
    }
    .product_table td{
        padding-left: 0px;
    }
    .product-detail-txt{
        padding-top: 40px;
    }
    .timeline .entries .timeline_entry .timeline_title {
        font-size: 28px;
    }
    .timeline .entries .timeline_entry .timeline_txt p {
        font-size: 15px;
    }
    .timeline .entries .timeline_entry {
        width: calc(50% - 20px);
    }
    .timeline .entries .timeline_entry .timeline_title::before {
        right: -50px;
    }
    .timeline .entries .timeline_entry:nth-child(2n) .timeline_title::before {
        left: -50px;
    }
    .set > a{
        font-size: 18px;
    }
    .set > a i{
        font-size: 14px;
    }
    .content p{
        font-size: 14px;
    }
}

@media only screen and (max-width: 374px) {
    h1 {
        font-size: 40px;
    }
    h4 {
        font-size: 20px;
    }
    .utube_video{
        margin-top: 0px;
    }
    .logo_sticky{
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 1;
        background-color: white;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
    }
    .top-line{
        margin-top: 30px;
    }
    .page-heading{
        padding-left: 0px;
        text-align: center;
    }
    .page-heading h1{
        font-size: 34px;
    }
    .padding-left-60{
        padding-left: 20px;
        padding-right: 20px;
    }
    .padding-l-r-60{
        padding-left: 20px;
        padding-right: 20px;
    }
    .bottomlinemedium::after {
        content: " ";
        border-bottom: 2px solid #000;
        display: block;
        width: 40px;
        padding: 5px 0px;
    }
    .contentUl p {
        font-size: 12px;
    }
    .carousel_inner .contentUlIcon {
        width: 100%;
        float: left;
        text-align: left;
    }
    .carousel_img{
        margin-left: 0px;
    }
    .btnLearnmore {
        margin-top: 20px;
    }
    .belief_img_content .belief_img_txt_bottom h5{
        font-size: 17px;
        text-align: center;
    }
    .belief_data{
        margin-left: 10px;
    }
    .nav-item a{
        font-size: 15px;
    }
    .one-img{
        width: 260px;
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 40px;
    }
    .product_image img{
        width: 250px;
    }
    .product_table td{
        padding-left: 0px;
    }
    .product-detail-txt{
        padding-top: 40px;
    }
    .timeline .entries .timeline_entry .timeline_title {
        font-size: 26px;
    }
    .timeline .entries .timeline_entry .timeline_txt p {
        font-size: 15px;
    }
    .timeline .entries .timeline_entry {
        width: calc(50% - 10px);
    }
    .timeline .entries .timeline_entry .timeline_title::before {
        right: -41px;
    }
    .timeline .entries .timeline_entry:nth-child(2n) .timeline_title::before {
        left: -39px;
    }
    .set > a{
        font-size: 18px;
    }
    .set > a i{
        font-size: 14px;
    }
    .content p{
        font-size: 14px;
    }
    .contact-detail{
        word-break: break-all;
    }
}
