/********** Template CSS **********/
h1,h2,h3,h4,h5,h6,p,ul,li{
color: #000;
}
.col-lg-3 p{
    color: #fff;
}
.lists{
    padding: 20px 0px;
}

.bg-dark p{
    color: #fff;
}
:root {
    --primary: #a6238d;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: auto;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-brand {
    display: flex;
/*    align-items: center;*/

}

.navbar-light .navbar-brand img{
        width: 85px;
}

.navbar-light .navbar-brand .logo-text{
        padding: 0px 10px
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.hero-header {
    background: url(../img/banner.jpg) top right no-repeat;
    background-size: cover;
}

.service-item {
    position: relative;
    height: 350px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    transform: rotate(-14deg);
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

@media (min-width: 576px) {
  /*  .team-item .row {
        height: 350px;
    }
*/}

.team-carousel .owl-nav {
    position: absolute;
    /*padding: 0 45px;*/
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}

/*Samridh Raj*/
.navbar-brand .text-primary{
 font-size: 28px;
    font-family: 'arca_majora_3bold' !important;
text-align: center;
}

.text-light {
    font-family: auto;
}

.tag-line{
    font-size: 15px;
    text-align: center;
    color: #a8228a;
    font-family: 'arca_majora_3bold';
}


.service-item .service-icons {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
}

@media only screen and (max-width: 600px) {
.navbar-brand .text-primary {
    font-size: 18px;
}
.text-primary img{
 width: 50px;
}

.col-xs-6 {
    width: 50%;
}
.col-xs-6{
    float: left;
}
}

.text-primary img{
 width: 80px;
}

.list{
    text-align: center;
    margin-bottom: 50px;
}

.list img{
    border: 1px solid;
    width: 150px;
}

.bg-light .flex-column {
    align-items: center !important;
}


 .service_box{
            margin:20px 0;
            height:520px;
            padding:50px 20px;
            text-align: center;
            border: 1px solid #fdf9d4;
            border-radius:5px;
            background:#a6238d85;
            transition: all 0.30s ease-in-out;
        }
        .service_box:hover{
            background:#a6238d;
            padding: 40px;
        }
        .service_box .service_icon{
               width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 35px;
    background: #fff;
    line-height: 70px;
    border-radius: 50px;
    transform: translateY(0);
    transition: all 0.30s ease-in-out;
        }
        .service_box:hover .service_icon{
            transform: translateY(-100%);
            transition: all 0.35s ease-in-out;
        }
        .service_box .service_icon i{
            color:#333;
        }
        .service_box h3{
            position: relative;
            top:40px;
            margin:0;
            color:#fff;
            font-size:23px;
            text-transform:uppercase;
            transform: translateY(0%);
            transition: all 0.40s ease-in-out ;
            font-family: 'arca_majora_3heavy';
        }
        .service_box:hover h3{
            top:-40px;
            transition: all 0.40s ease-in-out ;
        }
        .service_box  p{
            color:#fff;
            margin:0;
            opacity:0;
            line-height: 20px;
            transition: all 0.60s ease-in-out;
        }

        .service_box li{
            color:#fff;
            margin:0;
            text-align: left !important;
            opacity:0;
            line-height: 20px;
            transition: all 0.60s ease-in-out;
        }

        .service_box ul{
            color:#fff;
            margin:0;
            opacity:0;
            line-height: 20px;
            transition: all 0.60s ease-in-out;
        }
        .service_box:hover p{
            opacity:1;
        }

        .service_box:hover ul{
            opacity:1;
        }

        .service_box:hover li{
            opacity:1;
        }


.testimonial-item .fw-normal{
    font-size: 1rem !important;
}


.mySlides {display:none;}

.w3-content {
    max-width: 100% !important;
}

.content-border{
    border: 1px solid;
    padding: 10px;
}

.form-field{
        width: 100%;
    margin: 20px;
    height: 40px;
      border: 1px solid #000;
}

.form-message{
            width: 100%;
    margin: 20px;
    border: 1px solid #000;
}

.form-button{
    background: #a6238d;
    border: unset;
    color: #fff;
    padding: 10px 30px;
}
.widget-titles{
    position: relative;
    font-size: 25px;
        margin-bottom: 30px;
}
.widget-titles::after{
    border: 2px solid #a6238d;
        content: "";
    height: 4px;
    left: 0;
    bottom: -4px;
    position: absolute;
    width: 77px;
}

.form-left{
        margin: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'arca_majora_3heavy' !important;
    font-weight: 400;
    margin: 10px 0;
}
@media only screen and (max-width: 600px) {
  /*.panel .list {
    background-color: lightblue;
  }*/
}

h5 {
    font-size: 28px !important;
}

.text-light{
    font-size: 20px !important;
}

h4 {
    font-size: 22px !important;
}

.site-logo {
    width: 218.33px !important;
    margin-right: 50px;
}

.btn {
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    cursor: pointer;
}

.btn-theme {
    background: var(--theme-color1);
    color: #212121;
}

.c-container {
    margin: auto;
    width: 93%;
    position: relative;
    z-index: 1;
}

.btn-outline-white {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: none;
    border-width: 2px;
    border-color: #fff;
    font-weight: 500;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.btn {
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    cursor: pointer;
}

.btn-outline-white:hover {
    background-color: #fff;
    color: var(--text-dark);
}

/* common css up */

.testimonial p {
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 35px;
}

.testimonial .name {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 35px;
    text-align: left;
}

.testimonial .designation {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #fff;
    opacity: 0.65;
}

.unt {
    margin-bottom: 20px;
    margin-top: 60px;
}

.hero-text {
    font-size: 30px;
    letter-spacing: 0.02em;
    color: #fff;
}

.gallery-thumbs {
    height: 100%;
}

.gallery-thumbs .swiper-wrapper {
    align-items: center;
}

.gallery-thumbs .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px !important;
    height: 330px;
    position: relative;
}

.gallery-thumbs .swiper-slide img {
    filter: contrast(0.5) blur(1px);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.gallery-thumbs .swiper-slide-active img {
    filter: contrast(1) blur(0px) !important;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.flex-row .flex-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.testimonial-section .quote {
    width: 75%;
    height: 80%;
    margin-top: -80px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
}

.swiper-container.testimonial {
    height: 100vh;
}

.testimonial-section .user-saying {
    background: var(--theme-color2);
    width: 100%;
    color: #fff;
    height: 100%;
}

.testi-user-img {
    width: 40%;
    display: none;
}

.testimonial-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.testimonial-section .quote p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    font-style: italic;
    margin: 0;
    color: #fff;
}

.quote-icon {
    width: 38px;
    display: block;
    margin-bottom: 30px;
}

:root {
    --dark-green: #9cc675;
    --dark-yellow: #a6238d;
    --extra-light-brown: #fdf0d7;
    --light-brown: #ecd5ab;
    --dark-brown: #915b40;
    --light-yellow: #f8e3a8;
    --light-red: #f3ac99;
    --light-teal: #a6c8cc;
    --light-gray: #ddd5d6;
    --theme-color2:#a6238d;
}
.mt-40{
    margin-top: 40px;
}
.read-more{
        background: #a6238d;
    padding: 10px 30px;
    color: #fff;
}
.read-more:hover{
    background: #fff;
    padding: 10px 30px;
    color: #a6238d;
    border: 1px solid #a6238d;
}
.our-team{
    border: 1px solid #a6238d;
    box-shadow: 2px 3px 4px 5px;
    background: azure;
    text-align: center;
    margin: 20px;
}

.why-bg{
/*        background: #0000003d;*/
    padding: 30px;
    color: #fff !important;
    border-radius: 25px;
}
.why-bg li{
    color: #fff !important;
        font-size: 18px;
        list-style-type: none;
    margin-bottom: 20px;
    position: relative;
    padding-left: 37px;
    line-height: 23px;
    font-size: 15px;
    color: #3a3939;
}


.why-bg li img{
    position: absolute;
    left: 0;
    top: 4px;
}
.card{
    text-align: center;
    padding: 30px 10px;
    margin-bottom: 30px;
}
.card:hover{
        box-shadow: 1px 2px 3px 4px;
}

.card h6{
    font-size: 18px;
    font-weight: 800;
    color: #a6238d;
}



.top-title {
    font-size: 23px;
    font-family: 'arca_majora_3bold';
    color: #282828;
    display: block;
    text-align: center;
        font-weight: 600;
}

.second-title{
        font-size: 35px;
    font-family: 'arca_majora_3heavy';
    color: #ae348f;
    margin-left: 0px;
    text-align: center;
        font-weight: 600;
}




.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(../img/pexels-daniel-frank-305565.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}

.testimonial {
    position: relative;
    overflow: hidden;

}

.testimonial::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a6238dbd; /* Adjust the transparency by changing the last value (0.5) */
    z-index: 1;
}

/* Style the content within the testimonial section */
.testimonial .container {
    position: relative;
    z-index: 2;
    color: #fff; /* Set the text color to be visible on the overlay */
}

/* Adjust the style of the testimonial content if needed */
.testimonial .heading {
    font-size: 36px;
    margin-bottom: 20px;
}

.testimonial .testimonial4_slide p {
    font-size: 18px;
    margin-bottom: 15px;
}

.testimonial .testimonial4_slide h4 {
font-size: 24px !important;
    font-weight: 600;

}





#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
    padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/


.img-icon img{
        border: 1px solid #a6238d;
    border-radius: 50%;
    padding: 20px;
}

.bg-dark p {
    color: #fff;
    font-size: 16px;
}