@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
	list-style: none;
}
p{
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #6b6b6b;
}
.w-100 {
    width: 100%!important;
}
body a{
	text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Lato', sans-serif;
}
img {
    max-width: 100%;
}

.btn-box {
	margin-top: 40px;
}
.btn{
	color: #fff;
	padding: 8px 35px;
	font-weight: 600;
	border-radius: 5px;
	transition: 0.6s;
	cursor: pointer;
}
.btn.btn1 {
	background-color: #fa0026;
	border: 1px solid #fa0026;
}
.btn.btn2 {
	background-color: #ffcc29;
	border: 1px solid #ffcc29;
	color: #102f67;
}
.btn1:hover {
	background-color: #ffcc29;
	border: 1px solid #ffcc29;
	color: #102f67;
	transition: 0.6s;
}
.btn2:hover{
	background-color: #fa0026;
	border: 1px solid #fa0026;
	color: #ffff;
	transition: 0.6s;
}

.section_space{
	padding: 50px 0;
}
.padding-top{
	padding-top: 80px;
}
.padding_bottom{
	padding-bottom: 80px;
}

.section_title h1 {
	font-size: 34px;
	font-weight: 800;
	color: #284b8c;
	margin-bottom: 20px;
}
.section_title h4 {
	color: #fa0026;
	font-weight: 600;
	font-size: 20px;
}
/*---------------------------*/
.header_start {
	background-color: #284b8c;
}
.header_start .navbar-nav {
	padding: 8px 0;
}
.navigation .dropdown-menu {
    border-radius: 0;
    /* margin-top: 15px; */
    padding: 0;
    padding-bottom: 27px;
}
.nav-link.dropdown-toggle:focus-visible {
    outline-offset: unset;
    outline: none;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: #284b8c;
}
.navigation .dropdown-menu .dropdown-item {
    border-bottom: 1px dashed #284b8c73;
    padding: 8px 10px;
}

.header_start .main-logo-box {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 375px;
    display: flex;
    align-items: center;
    overflow: visible;
    z-index: 10;
}
.header_start .main-logo-box a {
	position: relative;
	display: inline-block;
	padding-right: 35px;
}
.navbar {
    padding: 24px 1rem;
}
.header_start .main-logo-box a img {
	width: 190px;
}
.header_start .main-logo-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100000px;
    right: 60px;
    z-index: -1;
    border-right: 34px solid #ff1a1a00;
    border-bottom: 101px solid #fff;
}
.header_start .navbar-nav .nav-item .nav-link {
    color: #dfdfdf;
    font-size: 14px;
    margin-left: 40px;
    font-weight: 500;
}
.navigation .navbar ul li a {
	position: relative;
}
/*.navigation .navbar ul li:first-child a::before {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 0;
	border-radius: 2px;
	bottom: -20px;
}
*/
.navigation .navbar ul li .nav-link::before {
	content: '';
	width: 0;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 0;
	border-radius: 2px;
	bottom: -20px;
	transition: 0.5s;
}
.navigation .navbar ul li:hover .nav-link::before {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 0;
	border-radius: 2px;
	bottom: -20px;
	transition: 0.5s;
}
.dropdown-toggle::after{
	border:  none;
}

/*--======= About Us =========---*/

.about_section .about {
	position: absolute;
	bottom: -65px;
	left: 0;
	padding: 25px;
}
.about_section .about_img img {
	width: 100%;
}
.about_section .count {
	background-color: #284b8c;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
	position: relative;
	left: -58px;
	top: 50px;
}
.about_section .seven {
	font-size: 38px;
	font-weight: 800;
	color: #fff;
	margin: 0;
	line-height: 40px;
}
.about_section .client {
	margin-bottom: 0;
	color: #fff;
	font-size: 20px;
}
.about_section {
	padding-bottom: 120px;
}
.manufacturing.mission_vission {
    padding-top: 80px;
}
.manufacturing_box{
    background-color: #102f67;
    padding: 40px;
    border: 2px solid #fff;
}

/*-======== Product Section ========---*/

.product_section {
	padding: 80px 0;
	background-image: url(../images/pattern.png);
	position: relative;
	z-index: 1;
}
.product_section::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 55%;
	width: 100%;
	background-color: #ffffff;
	z-index: -1;
}
.product_section .section_title h2{
	color: #fff;
}
.product_section .section_title h4{
	color: #dfdfdf;
}

