/* @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'); */
/*font-family: 'Poppins', sans-serif;*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {font-family: "Roboto", sans-serif;}
a {
    transition: .54s ease-in-out;
    -moz-transition: .54s ease-in-out;
    -o-transition: .54s ease-in-out;
    -webkit-transition: .54s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

.mt-2 {
    margin-top: 20px;
}

.my-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn-orange{ background: #577798; color: #fff; border-radius: 15px;text-decoration: none;}
.btn-orange:hover{ color: #fff;}

header{ background: #fff; position: fixed; left: 0; right: 0; z-index:2; top: 0;}
.top-head{ text-align: right;}
.top-head .head-right-area{ justify-content: end; padding: 0 1rem;}
.navbar-light .navbar-brand{ margin-right: 7%;}
.navbar-light .navbar-nav .nav-item{ padding: 0 10px;}
.navbar-light .navbar-nav .nav-link{ color: #030303;text-decoration: none;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{ color: #577798;text-decoration: none;}
.navbar-light .navbar-nav .active > .nav-link{color: #030303;text-decoration: none;}

.head-right-area select{ background: none; color: #fff; border:none;margin: 0 10px 0 0;}

header .container-fluid {
    padding: 0;
}
header .navbar
 {
    padding-left: 0px;
    padding-right: 0px;
}





/* home_banner */
 

.home_banner {
    position: relative;
    width: 100%;
}
.home_banner .banner_bg{
    width: 100%;
}
.home_banner .banner_bg img{
    width: 100%;
}
 
.home_banner .banner_bg {
    position: relative;
    line-height: 0;
}
.home_banner .banner_bg:before {
    content: "";
    width: 100%;
    height: 100%;
      background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 65.42%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.home_banner_cnt {
      position: absolute;
    top: 50%;
    z-index: 1;
    width: 39%;
    left: inherit;
    background: rgba(87, 119, 152, 0.80);;
filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.08));
width: 34.479vw;
padding: 2.604vw;
 top: 50%;
    left: 32.813vw;
  transform: translate(-50%, -50%);
  text-align: center;
}
.home_banner_cnt h1 {
     color: #fff;
    font-size: 2.448vw;
        line-height: 120%;
        font-weight: 700;
        text-align: center;
}
.common_btn a {
    text-decoration: none;
    background: transparent;
    color: #577798;
    font-size: 16;
    display: inline-block;
    padding: 9px 21px;
    line-height: normal;
    background: #ffff;
    
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    border-radius: 6px;
border: 1px solid #FFF;
}
.home_banner .home_banner_cnt .common_btn a {
    background: #ffff;
     color: #577798;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
}
.home_banner .wrapper {
        padding: 0 6.406vw;
    }


    .innovative_section{
        padding: 20px 0px;
    }

.innovative_section .innovative_row {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.wrapper{
    padding-left: 2.5vw;
    padding-right: 2.5vw;
        margin: 0 auto;
        width: 1440px;
}

 
  .innovative_section .card {
    background-color: #d3e4f9;
    border-radius: 25px;
    overflow: hidden;
    width: 32.2%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
 

.innovative_section .card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.innovative_section .card-content {
  padding: 20px;
}
.innovative_section .card-image{
    padding: 20px;
    padding-bottom: 0px;
}

.innovative_section .card-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px
}

.innovative_section .card-content p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}


