body{
  padding: 0;
}
body[data-layout=horizontal] .content-page {
  margin-left: 0!important;
  margin-top: 0;
  padding: 0;
}
::selection{
  color: #fff;
  background-color:   #4b46d8;
}
a{
  text-decoration: none;
}
.h-banner2 {
  height: 400px;
  object-fit: cover;
  width: 100%;
}

.inner-banner {
  position: relative;
}
.inner-banner:after{
  content: '';
  position: absolute;  
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
}
.card .card-img-overlay{
  z-index: 999;
}
.card .card-img-overlay .card-title{
  margin-top: 30px;
}
.btn.btn-primary{
  color: #fff!important;
}
body[data-layout=horizontal] .navbar-custom {
  padding: 0px;
  background-color: transparent;
  position: relative;
  left: 0;
  right: 0;
  height: auto;
}
.text-primary{
  color: #4b46d8!important;
}
.header {
  position: relative;
  z-index: 1000;
  width: 100%; 
  background: rgba(34,34,34,0.25);
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
  box-shadow: 0 0 25px 0 rgb(73 80 87 / 10%);
}
header.header.active {
  position: fixed;
}

.navbar-nav .nav-link {
  color: #2b2b2b;
  font-weight: 400;
  padding-right: .7rem;
  padding-left: .7rem;
  line-height: 4;
  /* font-size: 17px; */
  position: relative;
}
.navbar-nav .nav-link::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color:   #4b46d8;
}
.navbar-nav .nav-link {
  color: #2b2b2b;
  font-weight: 400;
  padding-right: .7rem;
  padding-left: .7rem;
  line-height: 4;
  /* font-size: 17px; */
  position: relative;
}
.navbar-nav .nav-link::before{
  content: "";
  width: 0;
  height: 4px;
  background-color:   #4b46d8;
  position: absolute;
  display: block;
  left: 50%;
  right: 50%;
  bottom: -9px;
  transition: all 0.5s;
}
.navbar-nav .nav-link.active::before{
  content: "";
  width: 100%;
  height: 4px;
  background-color:   #4b46d8;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -9px;
  transition: all 0.5s;
}
.navbar-nav .nav-link:hover::before{
  left: 0;
  right: 0;
  width: 100%;
}
.navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: #2b2b2b;
  font-weight: 600;
}
.list-group-item.head {
  z-index: 2;
  color: #fff;
  background-color:   #4b46d8;
  border-color:   #4b46d8;
}
.list-group-item .list-link{
  color: #2b2b2b;
  font-weight: 500;
  text-decoration: none;
}

/* top Bar */

.topbar{
  box-shadow: 0 6px 13px #00000017;
  width: 100%;
  padding: 22px 0;
  position: relative;
  background-color: #fff;
}
.topbar .topbar-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar .topbar-inner .search-icon{
  position: absolute;
  top: 6px;
  left: 5px;
  background-color: transparent;
  border-color: transparent;
  color: #00000080;
}
.topbar .topbar-inner .nav-search{
  position: relative;
}
.topbar .topbar-inner .form-control{
  width: 100%;
  line-height: 20px;
  padding: 10px 20px 10px 45px;
  border: 1px solid rgba(0,0,0,.3);
  background: white;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .72px;
  color: #777;
  position: relative;
  border-radius: 30px;
}
.navbar-custom .navbar .navbar-logo img{
  width: 160px;
  height: 60px;
  object-fit: contain;
}
.form-control:focus {
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color:   #4b46d8;
  border-color:   #4b46d8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #5752eb;
  border-color: #5752eb;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #5752eb;
  border-color: #5752eb;
  box-shadow: none;
}
.navbar .navbar-nav .nav-item{
  padding: 0 10px
}
header.header.active .topbar{
  display: none;
}

.navbar-custom .navbar .dropdown .dropdown-menu{
  width: 100%;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  background-color:   #4b46d8;
}

