html, body{
    height: 100%;
    overflow-x: hidden;
}
body{
    width: 100%;
    margin: 0 auto;
    padding: 0 auto;
    color: #646973;
    letter-spacing: 0px;
    font-family:Object Sans;
}
@font-face {
    font-family: Object Sans;
    src: url(../Font/DMSans-Bold.ttf);
    font-weight: bold;
    font-display: swap;
}
@font-face {
    font-family: Object Sans;
    src: url(../Font/DMSans-Medium.ttf);
    font-weight: medium;
    font-display: swap;
}
@font-face {
    font-family: Object Sans;
    src: url(../Font/DMSans-Regular.ttf);
    font-weight: normal;
    font-display: swap;
}
p{
    font-size: 1rem;
    font-family: Object Sans;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
.header-container{
    background-image: url(../assets/Asset8a.webp);
    width: 100%;
    height: auto;
    background-color: #F9FBFE;
    background-size: auto 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.get-quote{
    background-color:rgba(14, 14, 14, 1);
    border-radius: 50px;
    border-color:rgb(255, 255, 255);
    padding: 2.5% 5%;
}
.get-quote:hover{
    background-color: #fff;
    border-color:rgba(11, 24, 66, 1);
    color:#000
}
.header-fixed{
    position: static;
    background-image: linear-gradient(to right,#0f0f0f,#0a0a0a);
    z-index: 10000;
    background-repeat: no-repeat;
}
.jumbotron-custom{
    background: rgba(0,0,0,0.0001);
    position: relative;
}
.jumbotron-btn{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    background: rgba(0,0,0,0.0001);
    margin-top: 20px;
}
.heading-jumbo{
    font-weight: bold;
    color:#fff;
    font-weight: bold;
}
.responsive-jumbo-image{
    width: 80%;
    height: 80%;
    animation: MoveUpDown 10s linear infinite;
}
@keyframes MoveUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-60px);
    }
  }
