body {
    color: #111;
    font-family: Mulish, sans-serif;
}
@font-face {
    font-display: swap;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    src: local("Mulish"), url("/dit/fonts/Mulish-Regular.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    src: local("Mulish"), url("/dit/fonts/Mulish-Bold.woff2") format("woff2");
}

.navbar-toggler:focus{
    box-shadow: none;
}

.navbar {
    padding: 0 !important;
    color: #fff;
}

.navbar img {
    display: block;
    margin: 0;
    max-width: 80%;
}

.nav-item {
    font-size: 18px;
    font-weight: 500;
    padding: 1rem 0;
}

.nav-link{
    color: #151f61 !important;
}

.dropdown-menu {
    padding: 0;
    background-color: #11abec !important;
}
.navbar-nav .dropdown-menu{
    top: 72px;
    left: -9px;
}

.dropdown-item {
    color: white;
    font-weight: 500;
}


::-webkit-scrollbar{
    width: 12px;
    background-color: #bfd0d3;
}
::-webkit-scrollbar-thumb{
    background: linear-gradient(transparent,#074b5e);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover{
    background: linear-gradient(transparent,#042933);
}
/*========================================================================
                             Section-a                 
===========================================================================*/

.section-a {
    background-color: #e7f5f9;
}

.banner-text .heading-top span {
    border-radius: 23px;
    background-color: #094ebd;
    padding: 8px 20px;
    color: white;
}

.banner-text .banner-heading {
    color: #043644;
    font-size: 48px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 11px;
    text-transform: capitalize;
    
}

.banner-footer-text {
    font-size: 18px;
    color: #043644;
}

.img-fluid {
    width: 34vw;
}

.logo{
    max-width: 80%;
    border-radius: 10px;
}
.btn-outline-light {
    color: #094ebd !important;
    border-color: #094ebd !important;
}

.product-btn{
    padding: 23px !important;
}
.btn-animate .btn-lg {
    font-size: 18px;
    font-weight: 400;
    border: none;
    color:white !important;
    border-radius: 8px;
    background-color: #094ebd;
    transition: 0.2s linear;

}

.btn-animate:hover,
 .btn-lg:hover {
    background: rgb(5, 168, 214);
    /* background: linear-gradient(351deg, rgba(5, 168, 214, 1) 24%, rgba(4, 54, 68, 1) 56%, rgba(4, 54, 68, 1) 80%); */
    color: white;

}

/*========================================================================
                             Section-b                 
===========================================================================*/


.section-b {
    background-color: #003a97;
    color: white;
}

.head {
    line-height: 1.4;
    color: white;
    font-size: 33px;
    font-weight: 600;
}


.head-tagline {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: white;
}

.single-item {
    color: #003a97;
}

h4 {
    color: #31274F;
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1;
}

a {
    outline: none;
    text-decoration: none;
    color: #0655ca;
}

.img {
    width: 78px;
}

.services-items .item {
    padding: 50px 30px;
    background-color: #e7f5f9;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 15px;
    min-height: 400px;
}
.info{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;

}


.services-items .item .icon {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 95px;
    border-radius: 5px;
    text-align: center;
    min-width: 90px;
    margin:auto;
    position: relative;
    z-index: 1;
}

.services-items .item .icon .img {
    max-width: 80%;
    height: auto;
}



.services-items .item span {
    border-radius: 23px;
    background-color: #094ebd;
    padding: 1px 7px;
    color: white;
}
/*========================================================================
                             Section-c                 
===========================================================================*/
.section-c {
   background-color: #e7f5f9;
}

/*========================================================================
                             Section-d                 
===========================================================================*/

.section-d {
    background-color: #003a97;
    color: white;
}

.color-white {
    color: #003a97;
}

.product-why-box{
     background-color: #ffff;
     min-height: 265px;
}

.flip-box {
    transform-style: preserve-3d;
    perspective: 1000px;
    cursor: pointer;
    margin-top: 50px;
}

.flip-box-front{
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 465px;
    backface-visibility: hidden;
}

.flip-box-front {
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    background-color: #e7f5f9 !important;
}

/* .flip-box:hover .flip-box-front {
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    background-color: #e7f5f9 !important;
} */

/* .flip-box-back {
    position: absolute;
    top: 0;
    Left: 0;
    width: 100%;
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    background-color: #e7f5f9 !important;
} */

/* .flip-box:hover .flip-box-back {
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    background-color: #e7f5f9 !important;
} */

.flip-box .inner {
    
    padding: 22px 20px;
    outline: 1px solid transparent;
}



.flip-box-img {
    margin-top: 25px;
}

.flip-box-button{
    background-color: transparent;
    border:2px solid #003a97;
    border-radius: 2px;
    color:#003a97;
    cursor:pointer;
    font-size:20px;
    font-weight: bold;
    margin-top:25px;
    padding:15px 20px;
    text-transform: uppercase;
 }

/*========================================================================
                             Section-e                 
===========================================================================*/

.section-e{
 background: #e7f5f9;
}

.clients-head{
    color: #043644;
    font-size: 34px;
    font-weight: 600;
}

.content{
    text-align: center;
    padding: 40px;
    color: white;
    border-radius: 25px;
    background-color: #003a97;
    min-height: 483px;
}
.content h2{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;

}
.content p{
    line-height: 1.9;
    font-size: 18px;
    font-weight: 500;
}
.content p .fa-quote-left{
    font-size: 35px;
    padding: 0px 12px 0px 0px;
}
.socials i{
    font-size: 20px;
}

/*========================================================================
                             section-f                
===========================================================================*/
.Prestigious{
    background-color: #fff;
    margin-bottom: -17px;
}
/*========================================================================
                             Product1                 
===========================================================================*/

.star-rating {
    display:flex;
    flex-direction: row-reverse;
    font-size:2.2em;
    justify-content:space-around;
    text-align:center;
    width:4em;
  }
  
  .star-rating input[type="radio"] {
    display: none
}
.star-rating > label {
    color: #ccc;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 25px;
}
.star-rating > label:hover,
.star-rating > label:hover ~ label,
.star-rating > input[type="radio"]:checked ~ label
{color: #f2b600}

  .btn-custom {
      color: white;
    background-color: #094ebd;
    border-radius: 8px;
    letter-spacing: 1px;
    padding: 0.8rem 1rem;
    font-size: 14px;
}

.btn-green{
    background-color: #036231;
    color: #fff !important;
   padding: 1.2rem 2rem;
    border-radius: 6px;
    align-items: center;
    font-weight: 700;
    transition: background 0.3s;
}

.btn-red{
    border: 1px solid #d32f2f;
    color: #d32f2f !important;
    padding: 1.1rem 2rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.1rem;
    align-items: center;
   
    background: white;
    transition: all 0.3s;
}


.item.items{
    min-height: 20rem;
}
.imge {
    width: 78px;
    position: relative;
    top: 2px;
}
.lines1{
    padding-top: 0px;
    line-height: 1.7rem;
}

.section1{
 background-color: #e7f5f9;
}
.section3{
    background-color: #e7f5f9;
}

.last{
    border: 2px solid darkblue;
    background-color: aqua;
}
.mid{
    border: 2px solid darkblue;
    background-color: aqua;
}
.first{
    border: 2px solid darkblue;
    background-color: aqua;
}
.img-fluid-a{
    width: 21vw;
}
.section2{
    background-color: #003a97;
}
.strip ul {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-around;
}
.strip ul li{
    color: white;
    margin: 0 7px;
}
.strip ul li a{
    color: white;
}

.specif2 {
    background-color:#e7f5f9;
}
.specif2 .container {
    box-shadow: 0 0 3px 0px #a0a0a0;
    padding: 0px;
    border-radius: 25px;
    overflow: hidden;
}
.lefblue-bmx {
    background: #003a97;
    color: #fff;
    padding: 30px 25px;
}
.lefblue-bmx h3 {
    font-size: 30px;
}


.rigp {
    padding: 0px 25px 50px;
    
}
.bt-blue.lsmrg {
    margin-top: 50px;
}
.rigp .flxombx {
    width: 100%;
}
.rigp .flxombx li:first-child {
    padding-left: 0px;
}
.flxombx li {
    word-break: normal;
    width: auto;
    min-width: 159px;
}
.flxombx {
    display: inline-flex;
    vertical-align: top;
}
.flxombx li:last-child {
    border-right: 0px;
}

.bt-blue{
    margin-bottom: 35px;
    border: 1px solid #11abec;
    padding: 0 0 0 5px;
    border-width: 0 0 0 4px;
    color: #31274F;
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1;
    font-size: 1.5rem;
}
.pdfs {
    display: inline-flex;
    vertical-align: top;
}

.custom-size{
    color: #042933;
    font-size: 44px;
    font-weight: 700;
}
.features ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 10px;
    position: relative;
}
.features li:before {
    position: absolute;
    left: -27px;
    top: 7px;
    height: 18px;
    width: 18px;
    line-height: 22px !important;
    background: #094ebd;
    text-align: center;
    border-radius: 50%;
    color: white;
    font-size: 13px !important;
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.table>thead {
    vertical-align: bottom;
    background: #094ebd;
    color: #FFFF;
    border: 2px solid #d4d5d5;
}
.table>:not(:first-child) {
    border-top: 2px solid #003a97;
}
.table-bordered{
    background: #e7f5f9;

}
.table-bordered>:not(caption)>*>* {
    border-width: 0 1px;
    padding: 18px;
}
tbody tr td i.fa-circle-check {
    background: rgb(209 255 220);
    color: rgb(0 169 10);
    font-size:23px;
}
tbody tr td i.fa {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
}
.table-hover{

    box-shadow: -15px -15px 15px rgba(255, 255, 255, 0.2),
            inset -5px -5px 5px rgba(255, 255, 255, 0.2),
            inset 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.section5{
    background-color: #fff;
}
.section6{
    background-color: #003a97;
}

/*========================================================================
                             About Us                 
===========================================================================*/
.bg-banner{
    background-image: url(http://brevisoft.com/dit/image/index-banner.jpg);
    background-size: cover;

} 


.pos-abs-img{
    width: 48vw;
}

.size-num{
    font-size: 2.2rem;
    color: #FFFF;
}
.we-are{
    background-color: #003a97;
}
.why-us{
    background-color: #e7f5f9;
}
.inner-1, .inner-2, .inner-3, .inner-4{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 1px 0px 29px -13px rgba(255,255,255,1);
-moz-box-shadow: 1px 0px 29px -13px rgba(255,255,255,1);
box-shadow: 1px 0px 29px -13px rgba(255,255,255,1);
background-color: #e7f5f9;
}
.inner-a{
    background-color: #003a97;

}
/*========================================================================
                             Contect-Us                 
===========================================================================*/
.services-items .item .icons {
    display: inline-block;
    height: 50px;
    width: 50px;
    top: -15px;
    background-color:white;
    line-height: 51px;
    color: #003a97;
    border-radius: 25px;
    text-align: center;
    min-width: 50px;
    margin:auto;
    position: relative;
    z-index: 1;
  }
  
.services-items .item .icons:hover      {
    background-color: #e7f5f9;
}
  .items{
    color: #fff !important;
    background-color: #003a97 !important;
  }

  .items a{
      padding:5px 45px;
      color: white !important;
      border: 1px dotted white;

  }
  .items a:hover{
    background: rgb(5, 168, 214);
    background: linear-gradient(351deg, rgba(5, 168, 214, 1) 24%, rgba(4, 54, 68, 1) 56%, rgba(4, 54, 68, 1) 80%);
    color: white;
  }
 

.contact-banner{
    background:url(https://www.brevisoft.com/dit/image/index-banner.jpg);
    background-size: cover;
}
.contact-us{
    background-color: #e7f5f9;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mail{
    color: white;
}
.btn-md{
        font-size: 18px;
        font-weight: 400;
        border: none;
        color: white;
        border-radius: 4px;
        padding: 5px 22px;
        background-color: #094ebd;
        transition: 0.2s linear;
    }


/*========================================================================
                             Buy Now                
===========================================================================*/
 

h1.demo-title {
    text-align: center;
  }
  
  
  .pricing-table {
    display: flex;
    flex-flow: row wrap;
    background: #ffffff;
  }
  
  .childs{
    display: flex;
    justify-content: space-evenly;    
  }
  .childs >li{
    font-size: 20px;
    color: white;
    background: url(https://www.nucleustechnologies.com/imagenew20/curvytkon.png) 17px 15px no-repeat;
    background-color: #11abec;
    border-radius: 15px;
    margin: 9px 0 0 0;
    padding: 8px 18px 8px 41px;
  }
  .childs >li:hover{
    background-color: #003a97;
    color: white;
  }
  
  @media (max-width: 768px) {
    .pricing-table .ptable-item {
      width: 50%;
    }
  }
  
  @media (max-width: 576px) {
    .pricing-table .ptable-item {
      width: 100%;
    }
  }
  
  .pricing-table .ptable-single {
    position: relative;
    width: 104%;
    overflow: hidden;
  }
  
  .pricing-table .ptable-header,
  .pricing-table .ptable-body,
  .pricing-table .ptable-footer {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  
  .pricing-table .ptable-status ,
  .pricing-table .ptable-title,
  .pricing-table .ptable-price,
  .pricing-table .ptable-description,
  .pricing-table .ptable-action {
  
    position: relative;
    top: -4px;
  }
  
  .pricing-table .ptable-single {
    background: #f6f8fa;
  }
  
  .pricing-table .ptable-single:hover {
    box-shadow: 0 0 10px #999999;
  }
  
  .pricing-table .ptable-header {
    margin: 0 30px;
    padding: 30px 0 45px 0;
    width: auto;
    background: #11abec;
  }
  .btnn{
    background-color: #003a97 !important;
    color: white !important;
  }
  .btt{
    background-color: #094ebd !important;
    color: white !important;
  }
  
  .pricing-table .ptable-header::before,
  .pricing-table .ptable-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #f6f8fa;
    
  }
  
  .pricing-table .ptable-header::before {
    right: 50%;
    border-right: 250px solid transparent;
  }
  
  .pricing-table .ptable-header::after {
    left: 50%;
    border-left: 250px solid transparent;
  }
  
  .pricing-table .ptable-item.featured-item .ptable-header {
    background: #003a97;
  }
  
  .pricing-table .ptable-status {
    margin-top: -30px;
  }
  
  .pricing-table .ptable-status span {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    padding: 5px 0;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    background: #11abec;
  }
  
  .pricing-table .ptable-status span::before,
  .pricing-table .ptable-status span::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #003a97;
  }
  
  .pricing-table .ptable-status span::before {
    right: 50%;
    border-right: 25px solid transparent;
  }
  
  .pricing-table .ptable-status span::after {
    left: 50%;
    border-left: 25px solid transparent;
  }
  
  .pricing-table .ptable-title h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .ptable-imp{
    box-shadow: 0 0 10px #999999;
}
  .pricing-table .ptable-price h2 {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    margin-left: 15px;
  }
  
  .pricing-table .ptable-price h2 small {
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    margin-top: 16px;
    margin-left: -15px;
  }
  
  .pricing-table .ptable-price h2 span {
    margin-left: 3px;
    font-size: 16px;
    font-weight: 300;
  }
  
  .pricing-table .ptable-body {
    padding: 20px 0;
  }
  
  .pricing-table .ptable-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .pricing-table .ptable-description ul li {
    color: #003a97;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    list-style: none;
    padding: 7px;
    border-bottom: 1px solid #dedede;
  }
  
  .pricing-table .ptable-description ul li:last-child {
    border: none; 
  }
  
  .pricing-table .ptable-footer {
    padding-bottom: 30px;
  }
  .ptable-footer .ptable-action a{
    text-decoration:none;
  }


  .note .container p{
      color: white;
  }
  .note .container{
      padding: 50px;
      background-color: #094ebd;
      border-radius: 6rem;
  }
  .tabcol td:nth-child(3):hover{
      background-color: #cce7f8;
  }
  .tab th:nth-child(3){
      background-color: #003a97;
  }
  
  .tabcol td:nth-child(3) .btn-custom{
    background-color: #003a97;
}
.tabcol td:nth-child(3) {
    background-color: #cce7f8;
} 

.note p span{
    color: #042933;
        font-weight: 600;
        font-size: 18px;
}
/*========================================================================
                             Footer                 
===========================================================================*/

footer {
    background-color: #003a97;
}
/*========================================================================
                             scroll top                
===========================================================================*/

.scrollYTop-style{
    position: fixed;
    right: 1%;
    bottom: 5%;
    z-index: 1;
}
.fa-circle-arrow-up{
    font-size: 23px;
    background: #094ebd;
    color:#FFFF;
    display: inline-block;
    padding: .9rem .9rem;
    position: relative;
    cursor: pointer;
    border-radius: 15px;
}