.subscibe{
  background-color: #5752eb;
  position: relative;
  z-index: 1;
}
.subscibe .subscribe-box-inner{
  position: relative;
  padding: 30px 0;
  border-radius: 10px;
  z-index: 1;
}
.subscibe .subscribe-box-inner h3{
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 400;
}

.subscibe .subscribe-box-inner .input-group .form-control{
  height: 55px;
  margin: 0px 20px;
  border-radius: 50px!important;
  padding: 12px 15px;
}
.subscibe .subscribe-box-inner .input-group .btn.btn-outline-primary{
  border-radius: 50px!important;
  padding: 15px 45px;
  line-height: 23px;
  font-size: 16px;
  transition: all 0.5s;
  border: 2px solid #ffffff;
  color: #fff;
}
footer.footer{
  position: relative;
  background-color: #5752eb;
  padding: 50px 0;
  color: #fff;
  text-align: start!important;
}
footer.footer{
  position: relative;
  /* background-color: #5752eb; */
  padding: 50px 0;
  color: #fff;
}
footer.footer .footer-logo img{
  width: 160px;
  height: 100%;
}
footer.footer .footer-content .title{
  margin-bottom: 30px;
}
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: #5752eb;
  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: #5752eb; */
  color: #fff;
  padding: 20px;
  border-top: 1px solid #fff;
}


.post-slide{
  margin: 10px;
  border-radius: 10px;
  transition: all 0.5s;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}
.post-slide:hover{
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
}

.post-slide .post-img img{
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 10px;
}
.post-slide .post-img{
  position: relative;
  z-index: -1;
}
.post-slide .post-img:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  border-radius: 10px;
  transition: all 0.5s;
}

.post-slide:hover .post-img:before{
  opacity: 0.5;
}

.post-slide .post-content{
  padding: 15px;
  position: relative;
}
.post-slide .post-content .post-title a{
  color: #2b2b2b;
}
.post-slide .post-content .post-content-hide{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  transform: scaleY(0);
  transition: all 0.5s;
}
.post-slide .post-content .post-content-hide a{
  color: #000;
}
.post-slide:hover .post-content .post-content-hide{
  transform: scaleY(1);
}

.category .post-slide .post-img{
  position: relative;
  overflow: hidden;
}
.category .post-slide .post-img:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  transition: all 0.5s;
  opacity: 0;
  border-radius: 10px;
}
.category .post-slide:hover .post-img:after{
  opacity: 0.2;
}
.category .post-slide .post-img a{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.50s linear;
  z-index: 999;
  transform: translate(-20px, -10px);
  color: #000;
}
.category .post-slide .post-img a i{
  background-color:   #4b46d8;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.category .post-slide:hover .post-img a{
  opacity: 1;
}




.blog .post-slide .post-content .sub-title{
  font-weight: 700;
  color:#4b46d8;
}
.blog .post-slide .post-content .post-title a{ 
  font-weight: 400;
  color: #000;
  transition: all 0.5s;
}
.blog .post-slide:hover .post-content a{ 
  color: #4b46d8;
}

.banner-one .banner-media img{
  width: 100%;
  height: 100%;
  max-height: 450px;
  object-fit: contain;
}
.banner-one {
  padding: 50px 0;
  background-image: url('https://aisitepro.com/assets/images/bg-4.png');
  position: relative;
  z-index: 1;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-one:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: -1;
}
.banner-wrapper .swiper .swiper-button-prev:after, .swiper-button-next:after {
  font-size: 20px!important;
  background-color:   #4b46d8;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.banner-wrapper .swiper .swiper-button-prev, .swiper-button-next {
  width: calc(var(--swiper-navigation-size) / 25 * 27)!important;
}
.banner-wrapper .swiper span.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  color: #000;
  opacity: 1;
}
.banner-wrapper .swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color:   #4b46d8;
  width: 10px;
  height: 10px;
}
.book-banner-box{
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 20px 0;
}
.book-banner-box .media a img{
  width: 100%;
  height: 200px;
}
@media (min-width: 1200px){
  body[data-layout=horizontal] .container-fluid {
      max-width: 100%!important;
  }
}

