
/*.main-menu>li>a:after {
    position: absolute; left: 10px; bottom: 31px; content: "\eb5c"; font-family: "icofont"; color: #ab2727; font-size: 10px;opacity: 0; transform: translateX(-20px);-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;
}*/

/*	font-weight:800;*/
.about-content .btn-about{
	color:#000000 !important;

}
.about-content .btn-about:hover{
	color:#ab2727 !important;
}
.icon-box__info h5:hover{
	color:#ab2727 !important;
}
/*.stretched-link::after{
	background-color: #ab2727 !important;
    opacity: 0.5 !important;
}*/
.client-name{
	color:#ab2727 !important;
}
.service-item .service-content{
	background-color: #ab2727 !important;
    opacity: 0.8 !important;
}

.blog-content h2 a:hover{
   color:#ab2727 !important;
}
.btn-outline{
	border: 2px solid #ab2727 !important;
    color: #ab2727 !important;
}
.btn-outline:hover {
    background-color: #ab2727 !important;
    color: #fff !important;
}
.Button-Outline-Secondary:hover{

background-color:#fff !important;
color:#ab2727 !important;

}

.Button-Outline-First{
	color:#000000 !important;
	border:2px solid #000000 !important;
}.Button-Outline-First:hover{
	background-color:#000000 !important;
color:#fff !important;
}
.header-area.sticky .main-menu>li.has-submenu:after{
	color: #fff;
    content: '\f107';
    font-size: 16px;
    line-height: 1;
    font-family: FontAwesome;
    position: absolute;
    right: -5px;
    top: 0
}
.header-area.sticky .submenu-nav>li>a:after{
	background-color: #ab2727 !important;
}
.erp-imp{
	height: 369px !important;
}
.page-header-area .page-header-content-inner h2{
	    margin-top: -52px !important;
}
.email-info{
	color: #000000 !important;
}
.tel-no{
	color: #000000 !important;
}
.pricing-plan-service .btn-service{
	border-radius: 6px;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-service{
	border: 2px solid #ab2727;
    border-radius: 100px;
    color: #ab2727;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 55px;
}
.pricing-plan-service a:hover{
	
    color: #fff;
	background-color: #ab2727 !important;
}
.pricing-plan-service{
	text-align:center;
	padding-top:50px;
}
.service-contents p{
	text-align:justify !important;
}
.business-page{
	
	background-color: #fff !important;
	padding-bottom: 50px;
}
.aboutss-content{
	margin-top: 50px;
	margin-left: 80px;
	margin-right: 80px;
	font-weight: 600;
	font-size: 17px;
}
.abt-content{
	margin-left: 72px;
	margin-right: 40px;
	margin-bottom:50px;
	    margin-top: 50px;
}
.custom-contents{
	
	margin-top: 50px;
	margin-bottom: 50px;
	
}
.cus-dev{
   padding-left: 20px;
}  
.cust-contents{
	padding-top: 85px;
} 
.digital-contents{
	text-align:justify;
}

.cus-dev ul {

  padding: 20px;
}

.cus-dev ul li {
  margin: 5px;
}
.custt-contents{
	padding-top: 10px;
	text-align: justify;
}

.img-center{
	    padding-top: 93px ;
}

.custtt-contents{
	padding-top:10px;
}
.tech-contents{
   padding-top:200px;	
}
.techh-contents{
	padding-top: 154px;
}
.main-menu>li.has-submenu .submenu-nav-mega .mega-menu-item h5 a {
	color:#ab2727 !important;
}
.email-info-con{
	color:#fff !important;
}
.tel-no-con{
	color:#fff !important;
}
.map-container{
overflow:hidden;
padding-bottom:75.25%;
position:relative;
height:0;
margin-top: 30px;


}
.map-container iframe{
left:0;
top:0;
height:300px !important;
width:465px;
position:absolute;
}
.single-input-item select{
    border: 1px solid #eee;
    color: #151515;
    font-weight: 500;
    display: block;
    outline: 0;
    padding: 15px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;	
}
.contact-map {
	background-color:#fff !important;
}
.abt-page{
	    margin-top: -90px;
}
.space-tech{
	margin-top: 70px;
	margin-bottom: 70px;
}

.error {
  color: #ff0000;
}
label.error {
  color: #ff0000;
  width:100%;
  font-size:14px !important;
}
.creative-team{
      padding-top: 50px;
    padding-bottom: 50px;
}
.gallery-page{
	margin-top:50px;
	margin-bottom:150px;
}
.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.myImg:hover {opacity: 0.7;}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 600px;
}
/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
.cus-img{
margin-left: 32px;	
} 
.uipath-logo{
	margin-top: 60px;
} 

.share-point{
	margin-top: 60px;
}   
.img-web1{
    padding-left: 357px;
    padding-right: 69px;
}
.img-web2{
    padding-right: 420px;
}
.sp-service {
	padding-top:40px;
	padding-bottom:40px;
}



@media only screen and (max-width: 575.98px)
{
.abt-page .first-ptag p{
    padding-top: 68px;
}
.abt-page p{
    padding-top: 10px;
}
.abt-content {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-top: -44px;
}
.digital-contents{
	padding: 10px;
}
.cus-dev {
    padding-left: 0px;
}	
.mob-response img {
	width: 328px;
    height: 254px;
    padding-left: 30px;
}
.uipath-logo img {
	width: 200px !important;
    height: 79px !important;
}
.custt-contents{
    text-align: justify;
}
.cus-img{
	text-align: center;
}
.img-web1{
	padding-left: 111px;
    padding-right: 69px;
    text-align: center;
}
.img-web2 {
    padding-right: 10px;
}
.sticky .header-action [class*=btn-]{
  color: #fff !important;
}
}
@media only screen and (max-width: 991.98px) and (min-width: 768px){
.abt-page{
	margin-top: -5px;
    text-align: justify;
}
.map-container iframe{
   width: 690px;
}	
}
.erp-item{
	background-color: hidden !important; 
}
.erp-training{
	margin-top: 30px;
}
.tech-ios{
    margin-top: 50px;
    text-align:justify;	
}