:root {
	/* --color-primary: #fc0000;
	--color-primary-hover: #bf0000; */
}
body{
    font-family: "Montserrat", system-ui;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", system-ui;
}

.h-banner {
	height: 450px !important;
}
.h-banner2 {
	height: 350px !important;
}
.blog-img-height {
	height: 170px;
}
/* .card.card-plain.card-blog {
	height: 470px;
} */
.card.card-plain.card-blog {
	height: 410px;
}
.fs-1 {
	font-size: 45px;
}
.fs-25 {
	font-size: 25px;
}
.bg-gray3 {
	background: #f1f5fa;
}
.bg-primary {
	background-color: var(--color-primary) !important;
}
.bg-black {
	background-color: #000;
}
body {
	background-color: #f1f5fa;
	padding: 0px;
}
.btn-primary {
	color: #fff;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}
.btn-primary:hover {
	color: #fff;
	background-color: var(--color-primary-hover);
	border-color: var(--color-primary-hover);
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
	color: #fff;
	background-color: var(--color-primary-hover);
	border-color: var(--color-primary-hover);
	box-shadow: none;
}
.text-black {
	color: #000;
}
.twelve.showtools {
	border-bottom: 1px solid #dcdbdb;
	padding: 0 1.5rem;
}
.twelve h1 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.5em;
	position: relative;
	color: #000;
}
a.link-f {
	padding: 0px 14px;
	color: #fff;
}
.footer {
	position: relative;
}
@media (min-width: 1200px) {
	body[data-layout="horizontal"] .container-fluid {
		max-width: 100%;
	}
}

body {
	padding: 0;
}
body[data-layout="horizontal"] .content-page {
	margin-left: 0 !important;
	margin-top: 0;
	padding: 0;
}
::selection {
	color: #fff;
	background-color: var(--color-primary);
}
@media (min-width: 1200px) {
	body[data-layout="horizontal"] .container-fluid {
		max-width: 100%;
	}
}
.logo-box .logo img {
	width: 160px;
	height: 60px;
	object-fit: contain;
}
body[data-layout="horizontal"] .navbar-custom {
	background-color: #ffffff;
	box-shadow: none;
}
body[data-layout="horizontal"] .navbar-custom .topnav-menu .nav-link {
	color: #777;
	transition: all 0.5s;
}
body[data-layout="horizontal"] .navbar-custom .topnav-menu .nav-link:hover {
	color: var(--color-primary);
}
.logo-box {
	background-color: #ffffff;
}
.notification-list .noti-icon {
	font-size: 14px;
}
.content-page {
	margin-top: 0px !important;
	padding: 0px;
}
.view .mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-attachment: fixed;
	background-color: rgba(2, 2, 2, 0.5);
}
body[data-layout="horizontal"] .navbar-custom {
	padding: 0 10px;
	background-color: transparent;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	top: 0;
	height: 80px;
}
.notification-list .noti-icon {
	font-size: unset;
}
.logo-box {
	background-color: transparent;
}
.header {
	z-index: 1000;
	height: 80px;
	width: 100%;
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}

.tool-box {
	text-align: center;
	background-color: var(--color-primary);
	border-radius: 8px 8px 10px 10px;
	margin-bottom: 10px;
	box-shadow: 0 0 25px 0 rgba(73, 80, 87, 0.1);
	transition: all 0.5s;
}
/* .tools-box-section{
	position: relative;
} */
.tools-box-section .tool-box .tool-content .title{
	position: relative;
}

.tools-box-section .tool-box .tool-content .title::after {
	content: "";
	/* transition: all 0.3s; */
	border-bottom: 2px solid var(--color-primary);
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
/* display: inline-block; */
  }
  .tools-box-section .tool-box:hover .title::after {
	width: 100%;
	display: inline-block;
	transition: all 0.3s;
	border-bottom: 2px solid var(--color-primary);
  }
  .tools-box-section .tool-box:hover .title {

	/* border-bottom: 2px solid var(--color-primary); */
	display: inline-block;
	transition: all 0.3s;
  }

.tool-box:hover {
	box-shadow: 0 0 25px 0 rgb(73, 80, 87, 0.3);
	box-shadow: 0 5px 35px 0px rgba(35, 35, 35, 0.2);
}
.tool-box .tool-icon {
	padding: 30px 0;
}
.tool-box .tool-icon a {
	font-size: 30px;
	color: var(--color-primary);
}
.tool-box .tool-content {
	padding: 5px 0;
	/* background-color: #f7f8fc; */
	background-color: #fff;
	border-radius: 0 0px 8px 8px;
}
.tool-box .tool-content .title {
	font-size: 16px;
}
footer.footer {
	position: relative;
	padding: 30px 0;
	color: #fff;
	text-align: start ;
}
footer.footer {
	position: relative;
	background-blend-mode: luminosity;
	z-index: 9;
	padding: 30px 0;
	color: #fff;
}
footer.footer .footer-logo img {
	width: 160px;
	height: 60px;
	object-fit: contain;
}
footer.footer .footer-content .title {
	margin-bottom: 20px;
}
footer.footer .footer-content .icon-social li {
	margin-bottom: 20px;
}
footer.footer .footer-content .icon-social li a {
	color: #fff;
	display: flex;
}
footer.footer .footer-content .icon-social li i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	color: var(--color-primary-hover);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer.footer .footer-content ul {
	padding: 0;
}
footer.footer .footer-content ul li {
	list-style: none;
	margin-bottom: 10px;
}
footer.footer .footer-content ul li a {
	list-style: none;
	color: #fff;
}
.footer-end {
	background-color: #000000f5;
  color: #fff;
  padding: 20px;
  font-weight: 400;
  border-top: 1px solid #483c3c1a;
}
footer.footer .footer-border {
	border-bottom: 1px solid #b79a9a26;
	padding-bottom: 20px;
  }
