
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.woff2);
}

@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto-Bold.woff2);
}


.h1, h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6{
    text-transform:uppercase;
}
:root {
    --logocolor: #0f1342;
    --main: #921612!important;
    --theme-color: #0015b1;
}
.text-main{
    color:var(--logocolor)!important;
}
body{
    font-family: "Roboto", sans-serif!important;
  text-align: left!important;
  background-color: #f5f6f7!important;
  font-weight:400!important;
}

.nav-link{
  
  text-transform: uppercase;
  color: #222!important;
    font-size: 14px!important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: var(--main)!important;
}
.text-secondary {   
    color: #ffbabc!important;
}
.btn-primary{
    background: #fff;
    border-color: var(--logocolor);
    color: var(--logocolor);
}
.btn-primary:hover{
    background: var(--logocolor);
    border-color: var(--logocolor);
    color: #fff;
}
.bg-primary{
 background-color: var(--logocolor)!important;
}

.btn-secondary{
    background:var(--main);
    border-color: var(--main);
    color: #fff;
}
.btn-secondary:hover{
    background: #fff;
    border-color: var(--main);
    color: var(--main);
    transform: scaleX(1.05);
    transition: all 0.5s;
    box-shadow: 0px 1px 10px #000;
}
.btn-secondary:hover img{
  filter: invert(100%);
}

.btn-secondary-info{
    background: #fff;
    border-color: var(--main);
    color: var(--main);
}
.btn-secondary-info:hover{
    background: var(--main);
    border-color: var(--main);
    color: #fff;
}


.button-ani {
    display: flex;
    justify-content: center;
    color: #fff;
    width: 60px;
    border-radius: 100%;
    background: linear-gradient(30deg, rgb(255, 130, 0) 20%, rgb(255, 38, 0) 80%);
    transition: all 0.3s ease-in-out 0s;
    box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
    animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;
    align-items: center;
    border: 0;
}
.play-btn {
    position: absolute;
    top: 68%;
    left:245%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    text-align: center;
}
.bg-effect{
  background-image: url('../img/bg-5.png');
  background-repeat: repeat;
}
.bg-effect:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(49%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(238, 238, 238, 1) 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
@keyframes pulse {
  100% {
    box-shadow: 0 0 0 45px rgba(193,244,246,0);
  }
}
.projects-list{
  
  color: #fff;
  border-radius: 2px;
 
  display: inline-block;
  overflow: hidden;
}

.projects-list .projects-info{
  margin-top: 15px;
    position: absolute;
   
    background: #00000070;
    padding: 10px 20px;
        bottom: 0%;
}

.journey {  
  background: var(--logocolor)!important;
}

.journey-item {
  margin: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}

.journey-item h3 {
  margin-bottom: 10px;
}
.single-counter{
  border: 1px solid #ccc;
    padding: 10px;
}
.single-counter img{
  filter: invert(100%);
  position: absolute;
  right: 30px;
  top: 19%;
  /* background-color: #ffffff; */
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px dotted #15c8ff;
  /* margin: 10px; */
  padding: 5px;
}
.form-control{
  border-radius: 0px!important;
}

footer p{
  font-size: 16px;
}
.quick-links{
  list-style: none;
  padding-left: 0px;
  margin-left: 0;
}
.quick-links li{
  padding-left: 0px;
  margin-bottom: 10px;
  color: #fff;
}
.quick-links li a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.whatsappIcon {
    position: fixed;
    top: 30%;
    left: -1px;
    z-index: 9999;
    
    border-radius: 0px 5px 5px 0px;
   box-shadow: 0px 1px 10px var(--logocolor);
}

.icons-cont{
    background: orange;

    
}
.banner{
  width: 100%!important;
}
* {box-sizing: border-box}


/* Style the tab */
.tab {
  float: left;
  background-color: #b0afaf;
  width: 25%;
  height: 180px;

}
.tablinks.active{
    background-color: #fff!important;
  color:#0f1342!important;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
      background-color: #0f1342!important;
  color:#fff!important;
    padding: 12px 16px;
 
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  border-bottom: 1px solid black;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #fff!important;
  color:#0f1342!important;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #debbb8;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 75%;
  background-color: #fff;
  border-left: none;
  padding: 32px;
}
.tabs-container{
  margin-top: -100px;

}
.Management-container{
  background: #F1F5FA;
}

.design{
  border-bottom: 3px solid #2B2E35;
}
.design1{
  border-left: 3px solid #2B2E35;
}

/*projects.php styling */
/* Style the tab */
.tabs {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tabs button {
  background-color: inherit;
  float: bottom;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  width:100%;
}

/* Change background color of buttons on hover */
.tabs button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tabs button.active {
  background-color: #0e1341;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.project {
  width: 100%;
}
.w-40{
  width: 40%!important;
  padding: 25px;
}
p{
  font-size: 15px;
}
.cs_arrownext.next{
  top:150px;
}
.cs_arrowprev.prev{
  top:150px
}
.phone-img{
  width: 60%;
}
.form-group{
  padding-bottom: 10px;
}
.navbar-toggler{
  background-color: #0F1342;
}
#zoomedImageContainer {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    text-align: center;
}

#zoomedImageContainer img {
    max-width: 90%;
    max-height: 90%;
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 1.5em;
    padding: 10px 20px;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
}
#prevButton {
    left: -100px;
    border-radius: 50%;
}

