@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

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

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
  font-family: "El Messiri", sans-serif;
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
  font-family: "El Messiri", sans-serif;
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
  font-family: "El Messiri", sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
  font-family: "El Messiri", sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
  font-family: "El Messiri", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
  font-family: "El Messiri", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #515050;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}



.header-btn {
    text-align: end;
}
.menuSection .row {
    align-items: center;
}

.menuSection {
    padding: 20px 0;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}
.btn:hover {
    box-shadow: 0px -5px 14px 0px #d5c1e6b0;
    transform: translate(0px, -5px);
}

.theme-btn2:hover {
    color: #ffff;
}
.menuSec ul li a:hover, .menuSec ul li a.active {
    color: #6e11b0 !important;
}

.menuSec ul li a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    left: 50%;
    bottom: -10px;
    background: #6e11b0;
    transition: .3s all;
}

.menuSec ul li a:hover::before, .menuSec ul li a.active::before {
    left: 0;
    width: 100%;
}
/*header css start */


/*banner css start */
.main_slider{
    background-image: url(../images/banner-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0 80px;
    z-index: 1;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}
.carousel-control-next-icon {
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 1;
}

.carousel-control-prev-icon {
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 1;
}


.main_slider img.hm-banner.img-fluid {
    width: 100%;
    object-fit: cover;
}

.main_slider::before {
    position: absolute;
    content: '';
    width: 27vw;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #6e11b0;
    z-index: -1;
}


.btn {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    border: 0;
    border-radius: 6px;
    background: #fff;
    padding: 15px 25px;
    transition: .5s all;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.banner_text h1 {
    font-size: 92px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 80px;
}

.banner_text h4 {
    font-size: 72px;
    color: #ffff;
    text-transform: uppercase;
    line-height: 60px;
}

.banner_text p {
    color: #fff;
    margin-bottom: 20px;
    width: 90%;
}

.theme-btn2 {
    background: #6e11b0;
    color: #fff;
}
.carousel-control-prev, .carousel-control-next {
    width: 50px;
    height: 50px;
    bottom: -70px;
    right: 9%;
    left: auto;
    top: auto;
    opacity: 1;
    cursor: pointer;
}

.carousel-control-prev {
    right: 12%;
}
/*banner css end*/

/*  About Section */
.about-sec {
    padding: 100px 0;
}

.about-sec .row {
}

.about-image {
    position: relative;
    height: 100%;
}

.about-image img {
    width: 93%;
    height: 86%;
    object-fit: cover;
    border-radius: 10px;
}

.about-head {
  background-color: rgb(243, 236, 251);
  width: 807px;
  height: 283px;
  position: relative;
  left: -173px;
  padding: 30px 30px;
}


.theme-h6 {
    font-size: 24px;
    color: #6e11b0;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.theme-h2 {
    font-size: 48px;
    color: #000000;
    text-transform: uppercase;
    line-height: 44px;
}

.about-content p {
    text-align: justify;
    margin: 25px 0 5px;
}

.about-content p, .about-content p~a {
    margin-left: 100px;
}

.about-image img.about-2 {
    bottom: -4px;
    border-width: 5px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(71, 92, 108);
    position: absolute;
    left: 200px;
    width: 533px;
    height: 242px;
}

/* About Section */


/* Service Section */

.service-sec .mytabs.current {
    -webkit-animation: 0.8s ease-out slide-right;
    -moz-animation: 0.8s ease-out slide-right;
    height: auto;
    opacity: 1;
    transform: unset;
    transition: 0.8s;
}

.service-sec .mytabs {
    padding: 0px 0 0;
    height: 0;
    opacity: 0;
    transform: translateX(-15px);
    transition: 0.5s;
    overflow: hidden;
}

.theme-bg-color {
    background: #f3ecfb;
}

.service-sec {
    padding: 100px 0;
}

.service-row-card {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 40px 0 40px 10px;
  padding-right: 40px;
}
ul.tbing {
    height: 470px;
    overflow-y: scroll;
    overflow-x: hidden;
    direction: rtl;
    width: 105%;
}
ul.tbing::-webkit-scrollbar {
  width: 5px;
}

ul.tbing::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey; 
  border-radius: 10px;
}
 
ul.tbing::-webkit-scrollbar-thumb {
  background: #6e11b0; 
  border-radius: 3px;
}

ul.tbing::-webkit-scrollbar-thumb:hover {
  background: #6e11b0; 
}
ul.tbing li {
  border-radius: 10px;
  background-color: rgb(243, 236, 251);
  width: 369px;
  height: 98px;
  margin: 10px 38px 20px 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  transition: .3s all;
  position: relative;
  z-index: 9;
  cursor: pointer;
  direction: ltr;
}


.serv-icon {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  width: 77px;
  height: 77px;
  display: grid;
  place-content: center;
  transition: .3s all;
}


ul.tbing li h3 {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    width: 70%;
    line-height: 26px;
    transition: .3s all;
}

ul.tbing li::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #6e11b0;
    z-index: -1;
    transition: .3s all;
    opacity: 0;
}

.service-image img {
    width: 100%;
}

