@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Marcellus&display=swap");
.btn-primary {
  color: #fff !important;
  background-color: #5922E2 !important;
  border-radius: 0;
  border: none;
  padding: 10px 20px !important;
  font-size: 16px;
  font-weight: 400;
  transition: all ease-in-out 0.4s;
  position: relative;
}
.btn-primary i {
  margin-left: 12px;
  transition: all ease-in-out 0.4s;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #5922E2 !important;
  color: #fff !important;
}
.btn-primary:visited {
  color: #fff !important;
}

.clr-wht {
  color: #fff !important;
}

body {
  font-family: "Albert Sans", sans-serif;
  color: #5C5C5C;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  background: #fff;
  font-weight: 400;
  overflow-x: hidden;
}

* {
  border: medium none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-family: "Marcellus", serif;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none !important;
}

a:hover {
  text-decoration: none;
  outline: none;
}

textarea {
  resize: none;
}

p {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #5B5959;
  margin: 0;
}

/*#######################*/
.header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 99;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.header .navbar {
  padding: 0;
}
.header .navbar .navbar-brand {
  padding: 0;
  width: 200px;
}
.header .navbar .navbar-nav {
  position: relative;
}
.header .navbar .navbar-nav li {
  position: relative;
  padding: 0px 15px;
}
.header .navbar .navbar-nav li a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  padding: 6px 0;
  text-transform: uppercase;
}
.header .navbar .navbar-nav li.active a {
  color: #fff;
  font-weight: 700;
}
.header .navbar .navbar-nav .dropdown-menu li {
  position: relative;
  padding: 0;
}
.header .navbar .navbar-nav .dropdown-menu li a {
  color: #000;
  padding: 8px 12px;
  font-size: 15px;
}

.banner {
  position: relative;
  height: 800px;
}
.banner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 52, 52, 0.35);
}
.banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
  overflow: hidden;
}
.banner .banner-txt {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 24%;
  z-index: 9;
}
.banner .banner-txt h3 {
  font-size: 65px;
  font-weight: 400;
  color: #fff;
  margin: 15px 0;
  padding: 0;
}
.banner .banner-txt p {
  color: #fff;
  font-size: 17px;
  margin: 0;
}
.banner .ban-contact {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.banner .ban-contact .ban-contact-bx {
  width: 33.33%;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  padding: 20px;
  text-align: center;
}
.banner .ban-contact .ban-contact-bx:last-child {
  border: none;
}
.banner .ban-contact .ban-contact-bx p {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}
.banner .ban-contact .ban-contact-bx p a {
  color: #fff;
}

.main-wrap {
  padding: 65px 0;
}

.rt-abt-prt .abt-img {
  height: 400px;
  overflow: hidden;
}
.rt-abt-prt .abt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease-in-out 0.5s;
}
.rt-abt-prt .abt-img:hover img {
  transform: scale(1.2);
}
.rt-abt-prt h3 {
  color: #E78F3B;
  font-size: 28px;
  margin: 0 0 20px;
  padding: 0;
}
.rt-abt-prt p {
  margin: 15px 0 0;
}

.lft-count-prt h5 {
  font-size: 18px;
  font-weight: 400;
  color: #E78F3B;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.lft-count-prt h5:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #E78F3B;
  left: 110%;
}
.lft-count-prt h3 {
  font-size: 48px;
  color: #4E4E53;
  margin: 0;
  padding: 0;
}
.lft-count-prt .client-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lft-count-prt .count-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.lft-count-prt .count-wrap .count-bx {
  width: 45%;
}
.lft-count-prt .count-wrap .count-bx h3 {
  font-size: 48px;
  color: #4E4E53;
  margin: 0;
  padding: 0;
}
.lft-count-prt .count-wrap .count-bx p {
  font-size: 20px;
}

.srvc-wrap {
  background-color: #FCFAFF;
  padding: 70px 0;
  position: relative;
}
.srvc-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/shape1.png) no-repeat;
  width: 155px;
  height: 170px;
  background-size: 100%;
}
.srvc-wrap:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/shape1.png) no-repeat;
  width: 155px;
  height: 170px;
  background-size: 100%;
  transform: rotate(-90deg);
}

