/*
	Template Name: BizCraft Responsive HTML5/CSS3 Template
	Author: themefisher
	Author URI: http://themefisher.com
	Description: BizCraft Responsive HTML5/CSS3 Template.
	Version: 1.0
*/
/* Table of Content
==================================================
1.	Global Styles
2. 	Typography
3. 	Common Styles
4.	Header area
5.	Slideshow
6.	Services and Features
7.	Image Block
6.	About (Landing and Featured Tab)
9.	Portfolio
10.	Counter
11.	Team
12.	Pricing
13.	Testimonial
14. Video block
15.	Recent Post
16. Clients
17. Twitter
18. Contact
19. Footer
20. Copyright
21. Sub pages
22. Blog
23. Landing page
24.	Style Swithcer (you can delete the css) */

html
{
  scroll-behavior: smooth;
}
body, p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'JaapokkiRegular';
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

h1, .h1 {
  font-size: 36px;
  line-height: 48px;
}

h2, .h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

h3, .h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

h4, .h4 {
  font-size: 18px;
  line-height: 28px;
}

h5, .h5 {
  font-size: 14px;
  line-height: 24px;
}

.icon-xl {
  font-size: 200px;
}

.btn.btn-primary {
  color: #323232;
  border-radius: 50px;
  padding: 10px 30px;
  background: none;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

/* .btn.btn-primary:hover {
  color: #fff;
} */

.btn.btn-primary.white {
  border: 2px solid #fff;
  color: #fff;
}

.btn.btn-primary.white:hover {
  border: 2px solid transparent;
}

.btn.btn-primary.square {
  border-radius: 0;
  color: #fff;
}

.btn.btn-primary.solid {
  color: #fff;
}

.btn.btn-primary.solid.blank:hover {
  color: #333;
}

.btn.btn-primary.solid:hover {
  background: none;
}
#back-to-top
{
  position: fixed;
  right: 0;
}
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #6A6A6A;
  background: #fff;
}

h1,
h2,
h3 {
  color: #323232;
}

.body-inner {
  position: relative;
  overflow: hidden;
}

a:link,
a:visited {
  text-decoration: none;
}

a
{
  color: #323232;
}
a:hover {
  text-decoration: none;
  color: #323232;
}

a.read-more {
  color: #323232;
}

section {
  /* padding: 80px   0; */
  position: relative;
}

.ts-padding {
  padding: 50px;
}

.p-0 {
  padding: 0;
}

.media > .float-left {
  margin-right: 20px;
}

.heading {
  padding-bottom: 50px;
  margin-top: 10px;
  transition: all 0.3s ease 0s;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-40 {
  clear: both;
  height: 40px;
}


.gap-20 {
  clear: both;
  height: 20px;
}

a:focus {
  outline: 0;
}

ul.circle,
ul.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.circle li {
  position: relative;
  margin-left: 30px;
  padding-bottom: 20px;
}

ul.circle li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 8px;
  line-height: 8px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  position: absolute;
  left: -33px;
  top: 5px;
}

ul.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.check-list li {
  margin-bottom: 5px;
}

ul.check-list li i {
  margin-right: 10px;
  font-size: 14px !important;
}

ul.arrow li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
}

blockquote p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-style: italic;
  color: #959595;
}

blockquote {
  margin: 20px 0;
  padding: 10px 20px;
}

/* Common styles

================================================== */
/* Angle */
.angle:before {
  background: #fff;
  content: "";
  height: 75px;
  top: -37px;
  position: absolute;
  width: 100%;
  z-index: 2;
  -webkit-transform: skew(0deg, 2deg);
          transform: skew(0deg, 2deg);
}

.portfolio.angle:before {
  background: #f5f5f5;
}

.portfolio.angle {
  padding-bottom: 120px;
}

.clients.angle {
  padding: 120px 0;
}

/* Parallax */
.parallax {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: fixed !important;
  padding: 110px 0;
  color: #fff;
  position: relative;
}

.parallax h2,
.parallax h3 {
  color: #fff;
  margin-top: 0;
}

.parallax .btn {
  color: #fff;
}

.parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/overaly.png);
}

.parallax h3 {
  margin-bottom: 30px;
}

.parallax .btn.solid {
  margin-left: 10px;
}

/* Deafult title */
.title-icon {
  font-size: 32px;
  margin-right: 15px;
  margin-top: 9px;
  color: #959595;
}

.title-icon.classic {
  margin-top: 0;
}

