:root  {
    --primary-color: #486b82;
    --secondary-color: #1482fb;
    --black-color:#0a0c19;
    --navbar-height:70px;
}
body{
    color: var(--black-color);
    font-family: 'changa', sans-serif;
}
@font-face {
    font-family: "Cairo";
    src: url("Cairo-SemiBold.ttf");
}
@font-face {
    font-family: "Cairo-Bold";
    src: url("Cairo-Bold.ttf");
}
@font-face {
    font-family: "changa-bold";
    src: url("Changa-Bold.ttf");
}
@font-face {
    font-family: "changa";
    src: url("Changa-Medium.ttf");
}
body{
    background: #f2f2f2;
}
#global-loader{
    position: fixed;
    z-index: 50000;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#global-loader .con{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 30%;
    left: 0;
    margin: 0 auto;
}
#global-loader .loader-img{
    width: 110px;
}
#global-loader p{
    font-size: 25px;
    display: inline-block;
    color: #4d4d4d;
}
.valid_result{
    color: green;
}
.invalid_result{
    color: red;
}
.result_input{
    font-size: 11px;
    margin: 0;
    text-transform: capitalize;
    font-weight: bold;
}
form label{
    color: #666666;
    font-size: 13px;
    font-weight: bold;
}
form label .required{
    color: red;
}
form .form-group{
    margin-bottom: 10px;
}
.form-control{
    height: 50px;
    color: #777;
    border-radius: 5px;
    box-shadow: none !important;
    font-size: 14px;
    border-color: #f9f9f9 !important;
}
form .btn{
    background: var(--secondary-color);
    color: #fff !important;
    font-weight: bold;
    font-size: 17px;
    border-radius: 0;
    height: 50px;
    padding: 5px 15px;
    box-shadow: none !important;
    border: 0 !important;
    text-transform: capitalize;
    display: block;
    width: 100%;
}
.wp_success{
    text-align: center;
}
.wp_success i{
    margin-bottom: 10px;
    font-size: 35px;
    color: #20ac0c;
    font-weight: normal;
}
.wp_success p{
    margin: 0;
    color: #777;
    font-size: 15px;
}
.wp_nav{

}
.wp_nav .first{
    background: var(--secondary-color);
    color: #fff;
    padding: 10px 0;
}
.wp_nav .first .contact_ul{
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}
.wp_nav .first .contact_ul li{
    display: inline-block;
    padding: 0 10px;
}
.wp_nav .first .contact_ul li a{
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
.wp_nav .first .contact_ul li i{

}
.wp_nav .first .contact_ul li img{

}
.wp_nav .first .social_ul{
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}
.wp_nav .first .social_ul li{
    display: inline-block;
    padding: 0 5px;
}
.wp_nav .first .social_ul li a{
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    transition: .3s ease-in-out;
}
.wp_nav .first .social_ul li a:hover{
   opacity: .6;
}
.wp_nav .first .social_ul li i{

}
.wp_nav .second{
    background: #eee url(../img/head.png) repeat;
    text-align: center;
    height: 90px;
    line-height: 90px;
}
.wp_nav .second .ar{

}
.wp_nav .second .en{

}
.wp_nav .second .txt{
    font-size: 18px;
    font-family: 'Cairo-Bold';
    text-transform: capitalize;
    color:#293133;
}
.wp_nav .second a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display:inline-block;
}
.wp_nav .second img{
    width: 200px;
}
.wp_nav .third{
    background: #fff !important;
    border-bottom: 1px solid #ddd;
}
.wp_nav .third .navbar{
    padding: 0px;
}
.wp_nav .navbar-brand{
    margin-right: 0;
}
.wp_nav .navbar-brand img{
    width: 150px;
}
.wp_nav .third .navbar-nav{

}
.wp_nav .third .navbar-nav li{
    display: inline-block;
}
.wp_nav .third .navbar-nav li a{
    text-shadow: 0 1px 0 rgba(255,255,255,0.25);
    color: #333d40;
    transition: .3s ease-in-out;
    padding: 13px;
    font-size: 14px;
    text-transform: capitalize;
}
.wp_nav .third .navbar-nav li a:hover{
    color: var(--secondary-color);
}
.wp_slider{

}
.wp_slider .carousel-item{

}
.wp_slider .carousel-item img{
    width: 100%;
    object-fit: cover;
}
.wp_slider .carousel-indicators li{
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
}
.wp_slider .carousel-indicators .active{
    background-color: var(--secondary-color);
}
.wp_slider .carousel-item .carousel-caption{
    background: rgba(0,0,0,.2);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp_slider .carousel-item .carousel-caption h3{
    width: 100%;
    color: #fff;
    font-family:'Cairo-Bold';
    font-size: 40px;
    text-transform: capitalize;
}
.wp_slider .carousel-control-next,
.wp_slider .carousel-control-prev{
    z-index: 20;
}
.wp_services{
    background: #f8f8f8;
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
}
.wp_title{
    text-align: center;
    font-family: 'changa-bold';
    margin-bottom: 10px;
    font-size: 45px;
    color: var(--black-color);
    line-height: 1.5;
    text-transform: capitalize;
}
.wp_btn{
    background-color: var(--secondary-color);
    color: #fff;
    border: 0;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px 30px;
    transition: .3s ease-in-out;
    display: block;
    margin:0 auto;
    text-transform: capitalize;
}
.wp_btn:hover{
    padding: 10px 40px;
}
.wp_btn i{
    margin:0 2px;
    font-size: 12px;
    opacity: .9;
}
.wp_sub_title{
    text-align: center;
    line-height: 1.5;
    color: #57667e;
    font-size: 15px;
    margin-bottom: 20px;
}
.wp_services .block{
    background: #fff;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: .5s ease-in-out;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-transform: capitalize;
    margin-top: 30px;
    overflow: hidden;
    text-decoration: none;
    display: block;
}
.wp_services .block .img-box{
    height: 200px;
    overflow: hidden;
}
.wp_services .block .img-box img{
    transition: .5s ease-in-out;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.wp_services .block:hover img{
    transform: scale(1.5);
}
.wp_services .block p{
    transition: .5s ease-in-out;
    margin: 0;
    line-height: 1.5;
    color: var(--black-color);
    font-size: 22px;
    font-family: 'changa-bold';
    padding: 25px 0;
}
.wp_about{
    background: #fff;
    padding: 50px 0;
}
.wp_about .img-box{
    text-align: center;
}
.wp_about .img-box img{
    rotate: -10deg;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.wp_about .info{
    color: var(--primary-color);
    font-size: 17px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 15px;
}
.wp_contact{
    padding: 50px 0;
    background: #f8f8f8;
}
.wp_contact .wp_title{
    margin-bottom: 30px;
}
.wp_contact .img-box{

}
.wp_contact .img-box img{
    width: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.wp_contact .img-box h5{
    font-size: 15px;
    line-height: 1.6;
    color: var(--primary-color);
    margin: 0;
    text-align: unset;
}
.wp_contact a{
    display: block;
    color: var(--black-color);
    font-size: 15px;
    text-decoration: none;
    line-height: 1.6;
    margin: 10px 0;
}
.wp_contact a i{
    opacity: .6;
    margin: 0 2px;
}
.wp_contact a span{

}
.iti{
    width: 100%;
    display: block;
    direction: ltr;
}
.wp_footer{
    text-align: center;
    background: #fff;
    padding: 30px 0;
    color: var(--black-color);
}
.wp_footer .copy{
    text-align: center;
    margin: 0;
    font-size: 12px;
}
.wp_footer .copy{
    margin-bottom: 20px;
}
.wp_footer .copy a{
    color: var(--secondary-color);
    text-decoration: none;
}
.wp_footer .date{
    margin: 0;
    font-size: 13px;
    color: var(--primary-color);
}
.wp_footer .img-box{
    margin-bottom: 20px;
}
.wp_footer .img-box img{
    width: 200px;
}
.wp_footer .address{
    text-align: center;
    opacity: .5;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.wp_404{
    padding: 50px 0;
    background: #f8f8f8;
    text-align: center;
    font-family: 'Cairo-Bold';
}
.wp_404 h1{
    margin-bottom: 20px;
    color: #2677af;
    font-size: 100px;
}
.wp_404 p{
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 20px;
    color: #000;
}
.wp_client{
    background: #fff;
    padding: 50px 0;
}
.wp_client .block{
    text-align: center;
    margin-top: 30px;
}
.wp_client .block .img-box{
    height: 130px;
    padding: 20px 0;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 9px 9px 17px;
    border-radius: 15px;
}
.wp_client .block img{
    width: 100%;
    object-fit: contain;
    height:100%;
}
.wp_client .block p{
    font-size: 15px;
    color: var(--black-color);
    margin: 0;
    font-family: 'changa-bold';
}
.gallery{
    margin: 30px 0;
}
.gallery .content{
    background: #f8f9fb;
    padding: 30px;
    border: 1px solid #ddd;
}
.gallery .gallery-block{
    margin: 15px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    height: 200px;
    margin-bottom: 0;
}
.gallery .gallery-block img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.gallery .gallery-block a{

}
.gallery .list{
    background: #fff;
    margin: 20px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}
.gallery .list h3{
    font-family: 'changa-bold';
    background: var(--secondary-color);
    text-align: center;
    color: #fff;
    padding: 15px 5px;
    font-size: 20px;
}
.gallery .list ul{

}
.gallery .list ul li{
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.6;
}
.gallery .list ul li i{
    color: var(--secondary-color);
    font-size: 15px;
}
.gallery .card{
    margin-top: 15px;
    background: none;
    overflow: hidden;
    border: 0;
}
.gallery .card-header{
    padding: 0;
}
.gallery .card-header button{
    text-align: unset !important;
    background-color: var(--secondary-color);
    outline: 0;
    border:0 !important;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    padding: 15px 10px;
    font-size: 16px;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.gallery .card .card-header button i{
    float: left;
}
.gallery .card .card-body{
    background: #fff;
    padding: 15px 10px;
}
.gallery .card-body table{
    width: 100%;
}
.gallery .card-body table tr{

}
.gallery .card-body table td{
    padding: 10px;
}
.profile_sec{
    padding: 50px 0;
    background: #f8f8f8;
}
.profile_sec .card{
    border: 0;
    border-radius: 0;
    background:none;
    margin-bottom: 20px;
}
.profile_sec .card:last-child{
    margin-bottom: 0;
}
.profile_sec .card-header{
    background: none;
    padding: 0;
    border-radius: 0;
}
.profile_sec .card-header button{
    background-color: var(--secondary-color);
    color: #fff;
    text-align: unset !important;
    font-size: 18px;
    font-family: 'changa-bold';
    padding: 20px 10px;
    text-decoration: none;
    box-shadow: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.profile_sec .card-header button i{
    float: left;
}
.profile_sec .card-body{
    background-color: #fff;
    padding: 10px;
}
.profile_sec .wp_title{
    margin: 20px 0;
    font-size: 30px;
    text-align: unset;
}
.profile_sec .block{
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 10px;
    overflow: hidden;
}
.profile_sec .block a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #3a3a3a;
    padding: 10px 10px;
    border: 1px solid #e9e9e9;
    background: #fff;
    transition: .3s ease-in-out;
}
.profile_sec .block a:hover{
    background: #f8f8f8;
}
.profile_sec .block a span{

}
.profile_sec .block a i{
    margin: 0 3px;
    color: var(--secondary-color);
    font-size: 12px;
}
.gallery_item{
    background: #fff;
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 15px;
    border-top: 0;
    line-height: 1.5;
}