.CBox {
    display: flex;
    justify-content: center;
    padding: 0 0 !important;
    align-items: center;
    gap: 15px !important;
}

.asptb .col-lg-4:nth-child(2) .CBox {
    border-left: 1px dashed #0000007d;
    border-right: 1px dashed #0000007d;
}


.CounterSec  .Numbers {
    display: flex;
}

p.CNum.counter {
    text-align: left;
    font-family: 'Montserrat' !important;
    font-weight: 700;
    font-size: 20px !important;
    color: #000000;
    line-height: normal;
    margin: 0;
}

span.Symbol {
    font-family: 'Montserrat' !important;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: #16d5ff;
}

.banner.CounterSec {
    background-color: #dbdbdb2b !important;
    border-top: 1px dashed #0000007d;
    border-bottom: 1px dashed #0000007d;
}

.CounterSec img {
    width: auto;
    height: 75px;
	filter: brightness(0) saturate(100%) invert(66%) sepia(67%) saturate(479%) hue-rotate(153deg) brightness(97%) contrast(93%);
}

.CounterSec p.CounterTitle {
    font-family: 'Montserrat';
    font-weight: 600;
    margin: 0px 0 !important;
    font-size: 18px;
    color: #000;
}

.fade-in-bottom {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-bottom.visible {
    opacity: 1;
    transform: translateY(0);
}

.ascard:hover {
    transform: scale(1.02);
}

.ServicesSec  .alltxt-2.Blue, p.ussm-2.Blue {color: #44cdef !important;font-family: 'Montserrat' !important;font-weight: 500;font-size: 18px !important;}

.accordion-button {
    color: #000;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    line-height: normal !important;
    border-radius: 10px !important;
    margin: 0 !important;
}

.accordion-body p {color:  rgba(60, 60, 67, 0.85);font-family: Jost;font-size: 18px;font-style: normal;font-weight: 400;line-height: 144%;}

.accordion-item {
    box-shadow: 0px 0 12px #00000033;
    border-radius: 10px !important;
    margin: 10px 0 !important;
}

.accordion-button:not(.collapsed) {
    color: #1c768d !important;
    background: transparent !important;
    box-shadow: 0 0 !important;
}

.accordion-button:focus {
    border-color: transparent !important;
}

.accordion-body {padding-top: 0 !important;color: #000 !important;}

button.accordion-button::after {filter: hue-rotate(4deg);}

.SubHead {
    color: #0a0a09;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.TabWrap p {
    color: rgba(60, 60, 67, 0.85);
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: 0 0 !important;
}


.ServicesSec .alltxt-2 {
    color: #000 !important;
    font-weight: 600 !important;
    font-family: 'Montserrat';
    text-transform: capitalize;
    margin-bottom: 10px !important;
}

.section.HomeBanner .mt-5 {
    margin-top: 10px !important;
}

.Green {
    color: #00bf64;
}

.Blue {
    color: #009bbd;
}

.usp-1 {
    font-family: Montserrat;
}

.SildingTxt p {
    margin: 0 !important;
    padding: 10px 0 !important;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
}

.SliderMain a.SliderBtn {
    padding: 5px 10px !important;
    border-radius: 5px !important;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    transition: .3s ease;
    margin-left: 10px !important;
    background: linear-gradient(45deg, #0324170d, #ff000000);
}

.SliderMain a.SliderBtn:hover {
    background: #16d5ff00;
    border: 1px solid #000;
    color: #000 !important;
}

.SliderMain:hover {
    animation-play-state: paused;
}

.SliderMain b {
    color: #ffffff;
}

.MainRow {
	overflow: hidden !important;
	padding: 0;
	white-space: nowrap;
	display: flex !important;
	background: linear-gradient(155deg, #0f9fbf, #00728b);
}

.SliderMain {
	animation: 50s slide infinite linear;
	width: 100% !important;
	display: flex !important;
	justify-content: end !important;
	gap: 50px !important;
}

@keyframes slide {

    from{
        transform: translateX(100%);
    }

    to{
        transform: translateX(0%);
    }
}

.SildingTxt {
	display: flex !important;
}


.ServicesSec img {
    width: auto;
    height: 70px !important;
     filter: brightness(0) saturate(100%) invert(66%) sepia(67%) saturate(479%) hue-rotate(153deg) brightness(97%) contrast(93%);
}

.WhatWeDo img {
    width: auto !important;
    height: 70px !important;
	 filter: brightness(0) saturate(100%) invert(66%) sepia(67%) saturate(479%) hue-rotate(153deg) brightness(97%) contrast(93%);
}

/* .WhatWeDo .col-lg-12 .row {
    align-items: top;
} */

.imgbox img {
    object-fit: contain;
    /* filter: drop-shadow(0px 0px 1px #00000090); */
    width: 100% !important;
}

.HomeBanner .btn-outline-primary:hover {
    /* color: rgb(22, 213, 255) !important; */
    border-color: rgb(22, 213, 255) !important;
    background-color: rgb(22 213 255) !important;
}
.HomeBanner .btn-outline-primary{
    background-color: rgb(22, 213, 255) !important;
    color: white !important;
    border-color: rgb(22, 213, 255, 0) !important;
}

.bannerimgg img {
    animation: 5s homeImg infinite linear;
}

@keyframes floating2 {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, -15px) scale(1.03); }
	to   { transform: translate(0, -0px); } 
}

.bannerimgg img {
    animation-name: floating2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.banner{
    background-color: #F2F8FE !important;
}
.usp-1{
    font-size: 48px;
    font-weight: 700;
    line-height: 67px;
}
.usp-2{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222;
    font-family: 'Montserrat';
}
.usbtn-1{
    font-size: 16px;
    font-weight: 500;
    padding: 16px 24px 16px 24px;
    line-height: 24px;  
    background-color: #16D5FF;
    color: #fff;
    border-color: transparent;
    cursor: pointer;
    border-radius: 3px;
    
}
.usmr-1{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    margin-bottom: 3rem !important;
}
.usmm-1{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    margin-bottom: 3rem !important;
    padding-left: 30px;
}
.usmtxt-1{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    /* margin-top: 65px; */
}
.asasas{
    display: flex;
    align-items: center;
}
.imgbox{
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
padding: 20px;
border-radius: 10px;
margin-bottom: 1rem;
text-align: center;
position: relative;
padding: 1rem 2rem;
}
.ratingstar{
    padding-top: 10px;
}
.ratingstar .fa-star{
    color: #FAC401;
}
.discount{
    position: absolute;
  right: 5px;
  background: rgb(22, 213, 255);
  padding: 0px 13px;
  color: white;
  border-radius: 10px;
  top: 5px;
}
.imgbox img{
    height: 100px;
}
.usmtxt-2{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: rgb(22, 213, 255);
}
.usmtxt-3{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #999;
}
.usmtxt-4{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #999;
}
.usmtxt-5{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #999;
}
.usmtxt-5::before{
    content: "\2713";
    font-size: 18px;
    color: #16D5FF !important;
    margin-right: 20px;
    margin-top: 30px;
    font-weight: 700;
    background-color: #F2F8FE !important;
    padding: 5px 10px;
    border-radius: 68px;
    line-height: 16px;
}
.usnm{
 font-size: 56px;
 font-weight: 700;
 line-height: 67px;
 text-align: center;
}
.usle{
 font-size: 20px;
 font-weight: 400;
 line-height: 30px;
 color: #16D5FF !important;
 text-align: center;
}
.usph{
  margin-left: 140px;
}
.altxt-1{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}
.altxt-2{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #16D5FF !important;
    text-align: center;
    margin-bottom: 50px; 
}
.ussm-1{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px; 

}
.ussm-2{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(0 0 0);
}
.alltxt-1{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}
.alltxt-2{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #16D5FF !important;
    text-align: center;
    margin-bottom: 50px; 
}

.usmdiv {
height: 300px;
background: white;
position: relative;
margin: 0px 0px;
}
.usmdiv:before {
content: '';
position: absolute;
top: 0;
right: 0;
border-top: 120px solid #F2F8FE !important;
border-left: 135px solid white;
width: 0;
}
.mrtxt-{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}
.mrtxt-2{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #16D5FF !important;
    text-align: center;
    margin-bottom: 50px; 
}
.mrtxt-1{
font-size: 20px;
line-height: 24px;
font-weight: 500;
margin-top: 18px;
}
.mrtxt-2{
font-size: 16px;
line-height: 24px;
font-weight: 400;
}
.alpad{
padding: 5rem 3rem 3rem 3rem;
}
.collapsed{
    width: 100%;
    padding: 20px;
    background-color: #F2F8FE;
    color: #4c4c4c;
    border-color: transparent;
    font-size: 16px;
    font-weight: 560;
    margin-bottom: 20px;
}
.accordion-button:focus{
    box-shadow: none !important;
}
.ascard{
    background: white;
    border-radius: 10px;
    padding: 50px 30px;
    width: 100%;
    /* border: 1px solid #0000005c; */
    transition: .5s ease;
}
.asptb{
    margin: 50px 0;
}
.ascard:hover{
    background: #F2F8FE;
    /* border: 1px solid #16D5FF; */
}
.bannerimgg{
    text-align: right;
    display: flex;
    align-items: center;
}
.navbar li{
    padding: 10px;
}
header li a{
    font-weight: bold !important;
}
header li a:hover{
    /* background-color:#16D5FF;  */
    color: #16D5FF !important;
    /* border-radius: 50%; */
}
.navbar{
    padding: 15px 0;
}
footer ul{
    padding: 0px;
    justify-content: end;
    margin-bottom: 0;
    padding: 10px 0;
}
footer ul li{
    list-style: none;
    padding: 0 10px;
}
.footerclass{
    text-align: right;
}
hr{
    margin: 0px;
}
footer ul li a:hover{
    color:#16D5FF !important; 
}
footer li a{
    color: rgb(153, 153, 153) !important;
    font-weight: 500;
    text-decoration: none;
}
.btn-outline-primary {
    color: rgb(22, 213, 255) !important;
    border-color: rgb(22, 213, 255) !important;
}
.btn-outline-primary:hover{
    background-color: rgb(22, 213, 255) !important;
    color: white !important;
}
.accordion-button:not(.collapsed) {
    color: #1c768d !important;
  }
  .navbar-nav .nav-item a{
    text-transform: uppercase;
  }
  .moreoffer .btn-outline-primary {
    background-color: rgb(22, 213, 255) !important;
    color: white !important;
    border-color: rgb(22, 213, 255, 0) !important;
  }
  .moreoffer .btn-outline-primary:hover {
    color: rgb(22, 213, 255) !important;
    border-color: rgb(22, 213, 255) !important;
    background-color: rgb(22, 213, 255, 0) !important;
  }

@media only screen and (max-width:1230px) {
    .CounterSec img {
        height: 65px !important;
    }
    
    .asptb .col-lg-4:nth-child(2) img {margin-left: 10px;}
    
    .CounterSec p.CounterTitle {
        font-size: 16px;
        text-align: left;
    }
}

@media only screen and (max-width: 999px) {
    .CBox {
        flex-direction: column;
        gap: 7px !important;
        margin: 10px 0 !important;
        text-align: center !important;
    }
    
    .CounterSec .Numbers {
        justify-content: center;
    }
    
    p.CNum.counter {
        text-align: center;
    }
    
    .asptb .col-lg-4:nth-child(2) .CBox {
        border-left: 0px;
        border-right: 0px;
        border-top: 1px dashed #0000007d;
        border-bottom: 1px dashed #0000007d;
        padding: 20px 50px !important;
        width: fit-content;
        margin: 0 auto !important;
    }
    .CounterSec p.CounterTitle {
        text-align: center !important;
    }
}

@media only screen and (min-width:0px) and (max-width:767px){

    .navbar li {
        padding: 0 10px !important;
      }
    .asnavbar{
        flex-direction: row !important;
    }
    .usp-1, .usmtxt-1, .usnm, .altxt-1, .mrtxt-, .alltxt-1{
        font-size: 26px;
        line-height: normal;
        text-transform: capitalize !important;
        font-family: 'Montserrat';
    }
    .bannerimgg img{
        width: 100%;
        float: left;
    }
    .asptb {
        margin: 25px 0;
      }
      .usmr-1{
        padding: 0px !important;
      }
      .usmm-1{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
      }
      .usmtxt-1{
        margin-top: 0px;
      }
      .ascenter, .usmtxt-1, .usmtxt-2{
        text-align: center;
      }
      .usmtxt-1{
        margin-top: 1rem;
      }
      .ascard{
        margin-bottom: 10px;
      }
      .footerclass .d-flex{
        justify-content: center !important;
      }
      .imgbox{
        padding: 1rem;
      }
      .imgbox img{
        height: 40px;
    }
    .asr{
        padding-right: 3px !important;
    }
    .asl{
        padding-left: 3px !important;
    }
    .admediaimg{
        width: 114px !important;
        height: 82px !important;
    }
    .asss{
        padding: 0px;
    }
    .pimgbox{
        padding: 0px !important;
    }

    .SildingTxt p {
        font-size: 12px !important;
    }
    
    .SliderMain {
        gap: 15px !important;
    }

    .SliderMain {
        animation: 40s slide infinite linear;
    }
    
    @keyframes slide {
    
        from{
            transform: translateX(300%);
        }
    
        to{
            transform: translateX(0%);
        }
    }

	.row.em_scroll.ems_bot .col-lg-12 {
	    margin: 0 !important;
	}
    .asptb .col-lg-4:nth-child(2) .CBox {
        margin: 20px auto 20px auto !important;
    }

    
}

