
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
body{
    font-family: "Sora", sans-serif!important;
    font-size: 16px!important;
    font-weight: 500;
}
.bg_blue{
    background-color: #092553!important;
}
.top_bar{
    padding: 10px 0px;
}

.area-center{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.area-center::before{
    position: absolute;
    top: 0px;
    content: '';
    width: 50px;
    height: 78px;
    background-image: url(../img/tringle.png);
    transform: rotate(180deg);
    left: 0;
}
.carousel-caption {
    position: absolute;
    right: 0 !important;;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--bs-carousel-caption-color);
    text-align:left !important;
    top: 25%;
}

.slider-heading{
    font-size: 64px;
}

.btn-contact{
    background-color: #FFE03A;
    border:2px solid #FFFFFF;
    border-radius:50px;
    padding: 10px 30px;
    text-decoration: none;
    color:#000000;
    margin-top: 20px;
    display: inline-block;
}
.about-section{
    padding: 90px 0px;
}
.heading-section{
    font-size: 60px;
}
.heading-section-what{
    font-size: 40px;
    color:#092553;
}
.company_name{
     font-family: "Sora", sans-serif!important;
  font-weight: 700;
  color:#FF0000;
}
.list_style{
    list-style: none;
    padding-left: 0px!important;
}
.list_style li{
    font-size: 20px;
    align-items: center;
    display: flex;
    color:#092553;
;
}
.list_style li svg{
    width: 20px;
    margin-right: 10px;
}
.profile-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.profile-cont{
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}
.sub-heading{
    color:#092553;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
.exprience-cont{
    background-color: #092553;
    border-radius: 50px;
    padding: 15px 30px;
    color:#FFFFFF;
    position: absolute;
    bottom:15%;
    left:15%;
    z-index: 1;
}
.whatWeDo{
    background-color:#F2F8FF;
    padding: 90px 0px;
}

.our-services-heading{
    font-size: 40px;
    margin-bottom: 30px;
}
.our-services{
    padding: 90px 0px;
    background-image: url('../img/our-service-bg.png');
    background-position: top right;
    background-repeat: no-repeat;
  
}
.blue-btn{
    background-color: #092553;
    color:#fff;
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    border-radius: 60px;
}
.auth-section{
    padding: 90px 0px;
    color:#fff;
     background-color: #092553;

}
.auth-heading{
    font-size: 40px;
}
.our_growth{
    padding: 90px 0px;
}
.our_growth_heading{
    font-size: 40px;
    font-weight: 600;
}
.text-red{
    color:#FF0000
}

.big-text{
    font-size: 40px;
}
.footer-list{
    list-style: none;
    padding-left: 0px;
}
.footer-list li{
    display: inline-block;
    margin: 10px;
}
.footer-list li a {
    color:#fff;
}
.footer{
    padding: 90px 0px;
    background-image: url('../img/footer_map.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff !important;
}

.our-services-list li a{
    color: #fff;
    text-decoration: none;
    line-height: 40px;
}
.footer_contact_list{
    list-style: none;
    padding-left: 0px;
}
.footer_contact_list li a{
    line-height: 40px;
    text-decoration: none;
    color:#fff
}
.bottom-footer-list{
    list-style: none;
    padding-left: 0px;
}
.bottom-footer-list li{
    display: inline-block;
    margin-left: 20px;
}
.bottom-footer-list li a{
    color:#fff;
    text-decoration: none;
}
.our-client{
    padding: 90px 0px;
}
.our-client-heading{
   font-size: 40px;
   font-weight: 600;
   margin-bottom: 30px;
}
.our-client{
    background-color:#F2F8FF ;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slide-img{
    background-color: #fff;
    padding: 30px 10px;
    border-radius: 5px;
}
.floating-y {
    -webkit-animation-name: floating-y;
    animation-name: floating-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes floating-y {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes floating-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

.project-table{
    padding: 60px 0px;
    background-color: #F2F8FF;
}

@media ( width <= 768px) {
    .slider-heading {
    font-size: 33px!important;
}
.carousel-caption {
    position: absolute;
    right: 0 !important;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--bs-carousel-caption-color);
    text-align: left !important;
    top: 8%!important;
}
}
/* data table*/

.dataTables_filter {
  float: right;
}

.table-hover > tbody > tr:hover {
    background-color: lighten(cyan, 40%);
}

.table {
  @media only screen and (min-width: 768px) {
    table-layout: fixed;
   
    max-width: 100% !important;
  }
}

thead {
  background: #ddd;
}

.table td:nth-child(2) {
  overflow: hidden;
  
  text-overflow: ellipsis;
}

.highlight {
  background: lighten(yellow,30%);
}
.m-view{
    display: none;
   }
   .d-view{
    display: block;
   }
.m_text-center{
        text-align: unset;
    }
@media only screen and (max-width: 767px) {
    .m_text-center{
        text-align: center;
    }
   .m-view{
    display: block;
   }
   .d-view{
    display: none;
   }
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr,
  tfoot tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
  }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  
  .table td:nth-child(1) {
      background: #ccc;
      height: 100%;
      top: 0;
      left: 0;
      font-weight: bold;
  }
  /*
	Label the data
	*/
  td:nth-of-type(1):before {
    content: "Name";
  }
  td:nth-of-type(2):before {
    content: "Position";
  }
  td:nth-of-type(3):before {
    content: "Office";
  }
  td:nth-of-type(4):before {
    content: "Age";
  }
  td:nth-of-type(5):before {
    content: "Start date";
  }
  td:nth-of-type(6):before {
    content: "Salary";
  }
  
  .dataTables_length {
    display: none;
  }
}
#myTable_wrapper label{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.dataTables_length{
    display: inline-flex;
}
.dataTables_info{
    display: inline-flex;
}
#myTable_paginate{
    float: right;
}

