.bg-gradient {
    background: linear-gradient(270deg, #7C77D8 0%, #d61f1f 100%)!important;
}
.section {
    padding: auto;
    position: relative;
    background-color: #fff;
}
.card {
    border-radius: 12px;
    box-shadow: 0 6px 10px -4px rgba(0,0,0,.15);
    background-color: #fff;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    border: 0 none;
    transition: transform .3s cubic-bezier(.34,2,.6,1),box-shadow .2s ease;
}
.aa-download-section .aa-download-icon {
    padding-left: 40px;
}
.aa-download-section .aa-download-icon-detail {
    text-align: left;
}    
.text-muted {
    font-family: 'DM Sans';
    color: #6c757d!important;
    font-weight: 300;
    font-size: 15px;
}
.aa-windows{
    text-decoration: none;
}
.aa-apple{
    text-decoration: none;
}
.aa-android{
    text-decoration: none;
}
.card:not(.card-plain):hover {
    /* box-shadow: 0 12px 19px -7px rgba(0,0,0,.3); */
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
@media (max-width: 992px){
    .aa-download-section .aa-download-icon-detail {
        text-align: center;
    }    
    .aa-download-section .aa-download-icon {
        padding-left: 0px;
        text-align: center;
    }    
}


.aa-product-details .icon {
    float: left;
    margin-right: 28px;
    font-size: 3rem;
}
.aa-product-details .description {
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.icon-danger {
    color: #d61f1f;
}


.features-area {
    overflow: hidden;
}
.section-title .title {
    font-size: 35px;
    font-weight: 600;
}
.single-features {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px 0 rgba(154,154,154,.16);
    -moz-box-shadow: 0 0 10px 0 rgba(154,154,154,.16);
    box-shadow: 0 0 10px 0 rgba(154,154,154,.16);
    padding: 35px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.single-features.features-color-1 .features-icon {
    /*background-color: #0898e7;*/
}
.single-features .features-icon {
    width: 76px;
    height: 76px;
    /*background-color: #0898e7;*/
    border-radius: 50%;
    text-align: center;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.single-features .features-icon i {
    font-size: 26px;
    color: #fff;
    line-height: 79px;
}
.single-features .features-content {
    padding-left: 25px;
}
.single-features .features-content .features-title {
    font-size: 25px;
    font-weight: 500;
}
.features-image {
    position: relative;
    max-width: 330px;
    margin-left: 200px;
    padding-right: 40px;
    margin-bottom: 65px;
}
.single-features:hover {
    -webkit-box-shadow: 0 15px 17px 0 rgba(154,154,154,.16);
    -moz-box-shadow: 0 15px 17px 0 rgba(154,154,154,.16);
    box-shadow: 0 15px 17px 0 rgba(154,154,154,.16);
}
@media (max-width: 767px){
    .single-features {
        padding: 25px;
    }
    .single-features .features-content {
        padding-left: 0;
        padding-top: 20px;
    }
    .single-features .features-content .features-title {
        font-size: 20px;
    }
    .features-image {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 90px;
    }        
}

.gradient-banner {
    position: relative;
    overflow: hidden;
    height: 20vh;
     background-image: url("../img/home_page/homepage_banner1.jpg");   
     background-repeat: no-repeat;
    background-size: cover;    
}
@media (min-width:472px) {
    .gradient-banner {
        height: 30vh;
    }
}
@media (min-width:572px) {
    .gradient-banner {
        height: 35vh;
    }
}
@media (min-width:768px) {
    .gradient-banner {
        height: 45vh;
    }
}
@media (min-width:992px) {
    .gradient-banner {
        height: 55vh;
    }
}
@media (min-width:1024px) {
    .gradient-banner {
        height: 65vh;
    }
}
@media (min-width:1200px) {
    .gradient-banner {
        height: 70vh;
    }
}
.gradient-banner1 {
    position: relative;
    overflow: hidden;
    height:400px;
    background-color: #d61f1f;
    /*background-image: url("../img/home_page/homepage_banner.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
}
.shapes-container {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.main-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 17px 37px;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: all .4s ease-in-out;
    border: none;
    background: #e8505b;
    overflow: hidden;
}
.text-banner-heading{
    font-family: "DM Sans";
    font-weight: 700;
    font-size: 45px;
}
.text-banner-small-heading{
    font-weight: 400;
    font-size: 20px;
}





.swiper-container {
    position: relative;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}







.product-right .product-count {
    background-color: #f8f8f8;
    padding: 10px 12px;
    margin-bottom: 12px;
}
.product-right .product-count ul {
    margin-bottom: -4px;
}
.product-right .product-count ul li:first-child {
    margin-right: 14px;
}
.product-right .product-count ul li {
    margin-bottom: 4px;
}
li {
    display: inline-block;
}
.product-right .product-count img {
    margin-right: 6px;
}
.product-right .label-section {
    margin-bottom: 15px;
}
.product-right .label-section .badge {
    padding: 6px 11px;
    font-size: 12px;
}
.badge-grey-color {
    background-color: #929292;
    color: white;
}
.product-right h3 {
    font-size: 26px;
    color: #222222;
    margin-bottom: 15px;
}
del {
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 400;
}
.product-right .price-detail span {
    font-size: 16px;
    color: #ff4c3b;
    padding-left: 10px;
}
.product-right .border-product {
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px dashed #dddddd;
}
.product-right .product-title {
    color: #222222;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 16px;
}
.product-right .product-description .qty-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}
.product-right .product-description .qty-box .input-group {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    width: unset;
}
.product-right .product-buttons {
    margin-bottom: 20px;
}
.product-right .product-buttons a:last-child {
    margin-left: 10px;
}
.product-right .product-buttons .btn-solid, .product-right .product-buttons .btn-outline {
    padding: 7px 25px;
}
.btn-solid.hover-solid {
    -webkit-transition: none;
    transition: none;
}
.btn-animation {
    position: relative;
    overflow: hidden;
}
.btn-solid {
    padding: 13px 29px;
    color: #ffffff;
    letter-spacing: 0.05em;
    border: 2px solid #ff4c3b;
    background-image: linear-gradient(30deg, #ff4c3b 50%, transparent 50%);
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 0;
}
.product-right .product-count {
    background-color: #f8f8f8;
    padding: 10px 12px;
    margin-bottom: 12px;
}
.product-right .border-product {
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px dashed #dddddd;
}
.product-right .product-title {
    color: #222222;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 16px;
}
.tab-product .nav-material.nav-tabs, .product-full-tab .nav-material.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.tab-product .nav-material.nav-tabs .nav-link.active, .product-full-tab .nav-material.nav-tabs .nav-link.active {
    color: #ff4c3b;
}
.tab-product .nav-material.nav-tabs .nav-item .nav-link, .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
    text-align: center;
    padding: 0 15px 20px 15px;
    text-transform: uppercase;
    border: 0;
    font-weight: 600;
    font-size: 16px;
}
.tab-product .nav-material.nav-tabs .nav-link.active ~ .material-border, .product-full-tab .nav-material.nav-tabs .nav-link.active ~ .material-border {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}
.tab-product .nav-material.nav-tabs .nav-item .material-border, .product-full-tab .nav-material.nav-tabs .nav-item .material-border {
    border-bottom: 2px solid #ff4c3b;
    opacity: 0;
}
.tab-product .tab-content.nav-material, .product-full-tab .tab-content.nav-material {
    padding-top: 20px;
}
.product_meta {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #eee;
    padding: 40px;
}
.product_meta > span {
    display: block;
    border-bottom: 1px solid #a4a4a4;
    padding: 5px 0;
}
.product_meta > span b {
    display: inline-block;
    width: 150px;
}
a {
    text-decoration: none;
}
@media (max-width: 577px){
    .tab-product .nav-material.nav-tabs {
        width: 100%;
        overflow-x: auto;
        overflow-y: visible;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }
}




.woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0;
}
label {
    font-weight: bold;
}
.wpcf7-form-control-wrap {
    margin-bottom: 20px;
    display: block;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-form .wpcf7-form-control {
    height: 50px;
    border-radius: 6px !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .input-text {
    color: #4c4c4c!important;
    border: 1px solid #e5e5e5;
    border-radius: 10px!important;
    padding: 8px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select {
    max-width: 100%;
    width: 100%;
}
.wpcf7-form-control {
    margin: 0!important;
    padding-top: 14px!important;
    padding-bottom: 14px!important;
    color: #4c4c4c;
}
textarea {
    min-height: 144px!important;
}
textarea {
    width: 100%;
}
span.wpcf7-list-item.first {
    margin-left: 0;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
.wpcf7-form-control-wrap [type="checkbox"] {
    width: auto;
}





.product-right .product-title {
    color: #222;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 16px;
}
.product-right .shipping-info li {
    display: block;
    font-size: 16px;
    color: #777;
    line-height: 1.8;
}
ul {
    padding-left: 0;
    margin-bottom: 0;
}




.slick-next:before{
    background-color: #d61f1f;
    padding-top: 3px;    
}
.slick-prev:before{
    background-color: #d61f1f;
    padding-top: 3px;    
}
.slick-prev{
    left: 0px!important;
    z-index: 1;    
}
.slick-next{
    right: 0px!important;
    z-index: 1;    
}





.single-product-tables {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 15px;
}
.single-product-tables table {
    width: 30%;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
.tab-product .tab-content.nav-material p, .product-full-tab .tab-content.nav-material p {
    margin-bottom: 0;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-size: 17px;
    font-family: DM Sans;
    font-weight: 500;
}


.head-sec2 {
    color: rgb(204, 153, 0);
    font-family: DM Sans;
    font-size: 2.2em;
    font-weight: 600;
}
.card_mod {
    border: 0;
    border-bottom: 5px solid rgb(0, 26, 51);
    box-shadow: 0 5px 10px rgb(154 160 185/5%),0 15px 40px rgba(166,173,201,.2);
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.card_head {
    color: #272727;
    font-family: Space Grotesk;
    font-size: 1.6em;
    font-weight: 600;
}
.card_text {
    color: rgb(204, 153, 0);
    font-family: raleway;
    font-size: 1em;
    font-weight: 600;
    line-height: 27px;
}
.btn_mod {
    color: rgb(0, 26, 51);
    font-family: DM Sans;
    font-size: 17px;
    font-weight: 600;
}


.service-item {
    position: relative;
    z-index: 1;
    padding: 30px;
    font-family: DM Sans;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 10px;
    border-top-right-radius: 50px;
    transition: all .3s;
}
.first-service .icon {
    /*background-image: url(../../public/assets/img/home_page/ourvalueicon.svg);*/
}
.service-item .icon {
    margin-left: 0px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    transition: all .3s;
}
.service-item h4 {
    transition: all .3s;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.service-item p {
    transition: all .3s;
    font-size: 15px;
    font-family: DM Sans;
    margin-bottom: 20px;
}
.text-button a {
    font-size: 15px;
}
.text-button a i {
    margin-left: 5px;
    font-size: 14px;
    transition: all .3s;
}
@media (max-width: 992px){
.service-item {
    text-align: center;
    margin-bottom: 30px;
}
.service-item .icon {
    margin: 0 auto 30px auto;
}
}
.service-item:hover {
    background-image: url("https://themewagon.github.io/chain/assets/images/service-bg.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
/*.first-service:hover .icon {*/
/*    background-image: url(../../public/assets/img/home_page/ourvalueicon.svg);*/
/*}*/


.section-title {
    text-align: center;
    padding: 30px 0;
    position: relative;
}
.section-title span {
    position: absolute;
    top: 30px;
    color: #f4f4f4;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: rgb(0, 26, 51);
    position: relative;
    z-index: 2;
}
.section-title p {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    height:100%;
}
.contact .info-box i {
    font-size: 32px;
    color: rgb(204, 153, 0);
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted rgb(0, 26, 51);
}
.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.fadeIn {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes roll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Apply the roll animation to the HTML element with the "rolling" class */
.rolling {
  animation: roll 2s linear infinite;
}


.navbar_mod {
    border-bottom: 1px solid rgb(240, 240, 240) !important;
  }
  
  .nav-link {
    font-family: "DM Sans";
    font-weight: 800;
    color: rgb(0, 26, 51);
    cursor: pointer;
  }
  
  .nav-link-active {
    font-family: "DM Sans";
    font-weight: 800;
    color: rgb(204, 153, 0);
    text-decoration: none;
  }
  
  @media (min-width: 992px) {
    .hide-sm {
      display: none;
    }
  }
  
  @media (max-width: 992px) {
    .hide-lg {
      display: none;
    }
  }
  .header_button {
    margin-right: 16px;
}

.button_1 {
    background: #55ddfd;
    border: solid 2px transparent;
}
.button {
    height: 46px;
    border-radius: 20px;
}
.button_1 a {
  color: #FFFFFF;
}
.button a {
  display: block;
  padding-left: 40px;
  padding-right: 36px;
  line-height: 42px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}


.footer_head {
    font-family: "DM Sans";
    font-size: 13px;
    color: white;
    font-weight: 300;
  }
  
  .footer_links {
    font-family: "Roboto";
    font-size: 1em;
    color: white;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
  }
  
  .footer_links:hover {
    font-family: "Roboto";
    color: white;
    font-weight: 600;
    text-decoration: none;
  }
  
  .footer_head2 {
    font-family: "DM Sans";
    font-size: 1em;
    color: white;
    font-weight: 600;
  }
  
  hr.hr {
    color: white;
    margin-left: 20px;
    margin-right: 20px;
  }
  .footer{
      font-family: 'Roboto' !important;
  }
  
  .footer_bg{
    background-color: #26292d;  
    color: white;
  }
  
  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(0 26 51 / 90%)!important;
}

.btn-danger{
    color: rgb(0, 26, 51);
    background-color: rgb(204, 153, 0)!important;
    border:none;   
}
.btn-danger:hover{
    background-color:rgb(0, 26, 51)!important;
    color:rgb(204, 153, 0)!important;

}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.text-white
{
 color:rgb(0, 26, 51)!important;
}
.text-white1
{
 color:rgb(204, 153, 0)!important;
}

.nav-link{
  color:rgb(204, 153, 0)!important;
}
.alert-danger {
    color: rgb(204, 153, 0);
    background-color: rgb(0, 26, 51);
    border-color: #f5c2c7;
}
.topheader{
    background-color: rgb(0, 26, 51);
    color: rgb(204, 153, 0);
}
.logo{
    height:50px;
    width:50px;
}
.btn svg {
    display: inline-block;
    vertical-align: middle;
}
.txt-white {
    color: #fff !important;
}
@media (max-width:572px) {
    .navbar .container-fluid{
        flex-direction: column !important;
    }
    .navbar-brand{
        text-align: center !important;
    }
}