/* ----------------------------------

Template Name: Crysa - It Solution Template
Author: validtheme
Description:
Version: 1.0.2

Main Font    : Yantramanav
Main Color   : #8A6552

-------------------------------------

[Typography]

Body copy:    15px 'Yantramanav', sans-serif
Header:     36px 'Yantramanav', sans-serif
Input, textarea:  15px 'Yantramanav', sans-serif
Sidebar heading:  20px 'Yantramanav', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03. Topbar
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Slide Effect
        - Fade Effect
    06. Features
    07. About Us
        - Full Width Version
        - Default Version
    08. Services
        - Version One
        - Version Two
        - Services Single
    09. Why Choose Us
    10. Company Analysis/Graph
    11. Companies/Clients/Partner
    12. Team
    13. Testimonials
    14. Projects
    15. Gallery
    16. Our Expertise
    17. Work Process
    18. FAQ
    19. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Error 404
    21. Footer
    22. PHP Contact Form
    23. Others

*/

/*
** General Styles for HTML tags
*/

.new-drop-box{background:#fff;position:absolute;display:none;padding-top:10px}
.new-drop-box ul{display:inline-table;padding-right:0;width:19.5%}
.new-drop-box ul li{padding:5px 0 5px 0}
.new-drop-box ul li a{padding:5px 0 5px 0;font-size:13.5px}
.new-drop-box ul li a:hover{color:#177cb2}
.new-drop-box ul h4 a{border-bottom:1px dotted #797979;padding-bottom:5px;margin-bottom:8px;color:#337ab7;font-size:14px;text-decoration:none}
.new-drop-box ul h4 a:focus{outline:0;text-decoration:none}
.new-drop-box ul li:last-child{margin-bottom:30px}

.new-drop-box {
    width: 1177px;
    left: -490px;
    padding-left: 30px;
    height: 500px;
    overflow-y: scroll;
}
* {
  box-sizing: border-box;
}

/* Float three columns side by side */
.column {
  float: left;
  width: 100%;
  padding: 1.5%;
}

.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  text-align: center;
  /* background-color: #104cba; */
  background-image: url(./assets/img/shape/1.jpg);
  color: white;
  justify-content: space-evenly;
}
.cards {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    text-align: center;
    /* background-color: #104cba; */
    background-image: url(./assets/img/shape/1.jpg);
    background-size: cover;
    background-position: left;
    color: white;
    border-radius: 15px;
  }

  .circle-round-job {
    width: 160px;
    height: 145px;
    border-radius: 50%;
    /* display: flex; */
    border: 2px solid #fff;
}
/* tab content */
.tabs input[type=radio] {
  display: none; 
}
.tabs label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #0d3886;
  width: 15%;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #FCFCFC;
  text-align: center;
  line-height: 3em; 
}
.tabs label:last-of-type {
  border-bottom: none; 
}
.tabs label:hover {
  background: #0d3886;
  color:#ffffff;
}
@media screen and (max-width: 1600px) {
.tabs label {
  width: 15%; } 
}
@media screen and (max-width: 900px) {
.tabs label {
  width: 20%; 
  } 
}
@media screen and (max-width: 600px) {
.tabs label {
  width: 100%;
  display: block;
  border-bottom: 2px solid #C7C6C4;
  border-radius: 0; 
} 
}
@media screen and (max-width: 600px) {
.tabs {
  margin: 0; 
} 
}

#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label, #tab5:checked + label, #tab6:checked + label {
  background: linear-gradient(135deg, #0c62d2, #7C3AED);
  color: #FFFFFF; }

.tab-content {
  position: absolute;
  top: -9999px;
  padding: 10px; 
}

.tab-content-wrapper{
  background: #FCFCFC;
  border-top: #0d3886 5px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  
}
.tab-content-wrappers{
    /* background: #FCFCFC; */
    /* border-top: #0d3886 5px solid; */
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    
  }
@media screen and (max-width: 600px) {
.tab-content-wrapper, .tab1-content-wrapper {
  border: none;
  border-radius: 0; 
} 
}
@media screen and (max-width: 600px) {
    .tab-content-wrappers, .tab1-content-wrapper {
      border: none;
      border-radius: 0; 
    } 
    }

#tab1:checked ~ .tab-content-wrapper #tab-content-1, 
#tab2:checked ~ .tab-content-wrapper #tab-content-2, 
#tab3:checked ~ .tab-content-wrapper #tab-content-3, 
#tab4:checked ~ .tab-content-wrapper #tab-content-4,
#tab5:checked ~ .tab-content-wrapper #tab-content-5,
#tab6:checked ~ .tab-content-wrapper #tab-content-6
 {
  position: relative;
  top: 0px;
 }
 #tab1:checked ~ .tab-content-wrappers #tab-content-1, 
#tab2:checked ~ .tab-content-wrappers #tab-content-2, 
#tab3:checked ~ .tab-content-wrappers #tab-content-3, 
#tab4:checked ~ .tab-content-wrappers #tab-content-4,
#tab5:checked ~ .tab-content-wrappers #tab-content-5,
#tab6:checked ~ .tab-content-wrappers #tab-content-6
 {
  position: relative;
  top: 0px;
 }
 
  
  .heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #166ce7;
  }
  
  .tabs {
    margin-bottom: 30px;
    text-align: center;
  }
  
  .tab {
    padding: 10px 20px;
    margin: 5px;
    border: 2px solid #0056b3;
    background-color: white;
    color: #0056b3;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
  }
  
  .tab.active, .tab:hover {
    background-color: #0056b3;
    color: white;
  }
  
  .job-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .job-card {
    background-color: white;
    width: 250px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 20px;
    text-align: center;
    display: none; /* Hidden by default */
  }
  
  .job-card.show {
    display: block;
  }
  
  .job-icon {
    width: 80px;
    margin-bottom: 15px;
  }
  
  .details-btn {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #0056b3;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  

  /* home features */
  .about-area .services-single-content .services-more .item:hover {
    background-size: 100% 100%;
    cursor: pointer;
  }

  .about-area .services-single-content .services-more .item {
    background: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 1.7px 9.8px 30px 0 rgba(3, 2, 50, 0.3);
    box-shadow: 1.7px 9.8px 30px 0 rgba(3, 2, 50, 0.3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#166ce7), to(#5990f7));
    background-image: -o-linear-gradient(#166ce7, #5990f7);
    background-image: linear-gradient(#166ce7, #5990f7);
    background-repeat: no-repeat;
    -webkit-transition: background-size ease .5s, color .5s;
    -o-transition: background-size ease .5s, color .5s;
    transition: background-size ease .5s, color .5s;
    background-position: 50% 50%;
    background-size: 0% 0%;
  }
  .item {
    position: relative;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    /* background-clip: border-box; */
    /* border: 1px solid rgba(0, 0, 0, .125); */
    /* border-radius: .25rem; */
  }

  .services-more .item:hover a{
    color: #fff;
  }
  .services-more .item:hover p {
    color: #fff;
  }
  .services-more .item:hover  img {
    filter: brightness(0) invert(1); /* Makes dark icons white */
    width: 25px;
    margin-bottom: 10px;
  }

  /* logo caurosal */
  .logo_div img{
    padding: 14px 14px;
    width: 130px;
    /* background-color: #fff; */
    border-radius: 5px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  }
  .logo_div {
    text-align: center;
  }
  .w-90{
    width: 90%;
    margin: auto;
  }
  .d-jc-ac{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  /* logo caurosal */


  /* enquiry start */
    .modal {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1055;
        display: none;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
    }
    .modal-width {
        max-width: 57%;
    }
    
    .fade:not(.show) {
        opacity: 0;
    }
    .modal.show {
        opacity: 1;
        transform: scale(1);
    }
    .modal {
        transform: scale(0);
        opacity: 0;
        -webkit-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
    }
    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
} 
  .send-enquiry {
    position: fixed;
    right: -46px;
    color: #fff !important;
    background-color: #166ce7;
    border-color: #0256f1;
    top: 50%;
    z-index: 10;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.contact-form-area .forms {
    /* max-width: 410px; */
    padding: 1px;
    position: relative;
    z-index: 1;
  }
  
  .contact-form-area .forms input {
    border: 1px solid #e7e7e7;
    background: #ffffff;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    margin-bottom: 15px;
    min-height: 55px;
    padding: 5px 20px;
  }
  
  .contact-form-area .forms textarea {
    border: 1px solid #e7e7e7;
    background: #ffffff;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    margin-bottom: 15px;
    padding: 5px 20px;
    min-height: 180px;
  }
  
  .contact-form-area .forms button {
    border: none;
    background: #104cba;
    display: inline-block;
    padding: 5px 20px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 5px;
    color: #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  
  .contact-form-area .forms button i {
    display: inline-block;
    margin-right: 5px;
    font-weight: 100;
  }
  
  .contact-form-area .forms button:hover {
    background: #091d3e;
  }
  
  @media only screen and (max-width: 767px) {
    .contact-form-area .forms {
      max-width: 100%;
      padding: 50px 30px;
      /* margin-top: 350px; */
    }
  }
  @media  (max-width: 991px) {
   .QuoteModal {
      display: flex;
      flex-wrap: wrap !important;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form-area .forms {
      padding: 80px;
      max-width: 100%;
      margin-top: 350px;
    }
  }

  .fade.in {
    opacity: 1;
}

  .social-meida-link {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 999;
  }
  .social-meida-link ul {
    padding: 0;
    margin: 0;
  }
  .social-meida-link ul .training-call {
    transform: rotate(105deg);
  }
  .social-meida-link ul li {
    
    background: #2f56f9;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .social-meida-link ul .whats-app {
    background: #28a745;
  }
  .social-meida-link ul li {
    background: #2f56f9;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 10px;
  }

   /* enquiry end */
/* 
   .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
  .close.popup-close {
    position: absolute;
    right: -49%;
    top: -10%;
    border-radius: 50%;
    color: #fff;
    border: solid 2px #ffffff;
    padding: 8px 14px;
    opacity: 1;
}
/* .close:not(:disabled):not(.disabled) {
    cursor: pointer;
} */
/* button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
} */
 

/* technology we use starts */
.tech_use {
    background: #091d3e;
    background-image: url(assets/img/shape/25.png);
}

.mis-tab .nav-pills .nav-link.active {
    background: linear-gradient(45deg, #032897 0%, #0846b5 51%, #0c67d7 100%) !important;
    color: #fff !important;
    font-family: "f2";
}

.mis-tab .nav-item {
    margin: 0px 15px;
}

.mis-tab .nav-pills {
    justify-content: center;
}

.mis-tab .nav-pills .nav-link {
    border: 1px solid #fff;
    color: #666666 !important;
    font-family: "f2";
    width: 160px;
    text-align: center;
}

.technology_used_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.tech_card {
    margin: 0 20px 20px 20px;
}

.tech_icon {
    background: #fff;
    width: 90px;
    height: 70px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    transition: all 0.2s ease-in-out;
}

.tech_card:hover .tech_icon {
    transform: scale(1.2);
}

.tech_card .tech_icon img {
    /* width: 67px; */
}

.tech_card p {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    font-family: "f2";
    color: #fff !important;
}

/* technology we use ends */

.team-single-area {
    padding: 30px 40px 0px 75px;
    margin: 45px 70px;
}

/*
---------------------------------------------
services
---------------------------------------------
*/ 

section.services {
  margin-top: 90px;
}

.services .service-item {
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.services .service-item:hover img {
  margin-top: 15px;
}

.services .service-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.services .service-item img {
  transition: all .5s;
  float: left;
  font-size: 64px;
  color: #43ba7f;
  margin-bottom: 30px;
  margin-right: 30px;
}

.service-item img {
    width: 20%;
}

/*