/* Define CSS variables in :root */

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #464646;
	}


img{ max-width:100%;}
p,h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{ font-family: 'Barlow', sans-serif;}

ul{
	list-style: none;
	padding: 0;
	margin: 0;

}
a{
	text-decoration: none;
}


/*.container-fluid {
	padding: 0px 10px !important;
}*/

.top-nav{     background: linear-gradient(to right, #0170B9, #1F468D);
    padding: 7px 0px;
    min-height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 14px;
    color: #fff;}
.top-nav span{background: #fff;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 40px;
    position: relative;}
.top-nav span img{    position: absolute;
    width: 20px;
    top: 3px;
    left: 6px;} 
.top-nav stong{position: relative;
    bottom: 10px;}    
.top-head-cont{	    padding: 0;
    list-style: none;
    display: flex; 
    gap: 20px; 
    justify-content: end;} 

 .top-head-cont li{
	line-height: 9px;
	text-align:center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
   }
.top-head-cont li a{     color: #fff;
    position: relative;
    bottom: 10px; }
.top-head-cont li a:hover{color:#000000}

.main-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .2);
}

.stellarnav.mobile.right>ul {
    z-index: 99;
    background: #080807;
}


.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 16px;
}

.stellarnav ul {
	padding: 0px 0px;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
}
.stellarnav li {
	list-style: none;
	margin:0px 6px;
}

.stellarnav>ul>li>a {	
    font-size: 15px;
    font-weight: 600;
    line-height: 9px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 0px 18px !important;
    text-transform: capitalize;
    color: #000000;
}

.stellarnav>ul>li>a::before{   
    content: "";
    background: #E92121;
    width: 91%;
    height: 2px;
    display: table;
    background-repeat: no-repeat;
    position: absolute;
    top: 23px;
    left: 53%;
    transform: translate(-50%, -50%); display:none}

.stellarnav>ul>li>a:hover:before{ display:block;}	
.stellarnav>ul>li>a:hover {
	color:#E92121;
	border-bottom:var(--color-wite) 1px solid;
}

.stellarnav>ul>li>a.active {
    color:#E92121; !important;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
    width: 186px;
    padding: 0px 0px;
    background: #fff;
    z-index: 999;
    color: #000;
	margin-top:16px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
    font-size: 15px;
    padding: 8px 12px;
 
}

.stellarnav li.menu-item-has-children a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	
	color: #E92121;
}

.main-nav .stellarnav li li a.active {
	background: #ecebeb82;
	color: #21cdc0;
}

.stellarnav li.menu-item-has-children>a::after {	
    content: '';
    margin-left: 7px !important;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #21cdc0;
    display: inline-block;
    border: none !important;
    background: url(../images/menu-arrow.svg);
    width: 20px;
    height: 8px;}
.carousel-control-next, .carousel-control-prev{ width:5%;}
.menu-item-has-children:hover .sub-menu{display:block;}
.main-nav {
    margin: 0px 0px;
    padding: 10px 0px;
    width: 100%;
    height: auto;
    transition: all 0.1s ease 0s;
    opacity: 0.9;
    position: relative;
    z-index: 9;
}
.mega-sub-menu li a{text-transform: uppercase !important;}

.login-nav{     display: inline-flex;
    gap: 10px;
    float: right;}
#mega-menu-wrap-menu-1 {display:inline-flex !important;} 
.mega-mobile-parent-nav-menu-item{display:none;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
       background: url(../images/menu-arrow.svg) !important;
    background-repeat: no-repeat !important;
    top: 17px;
    font-size: 0px;
    width: 20px !important;
    height: 15px !important;}
    
.login-nav li a{
    border: 2px solid #000000;
    width: 35px;
    height: 35px;
    border-radius: 20px; 
	    display: flex;
		justify-content: center;
		align-items: center; }
.login-nav li a  img{    width: 23px;
    height: 22px;
    max-width: max-content;}
.login-nav li a::before,.login-nav li:hover a:before{ display:none !important;}

.main-menu-more{display:none;}
.login-nav{}

	.carousel-item{position: relative;}
	.carousel-item:before{ 
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background: url(../images/banner-pattern.png) repeat rgba(0, 0, 0, .6);
		height: 100%;
		z-index: 9; opacity:.8;}

		.carousel-caption{
			left: 6%;
			right: 6%;
			bottom:20%;
			position: absolute;
			z-index: 999;}

