html{
    scroll-behavior:smooth;
}
body{
    font-family: "Fira Sans", sans-serif;
    color: #232323;
}
img{
    max-width:100%;
}
figure{
    margin:0;
}
a,
a:hover,
a:focus,
a:visited,
a:focus-visible{
    text-decoration:none;
}

/* Commo Designing */
h1{
    font-size: 42px;
    font-weight: 500;
    line-height: 1.33;
}
h2{
    font-size: 32px;
    line-height: 44px;
    font-weight: 300;
    color: #232323;
}
h5{
    font-size:20px;
    line-height:26px;
    font-weight: 500;
}
h6{
    font-size: 18px;
    line-height: 32px;
    font-weight:400;
}
strong{
    font-weight:500;
}
p,
ul li,
ol li{
    font-size: 16px;
    line-height: 28px;
    color: #232323;
    font-weight:300;
}
ul li,
ol li{
    list-style: circle;
}
.cta_wrapper a{
    display:inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 19px;
    background-color:#007ac3;
    color: #ffffff;
    border-radius:0;
    position:relative;
    transition:all .4s ease;
}
.cta_wrapper.blue_cta a:hover{
    background-color: #005b92;
    color: #ffffff;
}
.plain_cta{
    color: #007ac3;
}
.white_bg{
    background-color:#ffffff;
}
.green_bg{
    background-color: #a4cd58;
}
.blue_bg{
    background-color: #409bd2;
}
.text_blue{
    color:#007ac3 !important;
}

.pt_20{
    padding-top:20px;
}
.pb_20{
    padding-bottom:20px;
}
.pt_50{
    padding-top:50px;
}
.pb_50{
    padding-bottom:50px;
}
.pt_100{
    padding-top:100px;
}
.pb_100{
    padding-bottom:100px;
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1270px;
        padding:0 15px;
    }
}

.video_content ul li {
    padding-top: 10px;
}

