/********** Template CSS **********/
:root {
    --primary: #01000F;
    --secondary: #7455CE;
    --light: #F1F3FA;
    --dark: #1C2035;
}

div:focus {
    box-shadow: 0 0 0 0.25rem rgba(71,97,255,0.65);
}
.carousel-item{
    min-height: 280px;
}
.checked{
    box-shadow: 0 0 0 0.25rem rgba(71,97,255,0.65);
}
@media (min-width: 1200px){

    .navbar .navbar-nav .nav-link:last-child {
        margin-right: 40px !important;
    }
}
.sticky-top{
    top:0px !important;
    background: #F4F6F7;
    z-index: 99;
}
.headersticky .btn{
    line-height: 28px !important;
}
.headersticky .btn-primary{
    padding: 4px 20px 7px 20px !important;
    font-size: 23px !important;
    margin-right: 15px !important;
}
.serviceiconmobiletext{
    padding:0px 100px;
    }

    /* go beyond reality slide code */
    .gobeyond .carousel-caption{
        background-color: transparent;
        display: block;
    }
    .gobeyond .carousel-indicators [data-bs-target]{
        width: 10px;
    height: 10px;
    border-radius:50%;
    }
    .carousel-dark .carousel-indicators [data-bs-target] {
        background-color: #fff !important;
    }
    /* go beyond reality slide code */
    /* go beyond reality code */
    .flexrowmobile{
        display: none;
    }
    .flexrowdesktop {
        display: flex;
        flex-flow: row wrap;
    }
     
    .flexrowdesktop.row-7-el > .element  {
        flex: 0 1 calc(100%/7  - 16px);
        max-width: calc(100%/7  - 16px);
    }
    .element {
      margin: 8px;
      text-align: center;
    }
    .margintop130px{
        margin-top:-130px;
    }
    .margintop200px{
        margin-top:-200px;
    }
    .margintop120px{
        margin-top:120px;
    }
