
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: 'Lato', sans-serif !important;
	

    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000!important;
}
.poppins{font-family: 'Poppins', sans-serif !important;}
header{position: sticky;
top:0;
z-index: 100;
box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
background: #fff;}

/* Base styles */
.text-center {
  text-align: center;
}

.p-4 {
  padding: 1.5rem;
}

.p-lg-5 {
  padding: 3rem;
}

.poppins {
  font-family: 'Poppins', sans-serif;
}

/* Flexbox container */
.logo-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Flexbox items */
.item {
  flex: 1 1 calc(33.333% - 2rem); /* Adjust this for responsiveness */
  margin: 1rem;
  display: flex;
  flex-direction: column;
}

.moreservices {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .item {
      flex: 1 1 calc(33.333% - 2rem);
  }
}
@media (max-width: 922px) {
        .logo img {
          max-width: 150px;
          margin-left: 0px;
         
        }
      }
@media (max-width: 1024px) {
  .item {
      flex: 1 1 calc(33.333% - 2rem);
  }
}

@media (max-width: 768px) {
  .item {
      flex: 1 1 calc(50% - 2rem);
  }
}

@media (max-width: 576px) {
  .item {
      flex: 1 1 calc(100% - 1rem);
  }
}


.slick-track {
  position: relative;
  top: 0;
  left: -13px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Hide icons on smaller screens */
@media (max-width: 992px) {
  .fa-location-dot,
  .fa-envelope {
    display: none;
  }
}
@media (min-width: 1200px) {
.itservices .btn-primary{position:inherit !important }
}
/* Show icons on larger screens */
@media (min-width: 992px) {

  .fa-location-dot,
  .fa-envelope {
    display: inline-block;
  }
}



/* Styles for mobile view */
@media (max-width: 767px) {
    .logo-slider {
      width: 90%;
    }
  }
    @media (min-width: 768px) {
      .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row;
  }
  .navbar-toggler{
 display: none;
  }
.navbar-collapse{
position: relative !important;
width: auto !important;
  }
  }

 
  @media (max-width: 320px) {
    .formfeild, #country {
      margin-bottom: 20px;
      width: 230px !important;
      padding: 8px;
      border: 1px solid #aaa;
      border-radius: 3px;
  }
  }

  @media (max-width: 320px){
  .navbar-nav .dropdown-menu {
    position: static;
    width: 209px;
}
  }

 
 


 /* @media (min-width: 320px) {
  .bgicons {
    position: relative;
    bottom: -13px ;
   left: 0px !important;
    font-size: 69px !important;
    transform: rotate(323deg);
    color: #e9e9e9 !important;
}
  }  */

    .item{
    width: 200px;
    height: 200px;
    text-align: center;
    display: grid;
    box-shadow: 0 4px 5px #cacaca; 
    padding: 50px;
    
  }
  .nav-link.text-dark {
    color: #0096da;
     }
  .header{
    padding: 0%;
  }
  .logo-slider .slick-slide{
    margin: 15px;
  }
  .carousel-item .explore-button{
    display: none;
  }
  

  .navbar-toggler-icon {
    color: #1b9aff !important;
}

  /* Styles for desktop view */
@media (min-width: 768px) {
    .logo-slider{
      width: 60%;
      margin :auto;
    }
    .subtitle {
            width: 50%;
        }
        .row{
          padding: 5px;
        }
    ul.navbar-nav.me-auto.mb-2.mb-lg-0{
      font-size:14px!important;
        /* font-family: 'Raleway', Arial, sans-serif; */
        /* font-weight: 500; */
        letter-spacing: 1px;
        font-family: 'Lato', sans-serif !important; 
        
    }
    .item{
      height: 100px;
      text-align: center;
      box-shadow: 0 4px 5px #cacaca; 
      border-radius: 8px;
     
      padding: 15px;
      align-content: center;
      justify-content: center;
      align-self: center;
    }
    .logo-slider .slick-slide{
      margin: 15px;
    }
    
    }
    /* Responsive Styles */