.product_section .section_title p{
	color: #dfdfdf
}
.product_slider {
	margin-top: 50px;
}
.product_slider .box {
	box-shadow: 0 5px 16px #dddddd91;
	border-radius: 10px;
	margin-bottom: 30px;
}
.product_slider .box-cont{
	padding: 20px;
}
.product_slider .box-cont p{
	color: #000;
}
.box-cont h2 a{
	font-size: 24px;
	font-weight: 800;
	color: #284b8c;
	transition: 0.5s;
}
.box-cont h2:hover a{
	color: #fa0026;
    transition: 0.5s;
}
.product_slider .owl-nav {
    position: absolute;
    top: -220px;
    right: 40px;
    font-size: 30px;
    color: #fff;
    display: block !important;
}
.product_btn {
	color: #284b8c;
	font-size: 18px;
	font-weight: 600;
}
.product_btn:hover {
    color: #fa0026;
    transition: 0.5s;
}
.product_slider .owl-next::before {
	content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.owl-next:focus, .owl-prev:focus {
    outline: none !important;
}
.product_slider .owl-prev::before {
	content: "\f0a8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.owl-next span, 
.owl-prev span {
	display: none;
}
.owl-theme .owl-dots .owl-dot span {
	width: 35px;
	height: 3px;
}
.owl-carousel .owl-nav .owl-next:hover, 
.owl-carousel .owl-nav .owl-prev:hover{
	color: #ffffffa6;
	transition: 0.5s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #2D4F8E;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
	background:  transparent;
}
.single_product .product_img img {
    height: 180px;
}
.single_product .box-cont h2 {
    font-size: 18px;
    font-weight: 600;
    color: #284b8c;
}
/*-======== solutions_projects Section ========---*/

.solutions_projects {
	background-image: url(../images/bg-khow-us.jpg);
}
.solutions_projects h2{
	color: #fff;
}
.solutions_projects p, 
.solutions_projects h4{
	color: #dfdfdf;
}

.button:hover {
    color: #ef0229;
    transition: 0.5s;
}

.solutions_projects .service-icon span img {
	width: 60px !important;
	margin: 0 auto;
	padding: 25px 0;
}
.solutions_projects .solutions_projects_slider .item {
	margin-top: 62px;
}
.solutions_projects .solutions_projects_slider .cont {
	margin-top: -40px;
}
.solutions_projects .serviceBox {
	text-align: center;
	background: #102f67;
	position: relative;
	border-radius: 10px;
	padding: 15px;
	height: 280px;
}
.solutions_projects .serviceBox .service-icon {
	background: #102f67;
	font-size: 60px;
	line-height: 110px;
	width: 110px;
	height: 110px;
	margin: 0 auto 0;
	border-radius: 50%;
	position: relative;
	top: -70px;
}
.solutions_projects .serviceBox.yellow .service-icon{
	box-shadow: 0 0 0px #ffcc29 inset,0 6px 0 #ffcc29;
}
.solutions_projects .serviceBox.red .service-icon{
	box-shadow: 0 0 0px #102f6700 inset,0 6px 0 #fa0026;
}
.solutions_projects .serviceBox .title{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.solutions_projects .serviceBox .description{
    font-size: 14px;
    line-height: 22px;
    color: #dfdfdf;
}

@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 30px; }
}

.button {
	text-transform: capitalize;
	font-size: 15px;
	color: #ffcc29;
}
/*-======== Known More ========---*/

.known_more .about_more {
	background: linear-gradient(180deg, rgba(40, 75, 139, 0.72) 0%, rgba(40, 75, 139, 0.72) 100%), url(../images/know-more01.jpg);
	padding: 70px;
	text-align: center;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.known_more .about_more h2{
	color: #fff;
}
/*.about_more p {
	color: #fff;
	margin-top: 15px;
}*/
.about_more p {
    color: #fff;
    width: 450px;
    margin: 0 auto;
}
.about_more .btn {
	margin: 0 15px;
}


/*-========  More Trusted ========---*/

.more_trusted {
	background-image: url(../images/most-trusted.png);
	background-size: cover;
	background-position: center;
}
.trusted_box {
	background-color: #284b8b;
	padding: 50px;
	border-radius: 12px;
}
.more_trusted .trusted_box .section_title h2{
	color: #fff;
}
.more_trusted .trusted_box p{
	color: #dfdfdf
}

.more_trusted .trusted_box p{
	font-size: 14px;
}
.trust_boxes {
	text-align: center;
	background-color: #fff;
	padding: 18px;
	border-radius: 12px;
	position: relative;
}
.trust_boxes h5 {
    font-size: 16px;
    font-weight: 800;
    color: #284b8b;
}
.trust_boxes img {
	width: 60px;
}
.trust_boxes::after {
	content: '';
	background-image: url(../images/intersection.png);
	width: 100%;
	position: absolute;
	bottom: 0;
	background-position: center;
	background-size: cover;
	height: 20px;
	left: 0;
}

/*-======== Newsletter ========---*/

.newsletter {
	text-align: center;
	position: relative;
	margin-bottom: -28px;
}
/*.newsletter .section_title h2 {
	font-size: 56px;
}*/
.newsletter .section_title p {
    margin: 15px 0 30px 0;
}
/*.newsletter .subscription input {
	padding: 25px;
	border-radius: 0;
}*/
.newsletter .subscription input {
    padding: 20px;
    border-radius: 0;
}
/*.newsletter .news_btn {
	padding: 25px;
	border: 1px solid #fa0026;
	background-color: #fa0026;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.5s;
}*/
.newsletter .news_btn {
    padding: 17px;
    border: 1px solid #fa0026;
    background-color: #fa0026;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
}
.news_btn:hover {
	background-color: #ffcc29;
	border: 1px solid #ffcc29;
	transition: 0.5s;
	color: #284b8c;
}

/*-======== Footer ========---*/

/*.footer_start{
	background-color: #ebeff5;
	padding: 150px 0 80px 0;
}*/
.footer_start {
    background-color: #ebeff5;
    padding: 80px 0 20px 0;
}
.footer_start .widget {
	text-align: center;
}
.widget i {
	font-size: 34px;
	color: #fa0026;
	margin-bottom: 20px;
}
.widget p, .widget a {
    color: #284b8c;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
    position: relative;
    margin-bottom: 6px;
}

.widget p span {
    font-weight: 800;
    text-decoration: underline;
}

.ltn__widget-title {
	font-weight: 600;
	margin-bottom: 20px;
}
.footer_start .widget .widget_title {
	font-size: 16px;
	font-weight: 600;
}
.footer_navbar li {
    display: inline-block;
    padding: 0 18px;
    border-right: 1px solid #656565;
}
.footer_navbar li:last-child{
	border-right:  0;
}
.footer_navbar li a {
    color: #656565;
    font-size: 16px;
    font-weight: 500;
}
.footer_menu {
    text-align: center;
    padding: 50px 0 5px 0;
}
.copyright {
    border-top: 1px dashed #c0c0c0;
    padding-top: 12px;
}
.copyright p {
    color: #284b8b;
    text-align: center;
    margin-bottom: 4px;
}
.footer_social_icons {
	text-align: center;
}
.footer_social_icons .social_icons li {
	margin: 8px;
	height: 36px;
	width: 36px;
	border: 1px solid #284b8b;
	border-radius: 50%;
	line-height: 34px;
}
.social_icons {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}
.footer_social_icons .social_icons li a{
	color:#284b8b;
}

.footer_logo::after {
    content: '';
    background-image: url(../images/logo-transparent.png);
    width: 100%;
    position: absolute;
    bottom: 0;
    background-position: center;
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
    top: 32%;
}



/*-======== About Us Page ==========--*/

.about_us_page .img-block .before_border::after {
	border: 2px solid #d4d4d4;
	content: "";
	position: absolute;
	width: 80%;
	height: 100%;
	left: 65px;
	top: 20px;
	display: inline-block;
	z-index: -1;
}
.about_us_page .img-block .before_border {
	text-align: right;
}
.custom_breadcrumb {
    background-image: url(../images/breadcrumb.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
    margin-top: 100px;
}
.custom_breadcrumb .breadcrumb{
	background-color: transparent;
	justify-content: center;
	padding: 0;
}
body .breadcrumb li, 
.breadcrumb li a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
	content: "/";
}

.breadcrumb_title {
    font-size: 42px;
    color: #fecc00;
    font-weight: 600;
    text-align: center;
    line-height: 62px;
}

.mission_vission .outer-m-v span {
	height: 100px;
	width: 100px;
	background-color: #102f67;
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -50px;
	left: 40px;
}
.mission_vission .outer-m-v {
	height: 240px;
	background-color: #102f67;
	padding: 75px 40px 40px 40px;
	position: relative;
}
.mission_vission .section_title h4 {
	color: #fff;
}
.mission_vission .outer-m-v i {
	font-size: 36px;
	color: #fff;
}
.mission_vission.section_space p {
	color: #fff;
}
.mission_vission .outer-m-v.yellow span {
	box-shadow: 0 0 0px #ffcc29 inset,0 6px 0 #ffcc29;
}
.mission_vission .outer-m-v.red span {
	box-shadow: 0 0 0px #fa0026 inset,0 6px 0 #fa0026;
}
.mission_vission {
	padding-top: 120px;
}
.mission_vission {
	background-image: url(../images/bg-khow-us.jpg);
	background-attachment: fixed;
}

/*.business_market {
    background-image: url(../images/bg-transparent.png);
    background-size: cover;
    background-position: center;
}*/

.no-padding{
	padding: 0;
}
.onview-right {
	padding-left: 50px;
	padding-right: 50px;
}
.director .onview-left img{
	width: 100%;
}
.onview-right .onview-content {
	padding: 50px;
	border: 2px solid #e2b13c;
	display: inline-block;
	width: 100%;
}
.onview-content .section_title h5 {
    margin-bottom: 20px;
    color: #fa0026;
}
.onview-content .section_title h2 {
    margin-bottom: 10px;
}

.product_page .product_img img {
    min-width: 195px;
    min-height: 175px;
}
.product_page .box {
	box-shadow: 0 5px 16px #dddddd91;
	border-radius: 10px;
	margin-bottom: 30px;
}
.product_page .box-cont {
    padding: 12px 12px ;
    height: 100%;
}
.single_product .box{
	text-align: center;
	height: 100%;
}
.single_product .box p {
    font-size: 14px;
    margin-bottom: 0;
}
.single_product .product_img {
    padding: 15px 15px 0 15px;
}




.contact_form .contact-drop-line {
    background-color: #F1F6FC;
    padding: 45px 50px 45px 50px;
}
.contact_form .from-control {
    width: 100%;
    padding: 15px 25px 15px 25px;
    color: #7A7A7A;
    border-style: solid;
    border-width: 1px 10px 1px 1px;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.022);
    background-color: #FFFFFF;
    max-width: 100%;
    border: 1px solid #f1f1f1;
    opacity: 1;
    margin-bottom: 20px;
}
.contact_form .address-item {
    display: flex;
    position: relative;
    align-items: center;
}
.contact_form .address-icon {
    display: inline-block;
    position: relative;
    background: #0b70e1;
    text-align: center;
    margin-top: 6px;
    width: 40px;
    margin-right: 26px;
    background-color: #01539F;
    min-width: 60px;
    height: 60px;
    line-height: 60px !important;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.05);
    border-radius: 30px 30px 30px 30px;
}
.contact_form .address-content .label {
    font-size: 18px;
    font-weight: 400;
}
.contact_form .address-content .des a {
    color: #000;
}
.des {
    font-weight: 600;
}
.address-icon i {
    color: #fff;
    font-size: 20px;
}
.contact_form .btn-box {
    margin-top: 0px;
}
.contact_form .section_title h4 {
    color: #fa0026;
    margin-bottom: 30px;
}
.light-bg {
    background-color: #f7f7f7;
}
.download_brochure i {
    font-size: 78px;
    margin-bottom: 40px;
    color: #284b8c;
}
.career-item {
    padding: 30px;
    background: #FFF;
    border: 1px solid #eee;
    box-shadow: 0px 0px 30px 0px rgb(19 19 28 / 20%);
}
.career-item ul li span {
	font-size: 14px;
	margin-right: 4px;
	color: #284b8c;
}
.career-item .btn-area a{
	color: #284b8c;
}
.features .section_title h2 {
    font-size: 20px;
    font-weight: 800;
    color: #284b8c;
    margin-bottom: 20px;
}
.list{
	padding-left: 25px;
}
.list li::before {
    content: '\f35a';
    position: absolute;
    left: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #fa0026;
}
.list li {
    margin-bottom: 8px;
    margin-left: 8px;
}
.do-cnt h4 {
    border-bottom: 1px dashed#555;
    margin-bottom: 18px;
    padding-bottom: 12px;
}