.title-prt {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.title-prt h5 {
  font-size: 18px;
  font-weight: 400;
  color: #E78F3B;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.title-prt h5:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #E78F3B;
  left: 110%;
}
.title-prt h3 {
  font-size: 48px;
  color: #4E4E53;
  margin: 0;
  padding: 0;
}
.title-prt p {
  margin: 20px 0 0;
}

.srvc-bx {
  text-align: center;
  margin-bottom: 25px;
}
.srvc-bx .srvc-img {
  height: 330px;
  overflow: hidden;
}
.srvc-bx .srvc-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease-in-out 0.6s;
}
.srvc-bx .srvc-img:hover img {
  transform: scale(1.2);
}
.srvc-bx h3 {
  font-size: 24px;
  color: #4E4E53;
  margin: 0;
  padding: 0;
}
.srvc-bx p {
  margin: 12px 0 0;
}
.srvc-bx a {
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  color: #4E4E53;
  margin: 15px 0 0;
  text-decoration: underline;
}

.work-wrap {
  background: url(../images/bg1.png) no-repeat top center;
  background-size: cover;
  padding: 65px 0;
}
.work-wrap .info-bx {
  padding: 25px 0;
  border-bottom: 1px solid #DBDBDB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DBDBDB;
}
.work-wrap .info-bx .info-icon {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.5s;
  position: relative;
}
.work-wrap .info-bx .info-icon img {
  display: inline-block;
}
.work-wrap .info-bx .info-icon span {
  position: absolute;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.work-wrap .info-bx:hover .info-icon {
  background-color: #E78F3B;
}
.work-wrap .info-bx:hover .info-icon span {
  opacity: 1;
}
.work-wrap .info-bx .info-txt {
  width: 85%;
}
.work-wrap .info-bx .info-txt h3 {
  font-size: 26px;
  color: #4E4E53;
  margin: 0;
  padding: 0;
}
.work-wrap .info-bx .info-txt p {
  margin: 15px 0 0;
}

.work-img {
  height: 400px;
  overflow: hidden;
}
.work-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease-in-out 0.6s;
}
.work-img:hover img {
  transform: scale(1.2);
}

.scroll-txt-prt {
  text-align: center;
}
.scroll-txt-prt h2 {
  font-size: 65px;
  color: #5922E2;
  margin: 0;
  padding: 0 0 0 195px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.scroll-txt-prt h2:after {
  content: "";
  position: absolute;
  right: 83%;
  background: url(../images/shape2.png) no-repeat;
  width: 175px;
  height: 62px;
}

.testi-bx {
  padding: 25px;
  background-color: #F9F6FD;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 475px;
}
.testi-bx .rating {
  display: inline-block;
}
.testi-bx p {
  font-size: 17px;
  margin: 15px 0 0;
}
.testi-bx .client-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}
.testi-bx .client-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testi-bx h4 {
  font-size: 22px;
  color: #5922E2;
  margin: 15px 0 0;
  padding: 0;
}

.testi-slider .owl-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
}
.testi-slider .owl-nav button.owl-prev,
.testi-slider .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  border: none;
  position: absolute;
  background-color: #fff;
  transition: all ease-in-out 0.5s;
}
.testi-slider .owl-nav button.owl-prev i,
.testi-slider .owl-nav button.owl-next i {
  font-size: 30px;
  color: #000;
  transition: all ease-in-out 0.4s;
}
.testi-slider .owl-nav button.owl-prev:hover,
.testi-slider .owl-nav button.owl-next:hover {
  background-color: #E78F3B;
}
.testi-slider .owl-nav button.owl-prev:hover i,
.testi-slider .owl-nav button.owl-next:hover i {
  color: #000;
}
.testi-slider .owl-nav .owl-prev {
  left: -23px;
}
.testi-slider .owl-nav .owl-next {
  right: -23px;
}

.excelent-wrap {
  background-color: #F9F9F9;
  padding: 60px 0 0;
}

