@import url('https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&family=Nunito&family=Poppins:ital,wght@0,300;0,400;0,600;1,400;1,500&family=Prompt:wght@200&display=swap');
h1,h2,h3,h4,h5,h6{
    padding-bottom: .5rem;
    text-transform: capitalize;
    font-family: 'Kdam Thmor Pro', sans-serif;
    /* font-family: 'Nunito', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Prompt', sans-serif; */
}
p{
    padding-bottom: .5rem;
    font-family: 'Poppins', sans-serif;
}
section{
    margin:60px 0px;
}
.heading-title {
    color: #FF3834;
}
.about ul li{
    padding: .5rem 0;
    list-style-type: none;
}
.about ul li::before{
    content: '';
    background: url('../images/Ban06.png') no-repeat;
    padding-right: .5rem;
    top:0px;
    left:0px;
}
.about img {
    max-width: -webkit-fill-available;
    float: right;
}
/* counter */

.counter{
    background: #000000d9;
    color: #fff;
    height: 200px;
    border-radius: 1rem;
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
    justify-content: center;
    text-align: center;
}
.content{
    padding: 2rem 4rem;
}

@media screen and (max-width: 768px){
    .counter{
        height: 500px;
    }
    .active-card {
        margin: 50px 0px 0px 0px !important;
    }
}
@media screen and (max-width: 991px){
    .content{
        padding: 2rem 2rem;
    }
    .technology-section .blocks-column .inner-column .technology-block:nth-child(4) {
        margin-left: 0px !important;
    }
}
.content h3{
    color: #FF3834;
}
.commingsoon {
    color: #FF3834;
    font-weight: 900;
}
/*
.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.elementor-column, .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-40211 .elementor-element.elementor-element-1804cf26 > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
*/
.center {
    text-align: center;
}
.active-card {
    box-shadow: 0px 0px 30px 0px #2a168b1f;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 20px 20px 50px 20px;
    text-align: center;
}
.active-card img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 0px 30px 0px;
}


@animate {
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: particlemove2;
}
.about-image {
    animation: animate 4.5s infinite linear;
}
.gradient-btn {
    vertical-align: middle;
    background: linear-gradient(to right, #FF3834 0%, #FF7133 100%);
    justify-content: center;
    color: #fff;
    width: 61px;
    height: 61px;
    line-height: 61px;
    padding: 0 15px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    box-shadow: 0 0 20px rgb(216 181 183 / 30%);
    transform: translate3d(0px, 0px, 0px);
}
.card-btn{
    text-align: center;
    width: initial;
    max-width: initial;
    margin-bottom: -20px;
}

/*services*/
.technology-section {
    position: relative;
    padding: 110px 0px 70px;
}
.technology-section .pattern-layer-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}
.technology-section .pattern-layer-two {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
}
.technology-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(20,29,56,0.95);
}
.sec-title {
    position: relative;
    margin-bottom: 55px;
}
.sec-title.light .title, .sec-title.light h2 {
    color: #ffffff;
}
.sec-title h2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 15px;
}
.technology-section .blocks-column .inner-column .technology-block:nth-child(4) {
    margin-left: -100px;
}

.technology-block {
    position: relative;
    margin-bottom: 30px;
}
.technology-block .inner-box {
    position: relative;
    padding: 45px 15px;
    text-align: center;
    border-radius: 10px;
    border: 1px dashed rgba(255,255,255,0.60);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.technology-block .inner-box h6 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin-top: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.technology-block .inner-box:hover {
background: #fff;
color: #FF3834;
}
.technology-block .inner-box:hover h6 { 
    color: #FF3834;
}
.technology-block .inner-box .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 1;
}
.technology-block .inner-box .icon-box {
    position: relative;
    color: #0060ff;
    font-size: 64px;
    line-height: 1em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.technology-block .inner-box h6 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin-top: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/*.flaticon-coding-2:before {*/
/*    content: "\f1ac";*/
/*}*/
/*.flaticon-android:before {*/
/*    content: "\f1ad";*/
/*}*/
/*.flaticon-apple:before {*/
/*    content: "\f1ae";*/
/*}*/
/*.flaticon-iot:before {*/
/*    content: "\f1af";*/
/*}*/
/*.flaticon-smartband:before {*/
/*    content: "\f1b0";*/
/*}*/
/*.flaticon-tv:before {*/
/*    content: "\f1b1";*/
/*}*/

/*technologies we support*/
.tech-card {
    position: relative;
    background: #fff;
    box-shadow: 10px -10px 10px #ededed;
    padding: 10px;
    border-radius: 50%;
}
.tc1{
    height: 250px;
    width: 250px;
    left: 100px;
}
.tc2{
    height: 200px;
    width: 200px;
    left: 0px;
}
.tc3{
    height: 250px;
    width: 250px;
    top:0px;
}
.tc4{
    height: 250px;
    width: 250px;
    top: 100px;
    right: 200px;
}
.tc5{
    height: 200px;
    width: 200px;
    right: 100px;
}
.tc6{
    height: 250px;
    width: 250px;
    right: 200px;
}
.tech-card h5{
    position: absolute;
    top: 40%;
    left: 20%;
    right: 0px;
}
.footer{
    background-image: url('../images/footer-bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 0 1rem 0;
    color: #fff;
}
.footer li{
    list-style-type: none;
}
.footer li a{
    font-size: 18px;
    color: #0d6efd;
    text-decoration: none;
}
.credit {
    padding-top: 1rem;
    border-top: 2px solid #cecece;
}

/*
.elementor-40211 .elementor-element.elementor-element-13b59f8c {
    text-align: center;
}
.elementor-40211 .elementor-element.elementor-element-287f40cb {
    text-align: center;
}
.elementor-40211 .elementor-element.elementor-element-780b28e8 {
    text-align: center;
    color: #696969;
    font-size: 16px;
    line-height: 28px;
}
.elementor-40211 .elementor-element.elementor-element-37819a86 {
    text-align: center;
    width: initial;
    max-width: initial;
    bottom: -28px;
}
.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute;
}
.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
*/