.photo_video_gallery .nav.nav-tabs {
	border: none;
    justify-content: center;
    margin-bottom: 40px;
}
.photo_video_gallery .nav.nav-tabs .nav-link{
	border: 2px solid #284b8c;
	padding: 10px 35px;
	border-radius: 5px;
	margin: 0px 10px;
	font-size: 18px;
    font-weight: 500;
    color: #284b8c;
}
.photo_video_gallery .nav.nav-tabs .nav-link.active {
    background-color: #fa0026;
    border: 1px solid #fa0026;
    color: #fff;
}
.filter-button.active {
   /* background-color: transparent;
    color: #208ed2;
    border: 2px solid #fff;
    text-transform: uppercase;*/
}
.filter-button {
    display: none;
   /* margin: 5px;
    background: #208ed2;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;*/
}
.gallery .img-div {
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #555;
}
.gallery .img-div img {

    object-fit: cover;
}
.gallery .img-div::after {
    position: absolute;
    transition: all ease-in-out 0.4s;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(255 204 41 / 50%);
    content: "\f04b";
    font-family: fontawesome;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 25px;
    opacity: 0;
}
.gallery .img-div1::after {
    content: "\f067";   
}
.gallery .img-div:hover::after {
    opacity: 1;
}
.brochure-cnt {
    border-radius: 20px;
}




.restbeef_step_content {
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	padding: 45px 49px 50px 49px;
	box-sizing: border-box;
}

.restbeef_step_path::before {
	content: '';
	width: 185px;
	height: 5px;
	display: block;
	background: url(../images/bg_dot.png) repeat-x;
	background-size: 10px 10px;
	position: absolute;
	left: 25px;
	bottom: 195px;
}
.restbeef_step_path {
	position: relative;
}
.restbeef_step_item {
	margin: 0 -15px 50px -15px;
}
.restbeef_block_inner .restbeef_step_item:nth-child(2n) {
	flex-direction: row-reverse;
	text-align: right;
}
.restbeef_block_inner .restbeef_step_item:nth-child(2n) .restbeef_step_path::after {
	left: calc(50% - 20px);
}
.restbeef_block_inner .restbeef_step_item:nth-child(2n) .restbeef_step_path::before {
	left: auto;
	right: 25px;
}
.restbeef_step_path::after {
	content: '';
	width: 5px;
	height: 185px;
	background: url(../images/bg_dot.png) repeat-y;
	background-size: 10px 10px;
	position: absolute;
	right: calc(50% - 20px);
	bottom: 5px;
}

.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-menu{
    margin-top: 0;
}
.custom-container{
	width: 100%;
	margin: 0 auto;
}


/*------ changes -----*/

.mission_vission .outer-m-v {
    text-align: center;
}
.mission_vission .outer-m-v span{
	position: absolute;
	left: 220px;
}
.business.serve p,  
.market.serve p {
    color: #102f67;
}

.trusted_box::before {
    content: '';
    background-image: url(../images/img_bg_about_ho.png);
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: -34px;
    left: -20px;
    z-index: -1;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color: #dfdfdf;
}
.dropdown-item{
	    font-size: 14px;
    font-weight: 500;
}
.mission_vission.solutions_projects .service-icon span{
	line-height: 30px;
}
.mission_vission.solutions_projects .service-icon i {
    color: #fff;
    font-size: 36px;
}

.mission_vission.solutions_projects  .serviceBox {
    text-align: center;
    background: #102f67;
    position: relative;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}


.mission_vission.solutions_projects  .serviceBox .service-icon {
    background: #102f67;
    font-size: 60px;
    line-height: 90px;
    width: 110px;
    height: 110px;
    margin: 0 auto 0;
    border-radius: 50%;
    position: relative;
    margin-top: -72px;
    top: 0;
}

.mission_vission.solutions_projects .cont {
    margin-top: 36px;
}
.social_icons li:hover{
	border: 1px solid #fa0026;
	transition: 0.5s;
}
.footer_navbar li a:hover, 
.widget p:hover, 
.social_icons li:hover > a, 
.address-content .des:hover > a {
	color: #fa0026;
	transition: 0.5s;
}
.design_by{
	color: #fa0026;
}
.carousel-indicators{
	margin-bottom:  3rem;
}
.newsletter .section_title h2 {
    margin-bottom: 0;
}
.product_slider .box {
	overflow: hidden;
	height: 100%;
	transition: 0.5s;
}
.product_slider .product_btn{
	display: none;
	transition: 0.5s;
	position: relative;
	position: absolute;
}

.product_slider .box:hover > .product_hover_effect .product_btn {
    display: block;
    transition: 0.5s;
}
.product_slider .box:hover > .product_hover_effect {
    position: relative;
    margin-top: -30px;
    transition: 0.5s;
    padding-bottom: 30px;
}

.product_img.tank-img{
	text-align: center;
}
body .product_img.tank-img img {
    width: 290px;
    height: auto;
    margin: 0 auto;
}
.tank_one {
    border: 1px solid #ebeff5;
    padding: 30px;
    background-color: #ebeff5;
}
.single_product .tanks .box-cont h3 {
    font-size: 24px;
}
.tanks .list li::before{
	content: '\f35a';
    position: absolute;
    left: 38px;
}

.position {
    padding: 30px;
    position: relative;
    margin-top: -124px;
    background-color: #fff;
}


.has-child .dropdown-menu .nav-link {
    margin-left: 0 !important;
    color: #000 !important;
    padding: 11px 10px;
       border-bottom: 1px solid #88555563 !important;
}
.has-child .dropdown-menu .nav-link:hover {
	color: #284b8c !important;
}
 .has-child ul li .nav-link::before {

	background:none !important;
}



/*----------- Blogs ----------*/

.ltn__blog-area .ltn__blog-details-wrap {
    border: 2px solid #ededed;
    padding: 50px;
}
.ltn__blog-area .ltn__blog-item {
    position: relative;
   
}
.ltn__blog-area .ltn__blog-img {
    position: relative;
}

.ltn__blog-area .ltn__blog-img img {
    margin-bottom: 0;
}
.ltn__blog-list-wrap .ltn__blog-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.ltn__blog-area .ltn__blog-meta {
    margin-bottom: 20px;
}
.ltn__blog-area .ltn__blog-meta li {
    font-weight: 600;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    font-size: 14px;
    margin-top: 0;
}
.ltn__blog-area .ltn__blog-meta ul {
    padding: 0;
    margin: 0;
}
.ltn__blog-area .ltn__blog-meta li i {
    color: #ff5a3b;
    margin-right: 5px;
}