.welcome_section{
    width: 100%;
    background: #ffff;
}
.welcome_section .welcome_row {
    display: flex;
    align-items: center;
}
.welcome_section .welcome_left {
    width: 40%;
}
.welcome_section .welcome_right{
    width: 60%;
}
 









  .dakshinfotech_section .swiper {
      width: 100%;
      
    }

    .dakshinfotech_section .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px;
    }

   .dakshinfotech_section .slide-content {
      display: flex;
      flex-direction: row-reverse;
      width: 100%;
      max-width: 1200px;
      background: #fff;
     
      border-radius: 10px;
      overflow: hidden;
    }

    .dakshinfotech_section .text-column {
      flex: 1;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

   .dakshinfotech_section .text-column h4 {
      margin: 0;
      font-size: 13px;
      color: #030303;
    }

   .dakshinfotech_section .text-column h2 {
      font-size: 32px;
      margin: 10px 0;
    }

    .dakshinfotech_section .text-column p {
      font-size: 16px;
      color: #333;
      line-height: 1.6;
    }

    .dakshinfotech_section .text-column button ,.dakshinfotech_section .text-column a {
      margin-top: 20px;
      padding: 12px 24px;
      font-size: 16px;
      background-color: black;
      color: white;
      border: none;
      cursor: pointer;
      border-radius: 5px;
    width: fit-content;
    text-decoration: none;
    }

   .dakshinfotech_section .image-column {
      flex: 1;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
    }

   .dakshinfotech_section .image-column img {
      max-width: 100%;
      height: auto;
    }




.contact_section .container {
      display: flex;
       padding-top: 40px;
       padding-bottom: 40px;
      box-sizing: border-box;
    }

    .contact_section .form-container {
      width: 50%;
      padding-right: 40px;
    }

    .contact_section .form-group {
      margin-bottom: 25px;
    }

   .contact_section  label {
      display: block;
      font-weight: bold;
      margin-bottom: 8px;
    }

    .contact_section input[type="text"],
   .contact_section input[type="email"],
    .contact_section textarea {
      width: 100%;
      padding: 12px;
      box-sizing: border-box;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    .contact_section textarea {
      height: 100px;
      resize: vertical;
    }

   .contact_section .submit-btn {
      background-color: #5a7d9a;
      color: white;
      border: none;
      padding: 12px 24px;
      font-size: 16px;
      border-radius: 4px;
      cursor: pointer;
    }

   .contact_section .submit-btn:hover {
      background-color: #4a6a85;
    }

    .contact_section .map-container {
       width: 50%;
    }

    .contact_section .map-container img {
      width: 100%;
      object-fit: cover;
      border-radius: 8px;
      height: 500px;
    }



.footer{
 background-color: #f6f6f6;
}
    .footer_row {
 
  display: flex;
  justify-content: space-between;
  padding: 40px;
  font-family: sans-serif;
  font-size: 14px;
  color: #000;
}

.footer-section {
  flex: 1;
  margin-right: 20px;
}

.footer-section h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  text-decoration: none;
  color: #000;
}

.social-icons a {
  margin-right: 10px;
  display: inline-block;
}

.social-icons img {
  width: 24px;
  height: 24px;
}

.newsletter input[type="email"] {
  padding: 10px;
  width: 250px;
  border: 1px solid #000;
  border-radius: 3px;
}
.welcome_section .common_btn a {
    background: #577798;
    color: #fff;
    padding: 16px 41px;
    border-radius: 0px;
}
.welcome_content h3{
  font-size: 2.5vw;
}
.welcome_content p {
    font-size: 24px;
    color: #030303;
}


    @media (max-width: 1439px) {
.wrapper{
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
    }


   @media (max-width: 13365px) {
    .home_banner_cnt {
      left: 19.813vw;
    }
    
   }

  @media (max-width: 13365px) {
   .innovative_section .card {
     width: 31.2%;
   
}
  }

  @media (max-width: 1199px) {
      .home_banner_cnt {
        left: 32.813vw;
        width: 52.479vw;
    }
    

  }
   @media (max-width: 991px) {
  .innovative_section .card-content h3 {
     font-size: 18px;
}
   }





    /* Responsive for mobile */
    @media (max-width: 768px) {
      .dakshinfotech_section .slide-content {
        flex-direction: row;
      }

     .dakshinfotech_section .text-column, .dakshinfotech_section .image-column {
        padding: 20px;
      }
    }


@media screen and (max-width: 1199px) {
    
    .wrapper{
        padding: 0 2.5rem;
    }
    .home_banner .home_banner_cnt .common_btn a{
        font-size: 16px;
    }
   
}


@media screen and (max-width: 767px) {
      .wrapper {
        padding: 0PX 15PX;
    }
    .home_banner_cnt{
        width: 70%;
    }
    .home_banner_cnt h1{
        font-size: 20px;
    }
    .home_banner .banner_bg img {
        height: 62.417vw;
        object-fit: cover;
    }
    .innovative_section .innovative_row {
      flex-direction: column;
}
.innovative_section .card{
  width: 100%;
}
.welcome_section .welcome_row {
        flex-direction: column-reverse;
}
.welcome_section .welcome_left{
  width: 100%;
}
.welcome_section .welcome_right{
  width: 100%;
}
.footer_row {
     flex-direction: column;
}

.innovative_section {
    padding: 60px 0px;
}
.dakshinfotech_section .swiper-slide{
  padding: 15PX;
}
.contact_section .container {
 
    flex-direction: column;
        padding-top: 20px;
       padding-bottom: 20px;
}
.dakshinfotech_section .slide-content{
  flex-direction: column;
}
.dakshinfotech_section .text-column, .dakshinfotech_section .image-column{
  padding: 0PX;
}
.top-head .head-right-area{
  display: none;
}
    .home_banner_cnt {
        width: 70%;
        left: 41%;
    }
    .footer_row{
      padding: 0px;
    }
    .home_banner {
      margin-top: 18%;
}
    .footer_row {
        padding: 0px;
        gap: 30px 0px;
    }
    .contact_section .form-container {
    width: 100%;
    padding-right: 0px;
}
.contact_section .map-container{
  width: 100%;
}
.footer{
  padding-top: 25px;
  padding-bottom: 25px;
}
}