#nextButton {
    right: -100px;
    border-radius: 50%;
}
.btn-primary1:hover {
    background: black!important;
}
.footer {
    padding: 0px 35px;
}
.text-white{
    text-decoration:none;
}
.site-footer{
    display:none;
}
#page .site-content {
    flex-grow: 1;
    margin-top:70px;
}

@media(max-width:767px){
    .bannText.my-5{
        margin-top:0px!important;
    }
    .bannText.py-5{
        padding-top:0px!important;
    }
    .loginbox.custom-margin{
        margin-top: 120px!important;
    }
    .custom-margin{
        margin-top: 90px!important;
    }
    .w-50 {
        width: 80% !important;
    }
    .pxx-2{
        padding-left:25px;
        padding-right:25px;
    }
    
     .pxx-4{
        padding-left:40px;
        padding-right:40px;
    }
    .blockquote h4 {
        margin-left:0px!important;
    }
    /*.getintouchAbout .h5{*/
    /*    font-size:1rem!important    ;*/
    /*}*/
     .buy-now-btn {
    left: 12px;
    z-index: 99999;
    top: 67.2%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #7d7d7d;
    background-color: transparent;
    padding: 10px 20px 10px 42px;
    font-size: 17px;
    font-weight: 600;
}
.buy-now-btn img {
     width: 52px;
        background: antiquewhite;
        transform: translateY(-12%);
        background: #007ab9;
        border-radius: 0px !important;
}
.call-now-btn {
    z-index: 99999;
    top: 75.0%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #7d7d7d;
    background-color: transparent;
    padding: 10px 20px 10px 42px;
    font-size: 17px;
    font-weight: 600;
    left: 17px;
}
.call-now-btn img {
    left: 3px;
    width: 45px;
    border-radius:50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.facebook {
    position: fixed;
    top: 47.8%;
    left: 0px;
    z-index: 9999;
}

.facebookIcon img {
    left: 0px;
    width: 45px;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #1877f2;
    border-radius: 0px 10px 0px 0px !important;
    padding: 5px !important;
}

.twitter {
    position: fixed;
    top: 62.8%;
    left: 0px;
    z-index: 9999;
}

.twitterIcon img {
    left: 0px;
    width: 45px;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-57%);
    background: #000;
    border-radius: 0px !important;
    padding: 5px !important;
}

.social-text {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #333;
    height: 45px;
    left: 45px;
    border-radius: 0px 10px 0px 0px;
    text-align: center;
    padding: 12px 16px;
    background: #1877f2;
    color:#fff;
}

.social-text-t {
    display: none;
    position: absolute;
    top: 45%;
    transform: translateY(-57%);
    font-size: 14px;
    color: #333;
    height: 45px;
    left: 45px;
    border-radius: 0px 0px 10px 0px;
    text-align: center;
    padding: 12px 16px;
    background: #000000;
    color: #fff;
}

.social-text-i {
    display: none;
    position: absolute;
    top: 45%;
    transform: translateY(-46%);
    font-size: 14px;
    color: #333;
    height: 45px;
    left: 50px;
    border-radius: 0px 10px 0px 0px;
    text-align: center;
    padding: 12px 16px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
}

.social-text-l {
    display: none;
    position: absolute;
    top: 45%;
    transform: translateY(-57%);
    font-size: 14px;
    color: #333;
    height: 45px;
    left: 45px;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    padding: 12px 16px;
    background: #007ab9;
    color: #fff;
}
.social-text-w {
    display: none;
    position: absolute;
    top: 45%;
    transform: translateY(-67%);
    font-size: 14px;
    color: #333;
    height: 45px;
    left: 45px;
    border-radius: 0px 0px 10px 0px;
    text-align: center;
    padding: 12px 16px;
    background: #1bd741;
    color: #fff;
}

    .instagram {
        position: fixed;
        top: 50.4%;
        left: 0px;
        z-index: 9999;
    }
    .instagram img{
        width: 45px;
        background: antiquewhite;
        transform: translateY(-1%);
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        border-radius: 0px !important;
        padding: 5px !important;
    }
    
     .linkedin {
        position: fixed;
        top: 55.8%;
        left: 0px;
        z-index: 9999;
    }
    .linkedin img{
        width: 45px;
        background: antiquewhite;
        transform: translateY(-12%);
        background: #007ab9;
        border-radius: 0px !important;
        padding: 5px !important;
    }
    
    .youtube {
        position: fixed;
        top: 66%;
        left: 0px;
        z-index: 9999;
    }
    .youtube img{
        width: 45px;
        background: antiquewhite;
        transform: translateY(-22%);
        background: #1bd741;
        border-radius: 0px 0px 10px 0px !important;
        padding: 5px !important;
    }
    
}


