@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather+Sans:wght@400;700&display=swap");
body {
  font-family: 'Roboto', sans-serif;
  color: #524e4e;
}

.layout_padding {
  padding: 30px;
  /*padding-top: 30px;
  padding-bottom: 120px;*/
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 45px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-family: 'Merriweather Sans', sans-serif;
}

.heading_container p {
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

h1,
h2 {
  font-family: 'Merriweather Sans', sans-serif;
}

h1
{
  font-weight: bold;
  color: #037fcc;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

/*header section*/
#header
{
    height: 30px;
}
.header_section {
	position: fixed;
    top: 0;
    z-index: 1000;
	/*background-color: #c2d5f3;*/
	background-color: #f6f7f9;
	width:100%;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .header_top {
  padding: 5px 0;
  background-color: #000000;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
}

.header_section .header_top .contact_nav a i {
  color: #ff8a1d;
}

.header_section .header_bottom {
  /*padding: 10px 0;*/
}

.navbar-brand {
  padding: 0;
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  font-weight: bold;
}

.navbar-brand span {
  color: #0355cc;
  /*text-transform: uppercase;*/
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 15px;
  color: #000000;
  text-align: center;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #0355cc;
}

.custom_nav-container .form-inline .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .form-inline .nav_search-btn:hover {
  color: #0355cc;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #ffffff;
  margin-right: 25px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #ff8a1d;
}
/*end header section*/

/*blog section*/
.blog_section {
    display: flex;
    height: 100vh;
}
.sidebar {
    width: 25%;
    padding: 20px;
    border-right: 1px solid #ccc;
    overflow-y: auto;
}
.content-area {
    width: 75%;
    padding: 20px;
    overflow-y: auto;
}
.tree-view {
    list-style-type: none;
    padding: 0;
}
.year {
    cursor: pointer;
    font-weight: bold;
    margin: 10px 0;
}
.blog-list {
    list-style-type: none;
    margin-left: 20px;
    display: block;
}
.blog-list li {
    cursor: pointer;
    color: rgb(43, 138, 226);
    text-decoration: underline;
    margin: 5px 0;
    font-size: 0.7rem;
}
.content {
    display: none;
}
.content img {
    max-width: 70%;
    height: auto;
}
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
    .sidebar, .content-area {
        width: 100%;
    }
}
table td {
  border: 1px solid black;
}
tr:nth-child(even) {
    background: #dff9fb;
}
/* end blog section */

/* gallery section */
.gallery_section {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    height: 100vh;
    margin: 0;
    padding: 20px;
    overflow-y: auto;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 80%;
    width: 100%;
}
.gallery img {
    width: 100%;
    height: auto;
    border-radius: 35px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
@media (max-width: 600px) {
    .gallery {
        grid-template-columns: 1fr;
    }
}
/* end gallery section */

/* ai content section */
.ai-info {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
    border: 2px solid #2c3e50;
}
/* ai content section */

/* case studies content section */
.content_section {
    margin: 0;
    padding: 20px;
}
.use-case {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}
.card {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
@media (max-width: 600px) {
    .container {
        padding: 15px;
    }
}

/* end case studies content section */

/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: bottom;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          margin-right: -1px;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  /*padding-bottom: 90px;*/
}

.slider_section .detail-box h1 {
  font-weight: bold;
  /*margin-bottom: 10px;*/
  color: #037fcc;
}

.slider_section .detail-box p {
  color: #444;
  font-size: 15px;
}

.slider_section .detail-box .anchor {
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #ff8a1d;
  border: 1px solid #ff8a1d;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 15px;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #ff8a1d;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .job-img-box img {
  width: 66%;
  border-radius:25%;
}

.partner-image
{
    max-width:40%;
}

.feature_section {
  /*-webkit-transform: translateY(-50%);
          transform: translateY(-50%);*/
  padding-top: 25px;
  padding-bottom: 35px;
}

.feature_section .feature_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature_section .feature_container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 10px;
  padding: 15px 15px;
  background-color: #f6f7f9;
  color: #555089;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.feature_section .feature_container .box .img-box {
  /*width: 90px;
  height: 200px;*/
}

.feature_section .feature_container .box .img-box img {
  width: 235px;
}

.feature_section .feature_container .box .img-box svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  fill: #726dae;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feature_section .feature_container .box .img-box svg path {
  fill: #726dae;
}

.feature_section .feature_container .box .name {
  margin-top: 20px;
  text-transform: uppercase;
  font-family: 'Merriweather Sans', sans-serif;
  margin-bottom: 0;
}

.feature_section .feature_container .box:hover, .feature_section .feature_container .box.active {
  background-color: #ff8a1d;
  color: #ffffff;
}

.feature_section .feature_container .box:hover .img-box svg, .feature_section .feature_container .box.active .img-box svg {
  fill: #ffffff;
}

.feature_section .feature_container .box:hover .img-box svg path, .feature_section .feature_container .box.active .img-box svg path {
  fill: #ffffff;
}

.consulting_section {
  background-color: #f6f7f9;
  padding-top:50px;
}

.consulting_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.consulting_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.consulting_section .detail-box p {
  margin-top: 10px;
}

.consulting_section .detail-box a {
  margin-top: 15px;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 2px;
  color: #ffffff;
}

.consulting_section .detail-box a:hover {
  background-color: transparent;
  color: #0355cc;
}

.consulting_section .img-box img {
  width: 100%;
}

.services_section{
  padding-top:50px;
}

.services_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services_section .img-box img {
  width: 100%;
}

.services_section h1,h2,h3,h4,h5 {
  font-weight: bold;
  color: #037fcc;
}

.services_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #037fcc;
}