@media (max-width: 768px) {
    .container {
      max-width: 100%;
    }
    header .menu-container {
      display: none;
    }
    .logo-slider.slick-initialized.slick-slider.slick-dotted {
      width: 100%;
      padding: 0 10px;
    }
    .log-slider.slick-initialized.slick-slider.slick-dotted {
      position: static;
      width: 100%;
      padding: 0;
    }
    .carousel-item .explore-button {
      top: 80%;
      left: 25%;
      transform: translate(-50%, -50%);
    }
    .service-section .row > div {
      /* width: 100%; */
      padding: 10px;
    }
  }
  
  @media (min-width: 768px) {
    header .menu-container {
      display: flex;
    }
    .carousel-item .explore-button {
      top: 80%;
      left: 7%;
      transform: translateY(-50%);
    }
  }
  @media (max-width: 768px) {
        .logo img {
          max-width: 150px; /* Adjust the size as needed */
          
        }
      }
      @media  (max-width: 767px){
  .nav-link.text-dark {
    color: #0096da !important;
     }

        .navbar-nav .dropdown-menu {
  position: static !important;
    }
     }
     @media  (min-width: 820px){
      .navbar-nav .dropdown-menu {
position: absolute;
  }
   }
  @media (min-width: 320px) and (max-width: 769px){
        .logo img {
          max-width: 150px;
          margin-left: 0px;
        
        }
        .sectionheading {
          font-size: 32px !important;;
        }
      }
        @media  (max-width: 768px){
      .container {
    max-width: 100%;
    margin: auto;
  }
   }
   @media (max-width: 768px) {
        .container {
          max-width: 100%;
        }
        header .menu-container {
          display: none;
        }
        .navbar-collapse {
          position: fixed;
          top: 0px;
          left: 0;
          padding-left: 15px;
          padding-right: 15px;
          padding-bottom: 15px;
          width: 75%;
          height: 100%;
        }
        .navbar-collapse.collapsing {
          left: -75%;
          transition: height 0s ease;
        }
        .navbar-collapse.show {
          left: 0;
          transition: left 300ms ease-in-out;
        }
        .navbar-toggler.collapsed ~ .navbar-collapse {
          transition: left 500ms ease-in-out;
        }
      }
      .navbar-toggler {
        order: -1; 
      }
      .navbar-collapse {
        justify-content: space-between; 
      }
      a.menu-close {
      text-align: right;
      position: absolute;
      right: 9px;
      font-size: 25px;
      text-decoration: auto;
      font-weight: bold;
  }
  @media (min-width: 768px) {
    .menu-close {
      display: none;
    }
    .navbar-collapse {
      background: none;
      flex-grow: 0!important;
    }
    .navbar-nav{
      justify-content: space-between;
    }
    #navbarCollapse li.current a.nav-link, #navbarCollapse li.current1 a.nav-link{
      color:#0097da !important; 
      font-weight: bold
    }
    a.nav-link{
      /* font-family: 'Open sans', sans-serif; */
      font-family: 'Lato', sans-serif !important;
      font-size: 14px;
    }
  
  }

  /* Navbar shadow */

  @media (max-width: 767px) {
    .navbar-collapse {
      box-shadow: 0 4px 35px rgba(0, 0, 0, 46%);
      background: rgb(25 25 25);
    }
    .menucontainer {
      justify-content: flex-start!important;
  }
  
  }
  /* Change the color of nav-items */
.navbar-nav .nav-item .nav-link {
    color: #1b9aff;
    margin: 0 12px;
  
  }
.fw{
    font-weight: 400
}
.fw500{
    font-weight: 500
}
.logo {
    /* width: 250px; */
    font-family: 'Open Sans', sans-serif;
}
a.nav-item {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    padding: 15px;
}
.service-section{
       background: url(../images/services-bg.png) 100% 0% #f2f2f2;
    background-repeat: no-repeat;
}
li.submenu {
    position: relative;
    display: inline-block;
}
.submenu:hover .dropdown-content {
    display: block;
}/* Main navigation links */
.mainnav > li > a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease; /* Smooth transition for color change */
}