/* go beyond reality code */
/* pricing table code */
.price-tabs {
    background-color: #dfdfdf;
    -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
            box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
    display: inline-block;
    padding: 7px;
    border-radius: 40px;
    border: 1px solid #dfdfdf;
    margin-bottom: 45px;
  }
  
  @media (min-width: 768px) {
    .price-tabs {
      margin-bottom: 0px;
    }
  }
  
  .price-tabs .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 35px;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  @media (min-width: 768px) {
    .price-tabs .nav-link {
      padding: 12px 20px;
    }
  }
  
  .price-tabs .nav-link.active {
    background-color: #fff;
    color: #000;
  }
  
  .price-item {
    background-color: #fff;
    border: 1px solid #eee;
    /* -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
            box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    border-radius: 10px; */
  }
  
  @media (min-width: 768px) {
    .price-item {
      margin: 0px;
      padding-top: 0px;
    }
  }
  
  .price-item .price-top {
    -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
            box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    padding: 50px 0 25px;
    background-color: #7455CE;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    margin-bottom: 33px;
  }
  
  @media (min-width: 768px) {
    .price-item .price-top {
      margin: 0 -20px;
      border-radius: 20px;
    }
  }
  
  .price-item .price-top:after {
    height: 50px;
    width: 100%;
    border-radius: 0 0 10px 10px;
    background-color: #7455CE;
    position: absolute;
    content: '';
    left: 0;
    bottom: -17px;
    z-index: -1;
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
    -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
            box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
  }
  
  @media (min-width: 768px) {
    .price-item .price-top:after {
      border-radius: 0 0 20px 20px;
    }
  }
  
  .price-item .price-top * {
    color: #fff;
  }
  
  .price-item .price-top h2 {
    font-weight: 700;
  }
  
  .price-item .price-top h2 sup {
    top: 13px;
    left: -5px;
    font-size: 0.35em;
    font-weight: 500;
    vertical-align: top;
  }
  
  .price-item .price-content {
    padding: 30px;
    padding-bottom: 40px;
  }
  .price-content .fa {
	color:#ef8162 !important;
}
  .price-item .price-content li {
    position: relative;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
  
  @media (min-width: 992px) {
    .price-item .price-content li {
      padding-left: 28px;
      text-align: left;
    }
  }
  
  @media (min-width: 992px) {
    .price-item .price-content li i {
      position: absolute;
      left: 0;
      top: 3px;
    }
  }
  .price-item .btn{
    width: 100%;
    background: #ef8162;
    color: #fff;
    font-weight: 600;
    border-radius:3px !important;
  }
  .price-item .bg-success{
    background-color:#53b9a5 !important;
  }
  .price-item .fa .fas{
    color:#ef8162;
  }
  .price-item .price-content .zmdi-check {
    color: #28a745;
  }
  
  .price-item .price-content .zmdi-close {
    color: #f00;
  }
  
  .popular {
    background-color: #00b5ec;
  }
  
  .popular .price-top {
    background-color: #fff;
  }
  
  .popular .price-top:after {
    background-color: #fff;
  }
  
  .popular .price-top h4 {
    color: #101f41;
  }
  
  .popular .price-top h2, .popular .price-top span, .popular .price-top sup {
    color: #00b5ec;
  }
  
  .popular .price-content ul *,
  .popular .price-content ul .zmdi-close, .popular .price-content ul .zmdi-check {
    color: #fff !important;
  }
/* pricing table code */
    
/* Mobile css code chages */
@media only screen and (max-width:768px){
    /* .tab-content .nav {
        display: block !important;
    } */
    .modal-title {
        margin: auto !important;
    }
    .tab-content .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        border-color:transparent !important;
    }
    .tab-content .nav-item{
    background: #7455CE;
    border-radius: 35px;
    font-size: 24px;
    font-weight: 500;
    padding: 4px 20px 7px 20px;
    border-color: #7455CE;
    color: #fff;
}
.tab-content .nav-item{
   margin-bottom:20px !important;
}
.order-3 {
    max-height: unset !important;
    overflow: unset !important;
    overflow-x: unset !important;
}
.overlappedprice{
    display: none;
}
.product_description{
    margin-top:30px;
}
#mobileprice {
    position: fixed;
    bottom: -4px;
    right: 0px;
    z-index: 99;
    display: block !important;
}
.mobilepricebelow {
    background-color: #f4f4f4;
    color: #000000;
    font-size: 18px;
    padding: 16px 25px;
    border-color: #f4f4f4;
    border-radius: 10px 10px 0 0;
    width: 100vw;
}
.right-menus{
    justify-content: flex-start !important;
}
ul.merge-submenu {
        padding-left: 0px !important;
    }
    li.menu1 {
        margin-left: 0px !important;
    }
    li.menu1{
        padding-right:30px;
    }
    .banner-first h1{
        margin-top:50px;
    }
    .serviceiconmobiletext{
        padding:20px;
        margin-top:-50px;
        }
    .serviceiconmobiletext h5{
        font-size:15px;
        line-height:24px;
        }
    .btn-dark{
        margin:10px 0px;
        font-size: 20px !important;
    }
    .btn-primary{
        margin:10px 0px;
    }
    .ms-2 {
        font-size: 18px !important;
        font-weight: bold;
    }
    .btn-dark{
        background: #7455CE;
        border-radius: 25px;
        font-size: 20px !important;
        padding: 7px 25px 11px 25px !important;
        border-color:#7455CE;
        margin-right:15px;
        font-weight:600 !important;
    }
    .btn-black {
        background: transparent;
        border-radius: 35px;
        font-size: 20px !important;
        padding: 7px 25px 11px 25px !important;
        border-color: #000000;
        color:#000000;
        font-weight:600 !important;
    }
    .btn-black:hover {
        background: #7455CE;
        border-radius: 35px;
        font-size: 20px !important;
        /* font-weight: 500; */
        padding: 7px 25px 11px 25px !important;
        border-color: #ffffff;
        color:#ffffff;
        font-weight:600 !important;
    }
    .btn-white {
        background: transparent;
        border-radius: 35px;
        font-size: 20px !important;
        font-weight: 500;
        padding: 7px 25px 11px 25px !important;
        border-color: #fff !important;
        color:#fff !important;
        font-weight:600 !important;
    }
    .btn-white:hover {
        background: #7455CE;
        border-radius: 35px;
        font-size: 20px !important;
        /* font-weight: 500; */
        padding: 7px 25px 11px 25px !important;
        border-color: #7455CE !important;
        color:#fff !important;
        font-weight:600 !important;
    }
    .btn-blue{
        background: #739DED;
        border-radius: 35px;
        font-size: 20px !important;
        font-weight: 500;
        padding: 7px 25px 11px 25px !important;
        border-color:#739DED;
        color:#fff;
        font-weight:600 !important;
    }
    .btn-blue:hover{
        background: #7455CE;
        border-radius: 35px;
        font-size: 20px !important;
        /* font-weight: 500; */
        padding: 7px 25px 11px 25px !important;
        border-color:#7455CE;
        color:#fff;
        font-weight:600 !important;
    }
    .btn-primary{
        border-radius: 25px;
        font-size: 20px !important;
        padding: 7px 25px 11px 25px !important;
        margin-right:15px;
        font-weight:600 !important;
    }
    .btn100width{
    /* width:100% !important; */
    }
    .btn100width .text-center{
        text-align: left !important;
    }
    .margintop130px{
        margin-top:-80px;
    }
    .margintop200px{
        margin-top:-50px;
    }
    .margintop120px{
        margin-top:0px;
    }
    .flexrowdesktop{
        display: none;
    }
    .flexrowmobile {
        display: flex;
        flex-flow: row wrap;
    }
    .flexrowmobile.row-7-el > .element {
        flex: 0 1 calc(100%/3 - 16px);
        max-width: calc(100%/3 - 16px);
    }
	.price-tabs .nav-link{
	    padding: 5px 15px !important;
	}
	.price-tabs{
	margin-bottom:0px !important
	}
    .videobutton{
        margin-top:8px !important;
    }
    .waitrowmobile{
        margin-top:0px !important;
    }
    .marquee-wrapper{
        margin: 0px 24px !important;
    }
    .homeaugrademerge .row{
        margin: 0px 2px !important;
        margin-top:-100px !important;
    }
    .delivering{
        margin:0px 24px;
    }
    .howitbanner .row{
        margin:0px 0px;
    }
    .timesaved .row{
        margin:0px 12px;
    }
    .home-news-block {
        padding: 0px 12px;
    }
    .aisupported .team-item{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .merge-industry{
        padding-left: 0px !important;
    }
    .merge-hand {
        margin-top: 0px !important;
    }
    .order-1{
        padding-left: 10px !important;
    }
    .overlappedprice{
        margin-left:10px !important;
        margin-right:10px !important;
        margin-top:-35px !important;
    }
    .copyright a{
        font-size:15px !important;
    }
    
    .possibilities2{
        height:325px !important;
    }
    .possibilities1 {
        height: 335px !important;
    }
    #divShowHide .col-lg-6{
        width:50% !important;
    }
    .swprice .col-lg-6{
        width:50% !important;
    }
    .atservice .team-content .col-lg-9{
        width:75%;
    }
    .atservice .team-content .col-lg-3{
        width:25%;
    }
    .serviceiconmobile .col-lg-4{
        width:33.33% !important;
    }
    .serviceiconmobile .pfs16-white{
        font-size: 15px !important;
    }
    .serviceiconmobileimage img{
        width:88%;
        margin:30px 0px;
    }
    .serviceiconmobiletext p{
        margin:0px 12px;
    }
    .serviceiconmobiletext h1{
        margin:0px 12px;
    }
    .serviceiconmobiletext .service-item{
        margin:0px 12px;
    }
    .col-lg-7.wow.fadeInUp.merge-power{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .merge-text{
        padding-left: 0px !important;
    }
    .waitingfor .form-group {
        padding: 0px !important;
    }
    .wait .row{
        margin:0px 2px;
    }
    .mobilefullbanner{
        margin:0px 24px;
    }
    .mobiletable{
        margin:0px 12px;
    }
    .desktopmobiletable{
        margin:0px 12px;
    }
    .desktoptable{
        display: none;
    }
    .newsroompage .row{
        padding-left: 0px !important;
    }
    .contactus-accordin .accordion-button {
        padding: 1.5rem 0rem !important;
    }
    
    .hfs40{
        font-size:28px !important;
    }
    .hfs40gothicblue{
        font-size:26px !important;
    }
    .pfs40gothicblack{
        font-size:28px !important;
    }
    .hfs40roboto{
        font-size:28px !important;
        line-height:34px !important;
    }
    .pfs32{
        font-size:28px !important;
    }
    .pfs32gothicblack{
        font-size: 24px !important;
    }
    .pfs28{
        font-size:22px !important;
    }
    .pfs28roboto{
        font-size: 22px;
        line-height: 30px;
    }
    .hfs48{
        font-size:28px !important;
        line-height:36px !important;
    }
    .hfs48blue{
        font-size:28px !important;
        line-height:36px !important;
    }
    .hfs48black{
        font-size:28px !important;
        line-height:36px !important;
    }
    .hfs48blackquality{
        font-size:40px !important;
        line-height:46px !important;
    }
    .hfs36roboto{
        font-size:28px !important;
        line-height:36px !important;
    }
    .hfs54black{
        font-size: 34px !important;
        line-height: 42px !important;
    }
    .hfs54white{
        font-size: 34px !important;
        line-height: 42px !important;
    }
    .hfs54blue{
        font-size: 34px !important;
        line-height: 42px !important;
    }
    .pfs24black{
        font-size:20px !important;
    }
}
/* Mobile css code chages */
/* Mobile Header */
@media only screen and (min-width: 768px){
    .mobile-header{
        display: none;
    }
    .mobiletable{
        display: none;
    }
}
@media only screen and (max-width:768px){
    #desktop-header{
        display: none !important;
    }
}
/* Mobile Header */
/* responsive section code */
@media (min-width: 1400px){
    .banner-first .row{
        margin: 0px 50px;
    }
    .feature-row{
        margin: 0px 50px;
    }
    .logoMarqueeSection{
        margin: 0px 50px;
    }
    .howit .row{
        margin: 0px 50px;
    }
    .howitbanner .row{
        margin: 0px 62px;
    }
    .delivering{
        margin: 0px 38px;
    }
    .timesaved .row{
        margin: 0px 50px;
    }
    .bringingit .row{
        margin: 0px 50px;
    }
    .augradenewstitle .row{
        margin: 0px 50px;
    }
    .augradenews .row{
        margin: 0px 55px;
    }
    .wait .row{
        margin: 0px 50px;
    }
    .possible .row{
        margin: 0px 50px;
    }
    .atservice .rowatservice{
        margin: 0px 50px;
    }
    .container .atservice{
        margin: 0px 50px;
    }
    .container .atservicebanner{
        margin: 0px 72px;
    }
}
@media only screen and (min-width: 768px){
.banner-first .row{
    margin: 0px 68px;
}
.feature-row{
    margin: 0px 68px;
}
.logoMarqueeSection{
    margin: 0px 80px;
}
.howit .row{
    margin: 0px 68px;
}
.howitbanner .row{
    margin: 0px 80px;
}
.delivering{
    margin: 0px 38px;
}
.timesaved .row{
    margin: 0px 68px;
}
.bringingit .row{
    margin: 0px 68px;
}
.augradenewstitle .row{
    margin: 0px 68px;
}
.augradenews .row{
    margin: 0px 55px;
}
.tabimagecol {
    margin:0px 0px !important;
}
.wait .row{
    margin: 0px 68px;
}
.possible .row{
    margin: 0px 68px;
}
.atservice .rowatservice{
    margin: 0px 68px;
}
.container .atservice{
    margin: 0px 68px;
}
.container .atservicebanner{
    margin: 0px 90px;
}
}