@media only screen and (min-width: 767px) {
    .bannerForm{
    width: 325px;
    position: absolute;
    top:32%;
    right: 6%;
    background: #fff;
    border-radius: 3px;
    margin: auto;
    border: 1px solid #971510;
    box-shadow: 0px 2px 9px 7px rgb(0 0 0 / 22%);
}
    .new-bg{
    background-image:url('../img/matic-group-banner-1.jpg');
    height:600px;
    margin-top: 9.5%;
}
    .navbar-expand-sm .navbar-nav .nav-link{
        padding-left:0px!important;
        padding-right:0px!important;
    }
    .single_image{
        height: 306px;
    }
    
/*    .buy-now-btn {*/
/*    left: 12px;*/
/*    z-index: 99999;*/
/*    top: 67.2%;*/
/*    position: fixed;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    border-radius: 30px;*/
/*    display: inline-block;*/
/*    color: #7d7d7d;*/
/*    background-color: transparent;*/
/*    padding: 10px 20px 10px 42px;*/
/*    font-size: 17px;*/
/*    font-weight: 600;*/
/*}*/
/*.buy-now-btn img {*/
/*    left: 7px;*/
/*    width: 45px;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*}*/
/*.call-now-btn {*/
/*    z-index: 99999;*/
/*    top: 75.0%;*/
/*    position: fixed;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    border-radius: 30px;*/
/*    display: inline-block;*/
/*    color: #7d7d7d;*/
/*    background-color: transparent;*/
/*    padding: 10px 20px 10px 42px;*/
/*    font-size: 17px;*/
/*    font-weight: 600;*/
/*    left: 17px;*/
/*}*/
/*.call-now-btn img {*/
/*    left: 3px;*/
/*    width: 45px;*/
/*    border-radius:50%;*/
/*    position: absolute;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*}*/

/* .facebook {*/
/*        position: fixed;*/
/*        top: 29.5%;*/
/*        left: 9px;*/
/*        z-index: 9999;*/
/*    }*/
/*    .facebookIcon img {*/
/*        left: 3px;*/
/*        width: 52px;*/
/*        border-radius:50%;*/
/*        position: absolute;*/
/*        -webkit-transform: translateY(-50%);*/
/*        transform: translateY(-50%);*/
/*    }*/
/*    .twitter {*/
/*        position: fixed;*/
/*        top: 37%;*/
/*        left: 10px;*/
/*        z-index: 9999;*/
/*    }*/
    
/*     .twitterIcon img {*/
/*        left: 3px;*/
/*        width: 50px;*/
/*        border-radius:50%;*/
/*        position: absolute;*/
/*        -webkit-transform: translateY(-50%);*/
/*        transform: translateY(-50%);*/
/*    }*/
   
/*    .instagram {*/
/*        position: fixed;*/
/*        top: 40%;*/
/*        left: 10px;*/
/*        z-index: 9999;*/
/*    }*/
/*    .instagram img{*/
/*        width:57px;*/
/*    }*/
    
/*     .linkedin {*/
/*        position: fixed;*/
/*        top: 47.8%;*/
/*        left: 13px;*/
/*        z-index: 9999;*/
/*    }*/
/*    .linkedin img{*/
/*        width:53px;*/
/*    }*/
    
/*    .youtube {*/
/*        position: fixed;*/
/*        top: 55.5%;*/
/*        left: 13px;*/
/*        z-index: 9999;*/
/*    }*/
/*    .youtube img{*/
/*        width:52px;*/
/*    }*/




 /*.facebook {*/
 /*       position: fixed;*/
 /*       top: 29.5%;*/
 /*       left: 0px;*/
 /*       z-index: 9999;*/
 /*   }*/
 /*   .facebookIcon img {*/
 /*       left: 0px;*/
 /*       width: 52px;*/
 /*       border-radius:50%;*/
 /*       position: absolute;*/
 /*       -webkit-transform: translateY(-50%);*/
 /*       transform: translateY(-50%);*/
 /*       background:#1877f2;*/
 /*       border-radius: 0px 10px 0px 0px !important;*/
 /*   }*/
 /*   .twitter {*/
 /*       position: fixed;*/
 /*       top: 37%;*/
 /*       left: 0px;*/
 /*       z-index: 9999;*/
 /*   }*/
    
 /*    .twitterIcon img {*/
 /*       left: 0px;*/
 /*       width: 52px;*/
 /*       border-radius:50%;*/
 /*       position: absolute;*/
 /*       -webkit-transform: translateY(-50%);*/
 /*       transform: translateY(-57%);*/
 /*       background: #000;*/
 /*       border-radius: 0px !important;*/
 /*   }*/
    .buy-now-btn {
    left: 12px;
    z-index: 99999;
    top: 67.2%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #7d7d7d;
    background-color: transparent;
    padding: 10px 20px 10px 42px;
    font-size: 17px;
    font-weight: 600;
}
.buy-now-btn img {
     width: 52px;
        background: antiquewhite;
        transform: translateY(-12%);
        background: #007ab9;
        border-radius: 0px !important;
}
.call-now-btn {
    z-index: 99999;
    top: 75.0%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #7d7d7d;
    background-color: transparent;
    padding: 10px 20px 10px 42px;
    font-size: 17px;
    font-weight: 600;
    left: 17px;
}
.call-now-btn img {
    left: 3px;
    width: 45px;
    border-radius:50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.facebook {
    position: fixed;
    top: 47.8%;
    left: 0px;
    z-index: 9999;
}

.facebookIcon img {
    left: 0px;
    width: 52px;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #1877f2;
    border-radius: 0px 10px 0px 0px !important;
    padding: 15px !important;
}

.twitter {
    position: fixed;
    top: 69.4%;
    left: 0px;
    z-index: 9999;
}

.twitterIcon img {
    left: 0px;
    width: 52px;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-57%);
    background: #000;
    border-radius: 0px !important;
    padding: 15px !important;
}

.social-text {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #333;
    height: 52px;
    left: 45px;
    border-radius: 0px 10px 0px 0px;
    text-align: center;
    padding: 18px 16px;
    background: #1877f2;
    color:#fff;
}

.social-text-t {
    display: none;
    position: absolute;
    top: 45%;
    transform: translateY(-57%);
    font-size: 14px;
    color: #333;
    height: 52px;
    left: 45px;
    border-radius: 0px 0px 10px 0px;
    text-align: center;
    padding: 18px 16px;
    background: #000000;
    color: #fff;
}

.social-text-i {
    display: none;
    position: absolute;
    top: 45%;
    transform: translateY(-46%);
    font-size: 14px;
    color: #333;
    height: 52px;
    left: 50px;
    border-radius: 0px 10px 0px 0px;
    text-align: center;
    padding: 18px 16px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
}

.social-text-l {
    display: none;
    position: absolute;
    top: 45%;
    transform: translateY(-57%);
    font-size: 14px;
    color: #333;
    height: 52px;
    left: 45px;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    padding: 18px 16px;
    background: #007ab9;
    color: #fff;
}
.social-text-w {
    display: none;
    position: absolute;
    top: 45%;
    transform: translateY(-67%);
    font-size: 14px;
    color: #333;
    height: 52px;
    left: 45px;
    border-radius: 0px 0px 10px 0px;
    text-align: center;
    padding: 18px 16px;
    background: #1bd741;
    color: #fff;
}

    .instagram {
        position: fixed;
        top: 51.4%;
        left: 0px;
        z-index: 9999;
    }
    .instagram img{
        width: 52px;
        background: antiquewhite;
        transform: translateY(-1%);
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        border-radius: 0px !important;
        padding: 15px !important;
    }
    
     .linkedin {
        position: fixed;
        top: 59.2%;
        left: 0px;
        z-index: 9999;
    }
    .linkedin img{
        width: 52px;
        background: antiquewhite;
        transform: translateY(-12%);
        background: #007ab9;
        border-radius: 0px !important;
        padding: 15px !important;
    }
    
    .youtube {
        position: fixed;
        top: 74%;
        left: 0px;
        z-index: 9999;
    }
    .youtube img{
        width: 52px;
        background: antiquewhite;
        transform: translateY(-22%);
        background: #1bd741;
        border-radius: 0px 0px 10px 0px !important;
        padding: 15px !important;
    }
    
    
    
    .col-20{
        max-width:18.68%!important;
        min-width:18.68%!important;
    }
    .h-300{
        height:300px;
    }
    .navbar-brand img{
        width:150px!important;
        position: absolute;
        top: -50px;
    }
    .projectsss .csslider1 {
        height: 100% !important;
    }
    .des-none{
        display:none;
    }
    /*.projects-list{*/
    /*    height: 580px;*/
    /*}*/
    .home .csslider1{
      height: 550px !important;
    margin-top: 140px;
    }
    .mt--70{
      margin-top: -75px;
    }
    .howItWorks .h1{
    font-size: 72px;
    position: absolute;
    right: 50px;
    top: -21px;
    color: #ccc !important;
    font-family: Montserrat-Bold;
}
.howItWorks .mx-2{
    padding:15px 10px!important;
    box-shadow:0px 1px 10px #eeeeee;
    
}
.howItWorks .mx-2 p{
    font-size:18px;
    font-weight:600;
    margin-top:25px;
    margin-bottom: 0px;
}
.mainhead:before{
    left: 46%;
    top: 43px;
    width: 65px;
    background-color: var(--main);
    position: absolute;
    content: '';
   
    height: 2px;
}

.mainhead:after{
    left: 51%;
    top: 43px;
    content: "";
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 2px;
    background-color: #333;
}
.whyChooseUs img{
    /*background-color:var(--logocolor);*/
    height:75px;
    width:75px;
}
.whyChooseUs .img{
    background-color: var(--logocolor);
    width: fit-content;
    border-radius: 50%;
    box-shadow: 0px 1px 10px #b20000;
    border: 1px solid #be0600;
    margin: 0px auto;
}
.mt-140{
    margin-top:140px;
}
.connectWithUs {
    height: 45px !important;
    width: 190px !important;
    padding: 10px 20px 20px 20px !important;
    position: fixed !important;
    top: 55% !important;
    display: block;
    line-height: 23px;
    background: rgb(190 6 0);
    bottom: 30%;
    right: -105px !important;
    right: inherit;
    transform: rotate(-90deg);
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    z-index: 9999;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border-radius: 8px 8px 0px 0px 
}
.connectWithUs a{
  text-decoration: none;
}
.projects .projects-list img{
   height: 450px;
        margin: 0px auto;
        min-width: 100%;
        width: 500px;
}

}
@media only screen and (max-width: 440px) {
    .bannerForm {
        top: 53%!important;
        right: 12%;
       
    }
}

