@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css?family=Tajawal:500,700&display=swap&subset=arabic');
@import url('https://fonts.googleapis.com/css?family=Teko:400,600&display=swap');
body, html{
    margin: 0;
    padding: 0;
    font-family: 'PT Serif', serif;
}
.navbar-brand img{
    width: 100px;
}
.navbar.bg-dark{
    background-color: rgba(0, 0, 0, 0.71) !important;
}
.navbar-brand span{
    color: white;
    margin-left: 5px;
    font-weight: bold;
}
.libra-intro{
    padding: 150px 0 62px 0;
    background-image: url(../assets/introbg.png);
    text-align: center;
    background-position: bottom;
    background-size: cover;
}
.libra-intro h1{
    color: white;
    font-weight: bold;
    text-shadow: 0 0 5px black;
}
.libra-intro h2{
    color: white;
    font-size: 27px;
    text-shadow: 0px 0px 6px #000000, 0px 0px 6px #000000;
}
.libra-intro h2 span:first-of-type{
    color: #006fbf;
    font-weight: bold;
}
.libra-intro h2 span:nth-of-type(2){
    color: #fd1f20;
    font-weight: bold;
}
.libra-intro h2 span:last-of-type{
    font-weight: bold;
}
.libra-intro h2.subh{
    color: rgba(241, 201, 102, 1);
}
.hdwrap{
    display: inline-block;
    width: 90%;
    margin-bottom: 290px;
}
.libra-intro .slogan{
    font-family: 'Great Vibes', cursive;
    color: rgba(234, 72, 73, 1);
    text-shadow: 0 0 5px black;
    font-size: 70px;
}
.libra-intro h4{
    color: white;
    padding: 10px 60px;
    display: inline-block;
    background-image: linear-gradient(to right, transparent, #000000 , transparent);
}
.libra-intro .btn-danger{
    margin-top: 25px;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
}
.abt-us{
    color: white;
    text-align: center;
    background-color: rgba(12, 24, 36, 1);
    padding: 40px 0;
}
.abt-us h2{
    margin-bottom: 30px;
}
.abt-us p{
    max-width: 800px;
    margin: auto;
}
p b>span{
    color: rgba(253, 101, 102, 1);
}
.services{
    padding: 50px 0 50px;
    text-align: center;
}
.services .stitle{
    padding-bottom: 20px;
    font-size: 30px;
    position: relative;
}
.services .stitle:after{
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: rgba(253, 101, 102, 1);

}
.services p.sr-desc{
    max-width: 1000px;
    margin: auto;
    color: rgba(136, 136, 137, 1);
}
.services span.psr{
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: bold;
    display: block;
}
.services .single-service{
    text-align: center;
    margin-bottom: 50px;
    background-color: #fafafa;
    padding: 20px;
    transition: all 0.5s ease;
    border-radius: 5px;
}
.services .single-service:hover{
    background-color: #dddddd;
}
.services .single-service h4{
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 20px;
}
.services .single-service img{
    margin-bottom: 15px;
    object-fit: contain;
}
.fields{
    background-image: url("../assets/fbg.png");
    background-size: cover;
    background-position: center;
}
.fields .legal{
    background-color: rgba(232, 238, 249, 0.71);
    padding: 40px 10px;
}
.fields .legal p{
    padding: 0;
    margin: 0;
}
.fields .legal .wrapper{
    max-width: 600px;
    margin-left: auto;
}
.fields .legal h4{
    color: rgba(216, 61, 62, 1);
    font-weight: bold;
}
.fields .para{
    background-color: rgba(15, 22, 40, 0.87);
    padding: 40px 10px;
}
.fields .para p{
    padding: 0;
    margin: 0;
    color: white;
}
.fields .para .wrapper{
    max-width: 600px;
    margin-right: auto;
    padding-left: 20px;
}
.fields .para h4{
    color: rgba(216, 61, 62, 1);
    font-weight: bold;
}
.login{
    padding: 100px 0 100px;
}
.login .dropdown{
    margin-bottom: 20px;
}
.login .dropdown.ctr{
    opacity: 0;
    transition: all 0.5s ease;
}
.login .dropdown .dropdown-toggle{
    background-color: rgba(216, 61, 62, 0.87);
    color: white;
    width: 100%;
    text-align: left;
}
.login .dropdown .dropdown-toggle::after{
    position: absolute;
    right: 15px;
    bottom: 16px;
}
.login .dropdown .dropdown-menu{
    background-color: rgba(12, 24, 36, 0.87);
    width: 100%;
}
.login .dropdown .dropdown-menu a{
    color: white;
    transition: all 0.3s ease;
}
.login .dropdown .dropdown-menu a:hover{
    color: white;
    background-color: rgba(216, 61, 62, 0.87);
}
.login form .fa-group{
    position: relative;
}
.login form{
    padding: 20px;
    border-radius: 5px;
    background-color: #ddddde;
    margin-left: 10px;
    position: relative;
    opacity: 0;
    transition: all 0.3s ease;
}
.login form .fa-group i{
    position: absolute;
    right: 10px;
    top: 11px;
    color: #363637;
}
.login form .form-control{
    margin-bottom: 20px;
}
.login form .form-control:focus{
    border-color: #363637;
    box-shadow: 0 0 0 0.2rem #363637;
}
.login .btn-dark{
    color: white;
    background-color: #0c1824;
    width: 200px;
}
.login .lpass{
    text-align: center;
    padding-top: 10px;
}
.login .lpass a{
    color: #a3a3a4;
    text-decoration: underline;
}
.login form .fa-caret-left{
    position: absolute;
    left: -10px;
    top: 10px;
    font-size: 30px;
    color: #ddddde;
}
.login .ltitle{
    text-align: center;
    margin-bottom: 25px;
}
footer .contacts{
    background-color: #0c1824;
    text-align: center;
    padding: 50px 0 50px;
}
footer .contacts p{
    color: white;
}
footer .contacts h5{
    color: #bc3739;
}
footer .contacts span{
    color: white;
}
footer .copyright{
    background-color: #495e71;
    text-align: center;
    padding: 20px 0 20px;
    color: white;
}
