*{
  font-family: 'Catamaran', sans-serif;
}
.menuItems{
	background-image: url(/assets/img/menu-bg.jpg);
	background-repeat:repeat;
	background-size:cover;
	background-position:center;
}
/* .overview-image-2{
    background-image: url(/assets/img/home/Principle-Pro-Home-Page.png);
    background-repeat:repeat;
	background-size:cover;
	background-position:center;
    position: absolute;
    z-index: 999;
} */

/* .fullCoverImg {
    background-image: url(/assets/img/home/Principle-Pro-Home-Page-v2.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
} */
.text-white{
  font-family: 'Catamaran', sans-serif;
}
.portfolio-area .row{
    margin: 0;
    padding: 0;
}

.portfolio-area .col{
    margin: 0;
    padding: 0;
}

.portfolio-area img{
    width: 100%;
    height: 100%;
}

.overlay-container {
    position: relative;
    overflow: hidden; 
    /* width: 50%; */
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.8));
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }
  
  .overlay-container:hover .overlay {
    height: 100%;
  }
  
  .text {
    white-space: nowrap; 
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    /* top: 20%; */
    left: 20px;
    bottom: 10px;
    /* transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
  }
  .explore-btn{
    border: 1px solid white;
    transition: 0.5s;
  }
  .explore-btn:hover{
    background-color: black;
    color: white;
    border: 1px solid black;
  }

  .future-text{
    position: absolute;
    left: 20px;
    bottom: 10px;
    transition: bottom 0.5s ease-in-out;
    font-family: 'Catamaran', sans-serif;
  }

  .future-text p,h4{
    color: white;
    font-family: 'Catamaran', sans-serif;
  }
  .adapting-img{
    height: 500px;
    padding: 40px 0px;
  }

  .overlay-container:hover .future-text{
    bottom: 80px;
    z-index: 9999;
  }

  .overlay-container img {
    transition: transform 0.5s ease-in-out;
}

  .overlay-container:hover img{
    transform: scale(1.1);
  }

  .home_icon img{
    transition: all 0.6s ease-in-out;
  }
  .services-class-div:hover .home_icon img{
    transform: scale(-1) rotate(180deg);
  }

  /* partnerSection */

  .partner-btn{
    width: 120px;
    height: 40px;
    border: none;
    color: white;
    background-color: black;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .learn-more{
    width: 200px;
    height: 40px;
    border: none;
    color: black;
    background-color: white;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 7px 40px;
  }
 
  .learn-more:hover{
    background-color: transparent;
    border: 1px solid white;
    color: white;
  }
  .partner-section{
    height: 400px;
  }
  .offer-section h2{
    text-align: center;
    color:#0D63CD;
    padding: 20px;
  }
  .offer-section-tabs ul{
    justify-content: space-evenly;
    padding: 20px;
    font-weight: bold;
  }
  .services-class-div{
    height: 200px;
    width: 350px;
    display: flex;
    background-color: white;
    justify-content: space-around;
    border: 1px solid #F3F3F3;
    transition: 0.5s ease;
  }
  .services-class-div img{
    height: 80px;
    width: 80px;
    margin-top: 30px;
  }
  .services-class-div p{
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-align: left;
    color: rgba(50, 50, 50, 0.8);
  }
  .services-class-content{
    /* margin-left: -25px; */
    margin-top: 20px;
  }
  .services-class-content h6{
    line-height: 17px;
    font-size: 16px;
    font-family: inherit;
    font-weight: 600;
    padding: 10px 0px;
  }
  .services-class-div a{
    font-size: 12px;
  }
  .services-class-div:hover {
    background-color: #408EF2;
    color: white;
  }
  .services-class-div:hover p{
    /* background-color: #408EF2; */
    color: white;
    transition: 0.5s ease;
  }
  .services-class-div:hover a{
    /* background-color: #408EF2; */
    color: white;
    transition: 0.5s ease;
  }
  .services-class-a{
    color: white;
  }
  .services-class-a:hover{
    color: white;
  }
  .servic-div{
    display: flex;
    justify-content: center;
  }
  .read_more{
    font-size: 16px;
    color: #7b68ee;
    font-weight: bold;
  }
  .read_more_i{
    font-size: 20px;
    color: #7b68ee;
  }
  .more-services{
    /* font-size: 18px; */
    font-weight: bold;
    margin-top: 90px;
  }
  .we-offer-section{
    padding-top: 70px;
    padding-bottom: 130px;
  }
  .div-1{
    border-radius: 10px 0px 0px 0px;
  }
  .div-2{
    border-radius: 0px 10px 0px 0px;
  }
  .div-3{
    border-radius: 0px 0px 0px 10px;
  }
  .div-4{
    border-radius: 0px 0px 10px 0px;
  }
  .div_btn{
    padding-left: 70px;
    padding-right: 70px;
    margin-left: 70px;
    margin-right: 70px;
  }
  .div_btn .nav-item{
    background-color: transparent;
    width: 33.33%;
    display: flex;
    justify-content: center;
  }
 .nav-pills .nav-link{
  border-bottom: 2px solid rgba(50, 50, 50, .1);
 }
 .nav-pills .nav-link.active{
  background-color: transparent;
  color: #3f7fe7;
  border-bottom: 2px solid #3f7fe7;
 }

 .nav-link{
  color: #323232;
 }

 .nav-item button{
  width: 100% ;
  border-radius: 0 !important;
 }
  /* About Us */
  .about-us-p{
    font-family: inherit;
    font-size: 28px;
    color: #7E7E7E;
    line-height: 30px;
    font-weight: 300;
   }
   .about-h1{
    font-family: inherit;
    text-align: center;
    font-size: 60px;
    /* font-size: 70px; */
    font-weight: 600;
    color: black;
   }
   .about-p{
    font-family: inherit;
    text-align: center;
    font-size: 17px;
    color: #333;
   }
   .about-left{
    background-color:#0d63cd;
    color: white;
    font-family: inherit;
    padding: 30px;
   }
   .about-left-h1{
    font-family: inherit;
    font-size: 38px;
    font-weight: 600;
   }
   .about-left-div-a{
    font-family: inherit;
    font-size: 20px;
    color: white;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
   }
   .about-left-div-a:hover{
    color: white;
   }
   .about-left-hr{
    color: rgba(0, 0, 0, 0.22);
   }
   .about-right-p {
    top: 0px;
    font-size: 25px;
    color: white;
    padding: 20px;
    line-height: 32px;
    font-weight: 700;
   }

   /* Footer Section */

   .footer-section{
    /* height: 350px; */
    background-color: #F8F8F8;
    /* border-top: 5px solid #d8d8d8; */
   }
   .tappware_logo{
    width: 150px;
    padding-bottom: 20px;
   }
   .footer-p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    font-family: inherit;
    text-align: justify;

  }
  .our-services-header{
    font-size: 22px;
    font-family: inherit;
    padding-bottom: 15px;
  }
  .our-services-ul li a{
    font-size: 17px;
    font-family: inherit;
  }
  .our-services-ul li a:hover{
    color:gray;
  }
  .footer-info-contact-header{
    font-family: inherit;
    font-size: 22px;
    padding-bottom: 10px;
  }
  .footer-info-contact-list{
    display: flex;
    justify-content:last baseline;
    gap: 20px;
    font-size: 17px;
  }

  .ellipsis-line-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ellipsis-line-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .heading-two{
    font-size:54px !important;
    font-weight:500;
  }

  .para-two{
    line-height: 23.5px;
    font-size: 20px;
  }

  /* Contuct Section Start*/

  .contact-div1{
    background-color: orange;
    /* padding: 50px 50px; */
    padding: 30px;
    color: white;
    border-radius: 20px;
    min-height: 253px;
  }
  .contact-icon1{
    font-size: 35px;
    margin-bottom: 5px;
  }
  .contact-faq-1{
    font-size: 16px;
    font-weight: bold;
  }
  .contact-faq-2{
    font-size: 18px;
    font-weight: 200;
    line-height: 22px;
  }
  .contact-faq-3{
    font-size: 18px;
  }
  .contact-div2{
    background-color: #3f7fe7;
    padding: 30px;
    color: white;
    border-radius: 20px;
    min-height: 253px;
  }
  .office-icon1{
    font-size: 35px;
    margin-bottom: 5px;
  }
  .contact-office-1{
    font-size: 16px;
    font-weight: bold;
  }
  .contact-office-2{
    font-size: 18px;
    font-weight: 200;
    line-height: 22px;
  }
  .contact-office-3{
    font-size: 18px;
  }
  .contact-div3{
    background-color:#E72929;
    padding: 30px;
    color: white;
    border-radius: 20px;
    min-height: 253px;
  }
  .opening-icon{
    font-size: 35px;
    margin-bottom: 5px;
  }
  .contact-opening-1{
    font-size: 16px;
    font-weight: bold;
  }
  .contact-opening-2{
    font-size: 18px;
    font-weight: 200;
    line-height: 22px;
  }
  .contact-request-p1{
    color: black;
    font-size: 40px;
    font-weight: bold;

  }
  .contact-request-p2{
    color: gray;
    font-weight: 300;
    font-size: 20px;
  }
  .last_name{
    margin-top: 35px;
  }
  .form-label{
    font-weight: bold;
    font-size: 18px;
  }
  .contact-icon{
    height: 40px;
    width: 40px;
    font-size: 20px;
    border: 1px solid #1976D2;
    padding: 10px;
    border-radius: 5px;
    background-color: #1976D2;
    color: white;
    text-align: center;
  }
  .contact-p{
    font-size: 16px;
  }
  .location_card{
    box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    border-radius: 10px;
    /* background-color: #fef9e7; */
  }





  /* Contuct Section End*/
 
  /* Digital-Core-Capability Section Start */

  .digital-core-capability-section1{
    background-color: #0F9FFA;
  }
  .digital-img{
    margin-top: 65px;
  }
  .capability-section-h1{
    color: white;
    margin-top: 300px;
    /* font-family: 'Montserrat'; */
    font-family: 'Catamaran', sans-serif;
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
  }
  .digital-core-capability-section2{
    background-color: #FFFFFF;
    margin-bottom: 80px;
  }
  .overview-h1{
    /* font-family: 'Montserrat'; */
    font-size: 42px;
    font-weight: 700;
    font-family: 'Catamaran', sans-serif;
  }
  .overview-p{
    font-size: 20px;
    font-weight: 600;
    text-align: justify;
    font-family: 'Catamaran', sans-serif;
  }
  .overview-img{
    border: 5px solid #EBEBEB;
  }
  .section3-h3{
    /* font-family: 'Montserrat'; */
    font-family: 'Catamaran', sans-serif;
    font-size: 25px;
    margin-bottom: 10px;
  }
  .section3-p{
    /* font-family: 'Montserrat'; */
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: justify;
    color: #787878;
  }
  .section3-a{
    border: 1px solid black;
    padding: 8px 60px;
    color: black;
    font-size: 16px;
    font-weight: bold;
    transition: 0.5s;
  }
  .section3-a:hover{
    background-color: black;
    color: white;
  }
  /* Digital-Core-Capability Section End */

  /* Digital Transform Consultancy Section Start */
  .digital_transformation_bg{
    background-image: url('/assets/img/digital_transformation/digital_transformation.png');
  }
  .digital-Transformation-consultancy-section1{
    /* padding: 100px; */
    background-color: #7AAF56;
  }
  .digital-transformation-h1{
    margin-top: 300px;
    color: white;
    /* font-family: 'Montserrat'; */
    font-family: 'Catamaran', sans-serif;
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
  }
  .digital-tranformation-img{
    margin-top: 50px;
  }

  /* Digital Transform Consultancy Section End */
  /* Digital Operation Models Section Start */

  .digital-oparation-model-section1{
    padding: 100px 0px;
    background-color: #7AAFE5;
  }
  .oparation-section-h1{
    margin-top: 200px;
    color: white;
    /* text-align: center; */
    /* font-family: 'Montserrat'; */
    font-family: 'Catamaran', sans-serif;
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
  }

  /* Digital Operation Models Section End */
  /* Software Enginner Section Start */

  .software_engineer_section{
    margin-top: 130px;
  }
  .software_engineer_ul{
    list-style:disc;
    margin-left: 50px;
    font-size: 18px;
    font-family: inherit;
    font-weight: 300;
  }
  .software_engineer_sub_ul{
    list-style:circle;
    margin-left: 30px;
  }
  .software_engineer_h1{
    font-size: 36px;
    font-weight: 600;
    font-family: inherit;
  }
  .software_engineer_p{
    font-size: 18px;
    font-weight: 700;
    font-family: inherit;
  }
  .software_engineer_p2{
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
  }
  .software-bg{
    background-image: url('/assets/img/career/software_engineer_bg.jpg');
  }
  .software-p{
    font-size: 20px;
    color: #084990;
    font-weight: 600;
    margin-left: 10px;
  }
  /* Software Enginner Section End */

  /* Future Section Start */
  .artificial-bg{
    background-image: url('/assets/img/ai.jpg');
  }
  .edge_header_bg{
    background-image: url('/assets/img/future_bg/edge_computing.png');
  }
  .cyber_security_bg{
    background-image: url('/assets/img/future_bg/cyber-security.jpeg');
  }
  .health_ai_header_bg{
    background-image: url('/assets/img/future_bg/health_ai.jpeg');
  }
  .adapting_header_bg{
    background-image: url('/assets/img/future_bg/web3.png');
  }
  .get_in_touch{
    background-color: #A849AC;
    color: white;
    padding: 50px;
    border-radius: 10px;
  }
  .get_btn{
    background-color: #FFA500;
    padding: 7px 18px;
    border-radius: 5px;
    color: white;
    font-size: 18px;
  }
  .get-p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .edge-bg{
    background-image: url('/assets/img/future/edge.jpeg');
  }
 /* Future Section End */
  
 /* Enterprise Solution Development Section Start */

  .enterprise-bg{
    background-image: url('/assets/img/enterprise-development/enterprise-bg.png');
   
  }
  .enterprise_bg{
    background-image: url('/assets/img/enterprise-development/enterprise.jpg');
  }
  .enterprise-img-div {
    height: 500px;
    width: 500px;
    /* background-color: #005BAC; */
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
  .enterprise-img{
    padding-top: 20px;
    width: 90%;
    position: absolute;
    /* right: 180px; */
    right: 50px;
  }
  .enterprise-h1{
    font-size: 28px;
    /* font-family: 'Montserrat'; */
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    color: #0d63cd;
    /* color: black; */
    margin-bottom: 10px;
  }
  .enterprise-p{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    text-align: justify;
    /* padding-right: 80px; */
  }
  .enterprise-p2{
    font-size: 18px;
    font-weight: 300;
    text-align: center;
  }
  .emerging-div{
    position: relative;
    height: 270px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
  }
  .emerging-p{
    position: absolute;
    font-size: 32px;
    font-weight: 500;
  }
  .accordion-button{
    font-size: 18px;
    font-weight: 600;
  }
  .accordion-button:hover{
    color: #0D63CD;
  }
  .accordion-body{
    font-size: 18px;
    font-weight: 300;
  }
  .cycle-pic{
    height: 500px;
    width: 500px;
    margin-top: -50px;
  }
  .tools_technology{
    height: 350px;
    border-radius: 15px;
  }
  .flip-box-p >p{
    font-size: 16px;
    font-family: 'Catamaran', sans-serif;
  }

  .tools_table{
    box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    /* border: 3px solid black; */
    background-color: #f0f8fe;
  }

  table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  .tools_table td:nth-child(1){
    font-weight: 600;
  }

  /* .tools_card{
    width: 230px;
    height: 230px;
    padding: 10px;
    background-color: #a3b8d6;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
  }
  
  .tools_card_h4{
    font-size: 24px;
    line-height: 24px;
  }
  .tools_card_div{
    justify-items: center;
  }

.tools_card_div {
    position: relative; 
    overflow: hidden;
    border-radius: 50%;
}
.circle_text{
  color: white;
}
.overlay-custom {
    width: 230px;
    height: 230px;
    padding: 10px;
    background-color: #3c5a8d;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden; 
    transition: top 0.5s ease, visibility 0.5s; 
}

.tools_card:hover .overlay-custom {
    top: 0; 
    visibility: visible; 
    transition: top 0.5s ease;
} */


  .tools_card{
    width: 90%;
    background-color: rgba(24, 96, 240, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
  }
  .tools_img{
    width: 60px;
    height: 60px;
  }
  .tools_p{
    font-size: 18px;
    font-weight: 600;
  }
  .tools_p2{
    font-size: 16px;
  }
  .tools_div{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tools_icon{
    font-size: 18px;
    font-weight: 600;
    color: #0F9FFA;
    -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
  }
  .tools_div:hover .tools_icon{
    transform: translateX(25px);
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
  }

  /* .overlay-custom {
    width: 230px;
    height: 230px;
    padding: 10px;
    background-color:#3c5a8d;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #37517E;
    font-size: 18px;
    padding: 20px;
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    transition: bottom .9s ease; Smooth transition for bottom
  }
 .owl_carousel_div:hover .overlay-custom{
    bottom: 0 !important;
    visibility:visible;
    box-shadow: 0 0 10px 4px rgba(43, 66, 195, 0.303);
  } */

  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(odd) {
    background-color: #c2e4fb;
  }

 /* Enterprise Solution Development Section End */


 /* Research Development Section Start */

 .research-bg{
  background-image: url('/assets/img/research-development/research_development.jpg');
  }
  .research_bg{
    background-image: url('/assets/img/research-development/research02.jpg');
  }

.research_pic{
  /* border: 7px solid #EBEBEB; */
  width: 70%;
}
.research_card{
  height: 100%;
  border: 1px solid #DEE2E6;
  padding: 20px;
}
.research_icon{
  font-size: 40px;
  color: #4078BF;
}
.research_p{
  font-size: 17px;
  line-height: 22px;
}
.research_solution{
  /* text-align: center !important; */
  margin-bottom: 0 !important;
}
/* Research Development Section End */

/* UI UX Section Start */
.ux_bg{
  background-image: url('/assets/img/ui/ui.png');
}
/* UI UX Section End */
.data_analytics_bg{
  background-image: url('/assets/img/data_analytics/data_analytic.jpg');
}

/* Capacity Development Section Start */
.capacity_development_bg{
  background-image: url('/assets/img/capacity-development/projects.jpg');
}
.cloud_migraion_bg{
  background-image: url('/assets/img/service_bg/cloud_migration.jpg');
}
.dev_ops_bg{
  background-image: url('/assets/img/service_bg/devops.jpg');
}
.hosting_bg{
  background-image: url('/assets/img/service_bg/infra.jpg');
}
.qa_bg{
  background-image: url('/assets/img/service_bg/qa_images.jpg');
}
.software_bg{
  background-image: url('/assets/img/service_bg/software_maintanence.jpg');
}
.software_security_bg{
  background-image: url('/assets/img/service_bg/security.png');
}

/* Industries Background Images Section Start */
.e_goverment_bg{
  background-image: url('/assets/img/industries_bg/egoverment.jfif');
}
.health_bg{
  background-image: url('/assets/img/industries_bg/health_care.jpg');
}
.finance_bg{
  background-image: url('/assets/img/industries_bg/finance.webp');
}
.traning_bg{
  background-image: url('/assets/img/industries_bg/Training01.jpg');
}
.public_sector_bg{
  background-image: url('/assets/img/industries_bg/public.jpg');
}
.ngo_bg{
  background-image: url('/assets/img/industries_bg/ngo_img.jpg');
}
/* Industries Background Images Section End */
/* Technology Background Images Section Section Start */
.machine_learing_bg{
  background-image: url('/assets/img/technology_bg/ai.jpg');
}
.block_bg{
  background-image: url('/assets/img/technology_bg/block.jpg');
}
.iot_bg{
  background-image: url('/assets/img/technology_bg/iot.png');
}
.robotics_bg{
  background-image: url('/assets/img/technology_bg/robotics.webp');
}
.cloud_bg{
  background-image: url('/assets/img/technology_bg/cloud.png');
}
/* Technology Background Images Section Section End */

.capacity_operational{
  font-weight: 600;
  font-size: 18px;
  color: #000;
  /* font-family: 'Montserrat'; */
  font-family: 'Catamaran', sans-serif;
  text-align: justify;
}
.capacity_reasons{
  font-size: 24px;
  font-weight: 600;
  /* font-family: 'inherit'; */
  font-family: 'Catamaran', sans-serif;
}
.capacity_ul{
  margin-left: 50px;
}
.capacily_li{
  list-style: disc;
  font-size: 18px;
  font-weight: 500;
}
.capacity_operational_p{
  font-size: 18px;
  font-weight: 600;
  /* font-family: 'Montserrat'; */
  font-family: 'Catamaran', sans-serif;
}
/* Capacity Development Section End */
/* eGovernment Section Start */

.eGovernment-bg{
  background-image: url('/assets/img/technology-section/e-government-bg.jpeg');
}
.eGovernment_financial{
  font-size: 24px;
  font-weight: 600;
  /* font-family: 'inherit'; */
  font-family: 'Catamaran', sans-serif;
  color: 'inherit';
  /* text-align: justify; */
}
.eGovernment_h3{
  font-size: 18px;
  font-weight: 600;
  /* font-family: 'Montserrat'; */
  font-family: 'Catamaran', sans-serif;
  text-align: justify;
  color: #FFA500;
}
/* eGovernment Section End */
/* Health Section Start */
.health_h2{
  font-size: 24px;
  font-weight: 600;
  /* font-family: 'inherit'; */
  font-family: 'Catamaran', sans-serif;
  color: 'inherit';
}
/* Health Section End */
/* Finance Section Start */
.finance_span{
  font-size: 18px;
  font-weight: 600;
  /* font-family: 'Montserrat'; */
  font-family: 'Catamaran', sans-serif;
}
/* Finance Section End */

.blog-image{
  border-radius: 0 0 70% 44%;
  overflow: hidden;
}

.explore-section{
  color: white;
  margin-top: 150px;
  margin-bottom: 50px;
  font-family: 'Catamaran', sans-serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
}
.explore-overview{
  font-family: 'Catamaran', sans-serif;
}

.brands-item {
  height: 130px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-column{
  box-shadow: 3px 3px 10px gray;
}

.product-column p {
	font-size: 16px;
	text-align: justify;
  font-family: 'Catamaran', sans-serif;
}
.product-column ul > li{
  font-size: 16px;
  text-align: justify;
}
.products-scroll{
  overflow-y: scroll;
  height: 300px !important;

}
.products-scroll::-webkit-scrollbar{
  width: 8px;
}
.products-scroll::-webkit-scrollbar-thumb {
  background: #A8A8A8;
  border-radius: 10px;
}
.read-more::before{
    content: "";
    position: absolute;
    /* top: 0; */
    /* right: 5px; */
    display: block;
    border-radius: 28px;
    background: #a5a5a552;
    width: 30px;
    height: 30px;
    /* transition: all .3s ease; */
    left: auto;

    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;

}
.read-more:hover::before{
  width: 30px;
  background: #a5a5a552;
  /* left: 40px; */
  transform: translateX(40px);
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.scroll-card-height{
  height: 220px;
}
.scroll-card-height-product{
  height: 365px;
}
.key{
  font-size: 16px;
}
.key-product{
  font-family: 'Catamaran', sans-serif;
}
.pcare{
  font-size: 16px;
  color: #5d5d5d;
}
.product-heading {
	/* color: #0d63cd; */
  color: black;
	font-weight: 700;
  font-size: 26px !important;
  font-family: 'Catamaran', sans-serif;
  text-align: left !important;
  line-height: 28px;
}

.projects-item {
	position: relative;
	z-index: 1;
	display: block;
	text-align: left;
	padding: 25px;
	padding-bottom: 0px;
	border-radius: 5px;
	background-color: #ffffff;
	-webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	-moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	/* margin-top: 30px; */
	height: 100%;
}
.projects-item p {
	  font-size: 16px;
    margin-bottom: 15px;
    text-align: justify;
}
.projects-p{
  font-size: 16px;
  text-align: justify;
}
.projects-key{
  font-size: 16px;
}
.projects-li{
  font-size: 16px;
}

.modal_btn{
  height: 35px;
  width: 60px;
  background-color: red;
  border: none;
}
.modal_btn:hover{
  background-color: red;
}

/* .service_div_a{
  box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
} */

 /* Rotate icon section Start*/

 .rotate_card{
  position: relative;
 }
 .rotate_icon img{
  transition: all 0.6s ease-in-out;
}
.rotate_icon i{
  transition: all 0.6s ease-in-out;
}
.rotate_card:hover .rotate_icon i{
  transform: scale(-1) rotate(180deg);
}
.rotate_card:hover .rotate_icon img{
  transform: scale(-1) rotate(180deg);
}

 /* Rotate icon section End*/

.services-item {
	position: relative;
	z-index: 1;
	display: block;
	text-align: left;
	padding: 35px 30px;
  color: black;
	padding-bottom: 0px;
	border-radius: 5px;
	background-color: #ffffff;
	-webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	-moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	height: 100%;
  /* margin-top: 30px; */
}
.services-icon img{
  transition: all 0.6s ease-in-out;
}
.services-item:hover .services-icon img{
  transform: scale(-1) rotate(180deg);
}
/* .services-item:hover{
  color: black !important;
} */

.services-item h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}

.services-item p {
	font-size: 16px;
	margin-top: 15px;
    margin-bottom: 15px;
}

.flip-box {
	background-color: transparent;
	width: 100%;
	height: 270px;
	/* border: 1px solid #f1f1f1; */
	perspective: 1000px;
  }
  
  .flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
  }
  
  .flip-box-front, .flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  
  .flip-box-front {
	/* background-color: #bbb; */
	color: black;
	border-radius: 15px;
  }
  
  .flip-box-back {
	background-color: #ebebeb;
	color: black;
	transform: rotateY(180deg);
	border-radius: 15px;
	padding: 20px;
  }

  .all-services p{
	text-align: justify;
  }

  .all-industries p{
	text-align: justify;
  }

  .services-btn{
	position: absolute;
	bottom: 0;
  }

  .hover-list li{
    border-bottom: 1px solid #ff000029;
  }

  .offCanvas-btn {
    display: inline-block;
    border: none;
    text-align: left;
    background-color: transparent;
    color: #323232;
    position: relative;
}

.offCanvas-btn::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: width 1s;
    position: absolute;
    bottom: -5px; /* Adjust based on your design */
    left: 0;
}

.offCanvas-btn:hover::after {
    width: 20px;
}

.nav-link.active{
  font-weight: 700 !important;
  /* color: black !important; */
  border-bottom: 1px solid orange;
}

.accordion-item{
  background-color: transparent;
  /* border: none; */
}
.accordion-button{
  background-color: transparent;
}

.accordion-button:not(.collapsed){
  background-color: transparent;
}

/* Remove borders from accordion items */
/* .accordion-flush .accordion-item {
  border: none;
} */

/* Remove borders from accordion headers */
/* .accordion-flush .accordion-header {
  border: none;
} */

/* Remove borders from accordion buttons */
/* .accordion-flush .accordion-button {
  border: none;
} */

/* Remove borders from accordion button focus and active states */
.accordion-flush .accordion-button:focus,
.accordion-flush .accordion-button:not(.collapsed) {
  border: none;
  box-shadow: none;
}

/* Remove borders from accordion collapses */
/* .accordion-flush .accordion-collapse {
  border: none;
} */

/* Remove borders from accordion bodies */
/* .accordion-flush .accordion-body {
  border: none;
} */

.accordion-body li a{
  font-size: 16px;
}

.accordion-button.except::after {
  display: none !important;
}

.breadcrumb-item{
  background-color: white;
  padding:10px;
}

.text-justify{
  text-align: justify;
}
/* Home Section Responsive Start */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-section {
      min-height: auto !important;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-section {
      height: auto !important;
      min-height: 0vh !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home-section {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
     
  }
}
@media only screen and (max-width: 767px) {
  .home-section {
      min-height: auto !important;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
  }
}
/* Home Section Responsive End */

/* Map Location Responsive Section Start*/
@media only screen and (max-width:1200px){
  .map_location{
    height: 350;
    width: 500px;
  }
}
@media only screen and (max-width:1000px){
  .map_location{
    height: 250px;
    width: 480px;
  }
}

@media only screen and (max-width:990px){
  .map_location{
    height: 300px;
    width: 300px;
  }
}
@media only screen and (max-width:768px){
  .map_location{
    height: 300px;
    width: 300px;
    margin-left: 35px;
  }
}
/* Map Location Responsive Section End*/