.mainnav > li > a:hover {
  color: #0097da; /* Change text color to blue on hover */
}

/* Border animations for main navigation links */
.mainnav a:before, .mainnav a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  opacity: 0;
}

.mainnav a:before {
  left: 0;
  top: 0;
  border-left: 3px solid #0097da;
  border-top: 3px solid #0097da;
  transform: translate(100%, 50%);
}

.mainnav a:after {
  right: 0;
  bottom: 0;
  border-right: 3px solid #0097da;
  border-bottom: 3px solid #0097da;
  transform: translate(-100%, -50%);
}

.mainnav a:hover:before, .mainnav a:hover:after {
  transform: translate(0%, 0%);
  opacity: 1;
}

/* Dropdown menu visibility on hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
  position: absolute;
}

/* Dropdown menu styles */
.navbar-nav .dropdown-menu {
  background-color: #0098db; /* Blue background for dropdown menu */
}

.dropdown-menu a {
  color: white; /* Text color for dropdown items */
}

.dropdown-menu a:hover {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #0098db; /* Ensure dropdown item background color remains blue */
}

/* Ensure 'SERVICES' has same color as other links until hovered */
.navbar-nav .dropdown > .nav-link {
  color: inherit;
}

.navbar-nav .dropdown:hover > .nav-link {
  color: inherit;
}

/* Remove default dropdown arrow */
.dropdown-toggle::after {
  display: none  /* Add !important to ensure it overrides any other styles */
}

/* Additional styles for dropdown items to prevent inherited effects */
.navbar-nav .dropdown-menu .dropdown-item {
  color: white; /* Ensure dropdown item text color is white */
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Add shadow effect on hover */
  background-color: #0098db; /* Ensure dropdown item background color remains blue */
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0098db;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-align: left;
    color: #fff !important;
    text-transform: capitalize;
}
.utilitiesimg img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}
.tech-bg{
    
}
.help-bg{
       background: url(../images/help_bg.png) 50% 0 #f6f9ff;
    background-repeat: no-repeat;
}
.subtitle{
    font-size: 16px;
    color: #000;
}
.sectionheading{
    color: #444;
    font-size: 40px;
}
.itservices .card-title {
    font-size: 24px;
    color: #4B5053;
    font-weight: 600;
}
.itservices .card-text {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 24px;
}

a.nav-item:hover {
    color: #0097da !important;
}


