:root {
    --color-A19797: #A19797;
    --gray: #6c757d;
    --color-3a45f2: #3a45f2;
    --color-363234: #363234;
    --color-423E3E: #423E3E;
    --color-divider: #EA0505;    
    --color-FFCB9A: #FFCB9A;
    --color-fc9b38: #FC9B38;
}
.container-margin {
    margin: 0px 50px;
}
a {   
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.pos-fixed {
    position: fixed;
}
.color-A19797 {
    color: var(--color-A19797);
}
.color-423E3E {
    color: var(--color-423E3E);
}
.color-white {
    color: white;
}
.divider {
    background: var(--color-divider);
    border: 2.4px solid var(--color-divider);
}
.btn-wrapper {
    display: flex;
    padding: 50px;    
    justify-content: center;
}
.btn-wrapper-no-pad {
    display: flex;  
    justify-content: center;
}
.like-btn {
    font-family: "Roboto Mono", Sans-serif;
    background-color: #534747;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 15px;
}
.like-btn:hover {
    background-color: var(--color-FFCB9A);
}
.flex {
    display: flex !important;
}
.container {
    margin: 0px !important;
}
.margin-10px {    
    margin: 10px 0px;
}
.margin-top-20px {
    margin-top: 20px
}
.margin-top-10px {
    margin-top: 10px
}
.margin-BT-10px {    
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.pad-10px {
    padding: 10px !important;
}
.pad-top-20px {
    padding-top: 20px;
}
.pad-BT-20px {
    padding: 20px 0px;
}
.border-radius-5px {
    border-radius: 5px;
}
.text-align-center {
    text-align: center;
}
.section-stretched {
    width: 100%;
}
.video-title {
    font-family: "Roboto Mono", Sans-serif;
    
    color: rgba(0,0,0,.72);
    font-family: "Poppins",Sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.5em;
}
.video-sub-title {
    color: #F3EFEF;
    font-family: "Source Code Pro", Sans-serif;
    font-size: 52px;
    font-weight: 500;
}
.videoContainer {
    position: relative;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    overflow: hidden;
}
.videoContainer video {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
}
.videoContainer .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;    
    background-color: #04081d;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.overlay-content {
    position: absolute;
    top: 35%;
    left: 4%;
    z-index: 3;
}
.video {
    -o-object-fit: cover;
    object-fit: cover;
}
.background-video {
    position: absolute;
    top: 0%;
    left: 0%;
}
.min-height {
    min-height: 260px;
}
.height-200 {
    height: 200px !important;
}
.height-bg-img-300px {
    height: 300px;    
}
.height-bg-img {
    height: 350px;    
}
.height-bg-img-560px {
    height: 560px;
}
.height-bg-img-620px {
    height: 620px;
}
.card {
    display: flex;
    width: 100% !important;
}
.card-body {
    display: flex;
    margin: 4% 5%;
    justify-content: space-between;
}
.card .card-img {
    min-width: 20%;
    max-width: 45%;
}
.card .card-content {
    min-width: 20%;
    max-width: 100%;
    color: #595959;
    font-weight: 400;
}
.card .card-content .card-content-header { 
    color: #423E3E;
    font-family: "Raleway", Sans-serif;
    font-size: 2em;
    margin: 0px;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.card .card-content p{
    color: #423E3E;
    letter-spacing: 1.2px;
    line-height: 1.6;
    font-size: 15px;
    font-family: "Roboto Mono", Sans-serif;
    font-weight: 500;
    text-align: left;
}

.card .card-body .card-content-para p{
    color: #423E3E;
    letter-spacing: 1.2px;
    line-height: 1.6;
    font-size: 15px;
    font-family: "Roboto Mono", Sans-serif;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
}
.justify-content-center {
    justify-content: center;
}
/* background-att-img */
.background-att-computer-img {
    background-attachment: fixed !important;
    background: url("../image/computer.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.background-att-ai-img {
    background-attachment: fixed !important;
    background: url("../image/ai-bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.background-att-abstract-img {
    background-attachment: fixed !important;
    background: url("../image/abstractbg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.background-att-cloud-img {
    background-attachment: fixed !important;
    background: url("../image/cloud-banner.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.background-att-server-img {
    background-attachment: fixed !important;
    background: url("../image/cloud-bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.background-att-iot-img {
    background-attachment: fixed !important;
    background: url("../image/iot-bg.jpg") #053658;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.background-att-why-us-img {
    background-attachment: fixed !important;
    background: url("../image/why-us.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.background-att-bulb-img {
    background-attachment: fixed !important;
    background: url("../image/about-us.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    /* background-size: cover; */
}
.background-att-digitization-technology-img {
    background-attachment: fixed !important;
    background: url("../image/abstract-banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.background-att-ai-img {
    background-attachment: fixed !important;
    background: url("../image/ai.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.why-card {
    margin: 2%;
    padding: 12px;
    width: 50%;
}
.why-card .why-card-header{
    color: #F3EFEF;
    font-family: "Raleway", Sans-serif;
    font-size: 42px;
    line-height: 48px;
}
.why-card .why-card-content {
    color: #fdf7f7;
    font-size: 16px;
}
.overlay-card-wrapper {
    display: flex;
    align-items: center;
}
.overlay-card {    
    padding: 12px;
}
.overlay-card .overlay-card-header {
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 74px;
}
/* width */
.w-100p {
    width: 100% !important;
}
.w-44p {
    width: 44%;
}
.w-50p {
    width: 50%;
    padding: 10px;
}
.w-54p {
    width: 54%;
}
.w-56p {
    width: 56%;
}
.w-90p {
    width: 90%;
}
.h-230px {
    height: 230px;
}
.h-300px {
    height: 300px;
}
.margin-0px {
    margin: 0px !important;
}
.margin-top-0px {
    margin-top: 0px;
}
.margin-btn-15px {
    margin-bottom: 15px;
}
.margin-btn-40px {
    margin-bottom: 40px;
}
/* meter */
.meter { 
    height: 20px;
    width: 65%;
    position: relative;
    background: #f3efe6;
    color: #04081d;
    overflow: hidden;
    margin: 5px 0px;
}

.meter span {
    display: block;
    height: 100%;
}
.meter .meter-header {
    margin: 5px;
}
.bg-FFCB9A {
    background-color: var(--color-FFCB9A) !important;
}
.bg-green {
    background-color: #58f690  !important;
}
.bg-3a45f2 {
    background-color: var(--color-3a45f2) !important;
}
.bg-363234 {
    background-color: var(--color-363234) !important;
}
.bg-00000059 {        
    background: #00000059;
}
.progress {
    background-color: red;
    color: #04081d;
    -webkit-animation: progressBar 3s ease-in-out;
    -webkit-animation-fill-mode:both; 
    -moz-animation: progressBar 3s ease-in-out;
    -moz-animation-fill-mode:both; 
}

@-webkit-keyframes progressBar {
  0% { width: 0; }
  100% { width: 100%; }
}

@-moz-keyframes progressBar {
  0% { width: 0; }
  100% { width: 100%; }
}
section {margin: 10px 0px;}
/* view btn */
.link-btn {
    display: block;
    color: var(--color-FFCB9A);
    margin: 10px 0px;
}
.link-btn:hover {
    color: white;
} 
.view-more {    
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.view-more span {
    margin-right: 5px;
}
.social-media-icons {    
    padding: 8px;
    width: 30px;
    height: 30px;
    line-height: 28px;
}
.heading-title {
    font-family: "Roboto Mono", Sans-serif;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
}
.flex {    
    display: flex;
}
.testimonials {
    display: flex;
    overflow-x: auto;
    margin: 0px 100px;
}

.testimonial-card {
    display: flex;
    margin: 20px;
    padding: 30px;
    box-shadow: 9px 11px 14px 0 rgb(0 0 0 / 10%);
    color: rgba(0, 0, 0, 0.5);
    width: 420px;
    min-width: 420px;
}
.testimonial-card-info {    
    display: flex;
    margin: 20px;
    padding: 30px;
    box-shadow: 9px 11px 14px 0 rgb(0 0 0 / 10%);
    color: rgba(0, 0, 0, 0.5);
    width: 420px;
    min-width: 420px;
}
.testimonial-card:hover ,.testimonial-card-info:hover {
    border-bottom: solid 4px var(--color-fc9b38);
}
.testimonial-card p, .testimonial-card-info p {
    margin-bottom: 35px;
    font-size: 16px;
}
.testimonial-card .profile-info, .testimonial-card-info .profile-info{
    display: block;
}
.plans-card {    
    padding: 5px;
    margin: 5px;
    min-width: 180px;
    width: 100%;
    height: 400px;
}
.border-hr {
    width: 40px;
    height: 2px;
    background-color: var(--color-fc9b38);
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
}
.testimonial-card .profile-info .author-name {
    font-size: 18px;
    color: #04081d;
    margin: 20px 0px;
}
.testimonial-card .profile-info .author-desc {
    font-size: 13px;
    display: block;
}
.page-margin {    
    margin: 0px 35px;
}
.rights {
    line-height: 21px;
    font-family: "Raleway", Sans-serif;
}
/* footer */
.footer-container {
    background-color: #252222;
    color: white;
}
.footer {
    display: flex;
    flex-wrap: wrap; 
    margin: 0px 35px;
    margin-bottom: 15px;
    padding: 35px 20px;
    border-bottom: #393939;
    border-bottom-style: solid;
}  
.footer-col {
    flex: 1 0 21%;
    margin: 10px;
}
.footer-col .header {
    color: var(--color-fc9b38);
    font-weight: 600;
}
.row {
    display: flex;
    flex-wrap: wrap; 
    margin: 0px 30px;
}  
.col {
    flex: 1 0 21%;
    margin: 10px;
}
.box-container {
    background-color: #f7f7f7;
    color: white;
}
.box {
    display: flex;
    flex-wrap: wrap; 
    margin: 0px 35px;
    margin-bottom: 15px;
    font-family: "Raleway", Sans-serif;
}  
.box span {
    font-family: "Raleway", Sans-serif;
    color: #423E3E;
    font-size: 20px;
}
.box p {
    color: #595959;
    line-height: 1.5;
    text-align: justify;
}
.box-col {
    flex: 1 0 21%;
    margin: 10px;
    padding: 10px 30px
}
.item {
    /* font-family: "Roboto", Sans-serif; */
    font-family: "Raleway", Sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.item .number {
    font-family: "Roboto", Sans-serif;
}
.footer-img-container {
    flex: 1;
    align-items: center;
    position: relative;
    min-height: 120px;
    width: 80%;
    overflow: hidden;
    cursor: pointer;
    margin: 8px;
    transition: all .4s ease;
    display: flex;
    max-width: 250px;
}
 
  .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    max-height: 130px;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .footer-img-container:hover .image {
    opacity: 0.3;
  }
  
  .footer-img-container:hover .middle {
    opacity: 1;
  }
  
.text {
    background-color: #ffcb9a;;
    color: white;
    font-size: 16px;
    padding: 6px 12px;
}
.text a {
  color: var(--color-white);
}
/*  */


.projects {
    position:relative;
    margin:2rem;
    width: 335px;
    height:400px;
    background-color:#fff;
    border-radius:5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    overflow: hidden;
  }
  
  .image {
    position:absolute;
    width:100%;
    height:240px;
    background-color:skyblue;
  }
  
  .words {
    position:absolute;
    top:240px;
    padding:20px 20px 30px;
    color:#333;
  }
  
  .words i {
    position:absolute;
    top:27px;
    right:40px;
    cursor:pointer;
  }
  
  .words h2 {
    color:#008073;
  }
  
  .words p {
   padding:13px 0 0;
  }
  
  .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    transition: all .6s;
  }
  
  .active-overlay{
    top: 0;
  }





  /* animation  */
  .slideanim {display: none;}
  .slide {
      -webkit-animation-name: slide;
      -webkit-animation-duration: 2s;
      display: block;
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-40%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
  }
  
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"], textarea {
    color: #666;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 15px 20px;
}
input[type="submit"] {
    padding: 10px 25px;
    color: var(--color-fc9b38);
    border: none;
    font-size: 16px;
    border-radius: 5px;
}
input[type="submit"]:hover {
    background-color: #1bd4e6;
    color: #FFFFFF;
}
.input-txt {
    width: 80%;
}
.form-heading {
    font-weight: bold;
    font-size: 22px;
}

@media screen and (max-width: 600px) {
    .video-title {
        font-size: 30px;
        font-weight: bold;
    }
    .video-sub-title {
        font-size: 30px;
    }
    .row {
        margin: 0px 10px;
    }
    
    .card-body {
        width: 100%;
    }
    .footer {
        /* margin: 0px 20px;
        margin-bottom: 15px;
        padding: 20px; */        
        margin: 0px 10px;
        margin-bottom: 15px;
        padding: 10px;
    }    
    .h-300px {
        height: 260px;
    }
    .container-margin {
        margin: 0px 10px;
    }  
    .why-card {
        width: 92%;
        margin: 5px;
        padding: 3%;
        backdrop-filter: blur(60px);
    }
    .background-att-iot-img {
        background-position: center right;
    }
    .heading-title { 
        font-size: 28px;
    }
    .testimonials {
        margin: 0px 12px;
     }
    .testimonial-card {
        min-width: 300px;
        padding: 20px;
    }
    .testimonial-card-info {
        min-width: 220px;
        padding: 0px;
        overflow-wrap: anywhere;
        width: 320px;
    }
    .card-body, .footer {
        flex-direction: column;
    }
    .card-body .w-44p, .w-54p, .w-50p {
        width: 100%;
    }
    .overlay-card .overlay-card-header {
        /* font-size: 50px; */
        font-size: 35px;
    }
    .footer-col .header {
        font-size: 20px;
    }
}    
.btn {
    margin: 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background: linear-gradient(90deg, var(--c1, #fbc2eb), var(--c2, #a6c1ee) 51%, var(--c1, #f6d365)) var(--x, 0)/ 200%;
    color: white;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
}
.btn-2 {
    --c1: #fbc2eb;
    --c2: #a6c1ee;
}
.btn:hover { --x: 100%; }

.linear-bg-grad {
    background: linear-gradient(90deg, var(--c1, #fbc2eb), var(--c2, #a6c1ee) 51%, var(--c1, #f6d365)) var(--x, 0)/ 200%;
} 
.linear-bg-grad:hover { --x: 100%; }

.border-radius-5px {
    border-radius: 5px;
}