@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Changa&display=swap');
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;
}
.wp_nav{

}
.wp_nav .navbar{
    background: #f2f2f2;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    padding-top:0;
    padding-bottom:0;
    border-bottom: 3px solid #fff;
}
.wp_nav .dropdown-menu{
    top: 140%;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: #f2f2f2;
}
.wp_nav .navbar .navbar-brand{

}
.wp_nav .navbar .navbar-brand img{
    width: 60px;
}
.wp_nav .navbar .nav-item{

}
.wp_nav .navbar .nav-link{
    color: #000;
    font-size: 16px;
    transition: .3s ease-in-out;
    text-transform: uppercase;
}
.wp_nav .navbar .nav-link:hover{
    color: #346473;
}
.wp_nav .navbar .navbar-toggler i{
    color: #346473;
}
.wp_form{
    background: #fff;
    padding: 20px;
}
form label{
    color: #666666;
    font-size: 13px;
    font-weight: bold;
}
form label .required{
    color: red;
}
form .form-group{
    margin-bottom: 10px;
}
.form-control{
    height: 40px;
    color: #777;
    border-radius: 0;
    box-shadow: none !important;
    font-size: 14px;
}
form .btn{
    background: #346473;
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
    border-radius: 0;
    height: 40px;
    padding: 5px 15px;
    box-shadow: none !important;
    border: 0 !important;
    text-transform: capitalize;
}
.wp_title{
    color: #666;
    font-size: 45px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.wp_sub_title{
    font-size: 18px;
    text-align: justify;
    color: #5c727d;
    line-height: 1.7;
    margin-bottom: 15px;
}
.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_footer{
    background: #393939;
    padding: 20px 0;
    margin-top: 50px;
}
.wp_footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.wp_footer ul li{
    display: inline-block;
}
.wp_footer ul li a{
    color: #BABABA;
    transition: .3s ease-in-out;
    text-decoration: none !important;
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
}
.wp_footer ul li a:hover{
    color: #b71c8d;
}
.wp_footer .copy{
    text-align: center;
    margin: 0;
    color: #BABABA;
    font-size: 14px;
}
.wp_intro{
    background-image: url("../img/intro.webp");
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
}
.wp_no_intro{
    background: none;
    height: auto;
}
.wp_no_intro .block-title{
    display: none;
}
.wp_intro .frame{
    background:rgba(0,0,0,.7);
    color: #fff;
    height: 100%;
}
.wp_intro .block-title{
    text-align: center;
    position: relative;
    top: 45%;
    transform: translateY(-50%);
}
.wp_intro .block-title h1{
    font-size: 75px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}
.wp_intro .block-title p{
    color: #ddd;
    font-size: 18px;
    margin-bottom: 30px;
}
.wp_intro .block-title a{
    background: #f7f39a;
    color: #000;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 0;
    display: inline-block;
    text-transform: uppercase;
}
.wp_icon{
    padding: 30px 0;
    background: #f2f2f2;
}
.wp_icon .block{
    text-align: center;
    margin: 15px 0;
}
.wp_icon .block .img-block{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
}
.wp_icon .block .img-block img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.wp_icon .block h5{
    margin: 10px 0;
    color: #346473;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 15px;
}
.wp_icon .block p{
    line-height: 1.6;
    color: #959595;
    margin: 0;
    font-size: 15px;
}
.wp_back{
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 500px;
    background-size: cover;
}
.wp_back .frame{
    background:rgba(0,0,0,.6);
    color: #fff;
    height: 100%;
}
.wp_back .block-title{
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 700px;
    margin: 0 auto;
    padding: 0 10px;
}
.wp_back .block-title h1{
    font-size: 50px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
}
.wp_back .block-title p{
    color: #ddd;
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: capitalize;
    text-align:justify;
}
.wp_back .block-title a{
    background: #f7f39a;
    color: #000;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 0;
    display: inline-block;
    text-transform: uppercase;
}
.wp_aboutus{
    background: #346473;
    color: #ffffff;
    padding: 50px 0;
}
.wp_aboutus .img-block{
    text-align: center;
}
.wp_aboutus .img-block img{
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
.wp_aboutus .info{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.wp_aboutus .info h1{
    margin-bottom: 15px;
    font-size: 35px;
    border: 2px solid #fff;
    padding: 5px 7px;
    display: inline-block;
}
.wp_aboutus .info p{
    line-height: 1.5;
    text-align: left;
    font-size: 16px;
    margin: 0;
    color: #ddd;
    text-align:justify;
    text-transform: capitalize;
}
.wp_project{
    padding: 30px 0;
    background: #f2f2f2;
}
.wp_project .block{
    margin: 15px 0;
}
.wp_project .block .img-block{
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.wp_project .block .img-block img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.wp_project .block h3{
    color: #346473;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.5;
}
.wp_project .block p{
    line-height: 1.6;
    color: #595858;
    margin: 0;
    min-height: 100px;
    font-size: 16px;
    text-align:justify;
}
.wp_project .block a{
    text-decoration: none !important;
}
.wp_project .block .a_btn{
    background: #346473;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 5px 7px;
    text-transform: uppercase;
    font-size: 15px;
}
.wp_video{

}
.wp_video iframe{
    width: 100%;
    height: 600px;
}
.wp_contactus{
    padding: 30px 0;
    background: #f2f2f2;
}
.wp_contactus .map iframe{
    width: 100%;
    height: 500px;
}
.wp_contactus .map{
    margin-bottom: 20px;
}
.wp_contactus .location{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.wp_contactus .location .info{
    margin-bottom: 10px;
}
.wp_contactus .location .info i{
    width: 20px;
    color: #979797;
}
.wp_contactus .location .info span{
    color: #313131;
    font-size: 15px;
}
.wp_contactus .social{
    margin: 0;
    padding: 0;
}
.wp_contactus .social li{
    margin-bottom: 5px;
    display: inline-block;
}
.wp_contactus .social li a{
    margin: 4px 7px;
    color: #346473;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
}
.iti{
    width: 100%;
    display: block;
    direction: ltr;
}
.wp_404{
    height: 100vh;
    background: #fdfdfe;
    color: #346473;
}
.wp_404 .block{
    width: 500px;
    margin: 150px auto;
    text-align: center;
}
.wp_404 .block h1{
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 20px;
}
.wp_404 .block p{
    margin: 0;
}
.gallery{
    padding: 50px 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;
}
.gallery .gallery-block img{
    width: 100%;
}
.gallery .gallery-block a{

}
.stat_sec{
    padding: 30px 0;
    background: #f2f2f2;
    border-top: 1px solid #d9d9d9;
}
.stat_sec .block{
    margin: 15px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
    padding: 30px 0;
    background: #fdfdfd;
}
.stat_sec .block h1{
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 30px;
    color: #346473;
    font-family: Arial;
}
.stat_sec .block p{
    color: #111;
    text-transform: capitalize;
    line-height: 1.5;
    margin: 0;
}
.ten_sec{
    background:#fff;
}
.ten_sec .block h5{
    color: #575757;
    font-size: 15px;
}
.payment_sec{
    padding: 30px 0;
    background: #ececec;
}
.payment_sec .block{
    margin: 15px 0;
}
.payment_sec .block .prec{
    background: #346473;
    color: #fff;
    padding: 5px;
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin: 0;
}
.payment_sec .block .info{
    text-align: center;
    border:5px solid #346473;
    background: #fff;
    color: #111;
    text-transform: uppercase;
    height: 130px;
    font-size: 20px;
    position: relative;
}
.payment_sec .block .info span{
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    text-align: center;
    width: 100%;
    padding: 5px;
}
.block-title .form{
    width: 500px;
    margin: 15px auto;
    background: #fff;
}
.block-title .form{
    width: 100%;
    margin: 20px auto;
    background: rgba(0,0,0,.3);
    text-align: left;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.download_sec{
    background: #fff;
    padding: 30px 0;
}
.download_sec form{
    border: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    padding: 15px;
}
.media_sec{
    padding: 30px 0;
    background: #fff;
}
.media_sec .tab-content{
    padding: 20px;
    background-color: #F8F9FB;
    border: 1px solid #d4d4d4;
}
.media_sec .media-block{
    margin: 15px 0;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    transition: .3s ease-in-out;
}
.media_sec .media-block:hover{
    opacity: .7;
}
.media_sec .nav-pills .nav-link{
    border-radius: 0 !important;
    text-align: center;
    text-transform: capitalize;
    font-size: 18px;
    color: #000;
}
.media_sec .nav-pills .nav-link.active,
.media_sec .nav-pills .show > .nav-link{
    color: #000;
    background-color: #f8f9fb;
    border: 1px solid #d4d4d4;
    border-bottom: 0;
}