/* Font-family */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url('../css/header_footer.css');

/* Basics */
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    background: #FFFFFF;    
    line-height: 1.8;
    overflow-x: hidden;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
ul,li{
    list-style: none;
    padding: 0;
}
a, a:hover{
    text-decoration: none;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}
/* General */
main {
     padding: 0 0 50px;
}
/*Home */
.wd_home_banner{
    background: url(../images/home/banner.png)no-repeat;
    width: 100%;
    height: 100vh;
    background-position: 100% 100%;
    background-size: cover;
    padding: 0px 0 50px;
    display: flex;
    align-items: center;
}
.wd_banner_txt {
    padding: 0;
}
.wd_banner_txt h1{
    color: #FFF;
    text-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.25);
    font-size: 40px;
    font-weight: 500;
}
.wd_banner_txt h1 b{
    color: #FF6B45;
}
.wd_banner_txt p{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;    
}
.more_btn{
    background:  #FFF;
    box-shadow: 7px 7px 0px 0px rgba(255, 255, 255, 0.25);
    padding: 10px 15px;
    color: #86004C;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.wd_banner_img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
/*.wd_trust_img img{
    width: 100%;
    height: 510px;
    object-fit: contain;
}*/
.wd_trust_blog{
    padding: 50px 0;
}
.wd_get_btn{
    background: #FF6B45;
    box-shadow: 7px 7px 0px 0px rgba(140, 8, 64, 0.20);
    color: #FFF;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.wd_trust_txt p{
    margin-bottom: 20px !important;
}
.wd_network_blog{
    background: url(../images/home/network-bg.png)no-repeat;
    width: 100%;
    height: 600px;
    background-position: 100% 100%;
    background-size: cover;
    display: flex;
    align-items: center;
/*    padding: 50px 0;
    margin-bottom: 130px;*/
}

.wd_cmn_title span{
    color:  #FF6B45;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3.42px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.wd_cmn_title h3{
    color:  #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    line-height: 128.1%;
    display: block;
    margin-bottom: 50px;
}
.wd_network_bx {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background: #FFF;
    box-shadow: 5px 5px 23px 0px #00000033;
}
.wd_network_bx img{
    max-width: 100%;
    height: auto;
}
.wd_network_txt {
    height: 230px;
}
.wd_network_txt h3{
    background: #ff6b45;
    color:  #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 16px;
    position: relative;
    margin: -19px auto 0;
    display: block;
    width: 60%;
}
.wd_network_txt h3::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: -1px 0 0 -12px;
    background: url(../images/home/left-side.svg)no-repeat;
    width: 12px;
    height: 20px;
}
.wd_network_txt h3::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    margin: -1px -12px 0 0;
    background: url(../images/home/right-side.svg)no-repeat;
    width: 12px;
    height: 20px;
}
.wd_network_txt p{
    color: #545454;
    text-align: center;
    font-size: 14px;
    font-weight: 400;    
    padding: 15px 15px;
    margin-bottom: 0;
}
.wd_network_txt p a{
    color: #FF6B45;
    font-weight: 600;
}
.wd_network_blog .owl-carousel .owl-dots.disabled{
    display: block;
}
.wd_network_blog .owl-dots{
    margin: 0 auto;
    text-align: center;
}
.wd_network_blog .owl-carousel button.owl-dot{
    background: #D9D9D9;
    padding: 5px 10px !important;
    border-radius: 90px;
    margin-right: 8px;
}
.wd_network_blog button.owl-dot.active{
    background: #EF016B;
    padding: 5px 20px !important;
}
.wd_network_blog .owl-nav{
    display: none;
}
.wd_network_blog  .owl-carousel .owl-stage-outer{
    padding: 0 8px 10px;
}
.wd_choose_blog{
    padding: 0 ;
}
.wd_choose_title span{
    color:  #86004C;
    font-size: 14px;
    font-weight: 700;
    display: block;
    letter-spacing: 3.42px;
    text-transform: uppercase;
}
.wd_choose_title h3{
    color:  #000B42;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 22px;
}
.wd_choose_list li{
    margin: 0 0 1rem;
    color: #545454;
    font-size: 14px;
    font-weight: 400;
    line-height: unset;
    position: relative;
    padding-left: 25px;
}
.wd_choose_list li::before{
    content: '';
    background: url(../images/home/tick-mark.svg)no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-position: center;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    margin: 4px 0 0;
}
/*.wd_chose_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}*/
/* services */
.wd-mr-srvc-banr{
    background: url(../images/services/service-bg.png)no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 289px;
    display: flex;
    align-items: center;
}
.wd-main-title{
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 0;
    padding: 94px 0 0;
    text-transform: capitalize;
}
.wd-servc-area{
    padding: 70px 0 0;
}
.wd-mb-30{
    margin-bottom: 30px;
}
.wd-srvc-txt h5{
    color: #86004C;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3.42px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.wd-srvc-txt h2{
    color:  #000B42;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
}
.wd-srvc-txt h2 b{
    color: #EF016B;
}
.wd-srvc-txt p{
    color: #545454;
    font-size: 14px;
    font-weight: 400;    
}
.wd-srvc-txt p:last-child{
    margin-bottom: 0;
}
.wd-srvc-txt p a{
    color: #EF016B;
}
/* contact us */
.wd-contct-area{
    padding: 55px 0 0;
}
.wd-support-box{
    background: #86004C url(../images/support-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 82px;
    display: flex;
    align-items: center;
    padding: 16px 20px;
}
.wd-suport-icon img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 12px;
}
.wd-suport-txt h5{
    color:  #FFF;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.24px;
    text-transform: uppercase;
}
.wd-suport-txt a{
    color:  #FFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
}
.wd-contact-box{
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 30px;
}
.wd-form-grp{
    display: flex;
    align-items: center;
    grid-gap: 25px;
    width: 100%;
}
.wd-contact-box form .form-group{
    margin-bottom: 16px;
    width: 100%;
}
.wd-contact-box form .form-group .form-control{
    border: 1px solid rgba(0, 0, 0, 0.09);
    background: #F5F5F5;
    padding: 12px 18px;
    color: #999;
    font-size: 15px;
    font-weight: 400;
    height: auto;
}
.wd-contact-box form .form-group textarea.form-control{
    height: 110px;
}
.wd-contact-box form .form-group .form-control:focus{
    box-shadow: none;
    border:1px solid #86004C;
    box-shadow: rgba(134, 0, 76, 0.25) 0px 0px 0px 0.2rem;
}
.wd-submit-btn {
    background: #FF6B45;
    box-shadow: 7px 7px 0px 0px rgba(140, 8, 64, 0.20);
    color: #FFF;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    max-width: 170px;
    display: block;
    margin: 22px auto;
} 
.wd-submit-btn :hover{
    color: #fff;
}
.wd-network-area{
    padding: 0 0 50px;
}
.network-img {
    width: 100%;
    height: 350px;
}
.upbox_network {
    margin: -300px 0 0;
}
.wd_choose_blog p {
    font-size: 14px;
}