footer.footer .footer-content .icon-social li i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background-color: var(--color-primary);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer.footer .footer-content .icon-social li:hover i {
	background-color: #fff;
	color: var(--color-primary);;

}
footer.footer .footer-content .icon-social li:hover a {
	color: var(--color-primary);
}
footer.footer .footer-content ul li:hover a {
	color: var(--color-primary);
  }

.footer .footer-content .title {
	color: #fff;
}
.subscibe .subscribe-box-inner {
	position: relative;
	padding: 50px 20px;
	border-radius: 10px;
	/* background-image: url("https://aidady.com/assets/images/subscibe-bg1.jpg"); */
	z-index: 1;
}
.subscibe .subscribe-box-inner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
	z-index: -1;
	opacity: 0.7;
	border-radius: 10px;
}
.subscibe .subscribe-box-inner .input-group .form-control {
	height: 45px;
	margin: 0px 20px;
	border-radius: 50px !important;
	padding: 12px 15px;
	font-size: 14px;
	margin-top: 2px;
}
.subscibe .subscribe-box-inner h4 {
	color: #000;
	margin-top: 30px;
	font-weight: 700;
	font-size: 18px;
  }
  .subscibe .subscribe-box-inner .input-group .btn.btn-primary {
	border-radius: 50px !important;
	padding: 15px 45px;
	line-height: 13px;
	font-size: 14px;
	transition: all 0.5s;
	border: 2px solid var(--color-primary-hover);
  }


  
#menuActive {
	background-color: transparent;
	color: var(--color-primary);
	border-bottom: 3px solid var(--color-primary);
}
.webtool-banner-box a img {
	width: 100%;
	/* height: 250px; */
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.webtool-banner-box {
	margin: 20px 0;
}

.navbar .navbar-collapse .navbar-nav .nav-item {
	padding: 0 10px;
}

/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: 1s ease;
	border: none;
	opacity: 0;
	background: #00e676;
	display: flex;
	align-items: center;
	justify-content: center;
}
.scroll-top.open {
	bottom: 30px;
	opacity: 1;
}
.scroll-top:hover {
	background: #5ab185;
	color: #fff;
}
.scroll-top i {
	font-size: 20px;
}

.modal-header {
	background-color: var(--color-primary) ff;
}

.modal-header button {
	background: none;
	border: none;
	font-size: 29px;
	position: absolute;
	top: 22px;
	right: 20px;
	color: #ffff;
}
.modal-header button span {
	color: #ffff;
}
.logo-btn-box{
	text-align: end;
}
.footer .footer-content{
	text-align: start;
}
.footer .logo-content{
	text-align: start;	
}
footer.footer::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
	z-index: -1;
  }

  .webtool-banner-box .card.bg-dark{
	border-radius: 15px;
  }
  .card-blog:hover .card-image img {
	transform: scale(1.1);
	border-radius: 7px;

  }
  .card-blog .card-image  img {
	width: 100%;
	transition: all 300ms ease;
  }
  .card-blog .card-image {
	overflow: hidden;
	border-radius: 10px 10px 10px 10px;
  }

  .card-blog  {
	padding: 5px;
  }
  .site-text-white {
	
	border-bottom: 1px dashed var(--color-primary);
	padding-bottom: 10px;
  }

.card-box.style {
  border: 0px;

  border-radius: 10px;

  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);

}
.card-box.style .title{
	border-bottom: 1px dashed var(--color-primary);
	padding-bottom: 10px;
}

@media (max-width: 768px) {
	.h-banner {
		height: 320px !important;
	  }

	
	}

@media (max-width: 360px) {
.input-group{
display: block;

}
.subscibe .subscribe-box-inner .input-group .form-control {
	width: 100%;
	height: 45px;
  margin: 15px 0px;
}
.subscibe .subscribe-box-inner {
    padding: 10px 20px;
  }
  .h-banner2 {
	height: 245px !important;
  }

  .form-control{
	width: 100% !important;
  }
  .h-banner {
	height: 355px !important;
  }
  .webtool-banner-box a img {
	width: 100%;
	height: 130px;
	object-fit: cover;
	border-radius: 10px;
  }
}
.webtool-banner-box .card .card-img{
	border: 1px solid var(--color-primary);
  border-radius: 10px;
}
.list-group-hoverable .list-group-item i{
	color: var(--color-primary) !important;
}

.modal-backdrop{
	display:none !important;
  }