@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@font-face {
    font-family: "Mistral"; src: url("../fonts/mistral/bda64a7a2fff9dda305ff3c1cb6ca679.eot");
    src: url("../fonts/mistral/bda64a7a2fff9dda305ff3c1cb6ca679.eot?#iefix") format("embedded-opentype"),
    url("../fonts/mistral/bda64a7a2fff9dda305ff3c1cb6ca679.woff2") format("woff2"), 
    url("../fonts/mistral/bda64a7a2fff9dda305ff3c1cb6ca679.woff") format("woff"), 
    url("../fonts/mistral/bda64a7a2fff9dda305ff3c1cb6ca679.ttf") format("truetype"), 
    url("../fonts/mistral/bda64a7a2fff9dda305ff3c1cb6ca679.svg#Mistral") format("svg"); }
body {
  color: #5c6873;
  font-family: 'Mulish', sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-weight: 300;
  font-size: 17px; 
}
.greatvibes-font{
    font-family: 'Great Vibes', cursive !important;
}
.mistral-font{
    font-family: "Mistral", sans-serif !important;
}
a {
  outline: none !important;
  -webkit-transition: back 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

a:focus,
a:hover,
a:active {
  outline: none !important;
  text-decoration: none; 
}
#dockchargenavbar{
    transition: top 1.59s;
    background:#eef1ef;
}
.navbar-brand img {
    width: 300px;
    transition: all 0.5s ease-in-out;
}
.nav-up {
  top: -40px;
}
.header-scroll{
    background-color: #fff;
}
/*.header-scroll .navbar-brand img{
    width: 100px;
}
.dockcharge_header .header-scroll.navbar .navbar-nav .nav-link{
    padding: 15px 25px;
}*/
.dockcharge_header .navbar .navbar-nav .nav-link{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 15px 7px;
    margin: 2px 15px;
    transition: all 0.2s;
}
.navbar-nav .dropdown-menu{
    background-color: #e41b41;
}
.navbar-nav .dropdown-menu li a{
    padding: 8px 15px;
    color: #fff;
}
.navbar-nav .dropdown-menu li a:hover{
    color: #e41b41;
    background: #fff;
}
.dropdown:hover .dropdown-menu {display: block;}
.header-scroll .navbar-brand img {
    width: 170px;
    transition: all 0.5s ease-in-out;
}
.dockcharge_header .navbar .navbar-nav .nav-link:hover,
.dockcharge_header .navbar .navbar-nav .nav-link:active{
    color: #000;
}
.dockcharge_header .navbar .navbar-nav .nav-link.active{
    color: #272727 !important;
}
.overlaytext{
    padding-top: 25%;
    padding-left: 90px;
}
.overlaytext h2{
    font-size: 45px;
    line-height: 60px;
    text-shadow: 1px 2px black;
    font-weight: 600;
    color: #fff;
    margin-bottom: 50px;
}
a{
    text-decoration: none;
}
.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .2;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.full-height {
    background-color: #23f986;
    min-height: 100vh;
    padding: 80px 0;
}
.cont h1 {
    font-weight: 800;
    line-height: 1.4;
    font-size: 30px;
}
.cont h4 {
    font-size: 35px;
    font-weight: 600;
}
.mt-40 {
    margin-top: 40px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.but    n-md {
    padding: 0 25px;
    min-height: 50px;
    line-height: 50px;
    min-width: 170px;
}
.butn {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.radius-5 {
    border-radius: 5px;
}
.main-marq {
    position: relative;
    padding: 0;
}
.slide-vertical {
    overflow: hidden;
    width: 30%;
    height: 600px;
    margin: 0 auto;
    position: relative;
}
.mr-20 {
    margin-right: 20px !important;
}
.slide-vertical .box {
    position: relative;
    -webkit-animation: slide-vertical 50s linear infinite;
    animation: slide-vertical 50s linear infinite;
}
.slide-vertical .img {
    display: block;
    width: 100%;
    height: 300px;
    margin: 15px 0;
    border-radius: 50px;
    overflow: hidden;
}
.slide-vertical .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.slide-vertical.st2 {
    width: 40%;
}
.sliderlink{
    position: relative;
    z-index: 1;
}
.logobtn{
    width:30px;
    margin-left: 12px;
}
.main-marq:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
}
@-webkit-keyframes slide-vertical {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slide-vertical {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
}
.slide-vertical:hover .box {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
}
.slide-vertical.st2 .img {
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 100px;
}
/* 2023 changes  */
.blogcontent h4 a{font-weight: bold;
color: #000;position: relative;display: block;padding-left:36px;}
.blogcontent h4 a::before {
    position: absolute;
    content: '';
    background: url(../images/fav.png);
    width: 28px;
    height: 28px;
    background-size: cover;
    top: 0;
    left: 0;
}
.blckk-bgcolor{background: #d8d8d8 !important;}
.hero .quote blockquote .line-height-40{color: #e41b41}
.call-action-banner.gr-purple-red-bg{background: #f7f7f7;box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px, rgb(0 0 0 / 30%) 0px 18px 36px -18px;}
.call-action-banner .h4heading{color: #e41b41;}
.textcolor-000{color: #000 !important}
.cont .align-middle h1{line-height: 1.1; font-size: 44px;font-weight: 600;}
.feat-card .item-card .img .video-popup {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: red;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -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;
    padding-left: 3px;
}
.video-content{position: relative;}
.feat-card.logoadded-onimg .item-card .img::before{
    position: absolute;
    content: '';
    background:url('../images/logo.png');
    width: 120px;
    height: 38px;
    background-size: cover;
    top: 10px;
}
.feat-card.logoadded-onimg .item-card{
    width: 88%;
    margin: 0 auto 25px auto;
}
/* 2023 changes end */
.ml-20 {
    margin-left: 20px !important;
}
.butn .text {
    pointer-events: none !important;
}
.btnaz-1 .btn1, .btn2{
    padding: 0 25px;
    min-height: 50px;
    line-height: 50px;
    min-width: 170px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-align: center;
    box-shadow:rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
}
.btn2{
    color: #000 !important;
    background: #fff !important;
    border-radius: 50px !important;
}
.btn1 .text {
    font-size: 13px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
}
.btn1 .slide-up {
    display: block;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.btn1 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
a:hover {
    text-decoration: none;
}
.btn1:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}
.btn1:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.btn1:hover .text .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}
.red-textcolor{
    color:  #e41b41 !important;
}
.red-bgcolor{
    background:  #e41b41 !important;
}
.section-padding {
    padding-top: 60px;
    padding-bottom: 80px;
}
.azh4-heading span {
    font-style: italic;
    font-weight: bolder;
    color: #009846;
    text-shadow: 1px 1px rgb(0 0 0 / 16%);
}
.h4heading{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}
.mt-80 {
    margin-top: 80px !important;
}
.hero .img-quote {
    height: 660px;
}
.hero .quote {
    color: #fff;
    background: #009846;
    padding: 60px 40px;
    border-radius: 10px;
    margin-left: -50px;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
}
.full-width {
    width: 100% !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.line-height-40 {
    line-height: 40px;
}
.fw-500 {
    font-weight: 500 !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.gr-sunrise-text {
    color: #000;
   /* background-image: radial-gradient(circle farthest-corner at 10% 20%, #000 0%, #000 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.ls3 {
    letter-spacing: 3px !important;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fz-13 {
    font-size: 13px !important;
}
.circle-pattern.bottom {
    bottom: -50px;
}
.circle-pattern.left {
    left: 0;
}
.circle-pattern {
    position: absolute;
    width: 400px;
    height: 400px;
    border: 70px solid #f7f7f7;
    border-radius: 50%;
    z-index: -1;
}
.gr-purple-red-bg {
    background-image: none;
    background: #e41b41;
}
.call-action-banner {
    padding-left: 50px;
    padding-right: 50px;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.radius-30 {
    border-radius: 30px;
}
.sec-head-bord h4 {
    font-weight: bold;
}
.headarrow{
    font-size: 13px;
    color: #000;
}
#azrecipes .item-card {
    background: #fff;
    border-radius: 15px;
    height: 314px;
    box-shadow: 0 0 4px 1px rgb(161 161 161 / 27%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(162, 175, 200, 0.16);
}
.feat-card .item-card .img {
    padding: 10px 10px 0;
    height: 220px;
    position: relative;
}
.feat-card .item-card .img a {
    width: 100%;
    height: 100%;
}
.feat-card .item-card .img img {
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: none;
    transform: none;
}
.eventpagemain .feat-card .item-card .img{
    height: 100%;
    width: 100%;
}
.feat-card .item-card .cont {
    position: relative;
}
.feat-card .item-card .cont .info {
    padding: 20px 10px;
    text-align: center;
    position: relative;
}
.info .item-title h6 a {
    color: #444;
    font-size: 15px;
    font-weight: 500;
    display: block;
    position: relative;
    padding-left: 30px;
    text-align: left;
}
.info .item-title h6 a::before{
    position: absolute;
    content: '';
    background: url(../images/fav.png);
    width: 28px;
    height: 28px;
    background-size: cover;
    top: -6px;
    left: 0;
}
.pb-80{
    padding-bottom: 80px;
}
.pt-80{
    padding-top: 80px;
}
.rad-head {
    display: inline-block;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(162, 175, 200, 0.16);
}
.blck-nft .imgs {
    position: relative;
}
.blck-nft .img1, .blck-nft .img2 {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: rotateY(29deg) rotateZ(348deg);
    transform: rotateY(29deg) rotateZ(348deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.blck-nft .img1 img, .blck-nft .img2 img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.blck-nft .img1 .bord, .blck-nft .img2 .bord {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    border-radius: 20px;
}
.blck-nft .img2 {
    width: 100%;
    height: auto;
    -webkit-transform: rotateX(28deg) rotateZ(10deg);
    transform: rotateX(28deg) rotateZ(10deg);
}
.blck-nft .img2 .bord{
    background: transparent;
}
p {
    color: #444;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: 300 !important;
}
.process-img .steps-vr {
    position: relative;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.process-img .steps-vr .numb {
    background-color: #ddd;
}
.process-img .steps-vr .numb {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    background-color: #f8fbff;
    position: relative;
}
.process-img .steps-vr .numb span {
    position: relative;
    z-index: 2;
}
.gr-green-text {
    background-image: -webkit-gradient(linear, left top, right top, from(#90ce85), color-stop(#00dead), to(#338b93));
    background-image: -webkit-linear-gradient(left, #90ce85, #00dead, #338b93);
    background-image: -o-linear-gradient(left, #90ce85, #00dead, #338b93);
    background-image: linear-gradient(to right, #90ce85, #00dead, #338b93);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.process-img .steps-vr .numb .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.ml-40 {
    margin-left: 40px !important;
}
.process-img .steps-vr:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 30px;
    border-right: 1px solid #f1f1f1;
    height: 75%;
    z-index: -1;
}
.mb-30 {
    margin-bottom: 30px !important;
}
h6 {
    font-size: 18px;
}
.process-img .out-box {
    position: relative;
    margin-right: -25vw;
}
.mt-50 {
    margin-top: 50px !important;
}
.process-img{
    position: relative;
    overflow: hidden;
}
.blogcontent h4{
    line-height: 1.7;
    font-size: 18px;
    padding: 20px 5px 20px 5px;
    font-weight: bold;
    color: #000;
}
.blogimg img{
    width: 100%;
}
.blogcontent,.blogimg{
    position: relative;
}
.blogimg .date{
    font-size: 13px;
    color: #000;
    text-align: right;
    position: absolute;
    bottom: 0;
    background: #ddd;
    padding: 4px 10px;
}
.blogimg .date strong{
    font-weight: bold;
    color: #e41b41;
}
.blog-inner{
    height: 370px;
    padding: 15px;
    box-shadow: 0 20px 40px rgb(71 67 97 / 9%);
    -webkit-box-shadow:  0 20px 40px rgb(71 67 97 / 9%);
}
.fz-30{
    font-size: 30px;
}
.footer{
    background: #5d605f;/*#009846*/
    padding-top: 50px;
    position: relative;
}
.footer .cal-action .text h2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #fff;
}
.social.circle-bord a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
}
.social ul{
    padding: 0;
}
.horizontal-link li {
    display: inline-block;
}
.mr-30 {
    margin-right: 30px !important;
}
.horizontal-link li a, .footer a{
    color: #fff;
}
.feat-card .item-card .img .yt-iframe{
    width: 100%;
    height: 210px;
    display:block;
}
.feat-card .item-card .img .yt-iframe iframe{
    width: 100%;
    height: 100%;
}
.all-demo {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    position: fixed;
    top: 172px;
    right: -105px;
    background: #fff;
    padding: 6px 3px;
    z-index: 1000;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    z-index: 9999;
    display: inline-block;
}
.all-demo a {
    color: #232323;
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 10px 2px 5px;
    display: block;
    text-decoration: none;
    font-weight: 500;
}
.all-demo i {
    font-size: 28px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #2cc36f;
}
.all-demo:hover i,.all-demo:hover span{
    color: #fff;
    opacity: 1;
}
.all-demo span {
    padding: 0 9px;
    position: relative;
    top: 0;
    opacity: 0;
}
.all-demo:hover {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    right: 0px;
    background: #2cc36f;
}
.all-demo:hover a {
    color: #fff;
}
footer .sub-footer {
    margin-top: 0;
    padding:30px 0 12px 0;
}
.th-cir {
    position: relative;
    width: 440px;
    height: 440px;
    z-index: 2;
    margin-top: 70px;
}
.th-cir.aboutt{
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
    margin-top: 0;
}
.resume .item {
    background: #f5f5f5;
    border: 1px solid #eef1f5;
    padding: 22px 40px;
    border-radius: 10px;
}
.resume .cont h6{
    font-weight: 600;
}
.subhading {
    color: #e41b41;
    font-size: 22px;
}
#servicescard .item-card {
    background: #eef1ef;
    position: relative;
    overflow: hidden;
    min-height: 470px;
}
.item-card img {
    transition: 1s ease;
}
.item-card:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}
/* css services inner page 2023*/
#ConsultationPage .con-list li{
    padding: 15px 16px 15px 36px;
    border-radius: 0;
    display: block;
    border-bottom: 1px solid #ededed;
    font-size: 18px;
    font-weight: 500;
    color: #e41b41;
    margin-bottom: 12px;
    position: relative;
}
#ConsultationPage .con-list li:last-child{
    border-bottom: 0;
}
#ConsultationPage .con-list li::before { 
    content: ""; 
    position: absolute; 
    background: url(../images/monogram.png);
    left: 0;
    top: 17px;
    height: 25px;
    width: 25px;
    background-size: cover;
}
#ConsultationPage .azcons-list2 li{
    padding: 4px 16px 6px 25px;
    border-radius: 5px;
    display: block;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    position: relative;
}
#ConsultationPage .azcons-list2 li::before{
    content: "\f101"; 
    position: absolute; 
    font-family: 'FontAwesome';
    left: 3px; 
    background: none;
    top: 5px; 
    height: 10px; 
    width: 2px;
}
.call-action-banner .ontop .hover-zoom{
    pointer-events: none;
    transition-property: transform;
    transition-duration: .3s;
    width: 90%;
    transform: inherit !important;
}
.call-action-banner .ontop:hover img {
    max-width: 100%;
    transform: rotate(0) scale(1.1) translateZ(0) !important;
    -webkit-filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.70));
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.70));
}
.table-wrap .table thead th {
    border: 0;
    border-bottom: 0;
    padding: 30px;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.table-wrap .table thead.thead-primary {
    background: #fff;
    border-bottom: 2px solid #e0e5f6;
}
.table-wrap .table thead .bgmonth{
    background: #e41b41 !important;
    color: #fff !important;
    font-size: 15px !important;
}
.table-wrap .table thead th:nth-child(odd){
    background: #f4f6fc;
}
.table-wrap .table tbody th.scope {
    background: #e41b41;
    color: #fff;
    border-bottom: 2px solid #e0e5f6 !important;
}
.table-wrap .table tbody th,.table-wrap .table tbody td {
    border: none;
    padding: 20px 12px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    background: #fff;
    vertical-align: middle;
    border-bottom: 2px solid #f8f9fd;
}
.table-wrap .table tbody td:nth-child(odd) {
    background: #f4f6fc;
    border-bottom: 2px solid #eceffa;
}
.table-wrap .table tbody td .fa.fa-times{
    color: red;
}
.table-wrap .table tbody td .fa.fa-check{
    color: green;
}
.table-wrap{
    box-shadow: rgb(204 219 232) -1px -1px 6px 0px inset, rgb(204 219 232) -1px 1px 6px 0px inset;
    padding: 15px;
    background: #fff;
}
/* css services inner page 2023 end*/
#recipies .item-card:hover img{
    transform: none;
    transition: none;
}
#HealthBlog .item.box-shadow{
    height: 530px;
    padding-bottom: 22px;
}
.sub-title{
    background: #e41b41;
}
.subhading{
    color: #e41b41;
    font-size: 22px;
}
.smallsubheading{
    color: #e41b41;
    font-size: 15px;
}
.pt150{
    padding-top: 150px;
}
.blog-grid .item.box-shadow {
    background: #fff;
    -webkit-box-shadow: 0 20px 40px rgb(71 67 97 / 9%);
    box-shadow: 0 20px 40px rgb(71 67 97 / 9%);
    border-radius: 5px;
    overflow: hidden;
}
.btnTwo {
    background: #e41b41;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff;
}
.btnTwo:hover{
    color: #333;
}
.blog-grid .item .cont .title h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
}
.smallsubheading {
    color: #e41b41;
    font-size: 15px;
    font-weight: 600;
}
#result span{
    margin-top: 26px;
    font-size: 16px;
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    color: #000;
}
#result p{
    margin-top: 26px;
    font-size: 18px;
    background: transparent;
    color: #fff;
    border-radius: 6px;
    padding: 5px;
    text-align: center;
    border: 1px solid #000;
}
.table100 table {
    width: 100%;
    background-color: #fff;
}
.table100 tbody{
    border: 1px solid #36304a;
    border-top: 0;
}
.table100.ver1 th {
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: #36304a;
}
.row100.head th {
    padding-top: 24px;
    padding-bottom: 20px;
}
.column100.column1 {
    width: 265px;
    padding-left: 42px;
}
.table100.ver1 td {
    font-size: 14px;
    color: gray;
    line-height: 1.4;
}
.row100 td {
    padding-top: 18px;
    padding-bottom: 14px;
}
.column100 {
    width: 130px;
    padding-left: 25px;
}
.table100.ver1 .row100:hover {
    background-color: #f2f2f2;
}
.blog-grid .item.crv .cont {
    padding-left: 50px;
}
.blog-grid .item.crv .img {
    padding-left: 0;
}
#arcilesID .item.box-shadow{
    height: 455px;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