.title-content-prt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-content-prt h3 {
  font-size: 48px;
  color: #000;
  margin: 0;
  padding: 0;
  width: 60%;
}
.title-content-prt .content-prt {
  width: 40%;
}

.excellent-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-bx {
  position: relative;
}
.blog-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-bx .overlay-txt {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
}
.blog-bx .overlay-txt span.date {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.blog-bx .overlay-txt h3 {
  font-size: 38px;
  color: #fff;
  margin: 10px 0 0;
  padding: 0;
}
.blog-bx .overlay-txt p {
  color: #fff;
  margin: 12px 0 0;
}

.news-bx {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.news-bx .news-img {
  margin-right: 20px;
  width: 35%;
  height: 205px;
  overflow: hidden;
}
.news-bx .news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease-in-out 0.6s;
}
.news-bx .news-img:hover img {
  transform: scale(1.2);
}
.news-bx .news-txt {
  width: 62%;
}
.news-bx .news-txt span.date {
  font-size: 17px;
  font-weight: 600;
  color: #4E4E53;
}
.news-bx .news-txt h3 {
  font-size: 26px;
  color: #4E4E53;
  margin: 14px 0 0;
  padding: 0;
}
.news-bx .news-txt p {
  margin: 12px 0 0;
}
.news-bx .news-txt a {
  font-size: 16px;
  color: #4E4E53;
  margin: 20px 0 0;
  display: inline-block;
  text-decoration: underline;
}

.contact-info-bx {
  text-align: center;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.contact-info-bx h3 {
  font-size: 26px;
  color: #4E4E53;
  margin: 0;
  padding: 0;
}
.contact-info-bx a {
  font-size: 16px;
  font-weight: 400;
  color: #5B5959;
  margin: 12px 0;
}
.contact-info-bx a i {
  color: #5922E2;
  margin-right: 8px;
}

.accordion-item {
  background-color: #fff;
  border: none !important;
  border-radius: 0 !important;
  margin-bottom: 12px;
  overflow: hidden;
}

.accordion-button {
  font-size: 18px;
  color: #4E4E53;
  font-weight: 500;
  padding: 15px 15px;
  background-color: transparent;
  border: none;
}

.accordion-button:focus {
  border-color: none;
  box-shadow: none;
}

.accordion-button:after {
  content: "+";
  background-image: none;
  font-size: 27px;
  color: #000;
  width: auto;
  height: auto;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #F4EDFF;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  color: #5922E2 !important;
}

.accordion-body {
  font-size: 15px;
  color: #717171;
  line-height: 24px;
  border: none;
}

.accordion-body p {
  font-size: 15px;
  line-height: 24px;
  border: none;
  margin: 0 0 15px;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "-";
  transform: none;
  color: #000000;
}

.accordion-collapse.show {
  background-color: #F4EDFF;
}

.contact-prt {
  display: flex;
  align-items: stretch;
  background-color: #FDF9F4;
}
.contact-prt .contact-img {
  width: 45%;
  overflow: hidden;
}
.contact-prt .contact-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease-in-out 0.6s;
}
.contact-prt .contact-img:hover img {
  transform: scale(1.2);
}

.contact-form {
  width: 55%;
  padding: 40px;
}
.contact-form .form-group {
  margin-bottom: 1.5rem;
}
.contact-form .form-group .form-control {
  height: 60px;
  border: none;
  border-bottom: 1px solid #D4D4D4;
  border-radius: 0;
  background-color: transparent;
}
.contact-form .form-group textarea.form-control {
  height: 160px;
}

.footer {
  background-color: #4E4E53;
}
.footer .f-top {
  padding: 50px 0;
  border-bottom: 1px solid rgba(212, 212, 212, 0.2);
}
.footer .f-top .footer-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}
.footer .f-top .footer-list {
  margin: 0;
  padding: 0;
}
.footer .f-top .footer-list li {
  font-size: 16px;
  margin: 0 0 14px;
  font-weight: 400;
  padding: 0;
}
.footer .f-top .footer-list li a {
  color: #B5B5B5;
  transition: all ease-in-out 0.3s;
}
.footer .f-top .footer-list li:hover a {
  color: #fff;
}
.footer .f-top .f-contact {
  margin: 0;
  padding: 0;
}
.footer .f-top .f-contact li {
  float: none;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.footer .f-top .f-contact li i {
  color: #B5B5B5;
  font-size: 18px;
  margin-right: 10px;
}
.footer .f-top .f-contact li p {
  color: #B5B5B5;
  margin: 0;
  width: 85%;
}
.footer .f-top .f-contact li a {
  color: #B5B5B5;
  font-size: 16px;
  font-weight: 400;
}
.footer .f-bttm {
  padding: 18px 0;
}
.footer .f-bttm p {
  color: #B5B5B5;
  font-size: 15px;
  margin: 0;
  text-align: center;
}
.footer .f-bttm p a {
  color: #fff;
}

.inr-ban {
  position: relative;
  height: 420px;
  overflow: hidden;
}
.inr-ban:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 52, 52, 0.35);
}
.inr-ban img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*#################### Gallery #################*/
.megafolio-container {
  width: 100%;
  margin-top: 0;
  position: relative;
}

