/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Theme Name: Dentifier
    Version: 1.0
*/
/*Font Start*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,400;1,500;1,600;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@300;400&display=swap');
/*Font End*/

body {
    background-color:#030f28;    
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 25px;
}
.bg-body{
    background-color: #ffffff;
    overflow: hidden;
}
h5,.h5{
    line-height: 31px;
}
.mb-30{
    margin-bottom:30px;
}
/*Global Css Star*/
a,a:hover{
    text-decoration: none;
    color: #452e6f;
    cursor: pointer;
}
.bg-purple a:hover{
    color:#ffffff;
}
.border-gradient{
    height: 4px;
    background-image: linear-gradient(to right, #f2034d, #BE4182, #362764);
}
.font-small{
    font-size: 10px;
    line-height: 21px;
}
.font-md{
    font-size: 12px;
}
.font-lg{
    font-size: 32px;
}
.img-radius{
    border-radius: 8px;
}
.border-left-purple{
    border-left: 2px solid #452e6f;
}
.gradient-bg-pink-hero{
    background-image: url(images/gradient-bg-new.svg);
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(min-width:1200px){
    .hero-right-content-wrapper{
        max-width: 80%;
    }
    .hero-right-bottom-content-wrapper{
        max-width: 83%;
    }
}
.hero-right-border-bottom{
    background:#f2034d;
    width:50%;
    margin:31px auto 0 auto;
    height: 4px;
}
.hero-right-bottom-content-wrapper{
    margin-top:30px;
}
.mb-0{
    margin-bottom: 0;
}
.sector-box h4{
    font-weight: bolder;
}
@media(min-width:768px){
    .sector-box .content-box{
        min-height: 131px;
    }
}
.font-weight-normal{
    font-weight: normal;
}
.text-justify{
    text-align: justify;
}
hr:not([size]).hr-thick {
    height: 3px;
}
/*Global Css End*/
/*Bootstrap Overwrite Start*/
/*Header Overwrite start*/
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}
.navbar-toggler{
    border:2px solid #f2034d;
}
.navbar-toggler:focus{
    outline: none !important;
    box-shadow:none;
}
.navbar-toggler-icon {
    background-image: url(images/toggler.svg);
}
.dropdown-menu {
    background-color:#211447;
}
.dropdown-menu > li > a  {
    color:#ffffff;
}
.dropdown-menu > li:hover a{
    background:#f2034d;
    color:#ffffff;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}
.navbar-nav > li > a{
    color:#ffffff;
}
.navbar-nav > li > a.active{
    color:#f2034d;
}
.dropdown-toggle::after {
    color:#f2034d;
}
.nav-link:focus{
    color: #f2034d;
}
@media(min-width:576px){
    .w-157-576{
        max-width: 157px;
    }
    .w-157-576.p-35{
        max-width: 35%;
    }
}
@media(max-width:767px){
    .navbar-collapse{
        padding:15px;
        background-color: #030f28;
        border-radius: 8px;
    }
}
/*Header Overwrite End*/
/*Bootstrap Overwrite Start*/
/*Common Css Start*/
/*Buttons Start*/
.btn-border{
    background-color:#f2034d;
    box-shadow: 0px 0px 25px #f2034d;
    color: #ffffff;
    font-weight: 700;
    padding: 7px 30px;
    border-radius: 21px;
    transition: all 0.5s;
}
.btn-border:hover{
    color: #ffffff;
    background-color:#f2034d;
}
.btn-border-blue{
    background-color:#030f28;
    color: #ffffff;
    font-weight: 700;
    padding: 7px 30px;
    border:2px solid #ffffff;
    border-radius: 21px;
    transition: all 0.5s;
    min-width: 75%;
}
.round-tag{
    position: relative;
    border: 2px solid #f2034d;
    background-color:transparent;
    color: #ffffff;
    font-weight: 400;
    padding: 25px 25px;
    border-radius: 61px;
    transition: all 0.5s;
    font-size: 21px;
    background-color:#211447;
    cursor: pointer;
}
.round-tag .icon-box{
    position: absolute;
    right: 25px;
    top: 35%;
}
.btn-purple{
    border: 2px solid #f2034d;
    background-color: #211447;
    color: #ffffff;
    font-weight: 700;
    padding: 11px 35px;
    border-radius: 31px;
    transition: all 0.5s;
}
.btn-purple:hover{
    background-color:#ffffff;
    color:#211447;
}
.btn-pink{
    display: inline-block;
    padding:7px 15px;
    background-color:#f2034d;
    color:#ffffff;
    border-radius: 8px;
}
.btn-pink:hover{
    background-color: #452E6F;
    color:#ffffff;
}
/*Buttons End*/
/*Colour Css Start*/
.color-white{
    color: #ffffff;
}
.color-pink{
    color:#f2034d;
}
.color-purple{
    color:#452E6F;
}
.color-light-purple{
    color:#6A5B82;
}
.bg-pink-grdnt{
    background-image: linear-gradient(to right, #C8B5D9, #DEC2E2, #FBD3ED);
}
.bg-purple{
    background-color:#211447;
    position: relative;
}
.bg-pink{
    background-color: #f2034d;
}
.bg-fade-purple{
    background-color:#c9b6d9;
}
/*Color Css End*/
/*Padding Mergin Start*/
.padding-tb-50{
    padding-top:50px;
    padding-bottom:50px;
}
.padding-t-50{
    padding-top:50px;
}
/*Padding Mergin End*/
.hr-pink{
    height: 2px !important;
    opacity: 1;
    background-color: #f2034d;
}
/*Common Css End*/
/*Header Start*/
.header-wrapper{
    background-color:#030f28;
    border-bottom: 4px solid #f2034d;
    padding:20px 0;
}
.nav-link {
    color:#000000;
    font-weight: 700;
}
.nav-link:hover {
    color:#f2034d;
}
/*Header End*/

/*Home Start*/
.white-box{
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 1rem;
}
.bg-white{
    position: relative;
    overflow: hidden;
}
.bg-image{
    position: absolute;
    top:6%;
    left:-301px;
}
.bg-image-2{
    position: absolute;
    top:2%;
    left:-51px;
    z-index: 0;
    opacity: 0.4;
}
.card-carousel{
    min-height: 590px;
    background-color:#EBE1F2;
    padding:15px;
    border: 2px solid #f2034d;
    max-width: 600px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin: 0 8px;
}
.img-holder{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.img-holder > .btn-pink{
    font-size: 12px;
    position: absolute;
    top:15px;
    right:15px;
}
.card-carousel .card-carousel-body .title{
    color: #452E6F;
    font-weight: 700;
}
.card-carousel .card-carousel-body .text-body-carousel{
    color: #6A5B82;
    line-height: 31px;
    margin-bottom: 40px;
}
@media(min-width:768px){
    .card-carousel .card-carousel-body .text-body-carousel{
        min-height: 145px;
    }
    .card-style-2{
        min-height: 341px;
    }
    .min-height{
        min-height: 261px;
    }
}
.img-round-holder{
    border: 2px solid #f2034d;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
    display:inline-block;
}
.card-carousel .card-carousel-footer .identity-text{
    margin-top: 10px;
    font-size: 12px;
}
.card-carousel .card-carousel-footer .identity-text span{
    line-height: 21px;
    display: block;
}
/* Start: Awards Scroller */
#awards-carousel{
    display:none
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
}

.nbs-flexisel-inner {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}


.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    z-index: 19;
    opacity: 1;
    background-size: cover !important;
}
.nbs-flexisel-item{
    float:left;
}
.nbs-flexisel-nav-left {
    left: calc(50% - 50px);
    background: url(images/arrow-left.svg) no-repeat 100% 100%;
    bottom: 0;
    top: calc(100% + 52px) !important;
    right: auto;
}
.nbs-flexisel-nav-right {
    right: calc(50% - 50px);
    background: url(images/arrow-right.svg) no-repeat 100% 100%;
    bottom: 0;
    top: calc(100% + 52px) !important;
    left: auto;
}
.case-studies-wrapper .nbs-flexisel-nav-left,.case-studies-wrapper .nbs-flexisel-nav-right {
    top: calc(100% + -5px) !important;
}
.commercial-scroller-wrapper .nbs-flexisel-nav-left,.commercial-scroller-wrapper .nbs-flexisel-nav-right  {
    top: calc(100% + -15px) !important;
}

.gradient-bg-pink-hero a.color-white:hover{
    color:#ffffff;
}
/* End: Awards Scroller */
@media(min-width:1200px){
    .curve-img{
        position: absolute;
        right: 0;
        top: 0;
    }


    .curve-img.top-148{
        top: -148px;
    }

}
@media(max-width:1699px){
    .curve-img{
        /*        display: none;*/
    }
    .d-block-u1700{
        display: block;
        flex: none;
        width: 100%
    }
    .d-none-u1700{
        display: none;
    }
}
@media(min-width:1700px){
    .box-img{
        display: none;
    }

}
@media(min-width:1300px) and (max-width:1698px){
    .curve-img{
        right:-13%;
    }
}
@media(min-width:1200px) and (max-width:1299px){
    .curve-img{
        right:-20%;
    }
}
.box-img{
    border-radius: 8px;
}


.text-shadow-purple{
    text-shadow: 2px 2px #211447;
}



/*Home End*/
/*Case Studies Start*/
.contact-form-holder{
    background-image: linear-gradient(to right, #742876, #581E59, #3C113D);
    padding: 40px 25px;
    border-radius:8px;
}
.pink-border-box{
    border: 2px solid #C22782;
    background-color: #FBEFF4;
    padding: 15px 15px;
    border-radius: 8px;
}
.list-content-wrapper{
    text-align: center;
    margin-top: 5px;
    font-weight: 600;
}
.list-content-wrapper a{
    color:#452E6F;
}
.pink-bar-text-wrapper{
    color: #452E6F;
    font-weight: 600;
    border-left: 4px solid #f2034d;
    padding-left: 15px;
}
.card-style-1{
    background-color: rgba(255, 255, 255, 0.5);
    padding: 25px 15px 25px 15px;
    min-height: 415px;
    border-radius: 12px;
}
.border-bottom-pink{
    border-bottom: 2px solid #f2034d;
}
.list-style-1{
    padding-left: 15px;
}
.card-style-2{
    background-color: #ffffff;
    border:2px solid #f2034d;
    border-radius: 8px;
    padding: 15px;
}
/*Case Studies End*/

/*Contact Page Start*/
.wpcf7-spinner{
    display: none;
}
.form-wrapper label{
    width: 100%;
}
.form-wrapper input[type="text"],.form-wrapper input[type="email"],.form-wrapper textarea{
    width: 100%;
    padding: 7px 15px;
    border-radius: 4px;
    outline: none;
    border: 1px solid transparent;
    color:#452E6F;
}
.form-wrapper textarea{
    height: 100px;
}
/*Contact Page End*/





/*Footer Start*/
.footer-wrapper{
    background-color:#030f28;
}
.footer-cst{
    padding:50px 0;
    border-top: 4px solid #f2034d;
    border-bottom: 4px solid #f2034d;
}
.footer-bottom{
    padding: 40px 0;
    color: #ffffff;
    font-size: 12px;
}
.footer-cst a.color-white.h4:hover{
    color:#ffffff;
}
.footer-menu{
    padding: 0;
    list-style-type: none;
}
.footer-menu li > a:hover{
    color:#f2034d;
}
.border-footer-column{
    width: 2px;
    background-color: #f2034d;
    height: 100%;
    display: inline-block;
}
.contact-box{
    background-color: #f2034d;
    padding: 15px;
    border-radius: 16px;
    position: relative;
}
.contact-box .btn-border{
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 50%;
    bottom: -20px;
}
.contact-box .btn-border:hover{
    background-color: #ffffff;
    color:#000000;
}


.contact-box .btn-border-blue{
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 50%;
    bottom: -20px;
}
.contact-box .btn-border-blue:hover{
    background-color: #ffffff;
    color:#030f28;
}





.social-media-strip{
    padding:0;
    list-style-type:none;
    margin-top:40px;
}
.social-media-strip li{
    display:inline;
}
.social-media-strip li a{
    color:#f2034d;
    font-size:25px;
}
#to-top {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    padding: 8px 15px;
    background: #f2034d;
    float: right;
    position: fixed;
    bottom: 100px;
    right: 2%;
    color: #ffffff;
    border: 1px solid #f2034d;
    transition: all .35s;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: initial;
    transition-delay: initial;
    display: none;
    z-index:1333333;
    text-align: center;
}
.custom-visible {
    display: inherit !important;
}
/*Footer End*/
/* Member Wrapper Start */
.member-wrapper{
    position: relative;
    text-align: center;
    margin-bottom:40px;
}
.member-content-box{
    background-color: #eae1f0;
    padding: 30% 25px 25px 25px;
    border-radius: 16px;
    min-height: 621px;
}
.member-wrapper > img{
    border-radius: 50%;
    border-radius: 50%;
    margin-bottom: -26%;
    border: 2px solid #f2034d;
}
.member-content-box{
    min-height: 660px
}

/* Member Wrapper End */
@media(max-width:575px){
    .text-center-d576{
        text-align: center;
    }
}


.banner-purple{
    background-image: linear-gradient(to right, #752276, #5a1a5b, #3b113b);
    padding: 49px 45px;
    color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.banner-purple .text-content-wrapper{
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.banner-purple .btn-purple{
    margin-top: 6%;
    margin-bottom: 0 !important;
}
.bg-image-3{
    position: absolute;
    top: -50%;
    bottom: 0;
    left: 0;
    right: 0;

    margin-right: auto;
    z-index: 0;
}

.testimonial-wrapper{
    padding: 60px 0;
    background-image: linear-gradient(to right, #C8B5D9, #DEC2E2, #FBD3ED);
    font-size: 21px;
    text-align: center;
    font-weight: 400;
    line-height: 38px;
}



/* Dntifier Start */
@media(max-width:991px){ 
.hero-col-1{
    margin-bottom:60px;
}
}
@media(max-width:767px){ 
.mb-40-d768{
    margin-bottom:40px;
}
.features-wrapper .col-md-8 ul{
    /*margin-left:25%;*/
    max-width:335px;
    margin-left:auto;
    margin-right:auto;
}
}
.mb-60{
    margin-bottom:60px;
}
.padding-tb-60{
    padding-top:60px;
    padding-bottom:60px;
}
.btn-blue {
    background-color: #030f28;
    color: #ffffff;
    font-weight: 700;
    padding: 15px 30px;
    border:2px solid #f2034d;
    border-radius: 31px;
    transition: all 0.5s;
}
.btn-blue:hover{
    background:transparent;
    color:#030f28;
    border:2px solid #030f28;
}
.hero-gradient-wrapper{
    background-image: linear-gradient(to right, #d00548 , #040f28);
    padding-top:60px;
    padding-bottom:60px;
}
.blue-bg-wrapper{
    background-color:#030f28;
    padding-top:60px;
    padding-bottom:60px;
    color:#ffffff;
}

ul.style-1 {
    list-style: none;
    padding:0;
    margin:0;
}

ul.style-1 li { 
    padding-left: 1em; 
    text-indent: -.7em;
    margin-bottom: 10px;
}

ul.style-1 li:before {
    content: url('images/d-pink-round-01.svg');
    color: #f2034d; 
    margin-right: 10px;
    font-size: 21px;
    display: inline-block; 
    width: 25px; 
    height: 31px; 
    /*background-size:10px;*/
    vertical-align: middle;
}
ul.style-1.blue-d li:before {
     content: url('images/d-blue-round-01.svg');
    color: #f2034d; 
    margin-right: 10px;
    font-size: 21px;
    display: inline-block; 
    width: 25px; 
    height: 31px; 
    /*background-size:10px;*/
    vertical-align: middle;
}
.pink-bg-wrapper{
    background-color:#f2034d;
    padding-top:60px;
    padding-bottom:60px;
    color:#ffffff;
}
@media(min-width:768px){
    .margin-bottom-n150{
        margin-bottom:-150px;
    }
    .padding-top-md-150{
        padding-top:150px;
    }

}
.info-card{
    border: 2px solid #f2034d;
    padding:41px;
    min-height:445px;
}
.info-card-wrapper > li:nth-child(even) > .info-card{
    background-color:#d5e3eb;
    border-radius:8px;
    margin-left:15px;
    margin-right:15px;
}
.info-card-wrapper > li:nth-child(odd) > .info-card{
    background-color:#030f28;
    color:#ffffff;
    border-radius:8px;
    margin-left:15px;
    margin-right:15px;
}
.num-box-wrapper{
    position:relative;
    color:#ffffff;
    padding: 15px 25px;
    margin-bottom: 30px;
}
.num-box-wrapper .number{
    position:absolute;
    left:0;
    top:0;
    font-weight:700;
    font-size:200px;
    z-index:2;
}
.num-box-wrapper .num-box{
    background-color: rgba(255, 255, 255, 0.25);
    border: 2px solid #f2034d;
    padding: 35px 25px 25px 75px;
    border-radius: 12px;
    min-height: 261px;
}
.price-boxes-wrapper > .col-xl-4:nth-child(odd) > .price-box{
    background-color: #f2034d;
}
.price-boxes-wrapper > .col-xl-4:nth-child(even) > .price-box{
    background-color: #030f28;
}
.price-box{
    position:relative;
    border: 2px solid #ffffff;
    text-align: center;
    border-radius: 12px;
    padding: 50px 40px 50px;
    box-shadow: 0px 0px 14px #403f3f;
    margin-bottom:60px;
}
@media(min-width:1200px){
.price-boxes-wrapper > .col-xl-4:nth-child(1) > .price-box{
    margin-top:60px;
}
.price-boxes-wrapper > .col-xl-4:nth-child(2) > .price-box{
     margin-top:30px;
}
.navbar-expand-md .navbar-nav .nav-link {
        margin: 0 25px;
    }
}
.dexcription-price-wrapper{
    list-style-type:none;
    padding:0;
}
.dexcription-price-wrapper li{
    padding:15px 0;
    border-bottom:1px solid #ffffff;
}
.btn-price{
    padding: 7px 41px;
    border-radius: 35px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
    bottom: -22px;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 14px #403f3f;
}
.btn-price:hover{
    color:#ffffff;
}
.price-boxes-wrapper > .col-xl-4:nth-child(odd) > .price-box .btn-price{
    background-color: #030f28;
}
.price-boxes-wrapper > .col-xl-4:nth-child(even) > .price-box .btn-price{
    background-color: #f2034d;
}
.price-boxes-wrapper > .col-xl-4:nth-child(odd) > .price-box .btn-price:hover{
    background-color: #ffffff;
    color:#030f28;
}
.price-boxes-wrapper > .col-xl-4:nth-child(even) > .price-box .btn-price:hover{
    background-color: #ffffff;
    color:#f2034d;
}

.img-text{
    text-align:center;
    position:relative;
}
.img-text .text-box{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}
.mb-60{
    margin-bottom:60px;
}
.d-pink-center{
    background-image: url("images/d-black-section-watermark.svg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}
.d-pink-left{
    background-image: url(images/d-black-section-watermark-opacity.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: -22% 10%;
}
.d-white-right{
    background-image: url("images/d-red-section-watermark.svg");
    background-size: 41%;
    background-repeat: no-repeat;
    background-position: 105% 5%;
}
/* Dentifier End */




















