*
{
    margin: 0;
    padding: 0;
}
#nav-bar
{
top: 0;
position: sticky;
z-index: 10;
background-color: #FFFFFF;
}
.navbar-nav li
{
padding: 0 10px;
}
.navbar-brand img
{
    padding-left: 40px;
    height: 35px;
}

.navbar-nav a
{
    color: #555 !important;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}
.navbar-nav a:hover
{
    color: #011D8F !important;
    border-bottom: 2px solid #DB6B00;
    background-color: #FFFFFF;
    border-radius: 15px;
    transition: 0.5s;
    translate: 0.8;
    text-align: center;
}
/*****/
#slider 
{
    width: 100%;
}
.carousel-inner img{
    height: 400px !important;
}
.carousel-caption
{
    top: 50%;
    color: rgb(190, 0, 0);
    transform: translateY(-50%);
    bottom: initial !important;

}
.carousel-caption h5
{
    text-align: center;
    color: rgb(255, 0, 0) !important;
    font-size: 50px;
    text-transform: uppercase;
}
/***About style ***/
#about 
{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}
#about .btn
{
    margin-top: 20px;
    margin-bottom: 30px;
}
.about-content
{
    padding-top: 20px;
}
.skil-bars
{
    padding: 20px auto;
    font-weight: 600;
    color: #555;
}
.progress-bar
{
    border-radius: 10px;
    background-color: #4700FF !important;
}
.progress
{
    border-radius: 17px;
    margin-bottom: 15px;
    background-color: #7E7E7E !important;

}
/*****Style of Our Services*****/
#services 
{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
    background: #060c21;
    font-family: sans-serif;
}
#services .container h1
{
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff !important;
    text-align: center;
}
#services h1::after
{
    content: "";
    background-color: #efefef;
    display: block;
    width: 175px;
    height: 5px;
    margin: 20px auto 5px;

}


#services.container
{
    position: relative;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(260px,1fr)) !important;
    grid-template-rows: auto;
    grid-gap: 0 40px;
}
#services .container .box
{
    position: relative;
    height: 400px;
    background: #060c21 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000 !important;
}
.box .content
{
    position: relative;
    padding: 20px;
    transform: translateY(40px);
}