@media only screen and (max-width: 375px) {
        .bannerForm {
        width: 90%!important;
        position: absolute;
        top: 65%!important;
       
    }
    .youtube {
        position: fixed;
        top: 74%!important;
        left: 0px;
        z-index: 9999;
    }
        .twitter {
        position: fixed;
        top: 69.5%!important;
        left: 0px;
        z-index: 9999;
    }
    .linkedin {
        position: fixed;
        top: 59.4%!important;
        left: 0px;
        z-index: 9999;
    }
    .instagram {
        position: fixed;
        top: 51.5%!important;
        left: 0px;
        z-index: 9999;
    }
    .bannerForm {
        width: 325px;
        position: absolute;
        top: 43%;
        right: 5%!important;
        background: #fff;
        border-radius: 3px;
        margin: auto;
        border: 1px solid #971510;
        box-shadow: 0px 2px 9px 7px rgb(0 0 0 / 22%);
    }
}
@media only screen and (max-width: 768px) {
    .bannerForm{
    width: 325px;
    position: relative;
    top: 59%;
        right: 0%;
    background: #fff;
    border-radius: 3px;
    margin: auto;
    border: 1px solid #971510;
    box-shadow: 0px 2px 9px 7px rgb(0 0 0 / 22%);
    margin-bottom:10px;
}
    .wm-100 {
        width: 200px;
        display: block;
    
    }
    .aboutPage{
        padding-left:45px;
        padding-right:45px;
        
    }
    .priorities.px-3{
        padding-left:0px!important;
        padding-right:0px!important;
    }
    #Priorities.tabcontent.p-5{
        padding-left:0px!important;
        padding-right:0px!important;
    }
    .e-monitoring img{
        padding:30px;
    }
    .single-counter img {
        top: 13%;
    }
    .journey h5{
        font-size:15px;
    }
    .e-monitoring .mainhead.mb-5{
        margin-bottom: 0.5rem !important;
    }
    .contact-us .container{
        padding:0px 25px;
    }
    .navbar.navbar-expand-sm.navbar-dark{
        padding:0px;
    }
    .connectWithUs {
   height: 50px !important;
    width: 225px !important;
    padding: 6px 5px 5px 5px !important;
    position: fixed !important;
    top: 40% !important;
    display: block;
    line-height: 23px;
    background: rgb(190 6 0);
    bottom: 30%;
    right: -135px !important;
    right: inherit;
    transform: rotate(-90deg);
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    z-index: 9999;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 8px 8px 0px 0px;
}
.connectWithUs a{
  text-decoration: none;
}
    .mt-140{
    margin-top:140px;
}
    #contactFF.py-5{
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .journey .mb-p-30 {
    padding: 0px 45px !important;
}
    .whyChooseUs.py-5{
        padding-top: 3rem !important;
        padding-bottom: 1.5rem !important;
    }
    .whyChooseUs img{
    /*background-color:var(--logocolor);*/
    height:60px;
    width:60px;
}
.whyChooseUs .img{
    background-color: var(--logocolor);
    width: fit-content;
    border-radius: 50%;
    box-shadow: 0px 1px 10px #b20000;
    border: 1px solid #be0600;
    margin: 0px auto;
}
/*    .mainhead:before{*/
/*    left: 36%;*/
/*    top: 43px;*/
/*    width: 65px;*/
/*    background-color: var(--main);*/
/*    position: absolute;*/
/*    content: '';*/
   