.services_section .detail-box p {
  margin-top: 20px;
}

.services_section .detail-box a {
  margin-top: 25px;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #ff8a1d;
  border: 1px solid #ff8a1d;
  border-radius: 2px;
  color: #ffffff;
}

.services_section .detail-box a:hover {
  background-color: transparent;
  color: #ff8a1d;
}

.solutions_section {
  position: relative;
  background-color: #f6f7f9;/*#d1e3ff*/
  padding-top:50px;
}

.solutions_section .box {
  margin-top: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solutions_section .box .img-box {
  width: 214px;
  /*height: 65px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solutions_section .box .img-box img {
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.solutions_section .box .detail-box {
  margin-top: 15px;
}

.solutions_section h1,h2,h3,h4,h5 {
  font-weight: bold;
  color: #037fcc;
}

.solutions_section .box .detail-box h5 {
  font-weight: bold;
}

.solutions_section .box .detail-box p {
  margin: 0;
}

.solutions_section .box:hover {
  background-color: #ff8a1d;
  color: #ffffff;
}

/*.service_section .box:hover .img-box img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}*/

.solutions_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.solutions_section .btn-box a {
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 0;
  color: #ffffff;
}

.solutions_section .btn-box a:hover {
  background-color: transparent;
  color: #0355cc;
}

.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.client_section .box {
  margin: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client_section .box .client_id .img-box {
  width: 125px;
  min-width: 125px;
  margin-right: 15px;
}

.client_section .box .client_id .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .box .client_id .client_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 25px;
}

.client_section .box .client_id .client_detail .client_info h6 {
  margin-bottom: 0;
}

.client_section .box .client_id .client_detail .client_info i {
  color: #fbaf5d;
}

.client_section .box .client_text {
  margin-top: 20px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.client_section .owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #0355cc;
  outline: none;
  margin: 0 20px;
  color: #ffffff;
}

.heading_container {
  /*margin-bottom: 30px;*/
}

.contact_section{
  padding-top:50px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #ffffff;
  outline: none;
  color: #ffffff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

.contact_section input::-webkit-input-placeholder {
  color: #737272;
}

.contact_section input:-ms-input-placeholder {
  color: #737272;
}

.contact_section input::-ms-input-placeholder {
  color: #737272;
}

.contact_section input::placeholder {
  color: #737272;
}

.contact_section input.message-box {
  height: 135px;
}

.contact_section button {
  border: none;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 55px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 0;
  color: #ffffff;
  margin-top: 15px;
}

.contact_section button:hover {
  background-color: transparent;
  color: #0355cc;
}

.contact_section .map_container {
  height: 360px;
}

.contact_section .map_container .map {
  height: 100%;
}

.info_section {
  padding: 25px 0;
  background-color: #0a0f43;
  text-align: center;
  color: #fff;
}

.info_section h4 {
  text-transform: uppercase;
  font-weight: bold;
  /*margin-bottom: 25px;*/
  color:#fff;
}

.info_section .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.info_section .social-box .box {
  background-color: #ffffff;
  padding: 5px 15px;
}

.info_section a {
  margin: 0 5px;
  color: #0355cc;
}

.info_section a i {
  font-size: 18px;
}

.info_section a:hover {
  color: #ff8a1d;
}

.info_items a {
  position: relative;
}

.info_items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 80px;
  background-color: #0355cc;
  color: #ffffff;
}

.info_items .item .img-box i {
  font-size: 24px;
}

.info_items .item p {
  margin-top: 25px;
  color: #fff;
  margin-bottom: 0;
  background-color: #0a0f43;
}

.info_items .item:hover .img-box {
  background-color: #ff8a1d;
}

.info_items {
  position: relative;
}

.info_items::before {
  content: "";
  position: absolute;
  top: 65px;
  width: 75%;
  height: 1px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* START - pdf section*/
    .pdf-container {
      width: 100%;
      height: 100vh;
      padding: 2%;;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
      border: 1px solid #ccc;
      background-color: white;
    }
    .pdf-file{
      width: 95%;
      height: 95%; 
    }
/* END - pdf section*/


.tu-container {
  width: 100%;
  height: 50vh;
  padding: 2%;
}
    
/* footer section*/
.footer_section {
  background-color: #0a0f43;
}

.footer_section p {
  margin: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
  border-top: 0.8px solid #ffffff;
}

.footer_section a {
  color: inherit;
}

/* end footer section*/

/* start contact form*/
.contact-body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
    background-color: #f4f4f9;
}
.contact-form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}
.contact-form input, .contact-form textarea, .contact-form button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.contact-form button {
    background: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}
.contact-form button:hover {
    background: #0056b3;
}
.message {
    margin-top: 10px;
    font-weight: bold;
}
.success {
    color: green;
}
.error {
    color: red;
}
.header
{
    text-align:center;
}
.logo
{
    width: 125px;
}
/* end contact form*/

/* start Footer Section */
.social-box-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  max-width: 1000px;
  margin: auto;
  flex-wrap: wrap; /* for responsiveness */
}