/*product section*/
.col-lg-7.wow.fadeInUp.merge-power {
    padding-left: 40px;
    padding-right:110px;
}
.merge-hand {
    margin-top: -210px;
}
p.pfs22-gray {
    font-size: 24px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.pfs22-gray {
    font-size: 22px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.real-estate {
    background: url(../img/real-estate.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: unset;
    border-radius: 30px;
}
.aerospace {
    background: url(../img/aerospace.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: unset;
    border-radius: 30px;
}
.automobile {
    background: url(../img/automobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: unset;
    border-radius: 30px;
}
/* .section-title {
    padding-left: 90px;
} */
.blank-news{
    width:20%;
}
.news-block{
    padding:0px 24px;
}

.tab-content .rounded {
    border-radius: 40px !important;
    /* height: 100% !important; */
}
.banner-img.img-fluid{
    margin-left: 60px;
}
.container-fluid.pt-3.sticky {
    position: fixed;
    top: 85px;
    background: #F4F6F7;
    z-index: 99;
}
.workflow {
    padding-top: 150px;
    padding-bottom: 150px;
}
button.btn.try-btn {
    padding: 4px 25px 7px 25px;
    background: #7455CE;
    border-color: #7455CE !important;
}
.aisupported .team-item {
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
}
.dream.img-fluid {
    max-width: 100%;
    border-radius: 30px 30px 0px 0px;
    /* height: 250px;
    width: 356px; */
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 0px;
    font-size: 1rem;
    color: #555;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
}
.ms-2 {
    margin-left: 0.5rem !important;
    font-size: 14px;
}
/* .wait {
    padding-left: 30px;
    padding-right: 30px;
} */
h6.hfs20black {
    font-size: 23px;
    font-weight: 700;
}

.merge-industry{
    padding-left: 110px;
}
.right-menus {
    display: inline-flex;
    list-style: none;
    justify-content: flex-end;
}
ul.merge-submenu {
    display: inline-flex;
    list-style: none;
    font-size: 18px;
}
li.menu1 {
    margin-left: 20px;
}
.merge-border {
    border-top-right-radius: 30px;
}
.merge-border1 {
    border-bottom-left-radius: 30px;
}
.feature-row.merge-os {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border-radius: 30px;
}
.merge-text {
    padding-left: 80px;
}
/* .possible {
    padding-left: 30px;
    padding-right: 30px;
} */
@media only screen and (min-width: 1920px) {
    

    .validate {
        margin-left: -180px;
    }
    .blog-post .content {
        border-radius: 0px 0px 30px 30px;
    }
    .automobile {
        background: url(../img/automobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: unset;
        border-radius: 30px !important;
    }
    .real-estate {
        background: url(../img/automobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: unset;
        border-radius: 30px !important;
    }
    .aerospace {
        background: url(../img/automobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: unset;
        border-radius: 30px !important;
    }
}
.product_name {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0px
}

.badge {
    display: inline-block;
    padding: 0.50em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.product-rating {
    margin-top: 10px
}

.rating-review {
    color: #5b5b5b
}

.product_price {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    margin-top: 9px;
    clear: left
}

.product_discount {
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    margin-top: 9px;
    clear: left;
    margin-left: 10px;
    color: red
}

.product_saved {
    display: inline-block;
    font-size: 15px;
    font-weight: 200;
    color: #999999;
    clear: left
}

.singleline {
    margin-top: 1rem;
    margin-bottom: .40rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.product_info {
    color: #4d4d4d;
    display: inline-block
}

.product_options {
    margin-bottom: 10px
}

.product_description {
    padding-left: 0px
}

.product_quantity {
    width: 104px;
    height: 47px;
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    overflow: hidden;
    padding-left: 8px;
    padding-top: -4px;
    padding-bottom: 44px;
    float: left;
    margin-right: 22px;
    margin-bottom: 11px
}

.order_info {
    margin-top: 18px
}

.shop-button {
    height: 47px;
    background: #F7F7F7 !important;
    border: none !important;
}

.product_fav i {
    line-height: 44px;
    color: #cccccc
}

.product_fav {
    display: inline-block;
    width: 52px;
    height: 46px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 11%;
    text-align: center;
    cursor: pointer;
    margin-left: 3px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.br-dashed {
    border-radius: 5px;
    border: 1px dashed #dddddd;
    margin-top: 6px
}

.pr-info {
    margin-top: 2px;
    padding-left: 2px;
    margin-left: -14px;
    padding-left: 0px
}

.break-all {
    color: #5e5e5e
}


@media (max-width: 390px) {
    .product_fav {
        display: none
    }
}

.step {
    background: #167af6;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 6.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 3.6em;
    margin-right: 5px;
    text-align: center;
    width: 3.6em;
    margin-top: 116px
}

.deal-text {
    margin-left: -10px;
    font-size: 25px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700
}

.add-both-cart-button {
    margin-left: 36px
}

.items_text {
    color: #b0b0b0
}

.combo_item_price {
    font-size: 18px
}


div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.single_product {
    padding-top: 16px;
    padding-bottom: 90px
}

.product_text {
    margin-top: 27px
}

.product_text p:last-child {
    margin-bottom: 0px
}

.order_info {
    margin-top: 16px
}

.product_quantity {
    border: solid 1px #7a7a7a;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 25px;
    float: left;
    margin-right: 30px
}
.product_quantity label{
    margin-top: 10px !important;
    font-weight: 600 !important;
    margin-left: 8px !important;
    font-size: 16px !important;
}
.product_quantity span {
    display: block;
    height: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    line-height: 50px;
    float: left
}

.product_quantity input {
    display: block;
    width: 30px;
    height: 44px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    color: #7a7a7a;
    text-align: left;
    padding-left: 9px;
    line-height: 50px;
    float: left
}

.quantity_buttons {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 29px;
    border-left: solid 1px #7a7a7a;
}

.quantity_inc,
.quantity_dec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 50%;
    cursor: pointer
}

.quantity_control i {
    font-size: 11px;
    color: #7a7a7a;
    pointer-events: none
}

.quantity_control:active {
    border: solid 1px rgba(14, 140, 228, 0.2)
}

.quantity_inc {
    padding-bottom: 2px;
    justify-content: flex-end;
    border-top-right-radius: 5px
}

.quantity_dec {
    padding-top: 2px;
    justify-content: flex-start;
    border-bottom-right-radius: 5px
}
.button-yellow{
    background:yellow;
    border-radius:50px;
    margin:4px;
}
.button-red{
    background:red;
    border-radius:50px;
    margin:4px;
}
.button-orange{
    background:orange;
    border-radius:50px;
    margin:4px;
}
.button-green{
    background:green;
    border-radius:50px;
    margin:4px;
}
/*product section*/

/*** Marquee logo start ***/

  .default-content-container {
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      width: 100%;
      min-height: 100vh;
  }
  div.marquee>a>img {
    height: 120px;
  }
  .logoMarqueeSection>div>div {
      padding-top: 0;
      padding-bottom: 0;
      min-height: 0;
  }
  .marquee-wrapper {
    white-space: nowrap;
  }
  .marquee {
      display:  inline-block;
      white-space: nowrap;
      position: relative;
      transform: translate3d(0%, 0, 0);
      animation-name: marquee;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
  }
  .marquee a {
      display:  inline-block;
      white-space: nowrap;
  }
  .marquee-wrapper:hover .marquee {
      animation-play-state: paused !important;
  }
  @keyframes marquee {
      0% {
          transform: translate3d(0%, 0, 0);
      }
  
      100% {
          transform: translate3d(-100%, 0, 0);
      }
  }
  /*** marquee logo end ***/
  
/*** my css start ***/
@media (min-width: 1400px){
.navbar .navbar-nav .nav-link:last-child{
    margin-right:20px !important;
}}
.sticky-top .btn-primary{
    padding: 4px 20px 7px 20px;
    font-size:23px;
    margin-right:15px;
}
.sticky-top .btn{
    line-height:28px;
}
.accordion-button:not(.collapsed){
    color: #000;
    background-color: #fff;
    padding-left: 20px;
    padding-right:10px;
    border-radius: 6px;
}
#btnShowHideReal{
    cursor:pointer;
}
#btnShowHideAerospace{
    cursor:pointer;
}
#btnShowHideAutomobile{
    cursor:pointer;
}
/* .order-1{
        width: 66%;
        height: 25vh; 
        position: -webkit-sticky;
        position: sticky;
        top: 1%;
} */
#mobileprice{
    display: none;
}
.stepprevious button{
    background: none;
    border: none;
    padding: 0px;
}
.order-3 {
    max-height: 720px;
    overflow: scroll;
    overflow-x: hidden;
}
.order-3 {
    &::-webkit-scrollbar {
        width: 5px;
        height: .7rem;
    };
    &::-webkit-scrollbar-track {
        background-color: transparent;
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    };
    &::-webkit-scrollbar-thumb {
        background: #000000; 
      border-radius: 10px;
    };
    &::-webkit-scrollbar-thumb:hover {
    background: rgba(105, 108, 255, 0.66); 
      }
  }
  .footer .btn.btn-link::before{
    display:none;
  }
.vertical-align-middle .row{
    align-content: center;
    align-items: center;
} 
.bg-gray{
    background: #F4F6F7;
}
.bg-gray-integrated{
    background: url(../img/integrated.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: unset;
    padding-bottom:220px;
}
.bg-gray-integratedmobile{
    background: url(../img/integrate.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: unset;
    padding:200px 0px;
}
.bg-gray-integratedmobile .container{
    padding:30px 0px;
}
.bg-gray-integrated h1{
    margin-top:3rem;
}
.modal-content .close{
    border: 1px solid transparent;
    background: transparent;
    font-size: 20px;
}
.modal-footer {
    display: block;
}
.modal-header {
    padding: 10px;
}
.modal-title {
    margin-left: 177px;
}
#exampleModalcoming{
    
}
.bg-lightgray{
    background: #F7F7F7;
    border-radius:30px;
}
.bg-black{
    background:#282829;
}
.bg-box-shadow{
    background:#FAFAFA;
    border-radius:35px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding:50px 30px 30px 30px;
}
@media only screen and (min-width: 768px){
    .bg-box-shadow{
        width:48%;
        margin:0px 1%;
    }
}
.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
    border-radius:30px;
}

.nav-pills-custom .nav-link.active {
    color: #45b649;
    background: #fff;
}
.contact .active{
border-radius: 40px;
border: 1px solid rgba(0, 0, 0, 0.50);
background: #FFF;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.newsroom .active{
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
/* Add indicator arrow for the active tab */
/*@media (min-width: 992px) {*/
/*    .nav-pills-custom .nav-link::before {*/
/*        content: '';*/
/*        display: block;*/
/*        border-top: 8px solid transparent;*/
/*        border-left: 10px solid #fff;*/
/*        border-bottom: 8px solid transparent;*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        right: -10px;*/
/*        transform: translateY(-50%);*/
/*        opacity: 0;*/
/*    }*/
/*}*/
.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
.tab-content .rounded{
    border-radius:40px !important;
}

/* Blog css start */
.blog-post .content{
    border-radius:0px 0px 30px 30px;
}
.nopadding .blog-post .content {
    border-radius: 0px 30px 30px 0px;
}
.blog-post .content .title {
    font-family: 'Gothic A1';
    font-size: 26px;
    font-weight:600;
    line-height:39px;
}
.blog-post .text-primary{
    color:#FD8B19 !important;
    font-family: 'Gothic A1';
    font-size:16px;
    font-weight:300;
    line-height:22.5px;
}  
.blog-post .text-muted{
    color:#00000066 !important;
    font-family: 'Gothic A1';
    font-size:16px;
    font-weight:300;
    line-height:22.5px;
}  
  .blog-post .content .title:hover {
    color: #282829 !important;
  }
  


  .projecttab .nav-fill>.nav-link, .nav-fill .nav-item{
    text-align:left;
  }
/* blog css end */
.nav-pills-custom .nav-link.active p{
display: block;
}
.nav-pills-custom .nav-link p{
    display: none;
    }
.float-right{
    float:right;
}
/* back to top css start */
.top {
    position: sticky;
    bottom: 30px;
    float:right;
    font-size:30px;      
    margin-right:40px; 
    place-self: end;
    margin-top: calc(100vh + var(--offset));
    
    /* visual styling */
    text-decoration: none;
    padding: 4px 10px;
    font-family: sans-serif;
    color: #fff;
    background: #000;
    border-radius: 10px;
    white-space: nowrap;
  }
  .top:hover{
    color:#fff !important;
  }
  /* back to top css end */

  /* tab under tab styling */
  .tab-content .nav-item{
    background-color:#7455CE;
    border-radius:50px;
    margin-right: 10px;
  }
  .tab-content .nav-item .active{
    background-color:#7455CE;
    border-radius:50px;
    color:#fff !important;
  }
  .tab-content .nav-link{
    color:#fff;
    margin-bottom:0px;
  }
  .tab-content .nav-tabs{
    border-bottom:none;
  }
  /* tab under tab styling */

  /* before after css */
  .beforeaftercontainer { 
	height: 73.5vw !important;
	margin: 1vw auto !important;
	max-height: 750px !important;
	overflow: hidden !important;
	width: 98vw !important;
}
  .beforeaftercontainer figure { 
    
	background-image: url('/img/real-estate-gal-7.png');
	background-size: cover;
	font-size: 0;
	height: 100%;
	margin: 0; 
	position: relative;
	width: 100%; 
}
#compare {
	background-image: url('/img/real-estate-gal-7.png');
	background-size: cover;
	bottom: 0;
	border-right: 5px solid rgba(255,255,255,0.7);
	box-shadow: 10px 0 15px -13px #000;
	height: 100%;
	max-width: 98.6%;
	min-width: 0.6%;
	overflow: visible;
	position: absolute;
	width: 50%; 
	animation: first 2s 1 normal ease-in-out 0.1s; 
	-webkit-animation: first 2s 1 normal ease-in-out 0.1s; 
}
input#slider {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none; 
	background: transparent;
	cursor: col-resize;
	height: 100vw;
	left: 0;
	margin: 0;
	outline: none; 
	padding: 0;
	position: relative;
	top: -100vw;
	width: 100%;
}
input#slider::-moz-range-track { 
	background: transparent; 
}
input#slider::-ms-track {
	border: none; 
	background-color: transparent;
	height: 100vw;
	left: 0; 
	outline: none; 
	position: relative;
	top: -100vw; 
	width: 100%;
	margin: 0;
	padding: 0;
	cursor: col-resize;
	color:transparent;
}
input#slider::-ms-fill-lower {
	background-color:transparent;
}
input#slider::-webkit-slider-thumb {
	-webkit-appearance:none;
	height: 100vw;
	width: 0.5%;
	opacity: 0;
}
input#slider::-moz-range-thumb {
	-moz-appearance: none;
	height: 100vw;
	width: 0.5%;
	opacity: 0;
}   
input#slider::-ms-thumb {
	height: 100vw;
	width: 0.5%; 
	opacity:0;
}
input#slider::-ms-tooltip {
	display:none;
}
#compare::before {
	background: url(https://webdevtrick.com/wp-content/uploads/comparision.png) no-repeat scroll 0 center transparent;
	background-size:contain;
	content: " ";
	float: right;
	height: 100%;
	margin-right: -34px;
	position: relative;
	top:0;
	width: 64px;
}
@keyframes first {
  0% {width: 0%; }
  50% {width: 80%; }
  100% {width: 50%; }
}
@-webkit-keyframes first {
  0% {width: 0%; }
  50% {width: 80%; }
  100% {width: 50%; }
}
  /* before after css */