/*    height: 2px;*/
/*}*/

/*.mainhead:after{*/
/*    left: 54%;*/
/*    top: 43px;*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 10px;*/
/*    height: 2px;*/
/*    background-color: #333;*/
/*}*/
    .howItWorks .mx-2 p{
    font-size:16px;
    font-weight:600;
    margin-top:25px;
    margin-bottom: 0px;
}

    .howItWorks .mx-2 p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 0px;
}
    .howItWorks .mx-2 {
    padding: 15px 7px !important;
    box-shadow: 0px 1px 10px #eeeeee;
    margin-bottom:15px;
}
    .howItWorks .h1 {
    font-size: 40px;
    position: absolute;
    right: -7px;
    top: -14px;
    color: #ccc !important;
    font-family: Montserrat-Bold;
    background: #0f13421a;
    height: 40px;
    width: 40px;
    border-radius: 0px 0px 0px 7px;
    padding: 0px 5px 5px 5px;
}
    .navbar-collapse {
    background: #0f13420a;
}
.home .csslider1{
      
    margin-top: 135px;
    }
    .projects.py-5{
        padding-top: 2rem !important;
        padding-bottom: 1rem !important;
        padding-left: 25px;
        padding-right: 25px;
    }
    .btn.btn-secondary.py-3.px-5{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .mt--70{
      margin-top: -25px;
    }
    .navbar-brand img{
        width:150px!important;
    }
    .social-icons a{
        padding: 2px 5px 2px 2px;
    }
    .social-icons{
        padding-bottom:10px;
    }
    .mb-p-30 {
        padding: 0px 25px !important;
    }
    #Mile{
        padding:10px!important;
    }
    #About{
        padding:35px!important;
    }
    #popupForm{
        width:100%!important;
    }
    .tab {
      width: 100%;
    }
    .tabcontent{
        width:100%;
    }
    .tabs-container{
        margin-top:0px!important;
    }
  .mob-cr {
      flex-direction: column-reverse;
  }
  .m-none{
    display: none!important;
  }
  .csslider1{
      height: 100%!important;
  }
  .p-5 {
      padding: 1rem !important;
  }
  #nextButton {
    right: -50px;
    border-radius: 50%;
  }
    #prevButton {
    left: -50px;
    border-radius: 50%;
  }

}