.ltn__blog-area .ltn__pagination ul {
    margin: 0;
    padding: 0;
}
.ltn__blog-area .ltn__pagination ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.ltn__blog-area .ltn__pagination ul li a {
    height: 50px;
    width: 50px;
    line-height: 46px;
    border: 2px solid #ededed;
    text-align: center;
    display: block;
    font-weight: 700;
    border-radius: 100%;
}
.ltn__blog-area .widget {
    margin-bottom: 40px;
    padding: 35px 30px 40px 35px;
    border: 2px solid #ededed;
}
.ltn__blog-area .ltn__widget-title-border-2 {
    border-left: 2px solid;
    border-color: #ff5a3c;
    padding-left: 10px;
    position: relative;
}
.ltn__blog-area .ltn__widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.ltn__blog-area .ltn__popular-post-widget ul li {
    list-style: none;
}
/* .ltn__blog-area .ltn__blog-list-wrap .ltn__blog-item {
    margin-bottom: 40px;
} */
.ltn__blog-area .ltn__blog-item-5 {
    border: 2px solid #ededed;
}
.ltn__blog-area .ltn__blog-list-wrap .ltn__blog-item-5 .ltn__blog-brief {
    padding: 25px;
}
.section_title h2 a {
	color: #284b8c;
}
.ltn__blog-area .ltn__pagination ul {
    margin: 0;
    padding: 0;
}
.ltn__blog-area .ltn__pagination ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.ltn__blog-area .ltn__pagination ul li a {
    height: 50px;
    width: 50px;
    line-height: 46px;
    border: 2px solid #ededed;
    text-align: center;
    display: block;
    font-weight: 700;
    border-radius: 100%;
}
.popular-post-widget-brief h6 {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}
.popular-post-widget-img {
    float: left;
    margin-right: 20px;
}
.popular-post-widget-img img {
    max-width: 80px;
}
.popular-post-widget-brief .ltn__blog-meta {
    margin-bottom: 0;
}
.ltn__blog-area .ltn__blog-meta li:last-child {
    margin-right: 0;
}
.ltn__blog-meta li i {
    color: #fa0025;
    margin-right: 5px;
    font-size: 14px;
    display: none;
}
.ltn__blog-area .ltn__blog-meta a {
	font-size: 14px;
	
}
.newsletter input {
	padding: 14px;
	border-radius: 0;
}
.newsletter .es_subscription_form_submit {
    padding: 17px;
    border: 1px solid #fa0026;
    background-color: #fa0026;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
}
.es_subscription_form_submit:hover {
	background-color: #ffcc29;
	border: 1px solid #ffcc29;
	transition: 0.5s;
	color: #284b8c;
}
.thank-you-page {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.thank-you-page h3 {
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    color: #fa0026;
}
.thank-you-page h3 + p {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #000;
}
.thank-you-page ul li {
    display: inline-block;
}
.thank-you-page ul li a {
    height: 40px;
    width: 40px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #000;
    margin-right: 15px;
    margin-bottom: 10px;
}
.call-action-thank {
    color: #fa0026;
    font-weight: 600;
}
.thankyou .btn-box {
    margin-top: 30px;
    margin-bottom: 30px;
}
.blog_page h4 {
    margin-bottom: 15px;
    font-weight: 800;
}
.blog_page ul li{
	color: #6b6b6b;
}
.blog_page a{
	color: #fa0026;
}
.blog_page p{
	text-align: justify;
}
.blog_page h5 {
    font-weight: 600;
}




#feedback {
    position: fixed;
    right: 0;
    top: 130px;
    z-index: 99999;
}
#feedback-form {
	background: #102f67;
	border: 1px solid #102f67;
	border-radius: 0;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	width: 330px;
	z-index: 1000;
	padding-top: 20px;
	padding-bottom: 30px;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
#feedback-tab {
    background: #fa0026;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: auto;
    margin-top: 200px;
    padding: 10px 40px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(
90deg);
    transform: rotate(
90deg);
    width: 187px !important;
    position: absolute;
    left: -113px;
}
.popup-form.clearHeader h2 {
    color: #fff;
}
.popup-form.clearHeader p {
    color: #fff;
}
#feedback .btn {
    background: #fa0026;
    color: white;
    letter-spacing: 1px;
    font-size: 14px;

    font-weight: 600;
}
@media only screen and (min-width: 768px){
#feedback-tab {
    margin-top: 150px;
}
}


.footer_start .widget p a:hover {
    color: #fa0026;
}


.pdf-div .outer-broture {
    position: relative;
}
.pdf-div .outer-broture  h6 {
    padding: 13px;
    color: #ffffff;
    text-align: center;
    background: #684939;
    font-size: 16px;
    /* height: 98%; */
}

.pdf-div .out:hover span {
    top: 0;
}
.pdf-div .out {
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    margin-bottom: 30px;
    border: 1px solid #eee;
}
 .pdf-div .out span a {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #ffffff;
    border-radius: 100px;
    color: #ffffff;
}
.pdf-div .outer-broture img {
    height: 412px;
    /* object-fit: cover; */
    width: 100%;
}

.pdf-div .outer-broture span {
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(104, 73, 57, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}


 .news-pic {
    -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.22);
    display: inline-block;
}
 .new-box {
    padding-left: 15px;
}
.new-box .news-date {
    font-size: 10px;
    text-transform: uppercase;
    /* font-family: "Muli", sans-serif; */
    margin-top: 12px;
}

.new-box h3 {
    font-size: 18px;
    margin: 10px 0;
}
.footer_social_icons .social_icons li svg:hover {
    fill: #fa0026;
}
ul.social_icons li svg {
    fill: #284b8b;
}
.client-cnt-new img {
    max-width: 100%;
}
/*.client-img:hover {
    box-shadow: 0 10px 10px #eee;
}*/
.client-img {
    /* border: 1px solid #eee; */
/*    padding-bottom: 30px;*/
/*    text-align: center;*/
    /* box-shadow: 0 10px 10px #eee; */
}

p.counter-count {
    font-size: 31px;
    text-align: center;
    display: inline-block;
    color: #fa0026;
}
.count-up span {
    font-size: 39px;
}
.count-up {
    text-align: center;
    padding: 25px 16px;
    height: 100%;
    background: #fafafa;
}

.concealed-where-product {
    background: none;
}

.concealed-where-product .service-icon span {
    color: #fff;
    font-size: 39px;
}
.concealed-where-product.mission_vission.solutions_projects  .serviceBox .service-icon {

    line-height: 79px;
    width: 95px;
    height: 95px;
    position: relative;
    margin-top: -49px;
}

.concealed-where-product {
    background: none;
    padding-top: 40px;
}
.concealed-where-product .section-title h2 {
    margin-bottom: 58px;
    color: #284b8c;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
    background-color: #f6f6f6;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 40px ;
    border: 1px solid #eee;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-align: left!important;
    text-decoration: none;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: -25px;
  top: 6px;
  transition: 1s;
}
.faq-title {
    text-align: center;
    font-size: 17px;
    border-bottom: 2px dashed #ffffff;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #ffffff;
}

.faq .faq-list p {
    padding-top: 5px;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: left;
}

.collapsed i.fas.fa-arrow-up {
    
}
.collapsed i.fas.fa-arrow-up {
    transform: rotate(180deg);
}



.cmt-row.about-section-inner {
    padding: 38px 0 24px;
   
}




.consult-cnt {
    padding: 25px;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    border-color: #ffcc297a;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 7%);
    background: #f5eccd;
    height: 81%;
}
.testimonial4_slide img {
    max-width: 75%;
}

.featured-icon-box {
    position: relative;
    margin: 15px 0;
}





.consult-cnt {
    padding: 25px;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    border-color: #ffcc297a;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 7%);
    background: #ffcc297a;
    height: 80%;
}

.consult-cnt .featured-content h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #c3011e;
    padding-top: 17px;
}


.section-title h2.title {
    text-transform: capitalize;
    font-size: 33px;
    line-height: 52px;
    margin-bottom: 0px;
}
.consult-cnt:before {
    content: "";
    top: 0;
    right: -7px;
    width: 100px;
    height: 62px;
    position: absolute;
    background-image: url(../images/shape_1.png);
    background-repeat: no-repeat;
}
.box_high {
    text-align: center;
    background: #f6f6f6;
    position: relative;
    border-radius: 10px;
    height: 205px;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    border-color: #f6f6f6;
    box-shadow: 0 0 12px 0 rgb(246 246 246);
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #d4d0d0;
}

.box_high h4 {
    color: #100e0e;
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
}

.box_high p {
    text-align: center;
    font-size: 14px;
    line-height: 27px;
    color: #6b6b6b;
}