.project-tab .nav-tabs {
    border-bottom: none;
}
.project-tab .nav-tabs .active{
    border: 2px solid #000 !important;
    border-radius: unset;
}
.project-tab .nav-link:hover{
    border:none; 
}
.project-tab .nav-item:hover{
    color:#000;
}
.project-tab .service-item{
    border-top:2px solid #000;
    margin-top:-8px !important;
}
.project-tab .active .service-item{
    border-top:none;
}
.text-purple{
    color:#7455CE;
    font-family: 'Roboto';
}
.rounded-40{
    border-radius:40px;
}
.below-banner {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/below-banner.png) center center no-repeat;
    background-size: cover;
}
.realestate-banner {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/realestate.png) center center no-repeat;
    background-size: cover;
}
.aerospace-banner {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/aerospace-banner.png) center center no-repeat;
    background-size: cover;
}
.automotive-banner {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/automotive-banner.png) center center no-repeat;
    background-size: cover;
}
.weprotectyourdata-banner {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/we-protect-banner.jpeg) center center no-repeat;
    background-size: cover;
}
.videobutton{
    margin-top:40px;
}
.pfs16{
    font-family: 'Gothic A1';
    font-size: 16px;
    font-weight: 600;
    color: #01000D;
    line-height: 20px;
}
.pfs22{
    font-family: 'Gothic A1';
    font-size: 20px;
    font-weight: 600;
    color: #01000D;
    line-height: 20px;
}
.pfs16-white{
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23.44px;
}
.pfs16-black{
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 23.44px;
}
.pfs16-gray{
    font-family: "Roboto",sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #999797;
    line-height: 23.44px;
}
.pfs20{
    font-family: 'Gothic A1';
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.pfs20gothic{
    font-family: 'Gothic A1';
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.pfs20roboto{
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 23.44px;
}
.pfs20-white{
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23.44px;
    margin-bottom:284px !important;
}
.pfs22-white{
    font-family: "Roboto",sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}
.pfs26-white{
    font-family: "Roboto",sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
}

.pfss20-white{
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23.44px;
}
.pfss18-white{
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23.44px;
}
.pfss18-black{
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 23.44px;
}
.button-right{
    float:right;
    margin-right:0px !important;
    margin-bottom:30px;
}
.pfs24{
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 28.13px;
}

.pfsg24{
    font-family: "Gothic A1";
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 28.13px;
}
.pfss24{
    font-family: "Roboto",sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
   
}
.pfs24black{
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 28.13px;
}
.pfs28{
    font-family: 'Gothic A1';
    font-size: 28px;
    font-weight: 600;
    color: #01000D;
    line-height: 35px;
}
.pfs28roboto{
    font-family: "Roboto",sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #01000D;
    line-height: 35px;
}
.pfs24gothic{
    font-family: 'Gothic A1';
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    line-height: 28.13px;
}
.pfs28gothic{
    font-family: 'Gothic A1';
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    line-height: 28.13px;
}
.pfs24gothic-black{
    font-family: 'Gothic A1';
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 35pxpx;
}
.pfs24gothic-gray{
    font-family: 'Gothic A1';
    font-size: 24px;
    font-weight: 600;
    color: #00000066;
    line-height: 28.13px;
}
.pfs24gothic-bloggray{
    font-family: 'Gothic A1';
    font-size: 24px;
    font-weight: 500;
    color: #000000B2;
    line-height: 35px;
}
.pfs32{
    font-family: "Roboto",sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #FFFCFC;
    line-height:37.5px;
}
.pfs32roboto{
    font-family: "Roboto",sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #000000;
    line-height:37.5px;
}

.pfs36roboto{
    font-family: "Roboto",sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #3573E9;
    line-height:37.5px;
}
.pfs32gothic{
    font-family: 'Gothic A1';
    font-size: 32px;
    font-weight: 900;
    color: #FFFCFC;
    line-height:37.5px;
}
.pfs32gothicblack{
    font-family: 'Gothic A1';
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    line-height:37.5px;
}

.pfs40gothicblack{
    font-family: 'Gothic A1';
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    line-height:37.5px;
}
.hfs40{
    font-family:'Gothic A1';
    font-size: 40px;
    font-weight: 600;
    color: #01000D;
    line-height:50px;
}
.hfs40roboto{
    font-family:"Roboto",sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #0B0000;
    line-height:50px;
}

.hfs36roboto {
    font-family: "Roboto",sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #0B0000;
    line-height: 50px;
    
}

.hfs38roboto {
    font-family: "Roboto",sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #0B0000;
    line-height: 50px;
    
}
.hfs36robotowhite {
    font-family: "Roboto",sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
    
}
.hfs40-bloggray{
    font-family:'Gothic A1';
    font-size: 40px;
    font-weight: 900;
    color: #000000B2;
    line-height:50px;
}
.hfs40gothicblue {
    color: #739DED !important;
    font-family: 'Gothic A1';
    font-weight: 600;
    font-size: 40px;
    line-height: 25px;
}
.hfs48{
    font-family: "Roboto",sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
    line-height:57px;
}
.hfs48black{
    font-family: "Roboto",sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #000000;
    line-height:57px;
}
.hfs48blackquality{
    font-family: "Roboto",sans-serif;
    font-size: 60px;
    font-weight: 900;
    color: #000000;
    line-height:70px;
}

.hfs54black{
    font-family: "Roboto",sans-serif;
    font-size: 54px;
    font-weight: 900;
    color: #000000;
    line-height:57px;
}

.hfs54white{
    font-family: "Roboto",sans-serif;
    font-size: 54px;
    font-weight: 900;
    color: #fff;
    line-height:57px;
}
.hfs54blue{
    font-family: "Roboto",sans-serif;
    font-size: 54px;
    font-weight: 900;
    color: #739ded;
    line-height:57px;
}
.hfs48blue{
    font-family: "Roboto",sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #739DED;
    line-height:57px;
}
.color-blue{
    color:#739DED !important;
    font-family: 'Gothic A1';
    font-weight: 600;
    font-size:22px;
    line-height: 25px;
}
.color-blue-light{
    color:#4BB6F2 !important;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    font-size:18px;
    line-height: 25px;
}
.row .nopadding{
    padding-left:0px !important;
    padding-right:0px !important;
}
.btn-dark{
    background: #7455CE;
    border-radius: 25px;
    font-size: 24px;
    padding: 4px 30px 7px 30px;
    border-color:#7455CE;
    margin-right:15px;
}
.btn-black {
    background: transparent;
    border-radius: 35px;
    font-size: 24px;
    font-weight: 500;
    padding: 4px 30px 7px 30px;
    border-color: #000000;
    color:#000000;
}
.btn-black:hover {
    background: #7455CE;
    border-radius: 35px;
    font-size: 24px;
    /* font-weight: 500; */
    padding: 4px 30px 7px 30px;
    border-color: #ffffff;
    color:#ffffff;
}
.btn-white {
    background: transparent;
    border-radius: 35px;
    font-size: 24px;
    font-weight: 500;
    padding: 4px 20px 7px 20px;
    border-color: #fff !important;
    color:#fff !important;
}
.btn-white:hover {
    background: #7455CE;
    border-radius: 35px;
    font-size: 24px;
    /* font-weight: 500; */
    padding: 4px 20px 7px 20px;
    border-color: #7455CE !important;
    color:#fff !important;
}
.btn-blue{
    background: #739DED;
    border-radius: 980px;
    font-size: 24px;
    font-weight: 500;
    padding: 4px 40px 7px 40px;
    border-color:#739DED;
    color:#fff;
}
.btn-blue:hover{
    background: #7455CE;
    border-radius: 35px;
    font-size: 24px;
    /* font-weight: 500; */
    padding: 4px 40px 7px 40px;
    border-color:#7455CE;
    color:#fff;
}
.btn-primary{
    border-radius: 25px;
    font-size: 24px;
    padding: 7px 30px 7px 30px;
    margin-right:15px;
}
.btn-primary:hover{
    background: #7455CE;
    border-color:#7455CE;
}
.real-estate{
    background: url(../img/real-estate.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: unset;
}
.aerospace{
    background: url(../img/aerospace.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: unset;
}
.automobile{
    background: url(../img/automobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: unset;
}
.possibilities{
    height: 450px !important;
    border-radius: 35px;
background: #FAFAFA;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.possibilities1{
    height: 520px;
    border-radius: 35px;
background: #FAFAFA;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.possibilities2{
    height: 540px;
    padding-top:20px;
    border-radius: 35px;
background: #FAFAFA;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.real-estate-page-box{
    height: 300px !important;
    border-radius: 30px;
background: #FFF;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.product-realestate{
    padding: 30px 0px 20px 0px;
    border-radius: 40px;
    background: url(../img/product-realestate.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: unset;
}
.product-aerospace{
    padding: 30px 0px 20px 0px;
    border-radius: 40px;
    background: url(../img/product-aerospace.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: unset;
}
.product-automobile{
    padding: 30px 0px 20px 0px;
    border-radius: 40px;
    background: url(../img/product-automobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: unset;
}
.image-border{
    border:1px solid #000;
    padding:20px;
}
.merge-os-section .service-item .service-text{
    background: transparent;
    box-shadow:none;
    text-align:left;
}
.accordion-item {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.125);
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.aisupported .team-item{
    box-shadow: none;
}
.aisupported .team-content{
    border-radius: 0px 0px 30px 30px;
background: #FFF;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
text-align:left !important;
}
.our-story{
   background: url(../img/story5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; 
    padding:0px 0px 150px 0px;
}
.our-story h1{
    background: linear-gradient(154deg, #000 0%, rgba(91, 124, 217, 0.78) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.career h1{
    background: linear-gradient(154deg, #000 0%, rgba(91, 124, 217, 0.78) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:40px;
    font-weight:400;
    line-height:56px;
    font-family: "Roboto",sans-serif;
}
.contact-us .col-lg-8{
    background: url(../img/contactus1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.contactus-accordin .accordion-button::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    }
.contactus-accordin .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    }
.contactus-accordin .accordion-button{
    padding: 1.5rem 1.25rem;
}
.contactus-accordin .accordion-item{
    border:none;
}
.contact-form .labelpadding>label {
    padding: 1rem;
}
.contact-form .form-control{
    border-radius: 30px;
border: 1px solid #000;
background: #FFF;
    padding: 10px 20px;
}
.contact-form .form-check-input[type="checkbox"]{
    font-size:25px;
    border-radius: 10px;
border: 1px solid #000;
}
.contact-form .form-check>label{
    line-height:40px;
}
.contact-form .form-check{
    padding-left:3em;
}
.contact-form h3{
    padding: 10px 0px;
    border-radius: 15px;
    border: 1px solid #000;
}
/*our story css start*/
.pic {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
}

.container .table-wrap {

    margin: 20px auto;
    overflow-x: auto
}

.container .table-wrap::-webkit-scrollbar {
    height: 5px;
}

.container .table-wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-image: linear-gradient(to right, #5D7ECD, #0C91E6);
}

.table>:not(caption)>*>* {
    padding: 2rem 0.5rem;
}

.table tbody td {
    padding: 30px;
    margin: 0;
    font-size: 14.5px;
    font-weight: 600;
}
.table tbody tr td:nth-of-type(2) {
    min-width: 450px;
}
.open-position .table tbody tr td:nth-of-type(2) {
    min-width: auto !important;
}
@media(min-width: 992px) {
    .container .table-wrap {
        overflow: hidden;
    }
}
/*our story css end*/

/*** my css end ***/
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.fw-medium {
    font-weight: 500;
}
.waitingfor .form-control{
    border-radius: 30px;
border: 1px solid #000;
background: #FFF;
margin-top:10px;
}
.waitingfor label{
color: #000;
font-family: "Roboto",sans-serif;
font-size: 24px;
font-weight: 400;
}
.waitingfor .form-group{
    padding:0px 60px;
}

.sw-pricing .form-control{
    border-radius: 30px;
border: 1px solid #000;
background: #FFF;
margin-top:20px;
}
.sw-pricing label{
color: #000;
font-family: "Roboto",sans-serif;
font-size: 24px;
font-weight: 400;
margin-top:20px;
}
.sw-pricing .form-control{
    padding: 0.675rem 0.95rem;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 400;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--secondary);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38x;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 40px;
    padding: 25px 0;
    color: var(--light);
    font-size: 22px;
    font-weight: 400;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--light);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Features ***/
.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}


/*** About ***/
.about {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/about.jpg) left center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service-item .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
}

.service-item:hover .service-text {
    top: -1.5rem;
}

.service-item .service-text h5 {
    transition: .5s;
}

.service-item:hover .service-text h5 {
    color: var(--primary);
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}


/*** Project ***/
.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.project-item:hover .project-overlay {
    opacity: 1;
    padding-top: 0;
}

.project-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .project-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
}

.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social li {
    margin-left: 15px;
    opacity: 1;
}

.team-item .team-social li .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 40px;
    transition: .5s;
}

.team-item .team-social li .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item .team-social li:nth-child(1) {
    transition-delay: .1s;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: .2s;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: .3s;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: .4s;
}

.team-item .team-social li:nth-child(5) {
    transition-delay: .5s;
}


/*** Testimonial ***/
.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
}

.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: var(--primary);
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: #FFFFFF !important;
}

.testimonial-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Footer ***/
.footer {
    color: rgba(0, 0, 0, 0.60);
}
.footer h4{
    color: #000;
    font-family: Gothic A1;
    font-size: 21px;
    font-weight: 700;
}
.footer p{
    color: #000;
    font-family: Gothic A1;
    font-size: 18px;
    font-weight: 500;
}
.footer a{
    color: #000;
    font-family: Gothic A1;
    font-size: 18px;
    font-weight: 500;
}
.footer .btn-dark{
    background: #1f57ad !important;
    color:#fff;
    padding: 22px 14px !important;
    border-color:#1f57ad;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #1a1a1a;
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #000000 !important;
}
.copyright a{
    color: #000000 !important;
    font-family: Gothic A1;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
}

/* .copyright {
    background: #111111;
} */
.copyright .container{
    border-top:1px solid #000;
    line-height:70px;
}
.copyright a:hover {
    color: var(--primary) !important;
}