.icons-cont a img{
    height:40px;
    width:40px;
    box-shadow: 0px 1px 10px var(--logocolor);
}

.getQuote{
    animation: blinkwf 1500ms infinite;
    color: #fff !important;
    border-radius:0px!important;
}

@keyframes blinkwf {
    0% {
        background-color: #dc2028;
        box-shadow: 0 0 3px #dc2028;
    }

    50% {
        background-color: #dc2028;
        box-shadow: 0 0 20px #dc2028;
    }

    100% {
        background-color: #dc2028;
        box-shadow: 0 0 2px #dc2028;
    }
}


.howItWorks img{
   height: 50px;
    width: 50px;
    position: absolute;
    left: 50px;
    filter: brightness(0.5);

}


.howItWorks .mx-2:hover{
   box-shadow: 0px 1px 35px -3px #ccc;
    -webkit-transition-property: all; 
-webkit-transition-duration: 1s; 
-webkit-transition-timing-function: ease; 
}
.howItWorks .mx-2:hover .h1{
 color:var(--main)!important;    
-webkit-transition-property: all; 
-webkit-transition-duration: 1s; 
-webkit-transition-timing-function: ease;
}
.howItWorks .mx-2:hover img{
    transform: scale(1.1);
    transition: transform 0.5s; /* Animation */
}