.title {
  position: relative;
  margin: 0;
  line-height: 32px;
  border-left: 2px solid #e7e7e7;
  display: inline-block;
  padding-left: 15px;
  transition: all 0.3s ease 0s;
}

.title.classic {
  line-height: 40px;
  height: 34px;
}


/* Title style 2 */
.title2 {
  position: relative;
  margin-top: 30px;
}

.title2:after {
  content: '';
  width: 150px;
  left: 50%;
  margin-left: -75px;
  top: 50%;
  height: 3px;
  background: #dedede;
  position: absolute;
}

.title2 .title-desc {
  padding-top: 30px;
}

/* Title border */
.title-border {
  line-height: normal;
  margin-top: 0;
}


/* Icon pentagon */
.icon-pentagon {
  display: inline-block;
  width: 40px;
  position: relative;
  color: #fff;
  transition: all 0.3s ease 0s;
}

/* changes done at 30-08-2024 */
/* .icon-pentagon:hover {
  color: rgba(0, 0, 0, 0.5);
} */

.icon-pentagon:before {
  border-left: 20px solid rgba(0, 0, 0, 0);
  border-right: 20px solid rgba(0, 0, 0, 0);
  top: -10.5px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.icon-pentagon:after {
  border-left: 20px solid rgba(0, 0, 0, 0);
  border-right: 20px solid rgba(0, 0, 0, 0);
  bottom: -10px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.icon-pentagon i {
  font-size: 24px;
  line-height: 24px;
}

.service-icon {
  height: 46px;
  width: 90px;
  margin-bottom: 50px;
}

.service-icon:before {
  border-left: 45px solid rgba(0, 0, 0, 0);
  border-right: 45px solid rgba(0, 0, 0, 0);
  top: -30px;
}

.service-icon:after {
  border-left: 45px solid rgba(0, 0, 0, 0);
  border-right: 45px solid rgba(0, 0, 0, 0);
  bottom: -30px;
}

.service-icon i {
  font-size: 36px;
  line-height: 46px;
}

/* Carousel controller */


.ts-carousel-controller .left:hover,
.ts-carousel-controller .right:hover,
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
  color: #fff;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  display: inline-block;
}



/* Main navigation */
.navbar {
  padding: 0;
}
.navbar-toggler
{
  transition: 2s;
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #333;
}

.navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: bold;
  /* padding: 19px 16px 10px !important; */
  padding: 20px 15px 18px !important;
  transition: .2s ease;
  font-size: 14px;
}

@media (max-width: 991px) {
  .navbar-nav .nav-link {
    padding: 10px !important;
  }
}



/*-- Header style 1 --*/
@media (max-width: 991px) {
  .header {
    background: #191919;
    box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 991px) {
  .header .navbar {
    padding: 16.5px 0;
  }
}

.header-solid {
  background: #191919;
  box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}


/* Header Style - 4

================================================== */
.header4 {
  background: #fff;
  box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.header4 .navbar-brand {
  background: transparent;
}

.header4 .navbar-toggler {
  background: transparent;
}

/* Slideshow

================================================== */
/*-- Main slide --*/
.overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/overaly.png);
}


/* Services

================================================== */
.service {
  padding-top: 40px;
}


.service-content {
  margin-top: 40px;
}

.service-content h3 {
  font-size: 16px;
}


/* Image Block

================================================== */

.img-block-right {
  padding-right: 140px;
}

.img-block-head h2 {
  font-size: 18px;
  line-height: normal;
  margin: 5px 0 0 0;
}

.img-block-head h3 {
  font-size: 40px;
  line-height: 100%;
}

.image-block-content {
  padding: 0 50px;
  margin-bottom: 30px;
}

.image-block-content .feature-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
}

.image-block-content .feature-content {
  padding-left: 85px;
}

.image-block-content .feature-content h3 {
  margin-bottom: 0;
}


/* Twitter

================================================== */
.ts_twitter {
  padding: 100px 0;
}

.twitter-feed .twitter-icon i {
  font-size: 78px;
  color: #1dcaff;
}

.twitter-feed .tweet a {
  color: #1dcaff;
}

.twitter-feed .tweet a:hover {
  color: #000;
}

.twitter-feed .tweet p {
  font-size: 18px;
  font-style: italic;
  padding-top: 20px;
}