.box_x{
    color: #fff;
   
    font-weight: 600;
   
    
    cursor: pointer;
    background-color: #950a1f!important;
   
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
  padding: .375rem .75rem;
  border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.box_x a {
    color: white;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 12px 10px 10px;
}

.box_x:hover {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    background-color: #edb708cf!important;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: .375rem .75rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

section.application_n.mb-80 {
    margin-bottom: 80px;
}

.application_advantage{

	margin-bottom: 80px;
}

.section-title-one h2 {
    font-size: 27px!important;
    font-weight: 800;
    color: #284b8c;
    margin-bottom: 20px;
}

.featured-content p {
    color: #c3011e;
    font-size: 15px;
    text-align: center;
}

section.plus_cat {
    background-color: #e3e6e642;
    padding: 27px 27px 27px 27px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.roto_mold {
    box-shadow: 0 5px 16px #dddddd91;
    border-radius: 10px;
    padding: 40px 20px 20px 20px;
}
section.roto_mold h2 {
    color: #284b8c;
    font-size: 25px;
    font-weight: 600;
}

section.roto_mold h3 {
    color: #284b8c;
    font-size: 21px;
    font-weight: 600;
}
section.roto_mold h4 {
    color: #284b8c;
    font-size: 24px;
    font-weight: 600;
}

section.roto_mold {
    margin-bottom: 90px;
}
.box-cont .box_x {
    margin-top: 14px;
}

.list_items {
    font-size: 18px;
  
    color: #6b6b6b;
}


.circle {
  padding: 13px 20px;
  border-radius: 50%;
  /* border width below makes connecting segments and 
  borders unified, appearing to be part of one another */
  border:3px solid #afbada;
  background-color: #213f99;
  color: #fff;
  /* remember that whatever "border:(x)width" property is 
  added to the .circle, the max height below also has to
  have this same amount added to it for it to appear
  perfectly round :*/
  max-height: 53px;
  z-index: 2;
}

.how-it-works.row .col-2 {
  align-self: stretch;
}
.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #afbada;
  z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}
.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}


.timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 3px solid #ED8D8D;
  margin: 0;
  top: 17px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px solid #ED8D8D;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}
p.para_r {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 26px;
}
section.tmt_plus {
    padding-top: 80px;
}

section.tmt_plus h3 {
    font-size: 24px;
    font-weight: 600;
}

/*
*
* ==========================================
* CUSTOM UTILS CLASSES
* ==========================================
*
*/


/* EFFECT 1 ========================================== */

.effect-1 {
    position: relative;
}
.effect-1::before, .effect-1::after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #aaa;
    box-shadow: 0 15px 10px #aaa;
    transform: rotate(-3deg);
}
.effect-1::after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}


/* EFFECT 2 ========================================== */
.effect-2::before{
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 5px;
    left: 30px;
    right: 30px;
    top: 80%;
    background: #aaa;
    box-shadow: 0 0 25px 17px #aaa;
    border-radius: 100px/10px;
}


/* EFFECT 3 ========================================== */
.effect-3 {
    position: relative;
}

.effect-3::before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #aaa;
    box-shadow: 0 15px 10px #aaa;
    transform: rotate(-3deg);
}


/* EFFECT 4 ========================================== */
.effect-4 {
    position: relative;
}

.effect-4::before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #aaa;
    box-shadow: 0 15px 10px #aaa;
    transform: rotate(3deg);
}


/* EFFECT 5 ========================================== */
.effect-5::before{
	position: absolute;
	content: "";
	z-index: -1;
	bottom: 20px;
	left: 8px;
	right: 8px;
	top: 20px;
	background: #aaa;
	box-shadow: 0 0 25px 10px #aaa;
	border-radius: 10px/40px;
}
.effect-5::after{
	position: absolute;
	content: "";
	z-index: -1;
	bottom: 14px;
	left: 30px;
	right: 30px;
	top: 14px;
	background: #aaa;
	box-shadow: 0 0 25px 17px #aaa;
	border-radius: 100px/10px;
}

/* EFFECT 6 ========================================== */
.effect-6 {
    position: relative;
}

.effect-6::before {
	position: absolute;
	content: "";
	z-index: -1;
	top: 26px;
	left: 12px;
	bottom: 50px;
	width: 20%;
	transform: rotate(-10deg);
	box-shadow: 0 10px 25px 10px #aaa;
}

.effect-6::after {
	position: absolute;
	content: "";
	z-index: -1;
	top: 26px;
	right: 10px;
	bottom: 50px;
	width: 20%;
	transform: rotate(8deg);
	box-shadow: 0 10px 25px 10px #aaa;
}
.shadow_effects {
    position: relative;
    z-index: 99;
    /* margin-top: 60px; */
    /* padding-top: 32px; */
    padding-bottom: 30px;
}


.card {
    border: none;
    background: #f9f9f9;
}
.shadow_effects h3 {
    font-size: 25px;
    font-weight: 600;
}
h3.our_presence {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
} 
p.Pro {
    font-size: 18px;
}
p.why-dealer {
    padding: 0 10%;
}




.projects-horizontal {
  color:#313437;
  background-color:#fff;
}

.projects-horizontal p {
  color:#7d8285;
}

.projects-horizontal h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .projects-horizontal h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.projects-horizontal .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 10px;
}

.projects-horizontal .projects {
  padding-bottom:40px;
}

.projects-horizontal .item {
  padding-top:60px;
  min-height:160px;
}

@media (max-width:767px) {
  .projects-horizontal .item {
    padding-top:40px;
    min-height:160px;
  }
}

.projects-horizontal .item .name {
  font-size:18px;
  font-weight:bold;
  margin-top:10px;
  margin-bottom:15px;
  color:inherit;
}

@media (max-width:991px) {
  .projects-horizontal .item .name {
    margin-top:22px;
  }
}

.projects-horizontal .item .description {
  font-size:15px;
  margin-bottom:0;
}

.growth-count {
    background: #ffcc29;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 41px 0;
    /* color: #fff; */
}
.row.projects {
    margin-top: 29px;
}
.presence-map .list li {
    margin-bottom: 30px;
}
.real-estate-cnt span {
    font-weight: 600;
    color: #000;
}
ul.eco-friendly li {
    margin-bottom: 20px;
}
.ee {
    background: #f9f9f9;
    margin-bottom: 80px;
    padding: 60px 0;
}
a.new-rr {
    color: #284b8c;
}

.product_slider .box-cont h3 a {
    font-size: 25px;
    color: #fa0026;
    /* font-size: 2rem; */
}
.solutions_projects1 {
    background: none;
}
.product_description.text-center.text-lg-left img {
    margin-bottom: 40px;
}


/*****************************/
.serviceBox-new .service-icon img {
    max-width: 61%;
    display: inline;
    padding-bottom: 22px;
}
.custom-slider{
  height: 360px!important;
}
  .carousel-control-prev,
  .carousel-control-next{
    text-shadow: 2px 2px 4px #000000;
    font-size: 30px;
  }
  .carousel-inner{
    height: 100%;

}
    .carousel-item{
      height: 100%;
  }
      .carousel-img-container{
        height: 100%;
      }
      


.megmenu-title-new {
    font-weight: bold;
    font-size: 17px;
    color: #fa0026;
    border-bottom: 1px solid #555 !important;
}

.megmenu-title-new1 {
    border-bottom: 0px solid #555 !important;
    border-top: 1px solid #555 !important;
    margin-top: 33px;
}

.has-mega-menu .dropdown-menu {
    margin-top: -20px;
}

h4.tmt_t {
    font-size: 20px;
    font-weight: 600;
}
ul.table_names li {
    list-style: inside;
}

.topbar {
    padding: 5px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    width: 100%;
    z-index: 20;
    background-color: #f1f1f1;

}
.header3 .h3-topbar {
  
    margin-bottom: -11px;
}
.header3 {
    z-index: 10;
    
}
.po-relative {
    position: relative;
   
    z-index: 9;
    text-decoration: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}
.header3 .h3-topbar .list-inline li {
    display: inline-block;
}
ul.list-inline li:first-child {
    padding-left: 0px;
}

.header3 .h3-topbar .list-inline li a {
    padding: 4px 8px;
   
    color: #010000;
    font-weight: 500;
    font-size: 14px;
   
}

.header3 .h3-topbar .list-inline li a svg {
    fill: white;
}

.list-inline1 {
   
    list-style: none;
    text-align: right;
}
.header3 .h3-topbar .list-inline1 li {
    display: inline-block;
}
ul.list-inline1 li:first-child {
    padding-left: 0px;
}

.header3 .h3-topbar .list-inline1 li a {
    padding: 4px 8px;
   
    color: #010000;
    font-weight: 500;
    font-size: 14px;
   
}

.header3 .h3-topbar .list-inline1 li a svg {
    fill: #010000;
}

.header3 .h3-topbar .list-inline li a:hover {
    padding: 4px 8px;
    color: red;
    font-weight: 500;
    font-size: 14px;
}