.carousel-item h1 {
	font-size: 65px;
	font-weight: bold;
	line-height: 69px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.carousel-item h4{text-align: left; font-size:30px; font-weight:600; margin-top:30px; margin-bottom:30px;}
.banner-nav{ position: relative;
    text-align: left;
    padding-left: 0px;}

.banner-nav li {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;}
.banner-nav li span{
    padding-right: 10px;
    width: 40px;
    display: inline-block;}	


.home-choose {
    padding: 100px 0px 50px 0px;
}
.home-choose h6{font-family: Barlow Condensed;
	font-size: 28px;
	font-weight: 600; color:#3A3A3A; text-transform:uppercase;
		}
.home-choose h3{font-family: Barlow Condensed;
	font-size: 58px;
	font-weight: 600;
	color:#B4CD96; text-transform:uppercase;	}

.home-choose p{font-family: Barlow;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none; color: #3A3A3A;
	}	
.home-choose a,.rem-nav li a{
    font-family: Barlow Condensed;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.075em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    color: #3A3A3A;
    margin-top: 20px;
    display: table; border-bottom:2px solid #B4CD96;} 
.home-choose a:hover,.rem-nav li a:hover{color:#B4CD96;}	
.glightbox-clean .gdesc-inner{display:none;}
.gallery a{   margin-bottom: 9px;
    display: inline-block;
    margin-right: 9px;}
.remodaling-sec{padding:50px 0px 50px 0px;}
.remodaling-sec h3{font-family: Barlow Condensed;
	font-size: 28px;
	font-weight: 600;
	color:#3A3A3A;
	text-transform:uppercase; margin-bottom:25px;}

.rem-nav{display: grid; /* Use CSS Grid */
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Responsive columns */
	gap: 20px; /* Gap between grid items */
	padding: 20px; /* Padding around the grid */}
.boder{ width:100%; height:2px; background:#F1F1F1; 
    position: relative;
    bottom: 50px;}
.boder::before{
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #B4CD96;
    display: table;
    border-radius: 20px;
    left: 50%;
    position: absolute;
    bottom: -7px;
    background: #fff;}

	.love-kit-sec {
		background-image:url(../images/love-kitcher.jpg); /* Replace with your image URL */
		background-size: cover; /* Cover the entire area */
		background-attachment: fixed; /* Fixed background */
		background-position: center; /* Center the background image */
		height:494px; /* Full viewport height */
		display: flex; /* Use flexbox for centering */
		justify-content: center; /* Center horizontally */
		align-items: center; /* Center vertically */
		color: white; /* Text color */
		text-align: center; /* Center text */
		position:relative;
	}
	.love-kit-sec:before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background: rgba(0, 0, 0, .4);
		height: 100%;
		z-index: 9;}
		.love-kit-sec .content-box {
			position: relative;
			z-index: 99;
		}
	.love-kit-sec h3 {
		margin-bottom: 10px; /* Space between heading and link */
	}

.star-nav{ margin-bottom: 20px;}
.star-nav li{ display:inline-block;}
.love-kit-sec h3{font-family: Barlow Condensed;
	font-size: 40px;
	font-weight: 600; text-transform:uppercase;	}
.review-but{
    border: 2px solid #FFFFFF;
    padding: 15px 62px;
    font-family: Barlow Condensed;
    font-size: 18px;
    font-weight: 600;
    line-height: 9px;
    color: #fff;
    margin-top: 50px;
    display: table;
    margin: 30px auto;	}	
.review-but:hover{background:#D03240; color:#fff; border: 2px solid #D03240;}	
.review-but img{ 
    position: relative;
    left: -11px;}

	.banner-contact{    display: flex;
		gap: 22px;
		margin-top: 30px;}
.banner-contact li{ }
.banner-contact li:nth-child(1) a{background: linear-gradient(to right, #0170B9, #1F468D); /* Gradient from left to right */
    color: white; /* Text color */
    border: none; /* No border */
    border-radius: 6px; /* Rounded corners */
    padding: 10px 20px; /* Padding for the button */
    font-size: 16px; /* Font size */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background 0.3s; /* Smooth transition for hover effect */;border:1px solid #000}
.banner-contact li:nth-child(1) a:hover{background: linear-gradient(to right, #1F468D, #0170B9); }
.banner-contact li:nth-child(2) a{background: linear-gradient(to right, #FFFFFF, #DEDEDE); /* Gradient from left to right */
    color: #000; /* Text color */
    border: none; /* No border */
    border-radius: 6px; /* Rounded corners */
    padding: 10px 20px; /* Padding for the button */
    font-size: 16px; /* Font size */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background 0.3s; /* Smooth transition for hover effect */;border:1px solid #000}
.banner-contact li:nth-child(2) a:hover{background: linear-gradient(to right, #DEDEDE, #FFFFFF); }
.feature-sec{background:#0170B9;padding:20px 0px;}
.feature-sec .container{    margin-top: -100px;
    position: relative;
    z-index: 9;}
.feature-box{    background: url(../images/box-line.jpg) repeat-x;
    max-width: 270px;
    width: 100%;
    height: 219px;
    border-radius: 5px;
    padding: 20px; position: relative;}
.feature-box ul{ display:flex; gap:20px;}
.feature-box ul li:nth-child(1){margin-top:20px;}	
.feature-box h3{ font-size:20px; font-weight:600; margin-top:20px;}
.read-more-but{   position: absolute;
    bottom: 7px;}
.feature-sec p{
    font-size: 14px;
    color: #fff;
    padding-left: 22px;}	

.home-about-sec{padding:88px 0px; position: relative;}
.home-about-nav{  display: flex;
    gap: 30px;
    margin-top: 40px;}
.home-about-nav span{margin-right:10px;}
.home-about-sec h6{ 
    color: #0170B9;
    font-size: 15px;
    font-weight: bold;
    padding-left: 110px;
    margin-bottom: 18px;}
.home-about-sec h6:before{ 
    content: "";
    position: absolute;
    z-index: 9;
    width: 70px;
    height: 2px;
    background: #0170B9;
    left: 130px;
    top: 96px;}
.home-about-sec h2{ 
    font-weight: bold;
    color: #0E2B3D;
    font-size: 44px;
    margin-bottom: 40px;
    max-width: 500px;}	
.home-about-sec p{
    font-size: 20px;
    line-height: 30px;
    color: #464646;}	
.home-about-nav{}
.home-about{position:relative;}
.home-about-nav li{font-size:20px; font-weight:bold; color:#264050;}	
.home-about img{ position:relative; float: right;}
.home-about-det{
    background: #fff;
    padding: 20px;
    width: 330px;
    display: table;
    right: 20px;
    position: absolute;
    top: 510px;}
.home-about-det p{color:#264050; font-wet:bold; font-size:15px;}
.custom-section{ background: url(../images/features-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 690px; position:relative;}
.custom-box{ 
    background: #0170B9;
    padding: 50px;
    width: 100%;
    max-width: 370px;
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;}
.custom-box h4{margin-top:20px; margin-bottom:20px;}
.find-sol-but{ color:#fff;}
.find-sol-but:hover{color:#fff}
.find-sol-but img{ 
    position: relative;
    top: 5px;
    left: 5px;}
.our-app-box{ 
    color: #fff;
    padding: 100px 0px 0px 100px;}

.our-app-box h4{font-size:37px; font-weight:bold; margin-bottom:20px;;}
.our-app-box p{font-size:24px; line-height:34px;}
.read-more{ background: linear-gradient(to right, #52BAFF, #0088E1);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
	display:table;
   }
   .read-more:hover{background: linear-gradient(to right, #0088E1, #52BAFF);
    color: white;}

.custom-review{ 
    background: url(../images/testmonial-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;   
    padding: 90px 0px;}
.custom-review .container{position:relative; z-index:99;}	
.custom-review:before {	
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #E7F5FF;
    height: 100%;
    opacity: .4;	}	
.custom-review h3{font-size:37px; text-align: center; font-weight:bolder; margin-bottom:56px;}
.custom-review-box{
    background: #FFFFFF;
    width: 100%;
    max-width: 530px;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, .2);
    margin-bottom: 8px;
    border-radius: 20px; min-height:620px;}
.custom-reviewbord-box{min-height:558px;}    
.custom-review-box img{ 
    width: auto !important;
    display: table !important;
    margin: 30px auto;}
.custom-review-box p{color:#3E3E3E; font-size:16px;}	
.custom-review-box h6{font-weight:bold; margin-top:30px; margin-bottom:30px;}
.custom-reviewbord-box{ border: 2px dashed #0170B9; padding:20px; border-radius: 20px;}
.home-blog-sec{ position: relative;   
    padding: 90px 0px;}
.home-blog-sec .blog-detl h3{     font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
    min-height: 50px;}
.blog-detl p{text-align:left; margin-bottom:20px;}
.home .blog-detl p{ min-height: 53px;}
.blog-detl a{    text-align: left;
    margin-top: 2px;
    display: table;}	
.blog-detl p{ min-height:87px; margin: 0px;}
.home-blog {background: #FFFFFF;   
    box-shadow: 0px 5px 30px rgba(0, 0, 0, .2);
    margin-bottom: 8px;
    border-radius: 20px 20px 20px 20px; margin-bottom:46px;}
.home-blog-sec .home-blog img{ 
border-radius: 20px 20px 0px 0px;
} 

.home-blog-sec .home-blog .home_blog_img img{ 
 height: 200px;
    width: 100%;
}


.home-blog a img{border-radius:0px;}    
.blog-img{width:100%;  border-radius: 20px 20px 0px 0px;}
.blog-detl{padding:20px 15px; min-height: 240px;}
.read-more.view-more-blog{ 
    text-align: left;
    width: auto;
    margin: 0px auto;}
.home-quta-sec{ 
    position: relative;
    padding: 90px 0px 0px 0px;
    background: url(../images/quote-bg.svg);
    color: #fff;
    max-height: 560px; }

	.quta-box{ background:#FFFFFF; padding:60px 30px; }
	.quta-box-nav {
		display: grid;
		grid-template-columns: repeat(2, 1fr); /* 2 columns */
		grid-template-rows: auto; /* Automatic row height */
		gap: 10px; /* Space between grid items */
		margin-top: 20px;
	}

	/* Make all items except the last one span 1 column */
	.quta-box-nav li {
		grid-column: span 1; /* Default to 1 column */
	}

	/* Make the last item span 2 columns */
	.quta-box-nav li:nth-child(5),.quta-box-nav li:nth-child(6) {
		grid-column: span 2; /* Last item spans 2 columns */
	}
	.form-control {
		padding: .675rem .75rem;
		height: 60px;
	}
  .quta-box-det h3{ font-size:37px; font-weight:bold; margin-bottom:20px;}
  .quta-box-det p{font-size:15px;}
  .quta-box h3{color:#0E2B3D; font-size:24px; font-weight:bold;}
  
  .submit-but{ background: linear-gradient(to right, #0170B9, #1F468D);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
	display:table;
	width: 100%;
    text-align: center; margin-top:40px;
   }
   .submit-but:hover{background: linear-gradient(to right, #1F468D, #0170B9);
    color: white;}
	textarea.form-control {
		min-height: calc(1.5em +(.75rem + 2px));
		height: 120px;
	}
.inner-banner{position: relative;}
.inner-banner img{width:100%;}
.inner-banner h1{ 
       text-align: center;
    bottom: 40%;
    color: #fff;
    font-weight: bold;
    font-size: 38px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);}
    
 .inner-banner h2{ 
    text-align: center;
    bottom:19%;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);}   

.inner-page{padding:99px 0px} 
 .inner-page h2{
    color: #0E2B3D;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 15px;}
.manag-box{background: #0170B9;
    padding: 50px 35px;
    color: #fff;}
.manag-box h3{ font-size:32px; font-weight:bold;}
.manag-box h3 span{ margin-right:15px;}
.inner-page .manag-box ul {  margin-top: 20px; margin-left: 14px;}
.inner-page .manag-box ul li{    position: relative;
    padding-left: 31px;
    line-height: 48px;} 
.inner-page .manag-box ul li:before {    content: '';
    display: inline-block;
    background: url(../images/wight-checkbox.svg);
    width: 20px;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 14px;
}   

.page-template-area-of-services-php .inner-page .manag-box ul{
    display: flex;
    flex-wrap: wrap;}
.page-template-area-of-services-php .inner-page .manag-box ul li{ width: 50%;}    
    
.inner-page .manag-box ul li a{
   color:#fff;
}

.main-footer{background: #101010;
    padding: 130px 0px 0px 0px;}

.footer-logo{ width:90%;}
	.footer-cont{font-size:18px;}
	.footer-cont li span{color:#fff}
	.footer-cont li a,.footer-cont li{ color:#A1A1A1}
	.footer-cont li:nth-child(1) a{max-width: 353px;
		padding: 7px 23px;
		height: 40px;
		background: #D03240;
		font-family: Barlow Condensed;
		font-size: 18px;
		font-weight: 500;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		color: #fff;
		text-align: center;
		display: table;
		width: 100%;
		margin-bottom: 10px;}
.footer-cont li:nth-child(1) span{margin-right:3px;}
.footer-cont li:nth-child(1) span img{margin-right:3px;}
	.main-footer h4{ 
		color: #fff;
		text-decoration: none;
		margin-bottom: 13px;	
		font-size: 22px;
		font-weight: 600;
		line-height: 9px;
		letter-spacing: 0.02em;
		text-align: left;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		text-transform: capitalize;
		padding-bottom: 24px;
	}
		.main-footer p{font-family: Barlow;
			font-size: 16px;
			font-weight: 400;
			line-height: 24px;			
			color:#FFFFF1
			}
	.cost-pro img{ width:98px;}
	.cost-pro h6{color:#fff; font-size:20px;}
	.cost-pro ul{
		display: flex	;
		flex-wrap: wrap;
		padding: 0;
		list-style: none;
		gap: 20px;}
.cost-pro ul li{color:#01B4E5;}
.cost-pro ul li	del{color:#939395}	
.footer-nav{padding: 40px 0px;
    border-top: 2px solid #515151;
    margin-top: 30px;}
.footer-nav ul{display: flex;
		flex-wrap: wrap;
		padding: 0;
		list-style: none;
		gap: 20px; font-family: 'Barlow Condensed', sans-serif; text-transform:uppercase; }
.footer-nav ul li a:hover{color:#747474}
.footer-nav ul li a{color:#fff}
.cop-right{   
    background: #232323;
    margin-top: 20px;
    padding: 16px 0px;
    height: 54px;
    font-size: 15px;
    color: #A4A4A4;}
.cop-right a{ color:#0E9FFF}
.cop-right a:hover{ color:#fff;}
.cop-right img{ max-width:400px; float: right;}
.socal-med-nav{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    gap: 2px; margin-top:20px; margin-bottom:20px;}
.socal-med-nav li a{    
    background:transparent;
    display: table;
    width: 48px;
    height: 48px;
    position: relative;
    border-radius: 30px;}
.socal-med-nav li a:hover{ background: #059CEA;}    	
.socal-med-nav li a img{
    max-width: 25px;
    position: absolute;
    bottom:10px;
    left: 50%;
    transform: translateX(-50%);} 	
.socal-med-nav li:nth-child(1) img{ bottom:15px;}
.socal-med-nav li:nth-child(2) img{ bottom:15px;}
.breadcumb {position: relative;	}
	
	

.hero-content {
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #fff;
	}

	.hero-content-upper h2 {
		color: #ffffff;
		letter-spacing: 3px;
		font-size: 44px;
		font-weight: bold;
		text-transform: uppercase;	}
.inner-page{padding:50px 0px}	
.main-footer ul li{color:#fff; font-size:16px; line-height:31px;}
.main-footer ul li a{color:#fff}

/*kishor Css*/

.contactus-section {
    margin: 0px 0px;
    padding: 45px 0px;
    background: #ffffff;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.contactus-section h2 {
    margin: 0px 0px 14px 0px;
    padding: 0px 0px;
    font-family: "Bai Jamjuree", serif;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: 0px;
    color: #161413;
}
.contactus-section h6 {
    margin: 0px 0px;
    padding: 0px 20%;
    font-family: "Onest", serif;
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #5B5757;
}

.contact-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 30px 0px;
}

.addresscard {
   margin: 0px 0px;
    padding: 17px 16px;
    position: relative;
    width: 310px;
    background:linear-gradient(to right, #0170B9, #1F468D);
    border-radius: 0px 20px 0px 20px;
    min-height: 167px;
    box-shadow: 0px 4px 50px 0px #C4C4BB4D;
        min-height: 177px;
}

.addresscard-icon {
    background:#fff;
    margin: 5px auto;
    padding: 10px 0px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addresscard-icon img {
    width: 26px;
}
.addresscard h5 {
     padding: 15px 0px;
    text-align: center;
    font-size: 23px;
    line-height: 13px;
    font-weight: 500;
    color: #ffff;
    width: 100%;
    margin-bottom: 5px;
}
.addresscard p {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #161413;
    width: 100%;
    line-height: 21px;
}

.addresscard p a {
    color: #161413;
    text-decoration: none;
}

div#comments {
    display: none;
}
.inner-page p{
    font-size: 16px;
    line-height: 30px;
    color: #464646;
    padding: 0 0 20px 0;
}

.service_section2 {
    position: relative;
    background: url(../images/Dallas-TX.webp);
    background-position: center center;
    background-size: cover;
    padding: 68px 0;
}

.service_section2:before{ content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(2 2 2 / 68%);}
.service_section2 h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    position: relative;
}
.service_sec-det{z-index: 999;
    position: relative;}
.inner-page .service_section2 p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 15px 0 20px 0;
    position: relative;
}

.inner-page .service_section2 ul li {
    font-size: 16px;
    line-height: 6px;
    color: #fff;
    padding: 15px 0 12px 0;
    position: relative;
        padding-left: 31px;
}

.inner-page .service_section2 ul {
    columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding: 0 22%;
}

.inner-page .service_section2 ul li:before {
    content: '';
    display: inline-block;
    background: url(../images/wight-checkbox.svg);
    width: 20px;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 14px;
}

.elementor-background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(2 2 2 / 68%);
}

.service_section3 {
    text-align: center;
    padding: 50px 14%;
}

.service_section4 {
    text-align: center;
    padding: 50px 14%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #2454a0 0%, #2fc2bb 100%);
}

.inner-page .service_section4 h2 {
    color: #fff;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 15px;
}

.inner-page .service_section4 h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.service_section4_btn {
    margin-top: 40px;
}

.page-id-180 .service_section4 {
    text-align: center;
    padding: 50px 0%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #2454a0 0%, #2fc2bb 100%);
}

.service_section4_inn {
    padding: 30px;
    background: #00000014;
    margin-bottom: 30px;
    min-height: 225px;
}


.inner-page .service_section4 p {
   font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 0 0 20px 0;
}

.inner-page .service_section4 h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    position: relative;
}

.inner-page .service_section4 .service_section4_inn p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 15px 0 20px 0;
}

.service_section5 {
    text-align: center;
    padding: 50px 14%;
}

 /*Pricing Table*/
 
 .main-head {
	background: #0D1440;
	box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
	padding: 1rem;
	margin-bottom: 0;
	margin-top: 5rem;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 4px;
	font-size: 16px;
}

.pricing-table {
background: #fff;
    padding: 2rem;
    border-radius: 10px 0px;
    transition: .3s;
    box-shadow: 3px 6px 9px rgba(0, 0, 0, .2);
    border: 1px solid #1F468D;
    min-height:683px;
    position:relative;
}

.pricing-table:hover {
	box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, .15);
}

.pricing-table .pricing-label {
	border-radius: 2px;
	padding: .25rem .5rem;
	margin-bottom: 1rem;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}

.pricing-table h2 {
	color: #3b3b3b;
	font-size: 24px;
	font-weight: 600;
}

.pricing-table h5 {
    color: #1F468D;
   
}





.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: linear-gradient(to right, #0170B9, #1F468D); color:#fff;}
.pricing-table .pricing-features {
	margin-top: 2rem; min-height:200px;
}

.pricing-table .pricing-features .feature {
	font-size: 14px;
	margin: .5rem 0;
	color: #B3B3B3;
}

.pricing-table .pricing-features .feature span {
	display: inline-block;
	float: right;
	color: #3b3b3b;
	font-weight: 500;
}

.pricing-table 	.price-tag {
	margin-top: 2rem;
	text-align: center;
	font-weight: 500;
}

.pricing-table .price-tag .symbol {
	font-size: 24px;
}

.pricing-table .price-tag .amount {
	letter-spacing: -2px;
	font-size: 40px;
}

.pricing-table .price-tag .after {
	color: #3b3b3b;
	font-weight: 500;
}

.pricing-table .price-button {
	display: block;
	color: #fff;
	margin-top: 2rem;
	padding: .75rem;
	border-radius: 2px;
	text-align: center;
	font-weight: 500;
	transition: .3s;
}
.entry-footer,.post-navigation{display:none;}
.pricing-table .price-button:hover {
	text-decoration: none;
}

.purple .pricing-label {
	background: #cad2ff;
	color: #627afe;
}

.purple .price-tag {
	color: #627afe;
}

.purple .price-button {
	background: #627afe;
}

.purple .price-button:hover {
	background: #546dfe;
}

.turquoise .pricing-label {
	background: #b9edee;
	color: #44cdd2;
}

.turquoise .price-tag {
	color: #44cdd2;
}

.turquoise .price-button {
	background: #44cdd2;
}

.turquoise .price-button:hover {
	background: #2dbcc4;
}

.red .pricing-label {
	background: #ffc4c4;
	color: #ff5e5e;
}

.red .price-tag {
	color: #ff5e5e;
}

.red .price-button {
	background: #ff5e5e;
}

.red .price-button:hover {
	background: #f23c3c;
}

.price_section {
    padding: 50px 0;
}

.inner-page .price_section p {
    font-size: 13px;
    line-height: 22px;
    color: #464646;
    padding: 0 0 20px 0;
}

.pricing_btn {
    padding-top: 10px;
}

.price_section ul li {
    position: relative;
    padding-left: 31px;
    line-height: 48px;
}

.price_section ul li:before {
    content: '';
    display: inline-block;
    background: url(../images/check.png);
    width: 20px;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Woocommerce*/

.product_listing {
    position: relative;
    display: block;
    padding: 80px 0px 70px 0px;
    background-image: url(../images/featured-product-bg.png);
    background-size: cover;
}

.pro_left {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 5px 12px #0000004D;
    margin-bottom: 25px;
    border: 1px solid #BFBFBF;
    border-radius: 20px;
}
.pro_left h2 {
    color: #000000;
    margin-bottom: 20px;
    font-size: 20px;
    border-bottom: 1px solid #787878;
    padding: 0px 0px 12px 0px;
}

.pro_left ul {
    padding: 0;
}

.bapf_body ul label {
    font: normal normal normal 16px/48px Philosopher;
    letter-spacing: -0.4px;
    color: #C2C2C2;
}

.product_listing ul li {
    background-color: #fff;
    border: 1px solid white;
    padding: 40px 15px 20px 15px;
    border-radius: 20px;
    position: relative;
}

.product_listing ul li{
    margin-bottom: 20px;
}

.product_listing ul li img {
    width: 100% !important;
    height: 265px;
    object-fit: contain;
}



/* Updated Css 15/11/2024 */
.orderby {
	background: #fff;
	border: #ccc 1px solid;
	border-radius: 7px;
	font-size: 14px;
	color: #3e3a3a;
	padding: 7px 12px;
	width: 144px;
}

.archive .bapf_body ul label {
    font-family: 'Cera Pro' !important;
	letter-spacing: 0px;
	color: #282727;
	font-weight: 500;
	font-size: 18px;
}
.archive .p-btm {
	text-align: center;
	font-weight: 600;
}
.archive .shop-btn {
  font-family: 'Cera Pro';
  font-size: 15px !important;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 14px 23px;
  border-radius: 27px;
  background: #000000;
  display: inline-block;
  transition: all 300ms ease-in-out;
  margin-top: 2px;
  border: 0px;
}
.archive .shop-btn:hover {
	background: #0AB1EB  !important;
    }
.sort-sec {
	margin: 0px 0px 41px 0px;
	padding: 0px 0px;
	width: 100%;
	display: block;
}
.product-box {
  padding: 0px 0px;
  margin: 0px 0px 25px 0px;
  width: 100%;
}

.product-box h3  {
    padding: 0px 0px 5px 0px;
    margin: 0px 0px;
    text-align: center;
    font: normal normal bold 18px/24px Cera Pro;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
}
.product-box h6  {
padding: 0px 0px;
  margin: 0px 0px;
  text-align: center;
  font: normal normal 500 18px/36px Space Mono;
  letter-spacing: 0px;
  color: #000000;
}
.p-img-bx{
  padding: 28px 11px;
  margin: 0px 0px 5px 0px;
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #91919129;
  border: 1px solid #CBCECE;
  border-radius: 15px;
  height: 330px;
  overflow: hidden;
 }
.p-img-bx img {
	width: 100%;
	height: 100% !important;
	object-fit: contain;
}
  .woocommerce .woocommerce-ordering {
  margin: 0 !important;
}

.single .woocommerce-product-details__short-description {
	margin-bottom: 22px;
}
.single .product_title {
margin: 0px 0px 13px 0px;
  padding: 0px 0px;
  text-align: left;
  font: normal normal bold 34px/39px Cera Pro !important;
  letter-spacing: 0px;
  color: #000000;
  width: 100%;
    }
.single .price {
  color: #000 !important;
  font-size: 26px !important;
  font-weight: 600 !important;
}
.single .qty {
	width: 3.631em;
	text-align: center;
	padding: 5px;
	margin-right: 10px;
	border-radius: 4px;
	border: #ccc 1px solid;
}
.single .woo-variation-product-gallery {
	max-width: 49% !important;
	width: 100%;
}
.single .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
	width: 80%;
	height: 430px;
	overflow: hidden;
	background: #fff !important;
    box-shadow: 0px 2px 4px #91919129;
    border: 1px solid #CBCECE;
    border-radius: 8px;
    padding: 35px 0px;
}
.single .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper img {
	width: 100%;
	height: 332px;
	object-fit: contain;
    }
.single .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized) > div {
	margin-bottom: var(--wvg-thumbnail-item-gap);
	height: 137px;
	overflow: hidden;
	background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #91919129;
    border: 1px solid #CBCECE;
    border-radius: 8px;
}
.single .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized) > div img {
	width: 100%;
    padding: 12px 0px;
    height: 124px;
	object-fit: contain;
    }
.single .posted_in a{ color: #807f7f !important;}
.single .product-content {
	text-align: center;
}


.wc-block-cart__submit-button {
  height: auto;
  padding: 1em;
  width: 50%;
  background: #000;
  border-radius: 41px !important;
  padding: 6px 22px;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  border: 0;
  }
.wc-block-cart__submit-button:hover {
	background: rgb(10, 177, 235) !important;
	color: #fff;
    }
.single form.cart button[type="submit"]:not(#qib_id):not(#qib_id):not(_):not(_) {
    background: linear-gradient(to right, #0170B9, #1F468D);
    color: white;
    border: none;
    border-radius: 6px !important;
    padding: 15px 30px !important;
    font-size: 15px !important;
    cursor: pointer;
    transition: background 0.3s;
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    opacity: 1;}
.qib-container {
	width: 100%;
	margin: 0px 0px 22px 0px;
    }
.single form.cart button[type="submit"]:not(#qib_id):not(#qib_id):not(_):not(_):hove{  background: linear-gradient(to right,#1F468D,  #0170B9) !important;}    
    
.single .single_add_to_cart_button {
  background-color: #0d021a!important;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  border-radius: 23px !important;
  box-shadow: 0px 6px 12px #000000B3 !important;
  font-size: 18px !important;
  text-transform: uppercase;
  padding: 13px 19px !important;
}
.single .single_add_to_cart_button:hover {
	background: #0AB1EB  !important;
    }
    
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{    background: linear-gradient(to right, #0170B9, #1F468D) !important;
    color: #fff !important;;}    
.related h2{
    margin: 0px 0px 21px 0px;
    font: normal normal bold 34px/39px Cera Pro !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
     }
.wc-tabs-wrapper.woocommerce-tabs ul.tabs {
	padding: 0 0 0 1em !important;
    }
 .woocommerce-tabs .woocommerce-Tabs-panel {
      background: #fff;
      border: #ccc 1px solid;
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: rgb(204, 204, 204);
      border-top: 0px;
      padding: 17px !important;
}
.p-btm h4{
    margin: 0px 0px 19px 0px;
    font-size: 18px;
    }
.woocommerce-form .woocommerce-Input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	border: #ccc 1px solid;
	border-radius: 5px;
	min-height: 39px;
	padding: 12px 12px;
	font-size: 14px;
	font-weight: 300;
	color: #5e5c5c;
}
.page-id-65 .woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	top: 9px !important;
}
.woocommerce-form .woocommerce-button {
background-color: #0d021a !important;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  border-radius: 23px !important;
  box-shadow: 0px 1px 7px #00000021 !important;
  font-size: 18px !important;
  text-transform: uppercase;
  padding: 6px 22px !important;
  border: 0px;
  font-weight: 700;
}
.woocommerce-form .woocommerce-button:hover {
	background: #0AB1EB  !important;
    }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: 1px solid #cfc8d8;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px;
	min-height: 325px;
}




 /*=============================my-account=================================================*/ 
 
 
  .woocommerce-MyAccount-navigation ul {
	list-style-type: none;
}
 
.woocommerce-MyAccount-navigation ul li a {
	background: #000;
	color: #fff;
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 16px;
	font-size: 20px;
	border-radius: 5px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #0AB1EB;
	color: #fff;
}

.woocommerce-MyAccount-navigation ul li a:hover { 
    background: #0AB1EB;
	color: #fff; }
	
	
	
.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
background: #F9F9F9C7 0% 0% no-repeat padding-box;
  border: 1px solid #E8E7E5;
  border-radius: 10px;
  padding: 11px 11px;
  min-height: 500px;
}
.tabs.wc-tabs {
	margin: 0px !important;
    }
    
.woocommerce-tabs .woocommerce-Tabs-panel h2{
   margin: 0px 0px 11px 0px;
   font-size: 22px;
   }
	
	
	
.u-column1.col-1.woocommerce-Address {
border: #ccc9 1px solid;
  padding: 7px 13px;
  margin-top: 12px;
  min-height: 284px;
  background: #fff;
  border-radius: 10px;
}


.u-column2.col-2.woocommerce-Address {
border: #ccc9 1px solid;
  padding: 7px 13px;
  margin-top: 12px;
  min-height: 284px;
  background: #fff;
  border-radius: 10px;
}
	
	
.u-column1 header {
	padding: 8px 0px;
	border-bottom: #cccccc70 1px solid;
	margin-bottom: 13px;
	display: flex;
	justify-content: left;
	gap: 8px;
}	
	
.u-column2 header {
	padding: 8px 0px;
	border-bottom: #cccccc70 1px solid;
	margin-bottom: 13px;
	display: flex;
	justify-content: left;
	gap: 8px;
}


.woocommerce-Address-title h2 { text-align: left;
  font: normal normal 600 17px/20px Inter;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding: 0px 0px 10px 0px;
  margin: 0px;
  width: 50%;
  text-align: left;  }
	
	
.woocommerce-account .addresses .title .edit {
  background: #0AB1EB;
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 11px;
  height: 33px;

}


.woocommerce-account .addresses .title .edit:hover { background: #000; }

.woocommerce-Button.button { 
  background: #000 !important;
   color: #fff;
  -webkit-font-smoothing: antialiased;
  border-radius: 23px !important;
  box-shadow: 0px 1px 7px #00000021 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  padding: 6px 22px !important;
  border: 0px;
  font-weight: 700;  
}

.woocommerce-Button.button:hover { background:#0AB1EB !important; }
.tinv-header h2{
   font-size: 21px !important; 
   }

legend { 
  text-align: left;
  font: normal normal bold 25px/27px Inter;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding: 0px 0px 11px 0px;
  margin: 19px 0px 14px 0px;
  border-bottom: #ccc 1px solid; 
  }


.button.wc-forward { background: #000 !important;
  border-radius: 35px !important;
  text-align: center;
  font: normal normal bold 14px/18px Inter !important;
  font-weight: bold;
  letter-spacing: 1px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  opacity: 1;
  padding: 12px 20px !important;
  margin: 0px;
  float: left;
  cursor: pointer;
  font-weight: 500;
  margin: 20px 0px 0px !important;  }


.button.wc-forward:hover { background:#0AB1EB !important; }
.google-location{display:none;}

.product_meta {
    display: none;
}
.qib-button:not(#qib_id):not(#qib_id) {
	line-height: 1;
	display: inline-block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	height: 35px;
	width: 30px;
	color: black;
	background: #C8C8C8;
	border-color: #C8C8C8;
	float: left;
	min-height: initial;
	min-width: initial;
	max-height: initial;
	max-width: initial;
	vertical-align: middle;
	font-size: 28px;
	letter-spacing: 0;
	border-style: solid;
	border-width: 1px;
	transition: none;
	border-radius: 0;
	line-height: 25px;
}
.edit-account .woocommerce-Input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	border: #ccc 1px solid;
	border-radius: 5px;
	min-height: 40px;
	padding: 8px 12px;
	font-size: 15px;
   }
.edit-account label {
	line-height: 2;
	font-size: 15px;
    }
.edit-account em {
	font-size: 14px;
    }
.woocommerce-MyAccount-content h2 {
text-align: left;
  font: normal normal bold 17px/27px Inter;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding: 0px 0px 11px 0px;
}
.woocommerce-MyAccount-content label {
	font: normal normal normal 15px/30px Inter !important;
	letter-spacing: 0px;
	color: #3D3D3D;
    }
.woocommerce-MyAccount-content .input-text {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	border: #ccc 1px solid;
	border-radius: 5px;
	min-height: 40px;
	padding: 8px 12px;
	font-size: 15px;
   } 
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	height: 40px;
	padding: 5px 0px;
	font-size: 15px;
    }
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 8px;
	right: 5px;
	width: 20px;
    }
.woocommerce-address-fields .button {
  background: #000 !important;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  border-radius: 23px !important;
  box-shadow: 0px 1px 7px #00000021 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  padding: 6px 22px !important;
  border: 0px;
  font-weight: 700;
}
.woocommerce-address-fields .button:hover {
	background: #0AB1EB !important;
}

.wc-block-components-button{
  background: #000;
  border-radius: 41px !important;
  padding: 15px 63px !important;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  border: 0;
  }
.wc-block-components-button:hover {
	background: rgb(10, 177, 235) !important;
	color: #fff;
    }
.wc-block-checkout__actions_row {
	align-items: center;
	display: flex;
	justify-content: center;
    }
 .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width {
	width: auto !important;
   }
   
.wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="text"]{
  background-color: #fff;
  border: #ccc 1px solid !important;
  border-radius: 5px;
   }
   
.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="password"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="password"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"] {
	border: #ccc 1px solid !important;
	border-radius: 5px;
    }
.wc-blocks-components-select .wc-blocks-components-select__container {
	border: #ccc 1px solid !important;
	border-radius: 5px;
    }
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px #ccc !important;
    }
.woocommerce #review_form #respond textarea {
	border: #ccc 1px solid;
	border-radius: 5px;
    }
.comment-respond .submit{
  background: #000 !important;
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
  border-radius: 23px !important;
  box-shadow: 0px 1px 7px #00000021 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  padding: 13px 22px !important;
  border: 0px !important;
  font-weight: 700 !important;
  }
.comment-respond .submit:hover {
	background: #0AB1EB !important;
    }
    
.comment-form-email input {
	margin: 0px 0px 0px 5px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	border: #ccc 1px solid;
	border-radius: 5px;
	min-height: 35px;
	padding: 0px 10px;
	width: 100%;
}
.comment-form-author input {
	margin: 0px 0px 0px 5px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	border: #ccc 1px solid;
	border-radius: 5px;
	min-height: 35px;
	padding: 0px 10px;
		width: 100%;
}
.contact_right .shop-btn {
  background-color: #0d021a !important;
  color: #fff;
  border-radius: 23px !important;
  font-size: 15px !important;
  padding: 10px 45px !important;
  border: 0px;
}

.woocommerce-product-details__short-description ul li{
    position: relative;
    padding-left: 31px;
    line-height: 48px;
}

.woocommerce-product-details__short-description ul li:before{
    content: '';
    display: inline-block;
    background: url(../images/check.png);
    width: 20px;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contactmap h3 {
    font-size: 22px;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 23px;
}

.inner-page ul li{
    position: relative;
    padding-left: 31px;
    line-height: 40px;
} 

.inner-page ul li:before {
    content: '';
    display: inline-block;
    background: url(../images/check.png);
    width: 20px;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.abt_logo_section {
    margin: 50px 0;
}

.abt_logo_section .abt_logoinn{
margin-bottom: 30px;
}

.abt_logo_section .abt_logoinn img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}

.manag-box.area_of_services_right {
    padding: 10px 35px;
}

.inner-page h4 {
    color: #0E2B3D;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.inner-page .service_section2 h2 {
    color: #fff !important;
    color: #0E2B3D;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
}

.industries_inn img {
    height: auto;
    margin-bottom: 20px;
}
.mega-current_page_item a{background:#e92121 !important; color:#fff !important;}
.woocommerce-account .inner-page ul li:before,.woocommerce ul.products li.product ul li:before .woocommerce-placeholder ul li:before{ display:none;}
.modal.show .modal-dialog {
    transform: none;
    max-width: 650px;
    margin-top: 15%;
}

.media_section .video_inn {
    text-align: center;
}

.media_section .video_inn h3 {
   color: #0E2B3D;
    font-size: 30px;
    margin-bottom: 15px;
}

.media_section .video_inn h3 a {
   color: #0E2B3D;
}


.banding-nav {
       display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    background: #fff;
    padding: 20px;
    border-radius: 0px 20px;
    max-width: 237px;}




.banding-nav li:last-child a{    background: none;
    font-size: 18px;
    color: #2454a0;
    font-weight: bold;}
.banding-nav li:last-child a:hover{color:#2454a0;}
.banding-nav li a{font-size:0px;}
 
.banding-nav li a{    font-size: 0px;
    background: url(../images/branging-img.png); 
    display: block;
    background-repeat: no-repeat;}
.banding-nav li:nth-child(1) a{height: 89px; width: 200px;}    
.banding-nav li:nth-child(1) a:hover{background-position:0px -88px;} 
.banding-nav li:nth-child(2) a {     background-position: 0px -178px;
    width: 250px;
    height: 84px;}
.banding-nav li:nth-child(3) a { background-position: 0px -265px;
    width: 250px;
    height: 86px;}

.elementor-price-table__ribbon {
    height: 150px;
    left: auto;
    overflow: hidden; 
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(90deg);
    width: 150px;
}

.elementor-price-table__ribbon-inner {
    background: #e92121;
    font-size: 13px;
    font-weight: 800;
    left: 0;
    line-height: 2;
    margin-top: 35px;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    width: 200%;
    color:#fff
}
.page-id-291 .service_section4,.page-id-291 .manag-box{display:none;}
body > section.inner-page > div.price_section > div > div > div:nth-child(1) > div > div.elementor-price-table__ribbon,body > section.inner-page > div.price_section > div > div > div:nth-child(3) > div > div.elementor-price-table__ribbon{display:none;}
.blog .blog-img{max-height: 180px;
    overflow: hidden;}
    
  .home-blog-sec h3{
      font-size: 37px;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 56px;
  }  

.blog-detl h3 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 25px;
    height: 60px;
} 

.single-post .entry-header h1 {
    font-size: 37px;
    font-weight: bolder;
    margin-bottom: 15px;
}

.single-post .entry-content {
    padding-top: 15px;
}

.single-post .entry-content h3 {
    font-size: 28px;
    font-weight: bolder;
    margin-bottom: 15px;
}