/* Footer

================================================== */
.footer {
  padding: 30px 0 70px;
  background: url(../images/footer-bg_3_blurred.webp) no-repeat center 0;
  /* background: #2e2e2e url(../images/footer-bg.jpg) no-repeat center 0; */
  background-size: cover;
  color: #fff;
  height: auto;
  width: 100%;
  font-size: 14px;
}
.footer-logo img
{
  filter: blur(0px);  
  height: 100px;
  -webkit-filter: blur(0px);  
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-map {
  padding-bottom: 10px;
}


.footer .widget-title {
  color: #fff;
}

.footer .social-icon {
  padding: 10px 0 0px;
}


/* Footer links */
.footer ul li {
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer ul.arrow li {
  width: 50%;
  float: left;
}

ul.arrow li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
}

.footer ul li a {
  color: #fff;
}

/* Copyright

================================================== */
#copyright {
  padding: 70px 0;
  background: #191919;
  color: #fff;
}

.copyright-info {
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  max-width: 850px;
  margin: 0px auto 0;
  padding-top: 15px;
  /* margin-bottom: 10px; */
}

.copyright.angle:before {
  background: #191919;
  height: 50px;
  top: -25px;
  -webkit-transform: skew(0deg, -2deg);
  transform: skew(0deg, -2deg);
}

.footer-social {
  position: relative;
  z-index: 10;
}

.footer-social .icon-pentagon i {
  font-size: 16px;
}


#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

#back-to-top.affix {
  bottom: 60px;
}

#back-to-top .btn.btn-primary {
  border-radius: 100%;
  padding: 0;
  font-size: 18px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid transparent;
  color: #fff;
  opacity: .5;
}

#back-to-top .btn.btn-primary:hover {
  color: #fff;
  opacity: 1;
}

/* Sub pages

================================================== */
/* Banner area */
#banner-area {
  position: relative;
  margin-bottom: 10px;
}

#banner_img
{
  height: 180px;
  width:100%;
  background-size: 100% 100%;
}
.banner-title-content {
  position: absolute;
  top: 60%;
  width: 100%;
  height: 70%;
}

.banner-title-content h1 {
  color: #fff;
  font-size: 36px;
}

@media (min-width:0px) and (max-width:399px)
{
  .banner-title-content h1 {
    margin-top: -30px;
  }  
}

/* Responsive styles

================================================== */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */

/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  /* Common */
  .parallax {
    padding: 60px 0;
  }
}

/* Small Devices Potrait */
@media (max-width: 767px) {
  /* Common */
  .parallax {
    padding: 60px 0;
  }
  h2 {
    font-size: 28px;
  }
  /* About */
  .about {
    padding-top: 40px;
  }
  .about.angle:before {
    position: relative;
  }
  /* Service */
  .service-content {
    display: inline-block;
    margin-bottom: 30px;
  }
  /* Copyright */
  .copyright-info {
    font-size: 13px;
  }
  #back-to-top {
    right: 20px;
  }
  #back-to-top.affix {
    bottom: 20px;
  }
}


/*new changes*/

.container-fluid:hover
{
  border: 1px solid red;
}

.add_underline {
  position: relative;
  display: inline-block; 
}
.add_underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px; 
  width: 100%;
  height: 2px; 
  background-color: #007bff; 
}

.career_description
{
  height: auto;
  padding: 20px;
  width: 100%;
  padding-right: 30px;
  color:#000;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: inset 0 0 1px #cccccc, inset 0 0 20px #e6e6e6, 0 0 10px #cccccc;
}
.skills_required
{
  font-size: min(5.5vh,20px);
  margin-bottom: max(1vh,15px);
}
.career_description ul li
{
  margin-left: -10px;
  font-size: min(5vh,17px);
  list-style: none;
  margin-bottom: max(1vh,15px);
}
.detailed_career_description_head
{
  line-height: 1.2;
  margin-top: min(1vh,10px);
  font-size: min(6.5vh,25px);
}
.fa-check
{
  margin-right: 10px;
  text-shadow: 0 0 2px #191919;
}
.fa-briefcase,.fa-check-square-o
{
  margin-right: 10px;
}
#hiring_tagline
{
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 10px;
  margin-left: 20px;
}



