
body {
    color: #000000;
    background: #ffffff;
    font-family: 'Arial', sans-serif;
}

body h2{
    color: #000000;
    text-transform: uppercase;
 
}

/*******************************_______________________________________________________________________________________________________________________________________________________/
   
                    /********************* HEADER ******************/

                  

                    .head_exp{
                        top:0;
                        background-color: #000000;
                        padding: 0.7em;
                        position: fixed;
                        display: block;
                        width: 100%;
                        border-bottom-color: rgb(255, 255, 255);
                        border-right-width: 2px;
                        border-bottom-style:solid;
                        z-index: 99;
                        -webkit-transition: background-color 0.5s ease-out; -moz-transition: 
                    background-color 0.5s ease-out; -o-transition: background-color 0.5s ease-out; transition: background-color 0.5s ease-out;
                    }
                    .head_exp:hover{
                        background-color: rgb(78, 78, 78);
                    }
                
                   
/*******************************_______________________________________________________________________________________________________________________________________________________/


/*******************************/
.hero {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
    height: calc(100vh - 60px);
    background: #c8b2de;
    overflow: hidden;
}

.hero .container-fluid {
    padding: 0;
}

.hero .hero-image {
    text-align: right;
}

.hero .hero-image img {
    max-width: 100%;
    max-height: 100%;
}

.hero .hero-text {
    position: relative;
    padding-left: 75px;
    /* height: calc(50vh - 60px); */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.hero-text {
    padding-top: 150px;

}

.hero .hero-text h1 {
    color: #1d2434;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero .hero-text p {
    color: #1d2434;
    font-size: 18px;
    margin-bottom: 25px;
}

.hero .hero-text .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1d2434;
    background: none;
    border: 2px solid #1d2434;
    border-radius: 0;
    transition: .3s;
}

.hero .hero-text .btn:hover {
    color: #D5B981;
    background: #1d2434;
}

.hero .btn-play {
    position: absolute;
    z-index: 1;
    top: 80%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.hero .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #1D2434;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.hero .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #1D2434;
    border-radius: 50%;
    transition: all 200ms;
}

.hero .btn-play:hover:after {
    background-color: darken(#1D2434, 10%);
}

.hero .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.hero .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #ffffff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    right: 0px;
    top: -12px;
    z-index: 999;
    font-size: 50px;
    font-weight: normal;
    color: #ffffff;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .hero .hero-image {
        padding-top: 50px;
    }
    .hero-text{
        padding-top: 150px;
    }
    .hero .hero-text {
        padding-left: 15px;
    }
    
    .hero .hero-text h1 {
        font-size: 35px;
    }
    
    .hero .hero-text p {
        font-size: 16px;
    }
    
 
}

@media (max-width: 767.98px) {
    
    .hero .hero-image {
        padding-top: -50px;
        display:block;
        margin:auto;

    }
    .hero-text{
        padding-top: 150px;
    }

    .hero .hero-text h1 {
        font-size: 30px;
        font-weight: 600;
    }
    
    .hero .hero-text p {
        font-size: 14px;
    }
    
  
}

@media (max-width: 575.98px) {

   
    .hero .hero-image {
        margin-top: -100px;
        max-width: 90%;
    }
    .hero-text{
        padding-top: 100px;
    }

    .hero .hero-text h1 {
        font-size: 25px;
        font-weight: 600;
    }
    
    .hero .hero-text p {
        font-size: 14px;
    }
    
  
}







/*******************************/
/********** About CSS **********/
/*******************************/
.carousel-control-next, .carousel-control-prev{
    z-index: 3 !important;
}
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-img {
    
    position: relative;
    height: 100%;
    margin: 60px 0 0 0;
}

.about .about-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.about .about-img::before {
    position: absolute;
    content: "";
    top: -20px;
    right: 20px;
    bottom: 20px;
    left: -20px;
    background: #8137b2;
    z-index: 0;
}

.about .about-img::after {
    position: absolute;
    content: "";
    top: -10px;
    right: 10px;
    bottom: 10px;
    left: -10px;
    background: transparent;
    border: 3px solid #000000;
    z-index: 2;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 0;
    background: none;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #ffffff;
    background: #000000;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}




/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    margin: 45px 0;
    padding: 60px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.87), rgba(30, 0, 0, 0.521), rgba(0, 0, 0, 0.87)), url(../img/Rich-blackberyy26.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .testimonial-item {
    position: relative;
    width: 100%;
    /* display: flex; */
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.testimonial .testimonial-item img {
    max-width: 100%;
    margin-bottom: 25px;
}

.testimonial .testimonial-item p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

.testimonial .testimonial-item h2 {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

#carouselExampleControls3{
    max-width: 60%;
}



@media (max-width: 600px) {
    #carouselExampleControls3{
        max-width: 100%;
    }
}









/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #000000;
}