@media only screen and (max-width: 776px) {
    .responsive-jumbo-image{
        display: none;
    }
    .jumbotron-custom{
        top:0px;
    }
}
@media only screen and (max-width: 450px) {
    .chitech-logo{
        width: 50%;
        height: 50%;
    }
    .logo-link-top{
        display: contents;
    }
    .jumbo-button{
        text-align: center;
    }
}
.a-link{    
    color: #fff !important;
    margin: 0 0.5rem !important;
}
.a-link:hover{
  border-bottom: 1px solid #fff;
}
.list-items{
    font-size: 1rem;
    margin-left: 25px;
}
 /* Set the border color of toggler icon*/
 .custom-toggler.navbar-toggler {
    border-color: #fff;
}
/* Setting the stroke to green using rgb values (0, 128, 0) */
.custom-toggler .navbar-toggler-icon {
    background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.services-wrapper{
    background-color:#F9FBFE;
    background-size: cover;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -32px;
    padding-top: 1%;
}
.services{
    height: auto;
    background-color:#F9FBFE;
    position:relative;
}
.heading-services h2{
    font-weight: bold;
    text-align: center;
}
.card-bg{
    background: rgba(0,0,0,0.001);
    border:none;    
}
.card-image{
    width:100px;
    height: 100px;    
}
.services-btn {
    text-decoration: none !important;
    color:#646973 !important;
}
.five-star{
    padding-top: 4%;
}
.our-about{
    padding-top: 4%;
}
.our-about h2{
    margin: 2rem 0;
    line-height: 52px;
}
.our-about p{
    line-height: 31px;
}
.about-wrapper{
    width: 100%;
}
.our-about-img{
    padding-bottom: 2%;
}
.project-wrapper{
    /* background-color:#f9fbfe; */
    background-size: cover;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 4%;
}
.project-container{
    height: auto;
}
.projects-heading{
    width: 37.2rem;
    height: 6.7rem;
    margin: auto;
    padding-top: 10rem;
    margin-bottom: 8rem;
}
.card-wrapper{
    margin: 1rem 0;
}
.card-body-custom{
    background-color: #fff;
}
.cloud-section{
    height: auto;
    overflow: hidden;  
    padding-top: 4%;
    padding-bottom: 4%;  
}
.cloud-text{
    /*top: 80px;
    position: relative;*/
    padding-top: 5%;
}
.banner{
    background-image: url('../assets/Asset24.webp');
    width:100%;
    /*min-height: 60%;*/
    background-size: cover;
    background-repeat: no-repeat; 
    background-attachment: fixed;
    background-position: center;  
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
}
.reponsive-images{
    max-width:100%;
    height: auto;
}
.banner-stars{
    padding-top: 4%;
}
.digi-exp{
    font-weight:bolder;
   /* height: 4rem;*/
   padding-top: 4%;
}
.clients-logo{
    max-height: 150px;
    align-items: center;
}
.dedicated-team{
    padding-top: 4%;
}
.car-con{
    height: 500px;
    width: 500px;
}
.footer-logo-wrapper{
    margin-top:5px;
}
.footer-logo-text{
    margin-top:25px;
    line-height: 25px;
}
.social-media-icons{
    margin:25px 10px;
}
.footer-heading{
    font-weight: bolder;
}
.list-color{
    margin:10px 0;
}
.list-color a{
    color:black;
}
.list-left{
    padding-left: 0;
}
.first-footer-container{
    position: relative;
    margin-top: 35px;
}
.footer-logo{
    width:  225px;
    height: 75px;
    max-width: 100%;
    height: auto;
}
footer li{
    list-style: none;
}
.copyright-sec{
    padding: 22px 0;
    position: relative;
    z-index: 1;
}
.copyright-last-section {
    background-color: #e8eff9;
    color: #878d96;
}
.form-wrapper{
   /* background-color:#f9fbfe;*/
    position:relative
}
.full-footer-container{
    background-image: url(../assets/asset43.png);
    background-size: cover;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    /* background-size: 100%; */
    background-repeat: no-repeat;
}
.subscribe-form{
    border-radius: 50px;
    right: -34px;
    width:25rem;
}
.subscribe-btn{
    border-radius: 50px;
    z-index:1000
}
.get-quote2{
    background-color: rgba(0,0,0,0.0001);
    color: black;
    border-radius:50px;
    border: 1px solid gray;
    padding: 2.5% 5%;
}
.get-quote2:hover{
    background-color: #0a0a0a;
    border: 1px solid #0a0a0a;
    color: #fff;
}
.heading{
    font-size:40px;
    color: #0B1842;
    opacity: 1;
}
.heading1{
    font-size:3vw;
    color: #fff;
    opacity: 1;
}
.heading2{
    /*font-size:3vw;*/
    color: #fff;
    opacity: 1;
}
.slider-container{
    width: 100%;
}
/* jcarousel start */
.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}
/** Carousel **/
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}
/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}
.jcarousel-control-prev {
    left: 15px;
}
.jcarousel-control-next {
    right: 15px;
}
/** Carousel Pagination **/
.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}
.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}
.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
.wrapper {
    max-width: 900px;
    padding: 0 20px 40px 20px;
    margin: auto;
}
pre {
    border:1px solid #000;
    overflow-x:auto;
    background: #222;
    color: #fff;
    text-shadow: none;
  }
  /*jcarousel end*/
    .breadcrumb-item + .breadcrumb-item::before{
    content: ">";
    color:#fff;
  }
  .breadcrumb-color{
    background-color: rgba(0,0,0,0.001);
  }
  .breadcrumb-color a{
      color: #fff;
  }
  /*scroll effects */
  /*inline-photo and inline-photo.is-visible original css rules*/
  .inline-photo {
    border: 1em solid #fff;
    border-bottom: 4em solid #fff;
    border-radius: .25em;
    box-shadow: 1em 1em 2em .25em rgba(0,0,0,.2);
    margin: 2em auto;
    opacity: 0;
    transform: translateX(2em) rotateZ(0deg);
    transition: transform 4s .25s cubic-bezier(0,1,.3,1),
                opacity .3s .25s ease-out;
    max-width: 600px;
    width: 90%;
    will-change: transform, opacity;
  }
  .inline-photo.is-visible {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  .inline-photo2 {
    opacity: 0;
    transform: translateX(4em) rotateZ(0deg);
    transition: transform 4s .25s cubic-bezier(0,1,.3,1),
                opacity .3s .25s ease-out;
    max-width: 600px;
    width: 90%;
    will-change: transform, opacity;
  }
  .inline-photo2.is-visible {
    opacity: 1;
    transform: rotateZ(0deg);
  }/*below online-photo3 for make text elements to scroll upon view*/
  .inline-photo3 {
    opacity: 0;
    transform: translateX(-4em) rotateZ(0deg);
    transition: transform 4s .25s cubic-bezier(0,1,.3,1),
                opacity .3s .25s ease-out;
    will-change: transform, opacity;
  }
  .inline-photo3.is-visible {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  .inline-photo3a {
    opacity: 0;
    transform: translateX(4em) rotateZ(0deg);
    transition: transform 4s .25s cubic-bezier(0,1,.3,1),
                opacity .3s .25s ease-out;
    will-change: transform, opacity;
  }
  .inline-photo3a.is-visible {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  .inline-photo3b {
    opacity: 0;
    transform: translateY(6em) rotateZ(0deg);
    transition: transform 4s .25s cubic-bezier(0,1,.3,1),
                opacity .3s .25s ease-out;
    will-change: transform, opacity;
  }
  .inline-photo3b.is-visible {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  @media screen and (max-width: 767px) {
    h1 {
        font-size: 2rem;
    }
}
/*contact us form */
.form-size{
    height: calc(4rem + 2px) !important;
}
.form-button{
    background-color:rgba(11, 24, 66, 1);
    border-color: rgba(11, 24, 66, 1);
}
/*.form-group:active{
    border-color: rgba(11, 24, 66, 1) !important;
}*/
li {
    list-style: none;
}
.color-form a{
    color: #646973;
}
@media screen and (max-width: 767px) {
    a {
        font-size: 12px;
    }
    h4{
        font-size: 20px;
    }
}
#map{
    width: 100%;
    height: 500px;
}
/*dropdown menu hover to expand*/
.dropdown:hover>.dropdown-menu {
    display: block;
  }
  .dropdown-item{
      color:#646973 !important;
  }
  .dropdown-menu{
      background-color: #fff !important;
      border: none;
      /*background-image: linear-gradient(to right,#41b2ef,#379ce7);*/
      top: 30px;
  }
  .dropdown-item:hover{
      background-color: transparent !important;
      color: rgba(11, 24, 66, 1) !important;
  }
.services-img{
    width: 50%;
    height: auto;
}
.hidefaq1{
    display: none;
}
.hidefaq2{
    display: none;
}
.hidefaq3{
    display: none;
}
.caret1{
    cursor: pointer;
}
.caret2{
    cursor: pointer;
}
.caret3{
    cursor: pointer;
}
.callcenter-cardphoto {
    border-radius: .25em;
    transform: translateX(2em) rotateZ(0deg);
    transition: transform 4s .25s cubic-bezier(0,1,.3,1), opacity .3s .25s ease-out;
    max-width: 600px;
    will-change: transform, opacity;
}
.callcenter-cardphoto.is-visible {
    opacity: 1;
    transform: rotateZ(0deg);
}
nav{
    z-index: 100000 !important;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.sticky-form{
    position: sticky;
    top: 60px;
}
input.form-control {
    height:38px !important;
 }
 .image-size{
    width: 350px;
 }
.cs-a{
    border-bottom: 1px solid #232525;
    color: #232525;
    text-decoration: none;
}
.li{
    list-style-type: disc !important;
}
/* preloader */
#cont{
    background: #efefef !important;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
}
#preloader{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 120px;
    height: 120px;
}
.circle{
    padding: 5px;
    width: calc(100% - 0px);
    height:calc(100% - 0px);
    border: 3px solid #efefef;
    border-radius: 50%;
    border-top: 3px solid red;
    border-bottom: 3px solid red;
    animation: rotate 5s linear infinite;
}
@keyframes rotate {
    100%{
        transform: rotate(360deg);
    }
}
/* preloader ends */

/*start of starAnimation*/




.section {
    position: relative;
    padding: 0.2em 0;
    /* overflow: hidden; */
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.div-height{
    height: 439px;
}
@media (max-width: 768px){
    .div-height{
        height: 896px;
    }
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fp-enabled body, html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.sec--intro {
    position: relative;
    z-index: 9;
    padding-top: 2em;
}
.container1 {
    position: relative;
    z-index: 2;
    max-width: 100%;
    padding: 0 25px;
}
.container1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/* @media (min-width: 1200px){
.container1 {
    padding: 0 10.247%;
    max-width: 1140px;
}
}
@media (min-width: 992px){
.container1 {
    padding: 0 5em;
    max-width: 960px;
}
}
@media (min-width: 768px){
.container1 {
    max-width: 720px;
}
}
@media (min-width: 576px){
.container1 {
    max-width: 540px;
}
} */
.twocol-row {
    display: flex;
    flex-wrap: wrap;
}
.section--innovative #Div1 {
    display: inline-block;
    width: 600;
    height: 600
}
.section--innovative .col-55 {
    padding-right: 3.125em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 1100px) {
    .section--innovative .col-55 {
        padding-right:0;
        margin-bottom: 2em
    }
}
.col-45 {
    width: 45%;
}
.section--innovative .animation--div {
    position: relative;
    height: 100%
}
.section--innovative .animation--div2 {
    position: relative;
    padding: 4.375em;
}
@media (max-width: 992px) {
    .section--innovative .animation--div2 canvas {
        width:100%
    }
}
.section--innovative .circle--bottom,.section--innovative .circle--bottom--right,.section--innovative .circle--right,.section--innovative .circle--top {
    position: absolute
}
@media (max-width: 767px) {
    .section--innovative .circle--bottom,.section--innovative .circle--bottom--right,.section--innovative .circle--right,.section--innovative .circle--top {
        display:flex;
        align-items: center;
        flex-direction: column
    }
}

.section--innovative .circle--top {
    top: 7%;
    position: absolute;
    left: 14em;
    animation: floating 6s ease-in-out infinite;
}
@media (max-width: 767px) {
    .section--innovative .circle--top {
        top:1em;
        left: 0
    }
}
.section--innovative .circle--right {
    position: absolute;
    right: 8%;
    top: 40%;
    animation: floating 7s ease-in-out infinite;
}
@media (max-width: 1500px) {
    .section--innovative .circle--right {
        right:0;
        top: 7%
    }
}
@media (max-width: 1100px) {
    .section--innovative .circle--right {
        right:12%;
        top: 7%
    }
}
@media (max-width: 992px) {
    .section--innovative .circle--right {
        right:7.75em;
        top: 35%
    }
}
@media (max-width: 767px) {
    .section--innovative .circle--right {
        right:0;
        top: 1em
    }
}
.section--innovative .circle--bottom {
    left: 23%;
    bottom: 12%;
    animation: float1 8s ease-in-out infinite
}
@media (max-width: 767px) {
    .section--innovative .circle--bottom {
        left:0 !important;
        bottom: 0 !important;
    }
}
.section--innovative .circle--bottom {
    left: 23%;
    bottom: 12%;
    animation: floating 8s ease-in-out infinite;
    position: absolute;
}
@keyframes floating{
0% {
    transform: translatey(0);
}
50% {
    transform: translatey(-12px);
}
100% {
    transform: translatey(0);
}
}
.section--innovative .circle--text3 {
    right: 110%;
    text-align: right;
    left: auto;
}
.section--innovative .circle-text {
    font-size: 1.125em;
    font-weight: 700;
    color: #000;
    position: absolute;
    top: 50%;
    left: 110%;
    text-transform: uppercase;
    transform: translate(0,-50%);
    width: 11em;
    line-height: 1.2;
}
.section--innovative .circle--bottom--right {
    right: 22%;
    bottom: 14%;
    animation: floating 9s ease-in-out infinite;
    position: absolute;
}
@media (max-width: 767px) {
    .section--innovative .circle--bottom--right {
        right:0;
        bottom: 0
    }
}
.section--innovative .circle--blue {
    width: 5.625em;
    height: 5.625em;
    background-color: #41b2ee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.section--innovative .circle--blue img {
    width: 2.875em;
    height: auto;
}
@media (max-width: 767px) {
    .section--innovative .circle--blue {
        width:4.5em;
        height: 4.5em;
        order: revert;
        margin-top: 10px
    }
}
.star-body{
    overflow: hidden;
    height: 100%;
    font-size: 13.3333px;
}
.section--innovative .circle-text a {
    color: #000;
    transition: .3s;
    text-decoration: none;
}
.section--innovative .circle-text a:hover {
    color: #41b2ee;
}
@media (max-width: 767px) {
    .section--innovative .circle-text {
        position:relative;
        left: auto;
        top: 2em;
        text-align: center;
        font-size: .95em
    }
}
.section--innovative .circle--text1,.section--innovative .circle--text3 {
    right: 110%;
    text-align: right;
    left: auto
}
@media (max-width: 767px) {
    .section--innovative .circle--text1,.section--innovative .circle--text3 {
        right:0;
        text-align: center;
        left: auto
    }
}
.services-h2{
    font-size: 2.5remm;
    color:#0B1842
}
.services-p{
    color: #0B1842;
    font-size: 1.15rem;
}

/*end of starAnimation*/
.data-center-list{
    list-style-type: disc !important;
    padding-left: 1em;
}
.data-center-list::before {
    content: "●";
    margin-right: 0.75rem;
    color: rgba(11, 24, 66, 1);
  }
  /* this code below is for test */
  .contact-heading {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 1rem;
}

.contact-description {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.7;
}
.form-control::placeholder { /* Standard syntax */
    color: #cbc9c9;
    opacity: 1; /* For Firefox */
}

/* code aboce is for test  */