:root  {
    --primary-color: #2E4B66;
    --secondary-color: #A2C1E3;
    --black-color:#0a0c19;
    --navbar-height:90px;
}
@font-face {
    font-family: "cairo-bold";
    src: url("../fonts/Cairo-Bold.ttf");
}
@font-face {
    font-family: "cairo";
    src: url("../fonts/Cairo-SemiBold.ttf");
}
@font-face {
    font-family: "poppins";
    src: url("../fonts/Poppins-Medium.ttf");
}
@font-face {
    font-family: "poppins-bold";
    src: url("../fonts/Poppins-Bold.ttf");
}
@font-face {
    font-family: "poppins-black";
    src: url("../fonts/Poppins-Black.ttf");
}
@font-face {
    font-family: "alkatra-bold";
    src: url("../fonts/Alkatra-Bold.ttf");
}
@font-face {
    font-family: "alkatra";
    src: url("../fonts/Alkatra-Medium.ttf");
}
@font-face {
    font-family: "LeckerliOne";
    src: url("../fonts/LeckerliOne-Regular.ttf");
}
body{
    color: var(--black-color);
}
.wp_section{
    padding: 50px 0;
}
#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: #099109;
}
.invalid_result{
    color: #db2222;
    opacity: .8;
}
.result_input{
    font-size: 11px;
    margin: 0;
    text-transform: capitalize;
    font-weight: bold;
}
form label{
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
form label .required{
    color: red;
}
form .form-group{
    margin-bottom: 10px;
}
.form-control{
    height: 35px;
    color: #777;
    border-radius: 10px;
    box-shadow: none !important;
    font-size: 14px;
    border-color: var(--primary-color) !important;
}
textarea.form-control{
    height: 287px !important;
}
form input[type='submit']{
    background: var(--primary-color);
    color: #fff !important;
    font-size: 17px;
    padding: 0 10px;
    box-shadow: none !important;
    border: 1px solid #fff !important;
    text-transform: capitalize;
    display: block;
    border-radius: 10px;
    width: 20%;
    font-weight: unset;
    height: 40px;
}
.iti{
    direction: ltr;
    text-align: left;
    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: var(--primary-color);
    font-size: 18px;
}
.wp_nav{

}
.wp_nav .navbar-nav .nav-link{
    color: var(--black-color);
    transition: .3s ease-in-out;
    font-size:15px;
    text-transform: uppercase;
}
.wp_nav .navbar-nav .nav-link:hover{
    color: var(--secondary-color);
}
.navbar-light .navbar-brand{
    text-align: center;
}
.wp_nav .navbar-toggler{
    border: 0;
    color: var(--black-color);
}
.wp_nav .navbar-brand img{
    width: 60%;
}
.lang_sec{
    position: fixed;
    left: 5px;
    bottom: 10px;
    z-index: 99;
}
.lang_sec a{
    color: #fff;
    background: var(--primary-color);
    border-radius: 5px;
}
.lang_sec a img{

}
.wp_footer{
    background: var(--secondary-color);
    padding: 20px 0;
}
.wp_footer .logo{

}
.wp_footer .logo img{
    width: 170px;
}
.wp_footer .social{
    margin-top: 15px;
}
.wp_footer .social li{

}
.wp_footer .social li a{
    text-decoration: none;
    margin: 0 5px;
}
.wp_footer .social li a img{
    width: 30px;
}
.wp_footer .address{
    font-size: 17px;
    margin-bottom: 2px;
}
.wp_footer .links{
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
}
.wp_footer .links li{
    display: inline-block;
}
.wp_footer .links li a{
    text-decoration: none;
    color: var(--black-color);
    margin: 0 5px;
    font-size: 13px;
}
.hook_sec{
    height: calc(100vh - 90px + 30px);
}
.hook_sec .hook_img{
    height: 100%;
    text-align: center;
}
.hook_sec .hook_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wp_hook_service .hook_img img{

}
.cus_container{
    width:100%;
}
.hook_sec .hook_txt{
    color: var(--secondary-color);
    margin-top:5%;
}
.hook_sec .hook_txt p{
    font-size: 2vw;
    margin: 10px 0;
    color: #527DA3;
}
.hook_sec .hook_txt h2{
    color: var(--primary-color);
}
.hook_sec .hook_txt h2 span{
    color: var(--secondary-color);
}
.wp_about_service{
    background-image: url("../img/about-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
}
.img_title{
    margin-bottom: 30px;
    text-align: center;
}
.img_title img{
    width: 200px;
}
.wp_about p{
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 10px;
}
.wp_about .img-down{
    text-align: center;
    margin-top: 40px;
}
.wp_about .img-down img{
    width: 500px;
}
.wp_service,.wp_why{
    text-align: center;
}
.wp_service .content img,
.wp_why .content img{
    width: 750px;
}
.wp_contact{
    background: var(--secondary-color);
}
.wp_hook_service .hook_txt{

}
.wp_service_details{
    text-align: center;
}
.wp_service_details .block{

}
.wp_service_details .block img{
    margin: 20px 0;
    display: block;
}
.wp_service_details .block img.video{
    cursor: pointer;
}
.wp_service_details .img-down{

}
.wp_service_details .img-down img{

}
.team_sec{

}
.team_sec .block{
    background: #ECECEC;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.team_sec .block .content{
    padding: 20px;
}
.team_sec .block .img-block{
    height: 250px;
    overflow: hidden;
}
.team_sec .block .img-block img{
    border-radius: 20px;
    cursor: pointer;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.team_sec .block .name strong{

}
.team_sec .block .name{
    font-size: 20px;
    text-transform: capitalize;
    line-height: 1.6;
    margin-bottom: 0;
}
.team_sec .block .job{
    font-size: 17px;
    margin: 10px 0;
}
.team_sec .block .links{

}
.team_sec .block .links a{
    display: inline-block;
    margin-right: 5px;
}
.team_sec .block .links img{
    width: 20px;
}
.team_sec .modal-content{
    border-radius: 20px;
}
.team_sec .modal-dialog{
    max-width: 630px;
    border-radius: 20px;
    overflow: hidden;
}
.team_sec .modal-body{
    background: #ECECEC;
    overflow: hidden;
    border-radius: 20px;
}
.team_sec .content-modal .name{
    font-size: 40px;
    line-height: 1.2;
}
.team_sec .content-modal .name strong{
    display: block;
}
.team_sec .content-modal .job{
    font-size: 20px;
}
.team_sec .content-modal .links{

}
.team_sec .content-modal .links a{

}
.team_sec .content-modal .links a img{

}
.team_sec .img-block-modal{
    overflow: hidden;
    height: 200px;
}
.team_sec .img-block-modal img{
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.team_sec .modal .desc{

}
.team_sec .modal ul{

}
.team_sec .modal ul li{
    margin: 9px 0;
    list-style: disc;
    line-height: 1.5;
    font-size: 15px;
    text-transform: capitalize;
}
.contact_hook_sec .hook_txt{
    margin-top: 6%;
}
.contact_hook_sec .data{
    margin-top: 20px;
}
.contact_hook_sec .data .pop_btn{
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-transform: capitalize;
    border-radius: 10px;
    width: 100%;
    box-shadow: none;
}
.contact_hook_sec .data ul{
    margin: 0;
    padding: 0;
    margin-top: 3px;
    text-align: center;
}
.contact_hook_sec .data ul li{
    display: inline-block;
}
.contact_hook_sec .data ul li a{
    margin: 0 5px;
}
.contact_hook_sec .data ul li a img{
    width: 35px;
}
.wp_location{

}
.wp_location .block{
    padding: 20px;
    background: var(--secondary-color);
    border-radius: 15px;
    margin: 20px 0;
}
.wp_location .block h3{
    color: var(--primary-color);
    font-size: 25px;
    margin-bottom: 15px;
}
.wp_location .block .address{
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 10px;
}
.wp_location .block .country{
    font-size: 16px;
    margin-bottom: 10px;
}
.wp_location .block .phone{
    color: var(--primary-color);
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}
.wp_location .block ul{
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
.wp_location .block ul li{
    display: inline-block;
}
.wp_location .block ul li a{
    margin:0 5px;
}
.wp_location .block ul li a img{
    width: 35px;
}
.contact_hook_sec .modal-content{
    background: #ECECEC;
}
.contact_hook_sec .modal-dialog{
    width: 850px;
    max-width: 100%;
    border-radius: 10px;
}

.contact_hook_sec .modal-content .left{
    padding: 20px 0;
}
.contact_hook_sec .modal-content .left p{
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 15px;
}
.contact_hook_sec .modal-content .left h4{
    color: var(--primary-color);
    font-size: 25px;
    margin-bottom: 15px;
}
.contact_hook_sec .modal-content .left img{
    width: 200px;
    margin: 0 auto;
    display: block;
}
.contact_hook_sec .modal-content .submit_form{

}
.contact_hook_sec .modal-content .submit_form .content{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.contact_hook_sec .modal-content .submit_form .title{
    color: var(--primary-color);
    font-size: 15px;
}
.contact_hook_sec .modal-content .submit_form hr{

}
.contact_hook_sec .modal-content .submit_form .form-control{
    height: 45px;
    width: 100%;
    display: block;
    border: 1px solid #ccc !important;
}
.contact_hook_sec .modal-content .submit_form textarea{
    height: 190px !important;
    resize:  none;
}
.contact_hook_sec .modal-content .submit_form .btn{
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 5px;
}
.contact_hook_sec .modal-content .submit_form .bootstrap-select button{
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: #fff !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.contact_hook_sec .modal-content .submit_form select option{
    text-transform: capitalize;
}
.submit_form .bootstrap-select .dropdown-menu li a span.text{
    text-transform: capitalize;
}
.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Ensure it takes up the full viewport height */
}
.wp_location{

}
/* Main content takes up remaining space */
.main-content {
    flex: 1;
}
.hook_img_sec {
    background: #fff !important;
    display: flex; /* Ensure it stretches fully */
    align-items: center; /* Optional: Center image vertically */
    justify-content: center; /* Optional: Center image horizontally */
    height: calc(100vh - var(--navbar-height)) !important;
}

.hook_img_sec .cover {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


@media (min-width: 768px) {

    .new_padding
    {
        padding-right: unset;
    }

}
.wp_hook_service .hook_txt{
    margin-top: 17%;
}

.privacy_sec{
    direction: ltr;
    text-align: left;
    font-family: 'poppins', sans-serif;
}
.privacy_sec ul{
    margin-bottom: 15px;
    list-style: outside;
}
.privacy_sec ul li{
    line-height: 1.7;
    margin-bottom: 5px;
    font-size: 15px;
}
.privacy_sec p{
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 10px
}
.privacy_sec h3{
    color: #3a3a3a;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 23px;
    line-height: 1.5;
}
.privacy_sec h4{
    font-size: 19px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.privacy_sec a{

}
.privacy_sec strong{

}
.privacy_sec .wp_title{
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}
.privacy_sec hr{
    border-color: #555;
}
.wp_hook_service .hook_txt p{
    font-size: 2.6vw;
}
.video_modal{

}
.video_modal video{
    max-width: 100%;
}
.video_modal .modal-content{
    background: none;
    border: 0;
    box-shadow: none;
}
.con_btn{
    padding-right: 0;
    padding-left: 0;
}