#ArticleDetail .item {
    border: 1px solid #e41b41;
    background: #e41b41;
    padding: 22px 40px;
    border-radius: 10px;
}
.blog-grid .item.box-shadow{
    height: 350px;
    margin-top: 30px;
}
.recipe-page .cont .item-title{
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.recipe-page  .item-card {
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 34%);
    -webkit-box-shadow: 0 0 5px 2px rgb(0 0 0 / 34%);
}
.item-title .fw-700 .btn-primary,button.btn-primary:focus{
    background: transparent;
    color: #e41b41;
    border: 0;
    box-shadow:  none;
}
.item-title .fw-700 .btn-primary:hover{
    color: #009846;
}
.item-card .img a{
    cursor: auto;
}
#recipies .accordion-button{
    color: #fff;
    background: #e41b41;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
#recipies .accordion-item{
    border: 0;
    margin-bottom: 25px;
}
#recipies .accordion-body{
    border: 1px solid #e41b41;
}
#recipies .accordion-button:hover{
    color: #fff;
    background: #009846;
}
.gallerybox{
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
}
.gallerybox:hover .overlay-shade{
    opacity: 1;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.gallerybox .overlay-shade i{
    position: relative;
    width: 5%;
    height: 5%;
    margin: 0 auto;
    top: 43%;
    color: #fff;
    left: 47%;
}
.gallerybox .overlay-shade{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    background: rgba(0,0,0,0.5);
}
.subhading {
    color: #e41b41;
    font-size: 22px;
}
#EventPage .all-demo {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    position: fixed;
    top: 172px;
    right: -105px;
    background: #fff;
    padding:6px 3px;
    z-index: 1000;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    z-index: 9999;
    display: inline-block;
}
#EventPage .all-demo:hover {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    right: 0px;
    background: #2cc36f;
}
#EventPage .all-demo a {
    color: #232323;
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 10px 2px 5px;
    display: block;
    text-decoration: none;
    font-weight: 500;
}
#EventPage .all-demo:hover a{color:#fff;}
#EventPage .all-demo span {
    padding: 0 9px;
    position: relative;
    top: 0;
    opacity: 0;
}
#EventPage .all-demo i {
    font-size: 28px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #2cc36f;
}
#EventPage .all-demo:hover i{color: #fff;}
#EventPage .all-demo:hover span {
    opacity: 1;
    color: #fff;
}
.cont-info .item{
    color: #000;
    font-size: 20px;
}
.contact-crv .box-shadow{
    margin-top: 30px;
    padding: 50px;
    box-shadow: 0px 20px 40px rgb(40 40 42 / 42%);
    -webkit-box-shadow: 0px 20px 40px rgb(40 40 42 / 42%);
}
.contact-crv .box-shadow .item .icon {
    color: #e41b41;
}
.contact-crv form input, .contact-crv form textarea{
    background: #fff;
    padding: 8px 15px;
}
.contact-crv form textarea {
    height: 80px;
}
.contact-crv form button{
    border: 1px solid #fff;
    background: #009846;
}
.contact-crv .google-maps{
    filter: none;
}
.contact-crv form button:hover {
    background: #fff;
    color: #e41b41;
}
.cont-info .item a{
    font-weight: 400;
}
.cont-info .item a.fz-16,.cont-info .item h6{
    font-size: 16px;
    color: #000;
    margin-left: 15px;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.contact-crv form input, .contact-crv form textarea {
    border: 0;
    background: #fff;
    padding: 8px 15px;
    border-bottom: 1px solid rgba(60, 63, 130, 0.07);
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
}
#contact-form .btn2 {
    color: #fff !important;
    background: #139f53 !important;
}
.contact-crv .google-maps {
    filter: none;
}
.contact-crv .google-maps {
    height: 450px;
    width: 100%;
    position: relative;
    margin-top: 80px;
}
.contact-crv .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1500px){
    .hero .img-quote{height: 800px;}
    #azrecipes .blog-inner{height: 400px;}
    #arcilesID .item.box-shadow{height:480px}
}
@media screen and (max-width: 1200px) {
    .navbar-brand img {
        width: 220px;
    }
    .dockcharge_header .navbar .navbar-nav .nav-link{
        padding: 15px 5px;
        margin: 10px 10px;
    }
    .blck-nft .img1, .blck-nft .img2{
        width: 100%;
        height: 100%;
    }
    .th-cir, .th-cir img{
        width: 100%;
        height: auto;
        margin-top: 5px;
    }
    .circle-pattern,.circle-pattern.bottom{
        width: auto;
        height: auto;
        bottom: 0;
    }
    .round-head{
        margin-top: 0;
    }
    .imgwrap{
        margin-top: 50px;
    }
    #arcilesID .item.box-shadow{
        padding-bottom: 20px;
        height: 420px;
    }
    .accordion-body .item-card.md-mb50{
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 1100px)and (max-width: 1330px) {
    .img.out-box{
        width: 1000px;
    }
    .img.out-box img{
        width: 100%;
    }
}
@media screen and (min-width: 993px)and (max-width: 1100px) {
    .navbar-brand img {
        width: 160px;
    }
    .slide-vertical.st2 .img,.slide-vertical .img{
        height: auto;
    }
    .dockcharge_header .navbar .navbar-nav .nav-link{
        padding: 8px 5px;
        margin: 8px 10px;
    }
    .blck-nft .img1, .blck-nft .img2{
        width: 100%;
        height: 100%;
    }
    .cont h1{
        font-size: 28px;
    }
    .blog-inner{
        height: 320px;
    }
    .offset-lg-1.valign{margin-left: 0;}
    .img.out-box{
        width: 930px;
    }
    .img.out-box img{
        width: 100%;
    }
    .process-img .steps-vr .ml-40 {
        margin-left: 20px !important;
    }
}
@media screen and (max-width: 992px) {
    .navbar-brand img {
        width: 200px;
    }
    .cont h1,.main-marq{
        margin-top: 50px;
    }
    #dockchargenavbar {
        transition: none;
        top: 0 !important;
    }
    .pt150{
        padding-top: 110px;
    }
}
@media screen and (min-width: 768px)and (max-width: 992px){
    #navbarsExample03{
        background-color: #ddd;
        padding: 20px 10px;
    }
    .dockcharge_header .navbar .navbar-nav .nav-link{
        padding: 15px;
    }
    .collapse:not(.show),.navbar-expand-sm .navbar-collapse {
        display: none !important;
    }
    .collapse.show{
        display: block !important;
    }
    .dockcharge_header .navbar .navbar-nav,
    .dockcharge_header .navbar .navbar-nav li{
        display: block;
    }
    .navbar-expand-sm .navbar-collapse{
        position: absolute;
        width: 100%;
        left: 0;
        top: 85px;
        transition:height .35s ease;
    }
    .navbar-expand-sm .navbar-toggler {
        display: block;
    }
    .hero .img-quote {
        height: 500px;
        overflow: hidden;
        width: 90%;
        margin: 0 auto;
    }
    .hero .quote{
        margin-top: 30px;
        margin-left: 0;
    }
    .blck-nft .img1, .blck-nft .img2{
        width: 100%;
        height: 100%;
    }
    .blck-nft .imgs{
        margin-top: 50px;
    }
    .process-img .out-box{
        margin-right: 0;
        margin-top: 50px;
    }
    .blog-inner{
        height: 340px;
        margin-bottom: 30px;
    }
    .process-img .out-box img{
        width: 100%;
        height: auto;
    }
    #azrecipes .item-card{
        margin-bottom: 30px;
    }
    #servicescard .item-card{
        margin-bottom: 30px;
        min-height: auto;
        padding-bottom: 30px;
    }
    img{
        width: 100%;
        height: auto;
    }
    #HealthBlog .item.box-shadow{
        height: auto;
    }
    #arcilesID .item.box-shadow{
        height: 420px;
    }
}
@media screen and (min-width: 576px)and (max-width: 767px){
    .collapse:not(.show),.navbar-expand-sm .navbar-collapse {
        display: none !important;
    }
    .collapse.show{
        display: block !important;
    }
    .dockcharge_header .navbar .navbar-nav,
    .dockcharge_header .navbar .navbar-nav li{
        display: block;
    }
    .navbar-expand-sm .navbar-collapse{
        position: absolute;
        background: #eef1ef;
        width: 100%;
        left: 0;
        top: 92px;
        transition:height .35s ease;
    }
    .navbar-expand-sm .navbar-toggler {
        display: block;
    }
    #azrecipes .item-card {
        margin-bottom: 20px;
        height: 315px !important;
    }
    #azrecipes .item-card.video-content{
        height: 285px !important;
    }
}
@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 640px) 
                   and (orientation: landscape) {
        .dockcharge_header .navbar .navbar-nav .nav-link{
            padding: 10px 5px;
            margin: 7px 10px;
        }
}
@media screen and (max-width: 767px) {
    .cont h1 {
        font-weight: 800;
        line-height: 35px;
        font-size: 30px;
        margin-top: 50px;
    }
    .feat-card .item-card .img .yt-iframe iframe{
        width: 100%;
        height: auto;
    }
    #arcilesID .item.box-shadow {
        height: auto;
    }
    .feat-card .item-card .img .yt-iframe{
        width: 100%;
        height: auto;
        display:block;
    }
    .slide-vertical.st2 .img, .slide-vertical .img{
        display: block;
        width: 100%;
        height: auto;
    }
    .slide-vertical .img img {
        width: 100%;
        height: auto;
    }
    p{
        text-align: justify !important;
    }
    .item-title .fw-700 .btn-primary, button.btn-primary:focus{
        font-size: 22px;
        text-align: center;
        display: block;
        width: 100%;
        margin-top: 20px;
    }
    .accordion-body .item-card.md-mb50 {
        margin-bottom: 60px;
    }
    .blck-nft .img1 img, .blck-nft .img2 img{
        width: 85%;
    }
    .main-marq{
        margin-top: 50px;
    }
    .hero .img-quote {
        background-size: cover;
        overflow: hidden;
        width: 79%;
        margin: 0 auto;
        height: 400px;
        background-position: center;
    }
    .feat-card .item-card .img{
        height: auto;
    }
    .feat-card .item-card .img img{
        width:100%;
        height: auto;
    }
    .cont.ml-40 {
        margin-left: 20px !important;
    }
    .process-img .steps-vr .numb{
        width: 50px;
        height: 50px;
    }
    .blogcontent h4{
        padding: 20px 5px 5px 5px;
    }
    .hero .quote{
        margin-left: 0;
    }
    .call-button .hero-cont{
        margin-top: 15px;
    }
    .blog-inner{
        height: auto;
        margin-bottom: 20px;
    }
    .hero .row.mt-80{
        margin: 0;
    }
    .blck-nft .img1, .blck-nft .img2{
        width: 100%;
        height: 100%;
    }
    .process-img .out-box{
        margin-right: 0;
        margin-top: 50px;
    }
    .blck-nft .imgs{
        margin-top: 50px;
    }
    .process-img .out-box img{
        width: 100%;
    }
    .blck-nft .img1 .bord, .blck-nft .img2 .bord{
        display: none;
    }
    #azrecipes .item-card{
        margin-bottom: 20px;
        height: auto;
    }
    .btnaz-1.mr-30{
        margin-top: 15px;
    }
    ol, ul {
        padding-left: 0;
    }
    #servicescard .item-card{
        margin-bottom: 30px;
        min-height: auto;
        padding-bottom: 30px;
    }
    img{
        width: 100%;
        height: auto;
    }
    #HealthBlog .item.box-shadow{
        height: auto;
    }
    .call-action-banner .h4heading{
        line-height: 32px;
        font-size: 26px;
    }
    .blck-nft .img1, .blck-nft .img2{
        transform: inherit;
        margin: 0 auto;
        text-align: center;
    }
    .info .item-title h6 a{
        font-size: 19px;
    }
    .dockcharge_header .navbar .navbar-nav .nav-link{
        padding: 8px 5px;
        margin: 3px 10px;
    }
    #navbarsExample03{
        background:#fff;
    }
    .navbar-brand img {
        max-width: 273px;
        width: 100%;
    }
    .dockcharge_header .header-scroll{
        position: relative !important;
    }
}
@media screen and (max-width: 500px) {
    .cont h1,.cont h4{
        line-height: 27px;
        font-size: 22px;
    }
    .call-action-banner .h4heading{
        line-height: 27px;
        font-size: 22px;
    }
    .logobtn{width:25px;}
    .hero .img-quote {
        background-size: cover;
        overflow: hidden;
        width: 79%;
        margin: 0 auto;
        height: 300px;
        background-position: center;
    }
}
@media screen and (max-width: 370px) {
    .cont h1,.cont h4,.main-text h4{
        line-height: 25px;
        font-size: 18px;
    }
    .call-action-banner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hero .img-quote {
        background-size: cover;
        overflow: hidden;
        width: 90%;
        margin: 0 auto;
        height: 300px;
        background-position: center;
    }
    .call-action-banner .h4heading{
        line-height: 25px;
        font-size: 18px;
    }
    .feat-card .item-card .img .yt-iframe iframe{
        width: 100%;
        height: auto;
    }
    .feat-card .item-card .img .yt-iframe{
        width: 100%;
        height: auto;
        display:block;
    }
    .navbar-brand img {
        max-width: 212px;
        width: 100%;
    }
    
}