.container .box::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05) !important;
    cursor: pointer;
}
#services .col-md-3 .box .content .icon
{
    position: absolute;
    width: 80px;
    top: -60px;
    right: 90px;
    margin: 0;
    padding: 0;
    text-align:  center;
    font-size: 3em;
    border: 1px solid #fff;
    border-radius: 50%;
    color: rgba(255, 255, 255,.05) !important;
    transition: 0.8s;
}
#services .col-md-3 .box:hover .content .icon
{
    top: -120px;
    color: #fff !important;
    box-shadow: 5px 15px 25px 1px #9E9A9A;
}
#services .box .content h3
{
    margin: 0 0 20px;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
#services .box .content p
{
    margin: 0;
    padding: 0;
    color: #fff;

}
#services .box .content a 
{
    position: relative;
    margin: 20px 0 0;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #fff !important;
    display: inline-block;
    color: #fff !important;
    transition: 1s;
    transform: translateY(-40px);
    opacity: 0;
    visibility: hidden;
}
#services .col-md-3 .box:hover .content a
{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    border-radius: 15px;
    box-shadow: 5px 15px 25px 1px #9E9A9A;
    color: #000 !important;
    background: #fff;
    cursor: pointer;
}
/*****End Style of Our Services*****/

/**

#services
{
    background: #060c21;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
#services h1
{
    padding-top: 30px;
    padding-bottom: 30px;
}
#services h1::after
{
    content: "";
    background-color: #efefef;
    display: block;
    width: 175px;
    height: 5px;
    margin: 20px auto 5px;

}
.icon
{
    font-size: 40px;
    margin: 5px auto; 
    padding: 15px;
    width: 80px;
    height: 80px;
    border: 3px solid #efefef;
    border-radius: 50px;
    text-align: center;
}
#services p
{
    font-size: 17px;
    margin-top: 20px;
    color: #ccc;
}
#services h3
{
    font-size: 30px;
}
#services .col-md-3 .icon 
{
    position: absolute;
    top: -70px;
    right: 90px;
    margin: 0;
    padding: 0;
    font-size: 3em;
    color: rgba(255, 255, 255,.05);
    transition: 0.5s;
}
#services .col-md-3:hover .icon 
{
    top: -140px;
}
#services .row
{
    position: relative;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
    grid-template-rows: auto;
    grid-gap: 0 40px;
}
#services .col-md-3 
{
    position: relative;
    height: 400px;
    background: #060c21;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
}
#services .col-md-3:hover
{
    cursor: pointer;
    background-color: #007bff;
    border-radius: 30px;
    transition: 0.8s;
    box-shadow: 2px 0 20px 5px #203071;

}**/
/***OUR TEAM***/
#team
{
    padding-top: 20px;
    padding-bottom: 20px;
}
#team h1
{
    text-align: center;
    padding: 50px;
}
#team h1::after
{
    content: "";
    display: block;
    background-color: #007bff;
    width: 175px;
    height: 5px;
    margin: 20px auto 5px;
}
.profile-pic
{
    margin-top: 20px;
}
.profile-pic .img-box
{
    opacity: 1;
    display: block;
    position: relative;
}
.profile-pic .img-box img
{
    width: 230px;
    height: 220px;
    border-radius: 20px;
    filter: grayscale(1);
}
.profile-pic .img-box img:hover
{
    filter: grayscale(0);
    cursor: pointer;
}
.profile-pic h5
{
    color: #007bff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}
.profile-pic h4
{
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
}

#team .fa
{
    width: 25px;
    height: 25px;
    color: #007bff !important;
    padding: 4px;
    border-radius: 50px;
    background-color: #efefef;
}
.img-box ul
{
    padding: 15px 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.img-box ul li
{
    padding: 5px;
    display: inline-block;
}
.img-box:hover ul
{
    opacity: 1;
}
.img-box ul:hover
{
    opacity: 1;
    transition: 0.5;
    cursor: pointer;
}
.img-box ul, .img-box ul li  
{
    transition: 0.5s;
}
/***Promotion***/
#promo  
{
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),url(img/1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
/*********Style of Price************/
#price
{
    padding: 20px;
    background: #efefef;
}
#price h1
{
    text-align: center;
    padding: 30px;
}
#price h1::after
{
    display: block;
    content: '';
    background: #4700FF;
    width: 175px;
    height: 4px;
    margin: 20px auto 5px;
}
.singl-price
{
    display: inline;
    float: left;
    width: 100%;
    margin: 10px 5px;
    background: #fff;
}
.singl-price:hover
{
    box-shadow: 2px 0 20px #060c21;
    transition: 0.5s;
}
.price-header
{
    display: inline;
    float: left;
    width: 100%;
    background: #007bff;
    text-align: center;
    padding: 20px 5px;
}
.price-header h2
{
    color: #fff;
    font-size: 30px;
    font-weight: 900;
}
.price-header p
{
    font-size: 30px;
    color: #cccccc;
    font-weight: 900;
}
.price-header span
{
    font-size: 14px;
}
.price-content
{
    display: inline;
    float: left;
    width: 100%;
    padding: 30px;

}
.price-content ul li 
{
    padding: 10px;
    list-style-type: none;
    border-bottom: 1px solid #eee;
}
.price-content ul li:last-child
{
    border:  none;
}
.fa
{
    padding: 6px;
}
.fa-times-circle
{
    color: red;
}
.fa-check-circle
{
    color: green;
}
/*****Style  Testimonia*****/
#testimonia
{
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    align-items: center;
}
#testimonia .row
{
    margin-top: 30;
}
#testimonia h1{
    text-align: center;
}
#testimonia h1::after{
    display: block;
    content: '';
    width: 175px;
    height: 4px;
    background: #007bff;
    margin: 20px auto 5px;
}
#testimonia .profile:hover
{
    box-shadow: 2px 4px 25px 5px #484D5D;
    transition: 0.5s;
}
.profile
{
    padding: 70px 10px 10px;
    background: #efefef;
}
#testimonia .col-md-4
{
    margin-top: 15px;
    align-items: center;
}
.user
{
    width: 120px;
    height: 120px;
    border-radius: 50%;

}
#testimonia p  
{
    text-align: center;
}
/*q::after
{
    content: '\201c';
    font-size: 3em;
    color: #007bff;
    position: relative;
    line-height: 20px;
    right: 0px;
    bottom: 1px;
}*/
.profile p::before
{
    content: '"';
    font-size: 3em;
    color: #007bff;
    position: relative;
    line-height: 60px;
    right: 5px;
    bottom: 0px;
    top: 10px;
}
.profile p::after
{
    content: '"';
    font-size: 3em;
    color: #007bff;
    position: relative;
    line-height: 20px;
    left: 10px;
    top: 30px;
}
.profile a 
{
    font-size: 15px;
}
.profile h4
{
    font-size: 20px;
}
/**Style of contact Us**/
#contact-form
{
    background: #efefef;
}
#contact-form h1
{
    text-align: center;
    padding: 40px;
}
#contact-form h1::after
{
    display: block;
    content: '';
    width: 175px;
    height: 4px;
    background: #000000;
    margin: 20px auto 5px;
}
#contact-form button
{
    margin: 3px 0 10px;
}
::placeholder
{
    color: #ccceee;
}
.follow
{
    width: 100%;
    padding: 12px;
    background: #fff;
}
.follow li
{
    list-style: none;
}
.follow li .fa
{
    color: #007bff;
}


footer
{
    background: #060c21;
}
footer p
{
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
}
footer .fa-heart
{
    color: red;
}