a.btn.readmore {
    background: #0030a5;
    color: #fff;
    padding: 10px 25px;
}
.bg-contact{
    background: url("../images/contacthome.png") #0d0f22;
}
.process-section{
 background-image: url("../images/processbg.png");   
 background-size: cover;
}
footer{
    background: #4D4D4D;
}
.copyright{
    background: #696969;
}
.light-grey{
    color: #C1C1C1;
}
.smart-solution{
    color:#3354A7;
}
.point-heading{
    color: #213DA0;
    font-size: 18px;
        margin: 5px 0;
        font-weight: 600;
}
.point-content{
    color: #666666;
}
.serviceno{
    font-size: 135px;
    font-weight: bold;
    color: #E9EDF5;
    line-height: 99px;
}
.servicesicon{
    width: 59px;
    height: 36px;

}
.contactcard{
    background: #F2F3F9;
    height: 182px;
}
.copyright .fa-brands {
    font-size: 25px;
        color: #fff;
}
.moreserviceslink{
    color:#F3901B;
    text-decoration: none;
}
.ecombg{
     background-image: url(../images/7.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* width: 100%; */
    background-position: 96%;
}
.ecombg2{
     background-image: url(../images/8.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    background-position: left bottom;
}
.ecombg3{
     background-image: url(../images/9.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    background-position: right;
}
.contactForm .form-control {
    background: #f5f5f5;
    border: none;
    min-height: 60px;
    margin: 15px 0;
}
.contactcard i {
    font-size: 35px;
    color:#fff;

}
.herobanner .herocontainer{
    background: url(../images/aboutusbanner.png);
    width: 100%;
    height: 343px;
    background-size: cover;
        display: flex;
    background-size: cover;
        font-size: 45px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.herobanner .herocontainer.inte{
    background: url(../images/Frame3.png);
    width: 100%;
    height: 343px;
    background-size: cover;
        display: flex;
    background-size: cover;
        font-size: 45px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9%!important;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.herobanner .herocontainer2{
    background: url(../images/banner2.jpg);
    width: 100%;
    background-position: center;
    height: 343px;
    background-size: cover;
        display: flex;
    background-size: cover;
        font-size: 45px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.herobanner .herocontainer3{
    background: url(../images/banner5.jpg);
    width: 100%;
    background-position: center;
    height: 343px;
    background-size: cover;
        display: flex;
    background-size: cover;
        font-size: 45px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.herobanner .herocontainer4{
    background: url(../images/banner3.jpg);
    background-position: center;
    width: 100%;
    height: 343px;
    background-size: cover;
        display: flex;
    background-size: cover;
        font-size: 45px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.herobanner .herocontainer5{
    background: url(../images/banner4.jpg);
    background-position: center;
    width: 100%;
    height: 343px;
    background-size: cover;
        display: flex;
    background-size: cover;
        font-size: 45px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.bannerheading { font-size: 55px; color:#fff; }

.bgicons{
        position: relative;
    bottom: -40px;
    left: 55px;
    font-size: 80px!important;
    transform: rotate(323deg);
    color: #e9e9e9!important;
}

.bgicons2{
    transform: rotate(100deg);
}
.bgicons3{
    left: 0px;
}

.snip1189 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1189 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1em;
  padding: 0;
}
.mainnav li {
   /* display: inline-block;  */
  /* list-style: outside none none; */
   margin: 0 0.5em; 
  /* padding: 0; */
}
.snip1189 a {
  padding: 0.5em 0.8em;
  margin: 0.2em 0;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  text-decoration: none;
}
.mainnav a {
  padding: 0.5em 0.8em;
  margin: 0.2em 0;
  /* display: block; */
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  text-decoration: none;
}

.mainnav a:before,
.mainnav a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
.current a:before,
.current a:after{content: '';
    display:none;
}

.mainnav a:before {
  left: 0;
  top: 0;
  border-left: 3px solid #0097da;
  border-top: 3px solid #0097da;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.mainnav a:after {
  right: 0;
  bottom: 0;
  border-right: 3px solid #0097da;
  border-bottom: 3px solid #0097da;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.mainnav a:hover:before,
.mainnav a:hover:after{
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}

ul.list-unstyled.m-0.mainnav {
    font-family: 'Raleway', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
};

.snip1189 {
    font-family: 'Raleway', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
img.pvImg {
    width: 150px;
    height: auto;
}
.webinar_table tr{border-bottom:1px dashed #ccc}
.webinar_table tr td{padding: 20px 5px}
li.current a.nav-item{color:#0097da !important; font-weight: bold}

video {
    width:100%;
   
}
.formfeild {
    margin-bottom: 20px;
    width: 230px;
    padding: 8px;
    border: 1px solid #aaa;
    border-radius: 3px;
}
.webinar_table tr.thead {
    background: #ccc;
    height: 50px;
    /* display: inline-block; */
    width: 100%;
}
.videobg .bgimage:after { background: url(../images/videobg.png);
    content: '';
    position: absolute;
    width: 100%;
    height: 703px;
    z-index: 1000;
    top: 0;
    left: -650px;
    background-size: contain;
   
}
.videobg{display:none}
.slick-slide.slick-current.slick-active .videobg{
display: block;
}




/* General styles for all screens */
.itservices {
  position: relative;
  height: 100%;
}

.itservices .btn-primary {
  position: absolute;
  bottom: 10px; /* Default bottom position */
 
}

/* Specific styles for desktop screens */
@media (min-width: 992px) {
  .itservices .btn-primary {
    bottom: 50px; /* Adjust this value to move button further down */
    left: 20px; /* Adjust this value to move button further left */
  }
}