.megafolio-container,
.megafolio-container-splash {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.mega-entry .mega-entry-innerwrap {
  border-radius: 0;
  overflow: hidden;
  border: none;
}

.mega-entry {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  z-index: 2;
  text-align: center;
  padding: 10px;
}

.fancybox-thumbs__list {
  display: none;
}

.fancybox-inner iframe {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border: none;
}

.gal-overlay {
  position: absolute;
  top: 0;
  width: 0%;
  height: 0%;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(6, 60, 141) 100%);
  transition: all ease-in-out 0.3s;
  opacity: 0;
}

.gal-overlay img {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
}

.mega-entry:hover .gal-overlay {
  height: 100%;
  width: 100%;
  opacity: 1;
}

.mega-entry:hover .gal-overlay img {
  opacity: 1;
}

.fancybox-lock .fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.fancybox-skin {
  padding: 0 !important;
}

.fancybox-prev {
  left: -90%;
}

.fancybox-next {
  right: -90%;
}

/*######### Blog-details ##########*/
.blog-box2 {
  margin-bottom: 20px;
  border-radius: 10px;
}
.blog-box2 .blo-img {
  height: 450px;
  overflow: hidden;
}
.blog-box2 .blo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-box2 .blog-dtl-txt {
  padding: 25px;
  border: 1px solid #ccc;
}
.blog-box2 .blog-dtl-txt .date-pagi {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.blog-box2 .blog-dtl-txt .date-pagi li {
  float: left;
  margin: 0 12px 0 0;
  padding: 0 12px 0 0;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  border-right: 1px solid #D7D7D7;
}
.blog-box2 .blog-dtl-txt .date-pagi li i {
  margin-right: 8px;
  color: #5922E2;
}
.blog-box2 .blog-dtl-txt h3 {
  font-size: 24px;
  font-weight: 700;
  color: #010101;
  margin: 10px 0 0;
  padding: 0;
}
.blog-box2 .blog-dtl-txt h4 {
  font-size: 18px;
  color: #000;
  margin: 15px 0;
  padding: 0;
}
.blog-box2 .blog-dtl-txt p {
  margin: 15px 0 0;
  padding: 0;
  line-height: 27px;
}

.category-box {
  margin: 0 0 20px;
}
.category-box h3 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 12px;
  margin: 0;
  background-color: #F5F5F5;
}

.top-rated-bx {
  margin-top: 15px;
}
.top-rated-bx a {
  display: flex;
  align-items: center;
}
.top-rated-bx a .top-rated-img {
  margin-right: 15px;
  width: 35%;
  box-shadow: 0 0 2px #8A8A8A;
}
.top-rated-bx a .top-rated-img img {
  width: 100%;
}
.top-rated-bx a .top-rated-txt {
  overflow: hidden;
  width: 60%;
}
.top-rated-bx a .top-rated-txt h4 {
  font-size: 15px;
  font-weight: 400;
  color: #4B4B4B;
  margin: 0;
  padding: 0;
}/*# sourceMappingURL=style.css.map */