/* Product.html */
.Products_main
{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.product_img img
{
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 1px #303030, 0 0 5px #d9d9d9, 0 0 20px #f2f2f2;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
.products_new
{
  box-shadow: 0 0 1px #303030, 0 0 5px #d9d9d9, 0 0 20px #f2f2f2;
  border-radius: 10px 10px 10px 10px;
  transition: 0.3s;
  cursor: pointer;
}
.product_content ul li
{
  list-style: none;
}
.product_content a
{
  color: blue;
  float: right;
}
.fa-check
{
  color:  #008000;
}
.more
{
  height: 25px;
}
.more a
{
  margin-right: 10px;
  margin-bottom: 10px;
  float: right;
  color: blue;
}
.product_img img
{
  border-radius: 10px 10px 0 0;
}
.products_new
{
    box-shadow: 0 0 1px #303030, 0 0 5px #d9d9d9, 0 0 20px #f2f2f2;
    border-radius: 10px 10px 10px 10px;
    transition: 0.3s;
}
.product_content ul li
{
  margin-left: -20px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.more
{
  width: 100%;
  margin-left: 0px;
  font-size: 2.5vw;
  margin-top: 30px;
}
.cn1
{
  height: auto;
  padding-left: 10px;
  transition: 1s;
  padding-top: 10px;
  margin-bottom: 20px;
  /* border:1px solid rgba(0,0,0,0.7); */
  box-shadow: 0 0 5px rgba(200,200,200,0.6), 0 0 2px rgba(50,50,50,0.4) inset;
  border-radius: 5px;
}  
.cn1_content
{
  /* border:1px solid green; */
  height: auto;
  margin-top: 4px;
  margin-bottom: 10px;
}
.cn1:hover .fa-map-marker,.cn1:hover .fa-phone, .cn1:hover .fa-mobile,
.cn1:hover .fa-envelope-o, .cn1:hover .fa-compass
{
  transform: scale(1.15);
}
.cn1_content p
{
  margin-bottom: 2px;
}

@media(min-width:900px)
{
  .Products_main
  {
    padding-left: 30px;
    display: inline-flex;
  }
  .products_new
  {
    margin-right: 30px;
    width: 31%;
    height: auto;
  }
  .product_img
  {
    width: 100%;
    height: 200px;
  }
  .product_content
  {
    padding-top: 10px;
    width: 100%;
    height: 350px;
    line-height: 1.5;
    font-size: min(1.2vw,16px);
  }
  .more
  {
    font-size: 17px;
  }
}

@media(min-width:0px) and (max-width:899px)
{
  
  .Products_main
  {
    display: grid;
    grid-template-columns: auto;
    padding-left: 30px;
  }
  .products_new
  {
    margin-right: 30px;
    width: 100%;
    height: 500px;
  }
  .product_img
  {
    width: 100%;
    height: 200px;
  }
  .product_content
  {
    padding-top: 10px;
    width: 100%;
    height: auto;
    line-height: 1.5;
    font-size: 25px;
  }
  .product_img img
  {
    border-radius: 10px 10px 0 0;
  }
}
@media(min-width:700px) and (max-width:899px)
{
  .product_img
  {
    width: 100%;
    height: auto;
  }
  .product_content
  {
    height: auto;
    font-size: 2.5vw;
  }
  .products_new
  {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
  }
  .logoimg
  {
    width: 170px;
    height: auto;
  }
  .fa-bars
  {
    float: right;
  }
}
@media (min-width:400px) and (max-width:699px) {
  .product_img
  {
    width: 100%;
    height: auto;
  }
  .product_content
  {
    height: auto;
    font-size: 2.5vw;
  }
  .products_new
  {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
  }
  .logoimg
  {
    width: 70px;
    height: auto;
  } 
}

  @media (min-width:0px) and (max-width:399px) {
    .product_img
    {
      width: 100%;
      height: auto;
    }
    .product_content
    {
      height: auto;
      font-size: 10px;
    }
    .products_new
    {
      width: 90%;
      height: auto;
      margin-bottom: 20px;
    }
    .logoimg
    {
      width: 70px;
      height: auto;
    }
    .more
    {
      font-size: 10px;
    }
}

.applyline
{
  font-size: 17px;
}
.cnhead
{
  width: 100%;
  height: auto;
  font-size: 30px;
  margin-bottom: 20px;
  padding: 20px;
  font-weight: bold;
  background-color: #e6e6e6;
  /* border:1px solid red; */
}
.cncontent
{
  padding: 15px 30px;
}
@media (min-width:800px) 
{
  .cncontent_divs
  {
    display: grid;
    margin-left: 20px;
    grid-template-columns: auto auto;
  }
  .cn1
  {
    width: min(32vw,440px);
  }  
  .cn1_content
  {
    padding-right: 10px;
    padding-left: 15px;
  }
  .phone_mobile
  {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width:0px) and (max-width:799px) 
{
  .cncontent_divs
  {
    display: grid;
    margin-left: 0px;
    grid-template-columns: auto;
  }
  .cn1
  {
    width: min(auto,440px);
  }  
  .cn1_content
  {
    padding-left: 40px;
    padding-right: 10px;
  }
}

.fa-map-marker,.fa-phone,.fa-mobile,.fa-envelope-o,.fa-compass
{
  transition: 1s;
}
.fa-map-marker
{
  color: #cc8800;
}
.fa-phone
{
  margin-left: 2px;
  color: #004080;
}
.fa-envelope-o
{
  color:#006666;
}
.fa-compass
{
  color: #004d66;
}



/* index page updated changes */

/* Css Code For Home Page*/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #f4623a;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #f4623a;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 244, 98, 58;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Merriweather, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #f4623a;
  --bs-link-hover-color: #c34e2e;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}



h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  line-height: 1.2;
}

h6, .h6 {
  font-size: 1rem;
}

html {
  height: 100%;
  scroll-padding-top: calc(4.5rem - 1px);
}

body {
  width: 100%;
  height: 100%;
}

.page-section {
  padding: 8rem 0;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.btn-xl {
  padding: 1.25rem 2.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
  background-color: #334f96;
}

hr.divider {
  height: 0.2rem;
  max-width: 3.25rem;
  margin: 1.5rem auto;
  background-color: #f4623a;
  opacity: 1;
}

hr.divider-light {
  background-color: #fff;
}

.banner-div{
  background:linear-gradient(90deg, rgba(20,20,20,0.2),rgba(20,20,20,0.9),rgba(20,20,20,0.9),rgba(20,20,20,0.9),rgba(20,20,20,0.2));
  /* background:linear-gradient(90deg, rgba(20,20,20,0.2),rgba(20,20,20,0.7),rgba(20,20,20,0.9),rgba(20,20,20,0.7),rgba(20,20,20,0.2)); */
  margin: 5% 0;
  padding: 20px;
  border-radius: 8px;
  height: auto;
}


header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  height: auto;
  background:  url("../images/home_img.webp");
  /* background:  url("../images/home_img2.webp"); */
  /* back */
  background-size: 100% 100%;
}
header.masthead h1, header.masthead .h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
}

.swow
{
  word-wrap: break-word;
  box-shadow: 0 7px 15px 1px rgb(180,180,180);
}
.swow .icon-pentagon
{
  background-color: #0080ffe2;  
}
.swow
{
  border-radius: 20px;
}

.fa-info-circle
{
  color: #4d3300;
}
.fa-briefcase
{
  color: #333300;
}
.fa-diamond
{
  color: #0099e6;
}
.fa-pagelines
{
  color: green;
}

/* about us new page starts */
.dropdown_list
{
  height: auto;
  width: 200px;
  /* border:1px solid green; */
  margin-top: -110px;
  box-shadow: 0 0 5px rgb(200,200,200);
  border-radius: 10px;
  position: fixed;
  display: none;
  padding: 10px;
  background-color: rgba(243,243,243,0.6);
  margin-left: 660px;
}
.dl
{
  margin-bottom: 10px;
  border-radius: 10px;
  background: linear-gradient(#ffffff,#d9d9d9);
  padding: 7px;
  color: black;
  cursor: pointer;
  box-shadow: 0 1px 1px #66e0ff, 0 -2px 1px #b3f0ff;
}
.dl:hover
{
  background: linear-gradient(#00cccc,#007399);
  color: white;
}
.fa-angle-down
{
  margin-left: 10px;
  transition: 1s;
}
.whoweare
{
  width: 100%;
  height: auto;
  /* border: 1px solid red; */
  line-height: 2;
  padding: 10px;
  margin-top: 30px;
}
.fa-eye
{
  color: #664400;
}
.whoweare h2
{
  margin-left: 10px;
  text-transform: capitalize;
}
.whoweare_content
{
  margin-top: 30px;
  height: auto;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  /* border: 1px solid blue; */
}
.our_img
{
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 5px #999999, 0 0 20px #e6e6e6;
  background-image: url(../images/whoweare.jpg);
}
.whoweare_content .content
{
  height: 100%;
  padding-top: 20px;
  font-size: 17px;
  padding-right: 30px;
  display: flex;
  justify-items: center;
  text-align: justify;
  border-radius: 20px;
  /* border:1px solid black; */
  color: #332200;
  box-shadow: 0 0 5px #999999, 0 0 20px #e6e6e6;  
}
.whoweare_content .content ul
{
  list-style: none;
}
.vision
{
  width: 100%;
  height: auto;
  padding: 10px;
    /* border:1px solid green; */
}
.vision_content
{
  height: 100%;
  padding: 20px;
  line-height: 1.8;
  border-radius: 10px;
  /* border:1px solid black; */
  box-shadow: 0 0 10px rgba(200,200,200,1);
}
.vision_features
{
  height: 100%;
  font-size: 17px;
  line-height: 2;
  padding: 10px;

  border-radius: 10px;
  box-shadow: 0 0 10px rgba(200,200,200,1);
  /* border: 1px solid red; */
}
.fa-cog
{
  color: #996600;
}
.fa-line-chart
{
  color: #336600;
}
.fa-handshake-o
{
  color: #004d4d;
}
.fa-users
{
  color: #39004d;
}
.vision_features .fa
{
  width: 20px;
  margin-right: 20px;
}
.vision_features h3
{
  padding: 10px;
  background: linear-gradient(#f2f2f2,#e6e6e6);
  border-radius: 10px;
  text-transform: capitalize;
}
.vision_features ul
{
  list-style: none;
  margin-left: -10px;
}
.whatwedo
{
  margin-top: 30px;
  width: 100%;
  padding: 20px;
  height: auto;
  color: black;
  /* border:1px solid red; */
}
.whatWeDo_content_inner
{
  box-shadow: 0 0 10px rgba(200,200,200,1);
  padding: 20px;
  text-align: justify;
  line-height: 1.5;
  border-radius: 20px;
}
.whatWeDo_content_inner2
{
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(200,200,200,1);
}
.whatWeDo_content_inner2 h3
{
  padding: 10px;
  background: linear-gradient(#f2f2f2,#e6e6e6);
  border-radius: 10px;
  text-transform: capitalize;
}
.fa-check-square-o
{
  margin-right: 20px;
}
.keyComponents
{
  margin-top: 30px;
  width: 100%;
  padding: 20px;
  height: auto;
  /* border:1px solid red; */
}
.kc
{
  background-color: white;
  padding: 20px;
  border: 2px solid #e2e2d0;
  margin-bottom: 20px;
  margin-right: 20px;
  box-shadow: 0 0 10px #d8d8c0;
  border-radius: 10px;
}  
.whatwedo,.whoweare,.vision,.whatwedo,.keyComponents
{
  font-size: 18px;
  border-radius: 20px;
  box-shadow: 0 0 10px #e6e6e6;
  color: black;
}

@media (min-width:992px)
{ 
  .dropdown_list
  {
    z-index: 2;
  }
  .whoweare_content
  {
    display: inline-flex;
  }
  .our_img
  {
    width: 300px;
    height: auto;
    /* border:1px solid green; */
    margin-right: 20px;
  }
  .whoweare_content .content
  {
    width: calc(100% - 300px);
  }
  .vision
  {
    margin-top: 30px;
  }
  .vision_divs
  {
    display: inline-flex;
    height: 450px;
    width: 100%;
  }
  .vision_content
  {
    width: 65%;
    margin-right: 20px;
  }
  .vision_features
  {
    width: 35%;
  }

  .whatWeDo_content
  {
    display: inline-flex;
  }
  .whatWeDo_content_inner
  {
    width: 50%;
    margin-right: 20px;
  }
  .whatwedo ul li
  {
    color: #001a00;
    line-height: 1.5;
    margin-right: 20px;
    list-style: none;
  }

  .kc_super
  {
    display: grid;
    grid-template-columns: auto auto;
  }
  .whatwedo,.vision,.keyComponents
  {
    display: none;
  }
}


@media (min-width:0px) and (max-width:991px)
{
  .dropdown_list
  {
    z-index: 4;
  }
  .fa-angle-down
  {
    display: none;
  }
  .whoweare_content
  {
    display: block;  
  }
  .our_img
  {
    width: 100%;
    height: 200px;
    /* border:1px solid green; */
    margin-bottom: 20px;
  }
  .whoweare_content .content
  {
    font-size: 15px;
    width: 100%;
    text-wrap: wrap;
  }
  .vision
  {
    margin-top: 20px;
  }
  .vision_divs
  {
    height: auto;
    width: 100%;
  }
  .vision_content
  {
    width: 100%;
    font-size: 15PX;
    margin-bottom: 20px;
    text-align: justify;
  }
  .vision_features
  {
    font-size: 15PX;
    width: 100%;
  }

  .whatWeDo_content
  {
    font-size: 15px;
    display: block;
  }
  .whatWeDo_content_inner
  {
    width: 100%;
    margin-bottom: 20px;
  }
  .whatWeDo_content_inner2 ul
  {
    padding-left: 10px;
    padding-right: 10px;
  }
  .whatwedo ul li
  {
    color: #001a00;
    line-height: 1.8;
    list-style: none;
    margin-left: 0px;
  }
  .kc_super
  {
    display: grid;
    grid-template-columns: auto;
  }
  .kc
  {
     margin-right: 0;
  }
  .whatwedo,.whoweare,.vision,.whatwedo,.keyComponents
  {
    font-size: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px #e6e6e6;
    color: black;
  }
  .whatwedo,.vision,.whatwedo,.keyComponents
  {
    display: block;
  }
}

/* contact us */
.contact_us
{
  width: 100%;
  height: auto;
  /* border:1px solid red; */
  padding:20px;
  margin-bottom: 20px;
}
.contact_img,.contact_desc
{
  height:auto ;
  /* border:1px solid blue; */
  box-shadow: 0 0 5px rgba(200,200,200,0.6), 0 0 2px rgba(50,50,50,0.4) inset;
  border-radius: 5px;

}
.contact_img img
{
  width: 100%;
  height: max(100%,340px);  
}
.cin
{
  /* border:1px solid green; */
  margin-bottom: 20px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 5px rgba(200,200,200,0.6), 0 0 2px rgba(50,50,50,0.4) inset;
    border-radius: 5px;
}

@media(min-width:1200px)
{
  .contact_us
  {
    display: inline-flex;
  }
  .contact_img
  {
    width: 50%;
    margin-right: 20px;
  }
  .contact_desc
  {
    width: 50%;
  }
  .contact_desc_items
  {
    padding-left: 17px;
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
  }
  .cin
  {
    /* border:1px solid green; */
    width: 94%;
    margin-right: 20px;
  }
}

@media(min-width:0px) and (max-width:1199px)
{
  .contact_us
  {
    display: block;
  }
  .contact_desc
  {
    padding-bottom: 5px;
  }
  .contact_img
  {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact_desc
  {
    width: 100%;
  }
  .cin
  {
    margin-left: 20px;
    /* border:1px solid green; */
    width: calc(100% - 40px);
  }
}

/* careers */
.careers
{
  width: 100%;
  height: auto;
  display: inline-flex;
}
.careers_leftarrow,.careers_rightarrow
{
  height: 50px;
  width: 50px;
  border-radius: 50px;
  box-shadow: 0 0 10px #b3b3b3;
  cursor: pointer;
  transition: 0.1s;
  /* border: 1px solid red; */
}
.careers_leftarrow:hover, .careers_rightarrow:hover
{
  box-shadow: 0 0 5px #b3b3b3;
}
.fa-angle-left,.fa-angle-right
{
  margin-top: 9px;
  font-size: 32px;
  font-weight: bold;
}
.fa-angle-left
{
  margin-left: 17px;
}
.fa-angle-right
{
  margin-left: 20px;
}
.careers_leftarrow,.careers_rightarrow
{
  margin-top: 200px;
  position: fixed;
  z-index: 3;
  background-color: white;
}
.careers_leftarrow
{
  margin-left: 10px;
  left: 0;
}
.careers_rightarrow
{
  margin-right: 10px;
  right: 0;
}

.career_content
{
  height: auto;
  width: 100%;
  /* border:1px solid red; */
  margin-bottom: 20px;
  padding:20px;
}

.career_joblist
{
padding: 10px;
font-size: min(17px,5vh);
box-shadow: 0 0 2px #cccccc,0 0 20px #e6e6e6;
}
.career_joblist ul li
{
  list-style: none;
  margin-bottom: 20px;
  margin-right: 5%;
  margin-left: -30px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  cursor: pointer;
  border-radius: 10px;
  border:2px solid rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px #404040;
}
.career_joblist ul li a
{
color: #ffffff;
}
.career_joblist ul li:hover .fa-chevron-circle-right
{
transform: translateX(-20px);
}

@media(min-width:900px)
{
  .career_content
  {
    display: inline-flex;
  }
  .career_img,.career_joblist
  {
    height: auto;
    width: 50%;
    /* border:1px solid green; */
  }
  .career_img
  {
    margin-right: 20px;
  }
  .career_img img
  {
    width: 100%;
    height: 100%;
  }
}

@media(min-width:0px) and (max-width:899px)
{
  h1
  {
    font-size: 20px;
  }
  .masthead .container
  {
    margin-top: -50px;
  }
  #index_page_heading
  {
    font-size: min(25px,5vw)
  }
  .detailed_career_description_head
  {
    line-height: 1.5;
    font-size: 18px;
  }
  .career_content
  {
    font-size: 15px;
    display: block;
  }
  .career_img,.career_joblist
  {
    height: auto;
    width: 100%;
    /* border:1px solid green; */
  }
  .career_img
  {
    margin-bottom: 20px;
  }
  .career_img img
  {
    width: 100%;
    height: auto;
  }
}
/* product.html ends */

/* newly added css for partners_advance.html file */

#partner1_img
{
  background-image: url("../images/partner_logo2.png");
}
#partner2_img
{
  background-image: url("../images/partner_logo1.png");
}
#partner3_img
{
  background-image: url("../images/partner_logo6.png");
}
#partner4_img
{
  background-image: url("../images/partner_logo3.jpg");
}
#partner5_img
{
  background-image: url("../images/partner_logo5.jpg");
}
#partner6_img
{
  background-image: url("../images/partner_logo4.png");
}
.partner_content
{
  /* box-shadow: 0 0 10px #808080; */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: calc(100% - 40px);
  /* background-image: url("../images/corporate.jpg"); */
}
.partners_white_content
{
  width: 100%;
  height: 100%;
  padding: 40px;
  flex-wrap: wrap;
  gap:30px;
  justify-content: center;
  display: inline-flex;
  align-content: center;
  /* background-color: rgba(140, 140, 140,0.5); */
}		
.partners
{
  cursor: pointer;
}
.prt_img
{
  margin: 15px;
  border-radius: 10px;
  padding: 5px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: calc(100% - 30px);
  box-shadow: 1px 1px 5px #b3b3b3;
  /* border:1px solid green; */
}
.prt_info
  {
    width: 100%;
    padding: 20px;
    color: black;
    padding-top: 5px;
    text-align: justify;
    height: calc(100% - 180px);
  }
  .prt_website
  {
    background: linear-gradient(#00bfff,#0086b3);
    /* border-radius: 20px 20px 0 0; */
    cursor: pointer;
    color: white;
    width: 100%;
    height: auto;
    padding-top: 7px;
    padding-bottom: 9px;
    text-align: center;
    /* border:1px solid blue; */
  }
  .prt_website:hover
  {
    background: linear-gradient(0deg,#00bfff,#0086b3);
  }
  .prt_website:hover .fa-chevron-circle-right
  {
    transform: translateX(5px);
  }
  .fa-chevron-circle-right
  {
    transition: 1s;
    font-size: 20px;
  }


@media  (min-width:1100px) {
  .partner_content
  {
    height: max(900px,100vh);
    padding: 15px;
  }
  .partners_white_content
  {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }		
  .partners_white_content > :nth-last-child(-n+x) {
    justify-self: center; /* Center each element horizontally */
    margin: auto-fit;grid-column: span 3;
}
  .partners
  {
    width: 280px;
    background-color: white;
    height: 390px;
    border-radius: 10px;
    background-color: rgba(230,230,230,1);
    margin-bottom: 20px;
    /* border:2px solid rgb(100,100,100); */
    /* border:1px solid red; */
  }
  .prt_img
  {
    height: 110px;
  }
  .prt_website
  {
    font-size: 17px;
  }

  .fa-chevron-circle-right
  {
    margin-left: 10px;
  }
}

@media  (min-width:720px) and (max-width:1099px) {
  .partner_content
  {
    height: auto;
    padding: 15px;
  }
  .partners_white_content
  {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }		
  .partners
  {
    width: 250px;
    background-color: white;
    height: 500px;
    border-radius: 10px;
    background-color: rgba(230,230,230,1);
    /* border:2px solid rgb(100,100,100); */
    /* border:1px solid red; */
  }
  .prt_img
  {
    height: 110px;
  }
  .prt_website
  {
    font-size: 17px;
  }

  .fa-chevron-circle-right
  {
    margin-left: 10px;
  }
}
@media  (min-width:0px) and (max-width:719px) {
  .partner_content
  {
    width: 100%;
    border: 1px solid red;
    height: auto;
  }
  .partners_white_content
  {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }		
  .partners
  {
    width: 120px;
    background-color: white;
    height: auto;
    border-radius: 10px;
    background-color: rgba(230,230,230,1);
    /* border:2px solid rgb(100,100,100); */
    /* border:1px solid red; */
  }
  .prt_img
  {
    height: 50px;
  }
  .prt_info
  {
    display: none;
  }
  .prt_website
  {
    font-size: 12px;
  }

  .fa-chevron-circle-right
  {
    font-size: 12px;
    margin-left: 2px;
  }
}