/* Header */
.header_logo img{
    max-width:262px;
}
li.nav-item {
    list-style-type: none;
}
/* Banner */
.banner{
    min-height:485px;
}
.b-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_content{
    max-width: 544px;
    padding: 32px;
    background: rgba(0, 0, 0, .8);
    color: #ffffff;
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */
}
.thanks_message h2 {
    font-weight: 500;
}
.thanks_message{
    display:none;
}
.banner .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
/* Video Section */
.video_col{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.full_content p:last-child {
    margin-bottom: 0;
}
.video_content ul li:first-child {
    padding-top: 0;
}
.video_col iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_specification p{
    margin-top: 16px;
    font-size: 13px;
    font-style: italic;
    line-height: 21px;
    color: #474747;
    font-weight:400;
}

/* Timeline */
.timeline_pic img{
    max-width:60px;
}
.timeline_outer {
    display: flex;
    flex-wrap: wrap;
    max-width:840px;
    margin: 0 auto;
    gap: 10px;
    justify-content: space-between;
}
.timeline_outer .timeline_inner {
    flex:0 0 49%;
}
.time_line_content {
    padding: 30px;
}
.time_line_content p{
    margin:0;
}
.timeline_pic {
    margin-bottom: 20px;
}
.timeline_outer .timeline_inner:nth-child(even) {
    margin-top: 40px;
}

/* About */
.about_col .profile_fixed img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.about_col{
    border: 1px solid #ededed;
}
.profile_content{
    background-color:#ffffff;
    padding:30px;
}
.profile_content h5 {
    margin-bottom: 15px;
}
figure.profile_fixed {
    height: 192px;
    overflow: hidden;
}



/* About v2 */
.about-v2 .profile_content {
    padding: 0;
}
.about-v2 .about_col{
    text-align: center;
    padding: 30px;
    height: 100%;
}
.about-v2 .about_col figure.profile {
    margin-bottom: 20px;
}
.about-v2 .about_col p {
    font-weight: 400;
    color: #232323 !important;
}


/* Tabs */
.tabs_wrapper .nav-link {
    font-size: 14px !important;
    line-height: 17px;
    font-family: "Fira Sans", sans-serif;
    color: #007ac3 !important;
    font-weight: 400;
    padding-inline: 0;
    margin-right:30px;
    border:0;
}
.tabs_wrapper .nav-tabs,
.tabs_wrapper .nav-tabs .nav-link:focus, 
.tabs_wrapper .nav-tabs .nav-link:hover,
.tabs_wrapper .nav-link:focus-visible{
    border: 0;
    box-shadow:none;
}
.tabs_wrapper  .nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 2px solid #232323;
    color: #232323 !important;
    background-color: transparent;
}
.tabs_wrapper .tab-content {
    margin-top: 30px;
}
.tabs_wrapper .tabs_content_box {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.tabs_wrapper figure.tabs_pic {
    flex: 0 0 23%;
    text-align: right;
    margin-top: -75px;
}
.tabs_wrapper .nav-tabs {
    max-width: 75%;
}
.fade {
    transition: opacity 0.08s linear 0s;
}
.tabs_content {
    padding: 50px 0 0 40px;
}
.p-details h6 {
    font-weight: 300;
    margin-bottom: 0;
}
.p-details span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #232323;
}
.about-v2 .about_col figure.profile img {
    max-width:100%;
}
.form-container p {
    font-size: 13px;
    margin-top: 25px;
}
.b-image {
    width: 100%;
}
/* Footer */
.footerSec {
    padding-top: 30px;
    padding-bottom: 30px;
}
.SocialLinks p, .FooterLinks a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}
.footerCopyRight p {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-align: left;
    font-weight: 400;
    padding-top: 25px;
}
.SocialLinks {
    max-width: 287px;
    width: 100%;
    float: right;
}
.socialIocns ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.socialIocns ul li {
    padding-right: 25px;
    display: inline-block;
    vertical-align: top;
}
.socialIocns ul li a {
    background-color: #fff;
    color: #474747;
    border-radius: 50%;
    font-size: 17px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.socialIocns ul li:last-child{
    padding-right:0;
}

/* Form Styling */
form.mktoForm {
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
}

.mktoForm .mktoOffset,
.mktoForm .mktoGutter,
.mktoForm .mktoClear{
    display:none !important;
}
.mktoForm .mktoRequiredField .mktoAsterix {
    display: block;
    padding-left: 0 !important;
    color:red !important;
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol{
    width:100% !important;
}

.mktoForm label{
    margin-bottom:5px !important;
    display:block;
    width:auto !important;
    font-size:14px !important;
    padding:0 !important;
    font-family: "Fira Sans", sans-serif !important;
    color: #232323 !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: 1px;
}

.mktoForm input[type=url], 
.mktoForm input[type=text], 
.mktoForm input[type=date], 
.mktoForm input[type=tel], 
.mktoForm input[type=email], 
.mktoForm input[type=number], 
.mktoForm textarea.mktoField, 
.mktoForm select.mktoField{
    background-color:#ffffff !important;
    border:1px solid #BFBFBF !important;
    color:#33475b !important;
    min-height:48px !important;
    width:100% !important;
    box-shadow:none !important;
    font-size:16px !important;
    font-weight:400 !important;
    line-height:22px !important;
    padding:6px 13px !important;
    box-sizing: border-box !important;
    border-radius:0px !important;
    outline:none !important;
    font-family: "Fira Sans", sans-serif !important;
}

.mktoForm input[type=url].mktoValid, 
.mktoForm input[type=text].mktoValid, 
.mktoForm input[type=date].mktoValid, 
.mktoForm input[type=tel].mktoValid, 
.mktoForm input[type=email].mktoValid, 
.mktoForm input[type=number].mktoValid, 
.mktoForm textarea.mktoField.mktoValid, 
.mktoForm select.mktoField.mktoValid{
    border:1px solid #648d18 !important;
}

.mktoForm input[type=url]:focus-visible, 
.mktoForm input[type=text]:focus-visible, 
.mktoForm input[type=date]:focus-visible, 
.mktoForm input[type=tel]:focus-visible, 
.mktoForm input[type=email]:focus-visible, 
.mktoForm input[type=number]:focus-visible, 
.mktoForm textarea.mktoField:focus-visible, 
.mktoForm select.mktoField:focus-visible{
    border:1px solid #007AC3 !important;
}
.mktoForm input:hover,
.mktoForm select.mktoField:hover,
.mktoForm textarea.mktoField:hover{
    border:1px solid #007AC3 !important;
}
.mktoForm .mktoError {
    left: 0 !important;
    right: auto !important;
    font-size:13px !important;
}

.mktoForm .mktoFormRow {
    display:flex !important;
    flex-wrap:wrap !important;
}

.mktoForm .mktoFormCol{
    margin-bottom: 0 !important;
    min-height: 0 !important;
}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
    text-transform: capitalize;
    font-weight: 300 !important;
}
.mktoForm .mktoFormCol{
    margin-bottom:24px !important;
    flex:1;
}
.mktoForm .mktoFieldWrap .mktoHtmlText{
    width:100% !important;
}
.mktoForm .mktoFieldWrap .mktoHtmlText a{
    text-decoration:none !important;
}
.mktoForm .mktoFormRow> :nth-of-type(2){
    margin-left:24px !important;
}
body form.mktoForm select.mktoField {
    cursor: pointer;
    background: #ffffff url(https://pages.wolterskluwerindia.com/rs/640-JXZ-479/images/wl-down-arrow-svg.png)no-repeat !important;
    appearance: none;
    background-size: 14px !important;
    background-position: right 14px center !important;
    padding-right: 38px !important;
}
form.mktoForm .mktoFormRow .mktoPlaceholder {
    margin-left:0 !important;
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoRadioList, 
.mktoForm .mktoCheckboxList{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

form.mktoForm .mktoFieldWrap .mktoCheckboxList label a {
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    color:#ed0a0a !important;
}

.mktoButtonWrap {
    margin: 0 !important;
}

.mktoButtonRow {
    display: block !important;
    width: 100% !important;
}

.mktoForm button.mktoButton {
    cursor: pointer;
    margin: 0;    
    border-radius:0 !important;
    border:unset !important;
    width:auto !important;
    display:inline-block;
    box-shadow: none !important;
    outline: none !important;
    font-weight:300 !important;
    font-size:14px !important;
    line-height:18px !important;
    padding:12px 18px !important;
    min-width: 100px !important;
    font-family: "Fira Sans", sans-serif !important;
}

.custom_checkbox .mktoFieldWrap {
    display: flex;
    flex-direction: row-reverse;
}

.custom_checkbox .mktoFieldWrap label {
    width: 100% !important;
}

.custom_checkbox .mktoFieldWrap .mktoCheckboxList {
    width: 24px !important;
    margin-top: 3px !important;
}

.mktoForm .mktoCheckboxList + .mktoError {
    top: 15px !important;
    left: -6px !important;
}

.mktoForm .mktoLabel a {
    padding:0 !important;
    margin:0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 100px #e8f0fe inset !important;
}

/* Form Styling end */

@media screen and (max-width:1199px){
    .cta_wrapper a {
        font-size: 13px;
        line-height:16px;
        padding: 10px 12px;
    }
}

@media screen and (max-width:991px){
    .banner_content {
        max-width: 430px;
    }
    h1 {
        font-size: 38px;
        line-height: 1.13;
    }
    h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .pt_100 {
        padding-top: 50px;
    }
    .pb_100 {
        padding-bottom: 50px;
    }
    .video_col {
        margin-top: 20px;
    }
    .about_col {
        margin-top: 20px;
    }
    .tabs_wrapper .tabs_content_box {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .tabs_wrapper figure.tabs_pic {
        flex: 0 0 100%;
        text-align: left;
        margin-top: 0;
    }
    .tabs_wrapper .nav-tabs {
        max-width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .tabs_wrapper .nav-tabs li.nav-item {
        flex: 0 0 auto;
    }
    .tabs_content {
        padding:15px 15px 0;
    }
}


@media screen and (max-width:767px){
    .banner .container{
        display:contents;
    }
    .banner_content {
        max-width: 100%;        
    }
    .banner .container{
        position: relative;
        top: 100%;
        transform: translateY(0%);
    }
    .timeline_outer {
        flex-direction: column;
    }
    .timeline_pic{
        display:none;
    }
    .timeline_outer .timeline_inner + .timeline_inner{
        margin-top:30px !important;
    }
    .SocialLinks{
        float:none;
        text-align: center;
        max-width: 100%;
    }
    .FooterLinks,
    .footerCopyRight,
    .footerCopyRight p{
        text-align: center;
    }    
    .banner{
        min-height:auto;
    }
    form.mktoForm .mktoFormRow .mktoFormCol {
        flex:0 0 100% !important;
        max-width:100% !important;
    }
    .mktoForm .mktoFormRow .mktoFormCol + .mktoFormCol {
        margin-left:0 !important;
    }
    .banner {
        flex-direction: column;
    }
}


@media screen and (max-width:576px){
    .profile_content,
    .about-v2 .about_col{
        padding: 15px;
    }
    .cta_wrapper a {
        padding: 10px 12px;
    }
    .form_content .cta_wrapper a {
        font-size: 12px;
    }
    .banner_content {
        max-width: 100%;
        padding: 30px 20px;
    }
    h2 {
        font-size: 24px;
        line-height: 34px;
    }
}


@media screen and (max-width:425px){
    .row .col-6 {
        width: 100%;
    }
    .about-v2 .col-6:not(:last-child){
        margin-bottom:20px;
    }
}