.service-image {
    overflow: hidden;
    border-radius: 16px;
    margin: 11px 0 25px;
}

.service-content h3 a {
    font-size: 44px;
    color: #000000;
}

.service-content {
    position: relative;
    z-index: 1;
}

.service-content span {
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    background: #6e11b0;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.service-content span img {
    filter: brightness(30);
}

ul.tbing li.current, ul.tbing li:hover {
    background: #6e11b0;
}

ul.tbing li.current::before, ul.tbing li:hover::before {
    right: -45px;
    opacity: 1;
}

ul.tbing li.current h3, ul.tbing li:hover h3 {
    color: #fff;
}

ul.tbing li.current .serv-icon, ul.tbing li:hover .serv-icon {
    background: #e9d4ff;
}
/* Service Section */


/* Event Section */
.event-sec {
    padding: 100px 0;
    background-image: url(../images/event-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #ffffff00;
    position: relative;
    z-index: 1;
}

.event-sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #6e11b0d9;
    z-index: -2;
}

.event-content h2, .event-content p {
    color: #fff;
    margin: 10px 0;
}
/* Event Section */

/* Gallery Section */
.gallery-sec {
    padding: 100px 0;
}

.galler-card {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 12px;
    margin: 12px 0;
}

.galler-card a, .galler-card img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: 1s all;
}


.galler-card .theme-btn3 {
    width: fit-content;
    background: #e9d4ff;
    color: #000;
    position: absolute;
    bottom: -25%;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    transition: .5s all;
}

.galler-card:hover .theme-btn3 {
    bottom: 5%;
}
.gallery-card-2 {
    height: 96.5%;
}

.galler-card:hover img {
    transform: scale(1.3);
}
/* Gallery Section */

/* Estimate Section */
.estimate-sec {
    padding: 50px 0;
    position: relative;
    z-index: 2;
}

.estimate-sec .row {
    align-items: center;
}

.estimate-image img {
    width: 100%;
    object-fit: cover;
}

.estimate-sec::before {
    position: absolute;
    content: '';
    width: 74%;
    height: 86%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #f3ecfb;
    z-index: -1;
}

.form-group input, .form-group textarea {
  border-width: 1px;
  border-color: rgb(198, 196, 196);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(243, 236, 251);
  height: 47px;
  margin: 12px 0;
  padding: 10px;
  resize: unset;
}

.form-group input::placeholder, .form-group textarea::placeholder{
    font-size:14px;
    color:#000000;
    text-transform:uppercase;
}

.form-group textarea {
    height: 150px;
}

.form-button button {
    width: 100%;
}
/* Estimate Section */

/* Testimonials Section */
.testimonial-sec {
    padding: 80px 0;
    position: relative;
}

.testminial-card {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 1;
  padding: 30px;
}


.testminial-card img.quotation-mark {
    position: absolute;
    right: 10%;
    top: 15%;
    width: fit-content;
}

ul.testimonial-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 15px;
}

ul.testimonial-head img {
    width: 74px;
    height: 74px;
    border-radius: 90px;
    border: 1px solid #000;
}

ul.testimonial-head h6 {
    font-size: 20.33px;
    text-transform: uppercase;
}

ul.testimonial-head span {
    font-size: 15.81px;
    text-transform: uppercase;
    font-family: 'El Messiri';
}

.testminial-card p {
    font-size: 18px;
    color: #848282;
    text-align: justify;
    line-height: 36px;
}

.testimonial-slider .slick-slide {
    margin: 13px 14px;
    opacity: 1;
}
.slick-prev {
    left: -50px;
}

.slick-prev::before, .slick-next::before {
    position: absolute;
    content: '\f061';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #fff;
    display: grid;
    place-content: center;
    background-color: rgb(110, 17, 176);
    width: 36px;
    height: 38px;
    border-radius: 50px;
}

.slick-prev::before {
    content: '\f060';
}

.slick-prev:hover:before, .slick-next:hover:before {
    background-color: rgb(110, 17, 176);
}
/* Testimonials Section */

/* Footer   */
footer {
    padding: 80px 0 0;
    background: #570890;
}

.footer-content p {
    margin: 10px 0;
    color: #ffffff;
    text-align: justify;
}

ul.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

ul.footer-social i {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #570890;
    font-size: 22px;
    display: grid;
    place-content: center;
    border-radius: 6px;
}

.footer-content h3 {
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footer-content h3::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: 0;
}

.footer-logo img {
    width: 100%;
}

ul.footer-menu a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 15px;
}

ul.footer-info li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

ul.footer-info li i {
    font-size: 18px;
    width: 20px;
    color: #fff;
}

ul.footer-info li a, ul.footer-info li p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.footer-content .form-group input {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  height: 68px;
}
.footer-content .form-group input::placeholder {
    color:#848282;
}

.footer-content .form-group button {
    background: #e9d4ff;
    width: fit-content;
}

.copyright {
    background: #e9d4ff;
    padding: 20px 0;
    text-align: center;
    margin-top: 50px;
}

.copyright p {
    font-size: 16px;
    color: #000000;
}
.footer-box-1 {
    width: 90%;
}
/* Footer */