.header3 .h3-topbar .list-inline1 li a:hover {
    padding: 4px 8px;
    color: red;
    font-weight: 500;
    font-size: 14px;
}

.header3 .h3-topbar .list-inline1 li a svg:hover {
    fill: red;
}
.header3 .h3-topbar .list-inline li a svg:hover {
    fill: red;
}


.header3 .h3-topbar .list-inline li {
 
    border-right: 1px solid #18000024;
}

.header3 .h3-topbar .list-inline1 li {
 
    border-right: 1px solid #18000024;

}
h4.cooku_s {
    font-size: 21px;
    font-weight: 700;
}

ul.class_s li {
    font-size: 16px;
    list-style: inside;
    color: #6b6b6b;
}

h2.disc_c.pt-5 {
    font-size: 26px;
    font-weight: 700;
}
.testimonal-text h2{
	font-size: 22px;
}

/**************************/
.testimonal-cnt .card {
	margin: 0 auto;
	border: none;
}
.testimonal-cnt .card .carousel-item {
	min-height: 190px;
}
.testimonal-cnt .card .carousel-caption {
    padding: 0;
    /* right: 15px; */
    left: 0;
    top: 15px;
    color: #3d3d3d;
    border: 1px solid #ccc;
    /* min-height: 218px; */
    padding: 15px;
    height: 100%;
    border-radius: 5px;
    position: relative;
    bottom: 0;
}
.testimonal-cnt .card .carousel-caption small {
    font-size: 14px;
    font-weight: 400;
}
.testimonal-cnt .card .carousel-caption .col-sm-3 {
	display: flex;
	align-items: center;
}
.testimonal-cnt .card .carousel-caption .col-sm-9 {
	text-align: left;
}
.testimonal-cnt .card .carousel-control-prev, .testimonal-cnt .card .carousel-control-next {
	color: #3d3d3d !important;
	opacity: 1 !important;
}
.testimonal-cnt .carousel-control-prev-icon, .testimonal-cnt .carousel-control-next-icon {
    background-image: none;
    color: #fff;
    font-size: 14px;
    background-color: #fa0026;
    height: 32px;
    line-height: 32px;
    width: 32px;
    border-radius: 5px;
}
.testimonal-cnt .carousel-control-prev-icon:hover, .testimonal-cnt .carousel-control-next-icon:hover {
	opacity: 0.85;
}
.testimonal-cnt .carousel-control-prev {
	left: 40%;
	top: 110%;
}
.testimonal-cnt .carousel-control-next {
	right: 40%;
	top: 110%;
}
.testimonal-cnt .midline {
	width: 60px;
	border-top: 1px solid #d43025;
}
.testimonal-cnt .carousel-caption h2 {
    font-size: 22px;
    color: #fa0026;
    margin-top: 11px;
}
.testimonal-cnt .carousel-caption h2 span {
	color: #cd3a54;
}
 @media (min-width: 320px) and (max-width: 575px) {
.testimonal-cnt .carousel-caption {
	position: relative;
}
.testimonal-cnt .card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.testimonal-cnt .card .carousel-caption img {
	margin: 0 auto;
}
.testimonal-cnt .carousel-control-prev {
	left: 35%;
	top: 105%;
}
.testimonal-cnt .carousel-control-next {
	right: 35%;
	top: 105%;
}
.testimonal-cnt .card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.testimonal-cnt .carousel-caption {
	position: relative;
}
.testimonal-cnt .card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.testimonal-cnt .card .carousel-caption img {
	margin: 0 auto;
}
.testimonal-cnt .card .carousel-caption h3, .testimonal-cnt .card .carousel-caption small {
	text-align: center;
}
.testimonal-cnt .carousel-control-prev {
	left: 35%;
	top: 105%;
}
.testimonal-cnt .carousel-control-next {
	right: 35%;
	top: 105%;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.testimonal-cnt .card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}

.press-cnt .section_title h2 {
    font-size: 23px;
    line-height: 31px;
    font-weight: 600;
    margin-top: 20px;
}

.main-timeline-section{
position: relative;
width: 100%;
margin:auto;
height:300px;
}
.main-timeline-section .timeline-start,
.main-timeline-section .timeline-end{
position: absolute;
background:#fa0026;
border-radius:100px;
top:50%;
transform: translateY(-50%);
width:30px;
height:30px;
}
.main-timeline-section .timeline-end{
right:0px;
}
.main-timeline-section .conference-center-line {
    position: absolute;
    width: 100%;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #fa0026;
}
.timeline-article {
    width: 15%;
    position: relative;
    min-height: 300px;
    float: right;
}
.timeline-article .content-date{
position: absolute;
top: 35%;
left: -30px;
font-size:18px;
}
.timeline-article .meta-date{
position: absolute;
top: 50%;
left: 0px;
transform: translateY(-50%);
width:20px;
height:20px;
border-radius: 100%;
background:#fff;
border:1px solid #fa0026;
}
.timeline-article .content-box {
    box-shadow: 2px 2px 4px 0px #c1c1c1;
    border: 1px solid #fa0026;
    border-radius: 5px;
    background-color: #fff;
    width: 266px;
    position: absolute;
    top: 60%;
    left: -124px;
    padding: 10px;
    /* height: 100%; */
}
.timeline-article-top .content-box:before{
content: " ";
position:absolute;
left:50%;
transform: translateX(-50%);
top:-20px;
border:10px solid transparent;
border-bottom-color: #fa0026;
}
.timeline-article-bottom .content-date {
    top: 59%;
}
.timeline-article-bottom .content-box {
    top: -19%;
}
.timeline-article-bottom .content-box:before{
content: " ";
position:absolute;
left:50%;
transform: translateX(-50%);
bottom:-20px;
border:10px solid transparent;
border-top-color:#fa0026;
}


/*********************************/

.carousel {
	/*margin: 50px auto;*/
	
}
.carousel-item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	
}
.img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
 .overview {	
	font-style: italic;
}
.overview b {
    text-transform: uppercase;
    color: #db584e;
    font-size: 18px;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgb(250 0 38);
    text-shadow: none;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
section.employee-cnt {
    background: #f6f6f6;
    padding: 40px 0;
    margin-top: 80px;
}
.employee-img{
	margin-top: 30px;
}
.our-core {
    text-align: center;
    background: #ffcc29;
    padding: 40px 0;
    border-radius: 20px;
    /* color: #fff; */
    box-shadow: 0 5px 16px #dddddd91;
    display: flex;
    justify-content: center;
}
.our-core:hover {
    background: #fa0026;
    color: #fff;
}
.position-cnt {
    background: none;
    padding-top: 80px;
}
.apply-now-sec {
    background: #f1f6fc;
}
.cont h3 {
    font-size: 20px;
}
.cont p {
    font-size: 19px;
}
ul.core-ul li {
    text-align: center;
    background: #ffcc29;
    padding: 40px 0;
    border-radius: 20px;
    /* color: #fff; */
    box-shadow: 0 5px 16px #dddddd91;
    /* display: flex; */
    /* justify-content: center; */
    margin-bottom: 16px;
}
ul.core-ul {
    gap: 50px;
    /* display: grid; */
    columns: 2;
    /* margin: 10px 0; */
    width: 100%;
}
.our-core-img img {
    max-width: 37%;
}
/***************responsive***********/
@media (max-width: 1304px) { 
	.timeline-article .content-box {
    width: 225px;
    position: absolute;
    top: 59%;
    left: -100px;
    padding: 10px;

}
.timeline-article-bottom .content-box {
    top: -28%;
}
}
@media (max-width:767px) {
	.main-timeline-section {
    height: auto;
}
.main-timeline-section {
    margin-top: -73px;
}
.timeline-article .content-box {
    position: relative;
}
.timeline-article .content-date {
    position: relative;
    top: 35%;
    left: 0;
    font-size: 18px;
    z-index: 9;
    padding-top: 13px;
}
.our-core h3 {
    font-size: 21px;
    /* padding: 31px 0; */
}
.our-core {
    padding: 30px 0;
}
.mission_vission.solutions_projects  .serviceBox {
   
    margin-top: -38px;
}
}
@media (max-width:482px) {
	.b_x2 .section-title.section-title_indent-02 {
    padding-bottom: 0;
}
	.timeline-article {
    width: 100%;
    min-height: 122px;
}
.timeline-article .content-box {
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px;
}
.main-timeline-section .conference-center-line {
    display: none;
}
.main-timeline-section .timeline-start, .main-timeline-section .timeline-end {
     display: none;
}
.timeline-article-top .content-box:before {
   display: none;
}
.timeline-article-bottom .content-box:before {
    display: none;
}
.timeline-article .meta-date {
    display: none;
}
}
@media (max-width:475px) {
.b_x2 {
    margin-top: -77px!important;
}
.tt-box02_wrapper .tt-box02 {
    margin-top: 50px;
    margin-bottom: -36px;
}
.timeline-article-bottom .content-box:before {
    display: none;
}
ul.core-ul {
   
     gap: 0px;
    columns: 1;
    width: 100%;
}
section.section_space.apply-now-sec {
    padding-top: 20px;
}
div.wpforms-container-full {
    margin: -42px auto;
}
}
@media (min-width: 482px) and (max-width: 768px) {
	.timeline-article-bottom .content-box:before {
    display: none;
}
.timeline-article {
    width: 100%;
    min-height: 108px;
}

.timeline-article .content-box {
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px;
}
.main-timeline-section .timeline-start, .main-timeline-section .timeline-end {
    display: none;
}
.tt-box02_wrapper .tt-box02 {
    margin-top: 50px;
    margin-bottom: -36px;
}
.main-timeline-section .conference-center-line {
    display: none;
}
.timeline-article .meta-date {
    display: none;
}
.timeline-article-top .content-box:before {
    display: none;
}

.timeline-article-top .content-box:after {
    display: none;
}
ul.core-ul {
   
    columns:2;
    width: 100%;
}
}


.core_core ul {
    font-size: 28px;
    font-weight: 700;
    line-height: 56px;
    color: #727272;
}
.core_core {
    /* text-align: right; */
    position: absolute;
    top: 31px;
    right: 78px;
}
.button_n {
    margin-top: -32px;
}
.our-core-img {
    text-align: center;
    position: relative;
}
.ggg a {

    margin: 0 10px;
}
.app-cnt{
background: aliceblue;
    padding: 60px 0;
}
.ggg img {
    max-width: 100%;
}
.get-app h3 {
    font-size: 34px;
    font-weight: 800;
    color: #284b8c;
    margin-bottom: 20px;
}
.hm-gradient {
    /* background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%); */
    margin-top: 100px;
    margin-bottom: 100px;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9::before {
    background-image: url('https://mdbootstrap.com/img/screens/yt/video.png');
    background-repeat: no-repeat;
    background-size: cover;
}

section.solutions_projects.section_space.solutions_projects1.w_e {
    margin-top: -93px;
}




.main-timeline3 {
    overflow: hidden;
    position: relative
}

.main-timeline3:before {
    content: "";
    width: 1px;
    height: 100%;
    border: 1px solid #959595;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.main-timeline3 .timeline {
    width: 50%;
    padding: 10px 0 10px 68px;
    float: right;
    position: relative;
}
.main-timeline3 .timeline:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #284b8c;
    border: 5px solid #fff;
    box-shadow: 0 0 1px 5px #284b8c;
    position: absolute;
    top: 42px;
    left: -5px;
}

.main-timeline3 .timeline-content {
    display: block;
    background: #f8f8f8;
    padding: 70px 30px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) inset;
    position: relative;
}