.card-banner{
  border: none;
}
.card-banner .view .card-img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.btn-outline-primary {
  color:   #4b46d8;
  border-color:   #4b46d8;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color:   #4b46d8;
  border-color:   #4b46d8;
}
.contact-card{
  display: flex;
}
.icon-c i {
  background: #24201c;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
  border-radius: 10px;
  transition: all 0.5s;
}
.contact-card:hover .icon-c i {
  background:   #4b46d8;
}

.owl-controls .owl-buttons{
  text-align:center;
  margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -20px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: all 0.5s;
  transform: translate(0, -50%);
}
.owl-controls .owl-buttons .owl-prev:hover{
  color: #fff;
  background-color:   #4b46d8;
}
.owl-controls .owl-buttons .owl-next{
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -20px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: all 0.5s;
  transform: translate(0, -50%);
}
.owl-controls .owl-buttons .owl-next:hover{
  color: #fff;
  background-color:   #4b46d8;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
  content:"\f104";
  font-family: FontAwesome;
  color: #333;
  font-size:30px;
  transition: all;
}
.owl-controls .owl-buttons .owl-prev:hover:after{
  color: #fff;
}
.owl-controls .owl-buttons .owl-next:hover:after{
  color: #fff;
}
.owl-controls .owl-buttons .owl-next:after{
  content:"\f105";
}
.portfolioContainer .landscape img{
  width: 100%;
  object-fit: cover;
  height: 200px;
  border-radius: 10px;
}
.portfolioContainer .portrait img{
  width: 100%;
  object-fit: cover;
  height: 420px;
  border-radius: 10px;
}
.banner-wrapper .banner-one .banner-inner .banner-title{
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.banner-wrapper .banner-one .banner-inner{
  margin-top: 80px;
}
.banner-wrapper .banner-one .banner-inner .input-group{
  position: relative;
}
.banner-wrapper .banner-one .banner-inner .input-group .submit-button{
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(10px, -50%);
  border: none;
  background-color: transparent;
  z-index: 9;
}
.banner-wrapper .banner-one .banner-inner .input-group .form-control{
  padding: 10px 50px 10px 30px;
  border-radius: 50px 0 0 50px;
  font-size: 16px;
}
.banner-wrapper .banner-one .banner-inner .input-group .form-select{
  border-radius: 0 50px 50px 0;
}
.banner-wrapper .form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.banner-wrapper .form-select{
  border: none;
}
.picbox .picbox-title{
  background-color: #000;
  padding: 10px 0;
}
.picbox .picbox-title .title{
  color: #fff;
}
.picbox .picbox-wrapper .picbox-inner .media{
  width: 100%;
  height: 160px;
  position: relative;
}
.picbox .picbox-wrapper .picbox-inner .media:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  transition: all 0.5s;
}
.picbox .picbox-wrapper a:hover .picbox-inner .media:before {
  opacity: 0.7;
}
.picbox .picbox-wrapper .picbox-inner .media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.picbox .picbox-wrapper .picbox-inner{
  position: relative;
  z-index: -1;
}
.picbox .picbox-wrapper .picbox-inner .content{
  color: #fff!important;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* @import "compass/css3";

html {
  font-family: "Calibri", "Trebuchet MS", "Helvetica", sans-serif;
}
h3 {
  margin-top: 0;
  font-size: 24px;
}
a,
  a:visited {
    color: #1760BF;
    text-decoration: none;
  }
  a:hover {
    color: #c00;
  }
.links {
  ul {
    
  }
  li {
   margin-bottom: 5px; 
  }
}
h4 {
  margin: 24px 0 0 0;
}

.bottom-text {
  margin-top: 40px;
  border-top: 2px solid #e5e7e9;
  a {
    border-bottom: 1px solid #e5e7e9;
  }
  p {
   max-width: 650px; 
  }
} */

.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}

.btn-gallery img {
  max-width: 300px;
  height: auto;
}