.heading a{
    font-size:14px!important;
}
#openForm{
    margin: 1px 30px;
}
.about  p{
    text-align:left!important;
}
.tabs-container p{
    text-align:justify!important;
}
#Priorities li{
     text-align:justify!important;
     margin-bottom:15px;
}
.calltoaction h2 {
    margin-bottom: 0px;
    padding: 50px;
    font-size: 33px;
    line-height: 45px;
    text-transform: capitalize;
    letter-spacing: 4px;
   text-shadow: 0px 2px 2px rgb(255 14 14 / 57%);
}
.tablinks.active span:after{
    right: -10px;
    top: calc(50% - 10px) !important;
    border-left-color: #444;
    border-width: 10px;
    bottom: auto !important;
    right: -10px;
    top: calc(50% - 10px);
    left: auto !important;
    border-left: 10px solid #444;
    border-right: 0;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    margin: 0 auto;
    z-index: 1;
    width: 0px;
    height: 0px;
}

.dropdown-item.active, .dropdown-item:active {
    background: transparent;
    color:var(--logocolor);
}
.dropdown-item:hover{
    background-color:var(--logocolor);
    color:#fff!important;
}
.custom-margin{
    margin-top:150px;
    margin-bottom:50px;
}
.loginbox.custom-margin{
    margin-top: 170px!important;
}
.project-top{
    background-image:url('../../assets/img/projects/projects.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.projects-list h4{
    text-align:center;
}
.project-image{
    text-align:center;
}
.product-img{
    height:300px;
}
.projects-list {
    border-radius: 20px;
    position: relative;
}
 .projects-info p{
    margin-left: 22px;
}
.projects-info span.h5{
    position:relative;
}
.iconL{
    position: absolute;
    left: -25px;
}
.dt-search{
    float:right;
}
@media screen and (min-width: 1320px) and (max-width: 1440px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
}
@media(max-width:767px){
    
    .new-bg {
       background-image: url(../img/matic-group-banner-1.jpg);
        height: fit-content;
        margin-top: 33.5%;
        background-size: 170% 108%;
    }
}
.table-view {
    overflow-x: auto;
    font-size: small;
}
.modal {
    --bs-modal-width: 1010px;
}

.btn-effect:before {
    border-color: #921612;
    border-left-width: 2px !important;
    border-top-width: 2px !important;
    left: -5px !important;
    top: -5px !important;
}
.btn-effect:after {
    border-bottom-width: 2px !important;
    border-color: #921612;
    border-right-width: 2px !important;
    bottom: -5px !important;
    right: -5px !important;
}
.btn-effect {
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
}
.btn-effect:after, .btn-effect:before {
    
    -webkit-transition: all .25s !important;
    transition: all .25s !important;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px !important;
    position: absolute;
    width: 24px !important;
}
.site-button.btn-effect:after, .site-button.btn-effect:before {
    border-color: #f8a504;
}
.btn-secondary1{
    background: var(--main);
    border-color: var(--main);
    color: #fff;
    border-radius:0px!important;
    font-size:85%;
}
.btn-secondary1:hover{
    background: #000;
    border-color:#404040;
    color: #fff;
    border-radius:0px!important;
}

.banner_heading {
    color: #333333;
    font-size: 30px;
    background-color: transparent;
    padding: 0px 0px;
    letter-spacing: 1px;
    position: relative;
    margin-top: 10%;
    line-height: 37px;
    float: left;
    text-align: left;
    font-weight: normal;
    margin-bottom: 18px;
    width: 100%;
}
.ribbon {
    background-color: #971510;
    fill: #ef5e4e;
    position: relative;
    line-height: 40px;
    padding: 1px 34px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    width: 357px;
    right: 17px;
    z-index: 9;
    text-align: center;
    font-size: 16px;
    /* top: -10px; */
    top: -40px;
}
.fold.bottom.right {
    right: 5px;
    z-index: 100;
    position: absolute;
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
}
.fold.bottom.left, .fold.bottom.right {
    border-width: 12px;
    border-color: transparent #d08900 transparent transparent;
    top: 30px;
}
.fold {
    position: absolute;
    border-style: solid;
}
.fold.bottom.left {
    left: 5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.fold.bottom.left, .fold.bottom.right {
    border-width: 12px;
    border-color: transparent #97151069 transparent transparent;
    top: 30px;
}
.text-shadow{
    text-shadow: 0 1px 2px rgb(0 0 0);
}
.bannerForm form {
    margin-top: -55px;
     padding: 1em 2em 0em 2em!important;
}
.new-bg .text-danger {
    --bs-text-opacity: 1;
    color: rgb(255 240 0) !important;
}
label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size:85%;
}
.form-control {
    border-color: #e1e6eb;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 35px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px 9px 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-control:focus {
    border-color: #e1e1e1;
    
    box-shadow:none!important;
}