.main-timeline3 .timeline-content:hover {
    text-decoration: none
}
.main-timeline3 .year {
    display: block;
    width: 80%;
    height: 50px;
    background: #284b8c;
    padding: 0 0 0 50px;
    font-size: 28px;
    /* font-weight: 800; */
    color: #fff;
    line-height: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4) inset;
    border-radius: 10px 10px 10px 0;
    position: absolute;
    top: 20px;
    left: -20px;
}
.main-timeline3 .year:before {
    content: "";
    border-top: 40px solid #446092;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    bottom: -60px;
    left: 0;
}
.main-timeline3 .title {
    font-size: 18px;
/*    font-weight: 600;*/
    /* text-transform: uppercase; */
    color: #6b6b6b;
    margin-top: 14px;
}

.main-timeline3 .description {
    font-size: 14px;
    color: #6f6f6f;
    margin: 0 0 5px
}

.main-timeline3 .timeline:nth-child(2n) {
    padding: 10px 68px 10px 0px;
    text-align: right;
}

.main-timeline3 .timeline:nth-child(2n):before {
    left: auto;
    right: -4px;
    /* background: #bf3fc8; */
    /* box-shadow: 0 0 1px 5px #bf3fc8; */
}
.main-timeline3 .timeline:nth-child(2n) .year {
    padding-right: 50px;
    border-radius: 10px 10px 0;
    left: auto;
    right: -20px;
}

.main-timeline3 .timeline:nth-child(2n) .year:before {
    border-left: none;
    border-right: 20px solid transparent;
    left: auto;
    right: 0;
/*    border-top-color: #bf3fc8*/
}

.main-timeline3 .timeline:nth-child(2) {
    margin-top: 140px
}

.main-timeline3 .timeline:nth-child(odd) {
    margin: -132px 0 0;
}
.main-timeline3 .timeline:nth-child(even) {
    margin-bottom: 132px;
}

.main-timeline3 .timeline:first-child,
.main-timeline3 .timeline:last-child:nth-child(even) {
    margin: 0
}
ul.timeline-ul li {
    font-size: 18px;
    color: #6b6b6b;
    list-style: disc;
}
ul.timeline-ul1 li {
    list-style: inside;
}
ul.timeline-ul {
    margin-top: 14px;
    margin-left: 16px;
}

.journey-right {
    text-align: right;
}
.journey-right h3 {
    font-size: 63px;
    font-weight: 600;
    color: #fa0026;
}
.journey-right h3 span {
    font-size: 22px;
    display: block;
    color: #212529;
    margin-top: 6px;
}
.road-cnt {
    background: #ebeff5;
}
.journey-cnt {
    border-right: 1px solid;
}

.journey-right h4 {
    margin-top: 20px;
    font-size: 23px;
}


.testimonial-img-new {
    border: 5px solid #555;
    border-radius: 10px;
}
.testimonal-text-new h3 {
    font-size: 21px;
    color: #5f5e5e;
}
.testimonal-text-new h2 {
    font-size: 28px;
}
.testimonial-page-box {
    padding-bottom: 40px;
    border-bottom: 1px dashed;
    margin-bottom: 40px;
}
.testimonial-page-box1{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer-partner {
    text-align: center;
    margin-top: 50px;
}
.footer-partner img {
    max-width: 15%;
}
.app-cnt-home img{
	max-width: 100%;
}

.app-cnt-home img {
    max-width: 50%;
    margin-top: 10px;
}

.social-li-nks1 {
    left: 0;
    right: inherit;
}
.social-li-nks1 h3 {
    text-align: left;
    margin-left: 17px;
    font-size: 23px;
}

.known_more.section_space.smridhi_app {


    background-image: url(../images/bg-khow-us.jpg);

}

.section-title.smridhi h2 {
    color: #fff;
}

.available-app {
    text-align: center;
    padding: 20px 20px 85px;
    border: 2px solid #102f67;
    border-color: #110f09;
    /* box-shadow: 0 0 12px 0 rgb(235 192 27); */
    background: #dcd9d4;
    border-radius: 20px;
}

/*.img-block img {
    width: 74%;
    margin-bottom: 60px;
}*/

.journey-section .section-title h2 {
    margin-bottom: 35px;
}

.plumbing-icons li {
    list-style: inside;
    margin-left: 21px;
}

.client-carousel {
    position: relative;
}

.client-carousel .item {
    padding: 0 10px;
}
.client-video iframe {
    width: 100%;
}

iframe {
    border: none !important;
}

.feedback-section h2 {
   font-size: 34px;
    font-weight: 800;
    color: #284b8c;
    margin-bottom: 40px;
}

.feedback-section {
    padding-top: 80px;
}

   

    /* Overlay */
    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

  .custom-popup-overlay {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.6);
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    z-index: 9999;
	    overflow-y: auto;
	    padding: 0 25px;
	}

    .custom-popup {
    background: #fff;
    /* padding: 30px; */
    max-width: 890px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: relative;
    margin: 60px auto;
    overflow: hidden;
}

