*
{
    margin: 0;
    padding: 0;
}

.loading
{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading img
{
    width: 100px;
}
.loading.hidden
{
    animation: fedeOut 1s;
    animation-fill-mode:forwards;
}
@keyframes fedeOut
{
    100%
    {
        opacity: 0;
        visibility: hidden;
    }
}

body
{
    font-family: sans-serif;
}

#nav-bar
{
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar
{
    background: rgb(66,103,178);
   background: linear-gradient(90deg, rgba(66,103,178,1) 41%, rgba(66,103,178,1) 47%);
    padding: 0 !important;
}

.navbar-nav li
{
    padding: 0 10px;
}

.navbar-nav li a
{
    color: #fff !important;
    font-weight: 600;
    float: right;
    text-align: left;
}

.fa-bars
{
    color: #fff;
    font-size: 30px !important;
}
.navbar-toggler
{
    outline: none !important;
}
.nav-link:hover{
    color: aquamarine;
    
}


/*-------------------animate part-------------------------*/

.animate__animated.animate__bounce {
  --animate-duration: 2s;
    
}

/* This changes all the animations globally */
:root {
  --animate-duration: 0.5ms;
  --animate-delay: 0.9s;
}

/*-------------------- banner section -----------------------*/

#banner
{
    background: rgb(66,103,178);
background: linear-gradient(90deg, rgba(66,103,178,1) 41%, rgba(66,103,178,1) 47%);
    color: #fff;
    padding-top: 5px;
    
}
.promo-title
{
    margin-top: 60px;
    font-family: sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
}
.promo-title_p
{
    text-align: center;
    font-family: cursive;
    font-size: 25px;
}

.logofirst
{
    height: 270px;
    width: 270px;
    border-radius: 10px;
}

.marq
{
    background: rgb(66,103,178);
background: linear-gradient(90deg, rgba(66,103,178,1) 41%, rgba(66,103,178,1) 47%);
    color: #fff;
    padding-top: 5px;
    font-size: 21px;
}
/*------------------------services section----------------------*/

#services
{
    padding: 80px 0;
}
.service-img
{
    width: 100px;
    margin-top: 20px;
}
.services
{
    padding: 20px;
}
.services h4
{
    padding: 5px;
    margin-top: 25px;
    text-transform: uppercase;
}
#more4,#more5,#more6,#more7,#more8,#more9
{
    display: none;
}
 #services .btn-primary
{
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background: rgb(66,103,178);
background: linear-gradient(90deg, rgba(66,103,178,1) 41%, rgba(66,103,178,1) 47%);
}

.read_2
{
    margin-bottom: 8px;
    border: 1px;
    font-family: sans-serif;
    font-size: 13px;
    border: solid 0px;
    border-radius: 15px;
    text-align:left;
    padding: 8px 8px;
     background: rgb(66,103,178);
background: linear-gradient(90deg, rgba(66,103,178,1) 41%, rgba(66,103,178,1) 47%);
    color: #fff;
    display: inline-block;
    
}
.title::before
{
    content: '';
    background: #7b1798;
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);
}
.title::after
{
    content: '';
    background: #7b1798;
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(8px);
}
/*----------------------------about-us----------------------*/

#about-us
{
    background: #f8f9fa;
    padding-bottom: 50px;
    padding-top: 50px;
}
.about-title
{
    font-size:25px;
    font-weight:500%;
    margin-top: 8%;
}
#who
{
    font-weight: 400;
    font-family: sans-serif;    
}
.who_1
{
    font-family: sans-serif;
    font-size: 18px;
    text-align: justify;
}
.title_p
{
    font-family: sans-serif;
    font-size: 18px;
     text-align: justify;
}
#title_ov
{
    margin-top: 5%;
    font-family: sans-serif;
    font-family: 18px;
}
#about-us ul li
{
    margin: 10px 0;
    font-family:sans-serif;
    font-family: 18px;
}
#about-us ul
{
    margin-left: 30px;
}
.img-fluid
{
    height:400px;
    width:400px;
   
}

/*------------------------testimonials section-------------------*/

#testimonials
{
    margin: 100px 0;
}
.testimonials
{
    border-left: 4px solid #7b1798;
    margin-top: 50px;
    margin-bottom: 50px;
}
.testimonials img
{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 10px;
}
.user-details
{
    display: inline-block;
    font-size: 12px;
}

/*--------------------------social-media section-------------------*/

#social-media
{
    background: #f8f9fa;
    padding: 100px 0;
}
#social-media p
{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}
.social-icon img
{
    width: 60px;
    transition: 0.5s;
}
.social-icon a:hover img
{
    transform: translateY(-10px);
}

/*-------------------------footer section--------------------------*/

#footer
{
     background: rgb(66,103,178);
background: linear-gradient(90deg, rgba(66,103,178,1) 41%, rgba(66,103,178,1) 47%);
    color: #fff;
}
.footer-box
{
    padding: 20px;
}
.footer-box img
{
    width: 100%;
    height: 350px;
    margin-bottom: 5px;
    border-radius: 10px;
}
.footer-box_1 iframe
{
    width: 100%;
    height: 350px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.footer-box .fa
{
    margin-right: 8px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
    background: rgb(66,103,178);
background: linear-gradient(90deg, rgba(66,103,178,1) 41%, rgba(66,103,178,1) 47%);
}
hr
{
    background-color: #fff;
}
.copyright
{
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}


/*----------------------------team section------------------------------*/

.team
{
    margin: 75px 0;
}
.profile
{
    margin-top: 25px;
}
.img-responsive
{ 
     height: 250px;
     width: 250px;
    margin-top: 20px;
     border-radius: 10px;
}

.profile .img-box
{
    opacity: 1;
    display: block;
    position: relative;
}
.profile h2
{
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}
.profile h3
{
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}
.img-box:after
{
    content: '';
    opacity:0;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.img-box ul
{
    margin: 0;
    padding: 20px 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.img-box ul li
{
    width: 30px;
    height: 3px;
   
    margin: 3px;
    padding: 7px;
    display: inline-block;
}
.img-box a
{
    color: #fff;
}
.img-box:hover:after
{
    opacity: 1;
}
.img-box:hover ul
{
    opacity: 1;
}
.img-box a:hover li
{
    color: #007bff;
}
.img-box:after, .img-box ul, .img-box ul li
{
    transition: all 0.5s ease-in-out 0s;
}
#testimonials .btn-primary
{
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background: rgb(66,103,178);
background: linear-gradient(90deg, rgba(66,103,178,1) 41%, rgba(66,103,178,1) 47%);
}
#more,#more1,#more2,#more3
{
    display: none;
}
.read_1
{
    margin-bottom: 30px;
    border: 1px;
    font-family: sans-serif;
    font-size: 13px;
    border: solid 0px;
    border-radius: 15px;
    text-align:justify;
    padding: 10px 10px;
    background: rgb(66,103,178);
background: linear-gradient(90deg, rgba(66,103,178,1) 41%, rgba(66,103,178,1) 47%);
    color: #fff;
}

/*--------------------------PHOTO SECTION--------------------------------*/