.portfolioContainer .media{
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
 .portfolioContainer .media:before{  
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #000;
  border-radius: 10px;
  opacity: 0.5;
  transition: all 0.5s;
}

.portfolioContainer .media:hover:before{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.portfolioContainer .media .media-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 50px;
  right: 0;
  padding: 10px 20px;
  opacity: 0;
  transition: all 0.5s;
}
.portfolioContainer .media:hover .media-content{  
  bottom: 0;
  opacity: 1;
}
.portfolioContainer .media .media-icon{
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.portfolioContainer .media .media-icon .icon-box{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolioContainer .media .media-icon .icon-box a{
  color: #fff;
  transition: all 0.5s;
}
.portfolioContainer .media .media-icon .icon-box a:hover{
  color: #4b46d8;
}


.rounded {
  border-radius: 0.75rem!important;
}

.about-box .media img{
  width: 100%;
  height: 450px;
  object-fit: contain;
}


.blog-box{
  padding: 50px 0;
}
.blog-box ul{
  list-style: none;
}
.blog-box .card{
  border: none;
  box-shadow: 0 3px 10px rgba(0 0 0 / 0.2);
}
.blog-box .card.blog-card{
  border-top: 5px solid rgba(87, 82, 235, 0.2);
  transition: all 0.5s;
}
.blog-box .card:hover.blog-card{
  border-top: 5px solid rgba(87, 82, 235, 1);
}
.blog-box .card .card-body .title{
  margin: 10px 0;
}

.blog-box .card .card-body .categories-list li{
  color: #777;
  padding: 5px 0;
  font-size: 14px;
  list-style: disc;
}
.blog-box .card .card-body .categories-list li a{
  font-weight: 500;
  font-size: 20px;
}

.post-details{
  display: flex;
  padding: 10px 0;
  align-items: center;

}
.post-details .media{
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
}
.post-details .media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.post-details .content{
    padding: 0 20px;
}
.post-details .content ul{
  padding: 0;
  display: flex;
  align-items: center;
}
.blog-box-inner a{
  color: inherit;
  transition: all 0.5s;
}
.blog-box-inner a:hover{
  color: #4b46d8;
}
.comment-list ul{
  display: flex;
  border-bottom: 1px solid #dee2e6!important;
}
.comment-list:last-child ul {
  border-bottom: 1px solid transparent!important;
}
.comment-list ul li i{
  font-size: 25px;
  margin-right: 20px;
}

.blog-box-wrapper .card{
  box-shadow: none;
}
.blog-box-wrapper .card .card-body .media img{
  width: 100%;
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
}
.blog-box-wrapper a{
  color: inherit;
  transition: all 0.5s;
}
.blog-box-wrapper a:hover{
  color: #4b46d8;
}
.blog-box-wrapper .card .card-body .content{
  padding: 20px 0;
}
.blog-box-wrapper .card .card-body .content .meta-tag{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 15px 0;
}
.blog-box-wrapper .card .card-body .content .meta-tag li{
  margin-right: 15px;
}
.view-btn{
  color: #4b46d8;
  font-weight: 700;
  position: relative;
  margin-right: 20px;
}
.view-btn i{
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: all 0.5s;
}
.view-btn:hover i{
  right: -20px;
  opacity: 1;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}
.pagination .btn a{
  color: #fff;
}
.list-details{
  padding: 0;
  list-style: none;
  margin: 15px 0;
}
.list-details li{
  color: #777;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}
.blog-box .title-content .form-select{
  padding: 10px;
  border-radius: 30px;
}
.blog-box .load-btn{
  text-align: center;
  margin: 10px 0;
}

/* 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;
}
#menuActive{
  position: relative;
}
#menuActive::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #4b46d8;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -9px;
  transition: all 0.5s;
}

.modal-header {
  background-color: #4b46d8;
}

.modal-header button {
  background: none;
  border: none;
  font-size: 29px;
  position: absolute;
  top: 5px;
  right: 20px;
}