@media(max-width: 767px) {
	.custom-popup {
	    max-width: 500px;
	}
}
.popup-content .wpcf7-spinner {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}
.popup-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
}
@media(max-width: 767px) {
	.popup-content {
	    padding: 30px;
	}
}
    .custom-popup h2 {
    margin-top: 0;
    font-size: 32px;
    font-weight: 600;
    color: #284b8c;
}

    .custom-popup input, .custom-popup textarea {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #25222275;
    border-radius: 5px;
    color: #808080;
    outline: 0;
}
  

	.custom-popup .close-btn {
	    position: absolute;
	    top: 0;
	    right: 15px;
	    background: transparent;
	    border: none;
	    font-size: 33px;
	    cursor: pointer;
	    color: #262323;
	    outline: 0;
	    z-index: 1;
	}
    input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #fa0026;
    border: none;
    color: #ffff;
    max-width: 162px;
}

.custom-popup textarea.wpcf7-form-control {
    height: 140px;
    resize: none;
}

.custom-popup form> p {
    margin-bottom: 0;
}

.press-release-template-default .product_description {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}

.key-features h5 {
    font-size: 24px;
    font-weight: 600;
    color: #4e4d4d;
}
.key-features ul li {
    list-style: inside;
    line-height: 26px;
    color: #5d5858;
}

.ltn__blog-list-wrap {
    background: #f1f1f1;
    /* padding: 20px 20px 20px 20px; */
    height: 100%;
}

/* .ltn__blog-list-wrap {
    margin-bottom: 40px;
} */

.ltn__blog-brief.press-cnt {
    padding: 0px 20px 30px;
}

.btn-box {
    margin-top: 30px!important;
}

.section_space {
    padding-top: 80px;
}
.banner-form input.wpcf7-form-control.wpcf7-submit.has-spinner.form-btn {
    max-width: max-content;
    text-align: center;
}

.download-cnt {
    background: #284b8b;
    box-shadow: 0 5px 16px #dddddd91;
    padding: 20px;
    height: 100%;
    text-align: center;
}

.download-cnt p {
    color: #fff;
    font-size: 15px;
    margin-bottom: -9px;
}

.download-pdf-section {
    padding: 80px;
}

.download-cnt h3 {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    line-height: 33px;
    text-transform: uppercase;
}
.section-heading {
	font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
    color: #163168;
    margin-bottom: 20px;
}
.section-heading span {
    color: #fa0026;
}
.section-info {
	font-size: 20px;
    color: #000;
    margin-bottom: 0;
}
.section-space {
    padding: 80px 0;
}

.distributors-download {
    padding: 60px 80px;
}
.distributors-download h3 {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}
.distributors-download p {
    font-size: 18px;
    color: #000;
    /* margin-bottom: 0; */
}

.distributors-benefit h4 {
    font-size: 24px;
    font-weight: 600;
    color: #fa0026;
    margin-bottom: 10px;
}
.distributors-download-btn h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fa0026;
}
.distributors-download-btn .btn.btn2 {
    border-radius: 30px;
    font-weight: 700;
    padding: 10px 35px;
}

/*.distributor-section .col-lg-12 + .col-lg-12:nth-child(even) .distributors-download {
    background: #163168;
    border-radius: 40px;
}*/
.distributor-section .col-lg-12 + .col-lg-12:nth-child(even) .distributors-download {
    border-radius: 40px;
    position: relative;
}
.distributor-section .col-lg-12 + .col-lg-12:nth-child(even) .distributors-download:before {
    content: "";
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    background: #fff9f9;
    z-index: -1;
}
.distributors-download .col-lg-6 + .col-lg-6 {
    border-left: 1px solid #ccc;
}
@media (max-width: 767px) {
	.distributors-download .col-lg-6 + .col-lg-6 {
	    border-left: 0;
	}
}
/*.distributor-section .col-lg-12 + .col-lg-12:nth-child(even) .distributors-download h3,
.distributor-section .col-lg-12 + .col-lg-12:nth-child(even) .distributors-download p {
    color: #fff;
}*/
/*.distributor-section .col-lg-12 + .col-lg-12:nth-child(even) .col-lg-6 + .col-lg-6 {
    border-left: 1px solid rgb(255 255 255 / 22%);
}*/
.distributor-section .col-lg-12 + .col-lg-12:nth-child(even) .col-lg-6 + .col-lg-6 {
    border-left: 1px solid rgb(0 0 0 / 10%);
}
@media (max-width: 767px) {
	.distributor-section .col-lg-12 + .col-lg-12:nth-child(even) .col-lg-6 + .col-lg-6 {
	    border-left: 0;
	}
}
.distributors-download > p {
    max-width: 700px;
    margin: 0 auto 60px;
}
/*.distributors-download-btn .btn.btn2:hover,
.distributors-download-btn .btn.btn2:focus {
	background: #163168;
	border-color:#163168;
}
.distributor-section .col-lg-12 + .col-lg-12:nth-child(even) .distributors-download .btn.btn2:hover,
.distributor-section .col-lg-12 + .col-lg-12:nth-child(even) .distributors-download .btn.btn2:focus {
	background: #ffffff;
	border-color:#ffffff;
	color: #242424;
}*/

.distributors-download-btn {
    max-width: 260px;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.03);
}
.distributor-section {
    overflow: hidden;
    padding-bottom: 0;
}

.single-post .table-responsive table {
        width: 100%;
        border-collapse: collapse;
        margin: 25px 0;
        font-size: 16px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
.single-post .table-responsive thead tr {
        background-color: #1434A4;
        color: #ffffff;
        text-align: left;
    }
.single-post .table-responsive th,
.single-post .table-responsive td {
        padding: 12px 15px;
        border: 1px solid #dddddd;
    }
.single-post .table-responsive tbody tr {
        border-bottom: 1px solid #dddddd;
    }
.single-post .table-responsive tbody tr:nth-of-type(even) {
        background-color: #f3f3f3;
    }
.single-post .table-responsive tbody tr:last-of-type {
        border-bottom: 2px solid #1434A4;
    }

 .tmt-blog-content {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}
.tmt-blog-content h2 {
    color: #1434A4;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    scroll-margin-top: 20px;
}
.tmt-blog-content h3 {
    color: #1434A4;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
}
.tmt-blog-content ul, .tmt-blog-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}
.tmt-blog-content li {
    margin-bottom: 8px;
}

   /* Table of Contents Style */
    .toc-container {
        background-color: #f0f4ff;
        border: 1px solid #1434A4;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 30px;
    }
    .toc-container h3 {
        margin-top: 0;
        border-bottom: 1px solid #ccd5f0;
        padding-bottom: 10px;
        font-size: 18px;
    }
    .toc-list {
        list-style: none;
        padding: 0!important;
        margin: 0!important;
    }
    .toc-list li {
    	margin-bottom: 8px;
	    list-style: none !important;
	}
    .toc-list a {
        text-decoration: none;
        color: #333;
        font-weight: 500;
        transition: color 0.2s;
    }
    .toc-list a:hover {
        color: #1434A4;
        text-decoration: underline;
    }

   .header_start {
  position: fixed;
  top: 39px;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.2s linear;
  
}

header.header_start.sticky-header {
    top: 0;
}

.carousel {
    margin-top: 99px;
}


.app-li-nks {
    position: fixed;
    bottom: 10px;
    z-index: 99;
    left: 100px;
    /* right: 0; */
    width: auto;
    text-align: left;
    float: left;
}
.app-li-nks ul {
    display: flex;
    flex-wrap: wrap;
}
.app-li-nks ul li a img {
    width: 35px;
    transition: all ease-in-out 0.3s;
}
.app-li-nks ul li {
    margin-left: 10px;
   
}
.app-li-nks ul li a {
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
}

.mission_vission.solutions_projects .serviceBox .service-icon img {
    height: auto;
    object-fit: inherit;
    max-width: 60px;
}

.ltn__blog-area .col-md-4 {
    margin-bottom: 30px;
}
.blog-meta {
	margin-bottom: 15px;
}
.blog-meta span {
    color: #6b6b6b;
}
.blog-meta span i {
    color: #1434A4;
}
.single-post .footer_social_icons .social_icons li {
    margin: 0 8px 0 0;
    list-style: none;
}
.single-post .product_detail_page ul {
    margin-left: 0;
}