.left-column,
.right-column {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  box-sizing: border-box;
  text-align:left;
}
/* end Footer Section */


/** Start : New Home Page with slider & carousel **/
/* Popup : Start */
    .popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease;
      }
    
      .popup-overlay.hidden {
        visibility: hidden;
        opacity: 0;
      }
    
      .popup-content {
        position: relative;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        max-width: 90%;
        max-height: 90%;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      }
    
      .popup-content img {
        max-width: 100%;
        max-height: 100%;
        display: block;
      }
    
      .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 30px;
        color: #333;
        cursor: pointer;
      }
     /* Popup : End */
    
     /* Marquee : Start*/
    .marquee-container {
      padding: 15px 0;
      margin-top: 20px;
    }
    .marquee-container img {
      height: 80px;
      margin: 0 40px;
      vertical-align: middle;
    }
     /* Marquee : End */
    
     /* Icons : Start */
     .carousel-container {
      width: 60vw;
      height: 12vw;
      max-height: 400px;
      position: relative;
      perspective: 1000px;
        margin: 0 auto;
    }

    .carousel {
      width: 100%;
      height: 70%;
      position: relative;
      transform-style: preserve-3d;
      animation: spin 20s linear infinite;
      transition: transform 1s;
    }

    .carousel-container:hover .carousel {
      animation-play-state: paused;
    }

    .carousel img {
      position: absolute;
      max-width: 120px;
      height: auto;
      left: 45%;
      top: 50%;
      transform-origin: center center;
      transform-style: preserve-3d;
        object-fit: contain;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 10px;
    }
      .carousel img:hover {
        transform: scale(1.1);
      }

    /* Position 8 icons in a circular path */
    .carousel img:nth-child(1) { transform: rotateY(0deg)   translateZ(220px); }
    .carousel img:nth-child(2) { transform: rotateY(45deg)  translateZ(220px); }
    .carousel img:nth-child(3) { transform: rotateY(90deg)  translateZ(220px); }
    .carousel img:nth-child(4) { transform: rotateY(135deg) translateZ(220px); }
    .carousel img:nth-child(5) { transform: rotateY(180deg) translateZ(220px); }
    .carousel img:nth-child(6) { transform: rotateY(225deg) translateZ(220px); }
    .carousel img:nth-child(7) { transform: rotateY(270deg) translateZ(220px); }
    .carousel img:nth-child(8) { transform: rotateY(315deg) translateZ(220px); }

    @keyframes spin {
      from { transform: rotateY(0deg); }
      to { transform: rotateY(360deg); }
    }
      .icon-row {
        padding: 30px 0 0 0;
        text-align: center;
      }
    
      .icon-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
        max-width: 1200px;
        margin: 0 auto;
      }
    
      .icon-container img {
        width: 120px;
        object-fit: contain;
        border: 1px solid #ccc;
        border-radius: 8px;
        background-color: #fff;
        padding: 10px;
        transition: transform 0.2s ease;
      }
    
      .icon-container img:hover {
        transform: scale(1.1);
      }
     /* Icons : End */


     /* Slider : Start */
    .slider-container {
      position: relative;
      max-width: 50%;
      margin: 7rem auto auto auto;
      overflow: hidden;
    }

    .slider-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slide {
      min-width: 100%;
      box-sizing: border-box;
      text-align: center;
      background: #fff;
      padding: 1rem;
    }

    .slide img {
      max-width: 85%;
      height: auto;
      border: 3px solid #0070d2; /* Salesforce Blue border */
      border-radius: 8px;
    }

    /* Arrow Buttons */
    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 36px;
      background-color: rgba(0,0,0,0.3);
      color: white;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      z-index: 2;
      border-radius: 50%;
    }
    
    .arrow.left {
      left: 0px;
    }
    
    .arrow.right {
      right: 0px;
    }
    
    .arrow:hover {
      background-color: rgba(0,0,0,0.6);
    }
    
    @media screen and (max-width: 600px) {
      .arrow {
        font-size: 24px;
        padding: 8px 12px;
      }
    
      .slider-container {
        width: 95%;
      }
    }

    /* Slider Buttons */
    .slider-buttons {
      text-align: center;
      margin: 1rem 0 0.5rem;
    }

    .slider-buttons button {
      padding: 0.5rem 1rem;
      margin: 0 0.5rem;
      font-size: 1rem;
      background-color: #032d60;
      color: #fff;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

    .slider-buttons button:hover {
      background-color: #0059b3;
    }

    .slider-dots {
      text-align: center;
      margin-top: 0.5rem;
    }

    .dot {
      height: 12px;
      width: 12px;
      margin: 0 4px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .dot.active {
      background-color: #032d60;
    }
     /* Slider : End */
     
     /* IT Solutions Section */
      .it-solutions {
        padding: 20px;
        background-color: #f8f9fa;
        border-radius: 20px;
      }
    
      .section-title {
        text-align: center;
        font-size: 28px;
      }
    
      .it-row {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
      }
    
      .it-col {
        flex: 1 1 300px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        
        background-color: #3d86c6; /* light Salesforce blue */
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        height: 100%;
      }
    
      .it-text p {
        font-size: 16px;
        line-height: 1.6;
        color: white;
      }
    
      .it-text b {
        font-size: 25px;
        line-height: 1.6;
        color: white;
      }
    
      .it-box {
        background: white;
        border: 1px solid #ddd;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        transition: transform 0.3s ease;
      }
    
      .it-box:hover {
        transform: translateY(-5px);
      }
    
      .it-box img {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
      }
    
      .it-box p {
        font-size: 14px;
        color: #555;
      }
/** Start : New Home Page with slider & carousel **/
/*# sourceMappingURL=style.css.map */