.paginate_button{
    padding: 10px 20px;
    border-radius: 5px;
    border:1px solid #dcdcdc;
    text-decoration: none;
    color:#333;
   
}
.paginate_button:hover{
     cursor: pointer;
    background-color: #092553;
    color:#fff
}
.myTable_filter > label > input{
    border:1px solid #dcdc!important;
    border-radius: 2px!important;
    padding: 5px 10px!important;
}

.right_conatct_social_icon{
     background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}
.contact_us{
    background-color: #f1f1f1;
    padding: 120px 0px;
}

.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field{
    padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single{
    margin: 30px 0px;
}
.info_single i{
    margin-right: 15px;
}
.info_single span{
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}

.map_sec{
    padding: 50px 0px;
}
.map_inner h4, .map_inner p{
    color: #000;
    text-align: center
}
.map_inner p{
    font-size: 13px;
}
.map_bind{
   margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}
.brandcurde-page{
    padding:100px 0px;
   background-color: #09255385;
   background-size:cover;
   background-repeat: no-repeat;
   background-image: url('../img/page-header-bg.jpg');
   background-position: center;
}
.page-list{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.page-list li {
    display: inline-block;
    color:#FFf;
}
.page-list li a{
    color: #fff !important;
    text-decoration: none;
}
.nav-link{
    font-weight: 600!important;
}
.done-Project{
    padding: 70px 0px;
}
.project-text{
    font-size: 60px;
    font-weight: 700;
    color:#092553;
}
.coreValueSection{
    padding: 90px 0px;
    background-color:#F2F8FF;
}
.coreHeading{
    font-size:40px;
    font-weight: 600;
}
.core_card{
    max-width: 500px;
    display: flex;
    text-align: left;
    padding: 30px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffff;
    border-radius: 10px;
    height:400px;
}
.core_card:hover{
    cursor: pointer;
    box-shadow: 0px 0px 20px #bed5fc;
}

.text-justify{
    text-align: justify;
}
.core_img{
    width:160px;mix-blend-mode: darken;
}
.contact{
    padding: 80px 0px;
    background-image: url('../img/contact-us-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_heading{
    font-size: 60px;
    font-weight: 600;
}
.contact-area{
    background-color: #092553;
    border-radius: 10px;
    padding: 30px;
}
.contact_list{
    list-style: none;

}
.contact_list li{
    margin-bottom: 9px;
}
.contact-form{
    background-color: #092553;
    border-radius: 10px;
    padding: 25px 30px;
    color:#fff;
}
.whatsapp_icon{
    position: fixed;
    bottom: 20px;
    right:20px;
    z-index: 1024;
   
}
.whatsapp_icon img{
 width: 50px;
    height: 50px;
}

.zoom-in-out-element {
  animation: zoom-in-zoom-out 2s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%;
  }
  50% {
    scale: 120%;
  }
  100% {
    scale: 100%;
  }
}

.brand-list{
    display:block;
}
.brand-list li {
    list-style: none;
    display: inline-block;
    color:#fff
}
.brand-list li a{
    color: #fff;
    text-decoration: none;
}
.rs-breadcrumb-one{
    padding-top: 120px;
    padding-bottom: 120px;
   
    background-size: cover;
    background-position: center center;
}
.main{
    padding: 100px 0px;
}
.services-cont{
    background-color: #f7f2e4;
    padding: 40px 30px 40px 30px;
    border-radius: 5px;
    position: sticky;
    top: 20px;
}
.services-link{
    padding-left: 0px;
}
.services-link li{
    margin-bottom: 10px;
    list-style: none;
}
.services-link li a{
   display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(2, 1, 1, 0.09);
    padding: 10px 10px;
    background:#ffffff;
    font-weight: 500;
    border-radius: 2px;
    font-size: 17px;
    text-decoration: none;
    color:#2d2d2d;
}
.services-link li a:hover{
    background-color: #ffc107;
    color:#fff
}
.services-details-list li{
  margin-bottom: 10px;
  list-style: none;
  position: relative;
}

.services-details-list li::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('../img/success.png');
    left: -27px;
    top: 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*****services page***********/
.products-detailes{
    margin-bottom: 30px;
   
}
.product-inner{
    height: 100%;
}