@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@font-face {
    font-family: "Cairo";
    src: url("Cairo-SemiBold.ttf");
}
@font-face {
    font-family: "Cairo-Bold";
    src: url("Cairo-Bold.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: 0;
    box-shadow: none !important;
    font-size: 14px;
}
form .btn{
    background: #2677af;
    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: #293133;
    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{
    color: #F36059;
}
.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: 150px;
}
.wp_nav .third{
    background: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
    border-bottom: 1px solid #ddd;
}
.wp_nav .third .navbar{
    padding: 0 10px;
}
.wp_nav .third .navbar-nav{
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
}
.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{
    background: #F36059;
    color: #fff;
}
.wp_slider{

}
.wp_slider .carousel-item{

}
.wp_slider .carousel-item img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.wp_slider .carousel-item .carousel-caption{
    background: rgba(0,0,0,.5);
    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: 'Cairo-Bold';
    margin-bottom: 10px;
    font-size: 32px;
    color: #2B2B2B;
    line-height: 1.5;
    text-transform: capitalize;
}
.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;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 10px solid #F36059;
    transition: .5s ease-in-out;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px;
    text-transform: capitalize;
    margin: 0 auto;
    margin-top: 15px;
}
.wp_services .block:hover{
    background: #F36059;
    border-color: #fff;
}
.wp_services .block .item{

}
.wp_services .block:hover p{
    color: #fff;
}
.wp_services .block:hover i{
    color: #fff;
}
.wp_services .block i{
    font-size: 50px;
    margin-bottom: 20px;
    color: #F36059;
    transition: .5s ease-in-out;
}
.wp_services .block p{
    transition: .5s ease-in-out;
    margin: 0;
    line-height: 1.5;
    color: #2B2B2B;
    font-size: 18px;
    font-family: 'Cairo-Bold';
}
.wp_about{
    background: #fff;
    padding: 50px 0;
}
.wp_about .img-box{
    text-align: center;
}
.wp_about .img-box img{

}
.wp_about .info{
    color: #202020;
    font-size: 17px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 15px;
}
.wp_contact{
    padding: 50px 0;
    background: #f8f8f8;
}
.iti{
    width: 100%;
    display: block;
    direction: ltr;
}
.wp_footer{
    background: #293133;
    padding: 20px 0;
}
.wp_footer .copy{
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 12px;
}
.wp_footer .address{
    color: #fff;
    text-align: center;
    opacity: .5;
    font-size: 12px;
    margin-bottom: 15px;
    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: 15px;
}
.wp_client .block .img-box{
    height: 100px;
    padding: 10px 0;
    margin-bottom: 20px;
}
.wp_client .block img{
    width: 150px;
    object-fit: contain;
    height:100%;
}
.wp_client .block p{
    font-size: 13px;
    color: #293133;
    margin: 0;
}
.gallery{
    margin-top: 15px;
}
.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;
}
.gallery .gallery-block img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.gallery .gallery-block a{

}
.profile_sec{
    margin-top: 20px;
}
.profile_sec .block{
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 15px 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}
.profile_sec .block a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #3a3a3a;
    padding: 20px 10px;
    border: 1px solid #f4f4f4;
    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: #ad0b00;
    font-size: 12px;
}