*{
    font-family: 'Krub', sans-serif;
    font-style: normal;
}
header{
    width:100%;
      height:auto;
      position:relative;
      background-image:url('../images/Vitric_BG-Image.png');
      background-repeat:no-repeat;
      background-size:100% 100%;
      z-index: 5;
      min-height: 720px;
  }
  .header-2{
    width:100%;
      height:auto;
      position:relative;
      background-image:url('../images/insihgt_Home-Page_Hero-banner.png');
      background-repeat:no-repeat;
      background-size:100% 100%;
      z-index: 5;
      min-height: 720px;
  }
  .header-3{
    width:100%;
      height:auto;
      position:relative;
      background-image:url('../images/about_banner.png');
      background-repeat:no-repeat;
      background-size:100% 100%;
      z-index: 5;
      min-height: 720px;
  }
  .header-4{
    width:100%;
      height:auto;
      position:relative;
      background-image:url('../images/IT_services_banner.png');
      background-repeat:no-repeat;
      background-size:100% 100%;
      z-index: 5;
      min-height: 720px;
  }
  .header-5{
    width:100%;
      height:auto;
      position:relative;
      background-image:url('../images/services_banner.png');
      background-repeat:no-repeat;
      background-size:100% 100%;
      z-index: 5;
      min-height: 720px;
  }
  .header-6{
    width:100%;
      height:auto;
      position:relative;
      background-image:url('../images/clients/client_banner.png');
      background-repeat:no-repeat;
      background-size:100% 100%;
      z-index: 5;
      min-height: 720px;
  }
  .header-7{
    width:100%;
      height:auto;
      position:relative;
      background-image:url('../images/contact_banner.png');
      background-repeat:no-repeat;
      background-size:100% 100%;
      z-index: 5;
      min-height: 500px;
  }
  .header-8{
    width:100%;
      height:auto;
      position:relative;
      background-image:url('../images/Team_banner.png');
      background-repeat:no-repeat;
      background-size:100% 100%;
      z-index: 5;
      min-height: 500px;
  }
  .header-9{
    width:100%;
      height:auto;
      position:relative;
      background-image:url('../images/Vitric_BG.png');
      background-repeat:no-repeat;
      background-size:100% 100%;
      z-index: 5;
      min-height: 500px;
  }
  .faq-img{
    width:100%;
    height:auto;
    position:relative;
    background-image:url('../images/Mask Group 1 copy.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    z-index: 5;
    min-height: 300px;
  }
  a{
    color: #000000;
    }
  a:hover {
      text-decoration: none;
      color: #FF6711;
      
  }
  #button {
    display: inline-block;
    background-color: #D32F0F;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 30px;
  }
  
  #button::after {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #D32F0F;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  @media only screen and (max-width:600px){
    #button.show{
        visibility: hidden;
    }
  }
  .bg-light {
    background-color: #f8f9fa00!important;
    padding: 3.5rem 8rem ;
}
@media only screen and (min-width:1440px){
    .bg-light {
    padding: 3.5rem 10rem;
}
}
@media only screen and (min-width:1535px){
    .bg-light {
    padding: 3.5rem 13rem ;
}
}
@media only screen and (min-width:1600px){
    .bg-light {
    padding: 3.5rem 15rem ;
}
}
@media only screen and (min-width:1920px){
    .bg-light {
    padding: 3.5rem 25rem ;
}
}
@media only screen and (min-width:2520px){
    .bg-light {
    padding: 3.5rem 43rem ;
}
}
.nav-link img{
    margin-left: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2.5rem;
    padding-left: .5rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    text-decoration: underline;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
.head-text h1{
     font-size: 52px;
     color: #FFCA05;
     font-weight: 700;
     margin-top: 60px;
}
.nav-mob{
    margin-top: -10px;
}
.head-text{
    margin-top: 40px;
    padding-bottom: 70px;
}
.head-text p{
    font-size: 22px;
    color:#FAFAFA;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 15px;
}
.head-text h2{
    font-size: 26px;
    color: #FAFAFA;
    font-weight: 700;
}
.head-text h5{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 0.5rem;
}
.fas{
    margin-left: 10px;
}
.btn-danger {
    color: #fff;
    background-color: #D32F0F;
    border-color: #D32F0F;
    padding: 0.575rem 2rem;
    font-weight: 700;
}
.head-left{
    max-width: 350px;
    border-radius: 20px;
    box-shadow: 0px 5px 28px 0px #00000029;
    margin-left: 21%;
}
.head-left .card-header {
    padding: 1.5rem 1rem 2.5rem 2.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border:none;
    border-radius: 20px 20px 0px 0px;
    text-align: end;
}
.head-left h3{
    font-size: 20px;
    font-weight: 700;
    color: #D32F0F;
    text-align: initial;
}
.head-left p{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 3px;
    margin-top: 0px;
}
.head-left .card-body{
    padding: 0rem 2.5rem 2rem 2.5rem;
}
.head-left .card-body a{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.head-left hr{
    margin-bottom: 0px;
    
    border-top: 1px solid #D32F0F;
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #D32F0F;
    font-size: 18px;
    font-weight: 400;
    padding: .575rem 3.5rem;
    margin-top: 25px;
    border-radius: 0.7rem;
    background-color: #D32F0F;
}
.head-left .card-footer {
    padding: 1.75rem 1.5rem 1.75rem 2.5rem;
    background-color: #DEDEDE;  
    border: none;
    border-radius: 20px;
}
.card-footer h3{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.btn-outline-primary {
    color: #000;
    border-color: #FFCA05;
    padding: .5rem 2.2rem;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    border-radius: 10px;
    background-color: #FFCA05;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #FFCA05;
    border-color: #D32F0F;
}

/* .....................header-end............... */
.approch{
    text-align: center;
    width: 100%;
}
.approch h3{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-top: 55px;
}
.approch h1{
    font-size: 32px;
    font-weight: 700;
    color: #D32F0F;
}
.approch-card .card-header h3{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 15px;
}
.approch-card .card-header{
    padding: 1.2rem 0.75rem 1.2rem 0.75rem;
    border: none;
    border-radius: 20px;
}
.approch-card{
    box-shadow: 0px 5px 28px 0px #00000029;
    border: none;
    border-radius: 20px;
    background-color: #fff;
    max-width: 335px;
    margin-right: 40px;
}
.approch-card .card-body p{
    font-size: 16px;
    color: #000;
    font-weight: 300;
}
.approch-card .card-body{
    padding: 1rem 2rem 0px 2rem;
    min-height: 160px;
}
.btn-outline-secondary-2 {
    color: #fff;
    border-color: #D32F0F;
    font-size: 14px;
    font-weight: 100;
    padding: .575rem 5.5rem;
    margin-bottom: 15px;
    border-radius: 0.7rem;
    background-color: #D32F0F;
}
.btn-outline-secondary-6 {
    color: #fff;
    border-color: #D32F0F;
    font-size: 14px;
    font-weight: 100;
    padding: .575rem 2.5rem;
    margin-bottom: 15px;
    border-radius: 0.7rem;
    background-color: #D32F0F;
}
.team-card .card-footer .btn:hover{
    color: #fff;
}
.approch-card .card-footer {
    padding: 0rem 2.4rem;
    background-color: #fff;
    border: none;
    border-radius: 20px;
}
.card-div{
      width:100%;
      height:auto;
      position:relative;
      background-image:url('../images/Vitric_BG.png');
      background-repeat:no-repeat;
      background-size:100% 100%;
      z-index: 5;
      
}
/* ....................cards-end............. */
.quote h1{
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-left: 5rem;
}
.red-quote{
    width:100%;
      height:auto;
      position:relative;
      background-color: #D32F0F;
      background-repeat:no-repeat;
      background-size:100% 100%;
}
.quote h3{
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}
.quote p{
    font-size: 20px;
    font-weight: 300;
    color:#FFCA05;  
    margin-bottom: 20px;
}
.quote{
    padding-top: 70px;
    padding-bottom: 50px;
}
.btn-outline-primary-2 {
    color: #000;
    border-color:#FFCA05;
    padding: .5rem 1rem;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    background-color: #FFCA05;
}
.Insight h3{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 20px;
}
.Insight{
    padding-top: 20px;
    padding-bottom: 32px;
}
.Insight img{
    margin-left: 5rem;
}
.center-logo img{
    vertical-align: middle;
    margin-left: 15px;
}

/* .....................Red-section-end-both............ */
.ft h2{
    font-size: 22px;
    color: #D32F0F;
    font-weight: 700;
   
}
.ft h4{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-left: 15px;
    margin-top: 10px;
}
.ft h3{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-top: 17px;
   
}
.ft hr {
    margin-top: 0.5rem;
    /* margin-bottom: 1rem; */
    border: 0;
    border-top: 1px solid #D32F0F;
    width: 50%;
    margin-left: 0px;
}
.ft img{
    margin-left: -25px;
}
.ft p{
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
    display: inline;
}
.ft-2 img{
    margin-left: 0px;
}
.ft-2{
    margin-top: 32px;
}
.ft h5{
    font-size: 22px;
    font-weight: 700;
    color: #D32F0F;
    margin-bottom: 20px;
}
.ft h1{
    font-size: 12px;
    font-weight: 500;
    color: #000;
    display: inline;
   
}
.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    color: gray;
    margin-right: 20px;
    font-size: large;
}
.footer-line h3{
    font-size: 12px;
    font-weight: 500;
    color: #000;
    
    display: inline;
}
.footer-line{
  
    padding-bottom: 50px;
}
.footer-line h4{
    font-size: 12px;
    color: #BABABA;
    font-weight: 300;
    display: inline;
   
}
/* .....................footer-end............... */
.basic-1 h1{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #FFCA05;
}
.basic-1 h2{
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}
.basic-1 p{
    font-size:14px ;
    font-weight: 300;
    color: #000;
}
.about-shape-1 {
    position: absolute;
    top: 185px;
    left: 27%;
    width: 60%;
    height: 100%;
    z-index: -1;
}
.about-shape-2 {
    position: absolute;
    top: 185px;
    right: 0%;
    width: 45%;
    height: 100%;
    z-index: -1;
}
.basic-1{
    margin-top: 50px;
    position: relative;
    z-index: 5;
      padding-bottom: 25px;
      width: 100%;
    height: auto;
    background-image: url(../images/Vitric_BG.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.about-shape-3 {
    position: absolute;
    top: 60%;
    left: 27%;
    width: 13%;
    height: 25%;
    z-index: -1;
}
.about-shape-4 {
    position: absolute;
    top: 60%;
    right: 0%;
    width: 45%;
    height: 25%;
    z-index: -1;
}
.about-shape-5 {
    position: absolute;
    top: 46%;
    right: 0%;
    width: 24%;
    height: 100%;
    z-index: -1;
}

.about-shape-6 {
    position: absolute;
    top: 65%;
    left: 7%;
    width: 2%;
    height: 10%;
    z-index: -1;
}

.about-shape-7 {
    position: absolute;
    top: 65%;
    left: 50.5%;
    width: 2%;
    height: 10%;
    z-index: -1;
}

.basic-1 hr{
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
    border: 0;
    border-top: 1px solid #BABABA;
}
.card-1{
    margin-left: 6%;
}
.card-2{
    margin-left: 8%;
    margin-top: 85px;
}
.card-3{
    margin-left: 8%;
}
.card-4{
    margin-top: 8%;
    margin-left: 6%;
}
.card-5{
    margin-left: 8%;
}
.card-6{
    margin-left: 8%;
    margin-top: 8%;
}
.card-7{
    padding-left: 0px;
}
.card-8{
    padding-left: 0px;
}
/* .....................process-flow-end........... */


/* ............................Insight-page.................... */
.Insight-head{
    margin-top: 170px;
    padding-bottom: 24px;
}
.Insight-head h1{
    color:#FFCA05;
    font-size:52px ;
    font-weight: 700;
    margin-bottom: 40px;
}
.Insight-head h3{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}
.Insight-head p{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.yellow-quote{
    width:100%;
      height:auto;
      position:relative;
      background-color: #ffca05;
      background-repeat:no-repeat;
      background-size:100% 100%;
}
.Insight-2 h3{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-top: 50px;
    margin-bottom: 20px;
}
.Insight-2{
    padding-top: 2px;
    padding-bottom: 2px;
}
.Insight-2 img{
    margin-left: 5rem;
}
.Insight-2 h2{
    font-size: 22px;
  font-weight: 600;
  color: #000;
}
.card-reward{
    background-color: #fff0;
    border: none;
    margin-left: -25px;
}
.card-reward .card-title{
    margin-bottom: 0rem;
}
.card-reward .card-body{

padding: 0rem 1.25rem;
text-align: center;
}
.card-reward .card-footer{
    text-align: center;
    font-size: 20px;
    min-width: 177px;
    background-color: #fff0;
    border: none;
    color: #fff;
    font-weight: 700;
}
.process{
    text-align: center;
    width: 100%;
    margin-top: 55px;
}   
.process h3{
    font-size: 20px;
  font-weight: 500;
  color: #000;
}
.process h1{
    font-size: 32px;
  font-weight: 700;
  color: #ffca05;
}
.card-process{
    width: 150px;
    background-color: #fff0;
    border: none;
    margin-left: 18px;
}
.card-process .card-body{
    padding: 0px;
    background-color: #fff0;
    border: none;
}
.card-process .card-footer{
    padding: 12px;
    background-color: #fff0;
    border: none;
    font-size: 14px;
    font-weight: 500;
}
.card-process .card-header{
    text-align: center;
    background-color: #fff0;
    border: none;
    padding-bottom: 100px;
}
.about-shape-21 {
    position: absolute;
    top: 175px;
    left: 4.5%;
    width: 60%;
    height: 10%;
    z-index: -1;
}
.msg{
    margin-top: 50px;
}
.about-shape-new {
    position: absolute;
    top: -15%;
    left: 0%;
    width: 10%;
    height: 10%;
    z-index: -1;
    display: none;
}
.about-shape-22 {
    position: absolute;
    top: 63%;
    left: 17.5%;
    width: 10%;
    height: 10%;
    z-index: -1;
}
.about-shape-23 {
    position: absolute;
    top: 63%;
    left: 37.5%;
    width: 10%;
    height: 10%;
    z-index: -1;
}
.about-shape-24 {
    position: absolute;
    top: 63%;
    left: 57.5%;
    width: 10%;
    height: 10%;
    z-index: -1;
}
hr.new3 {
    border-top: 3px dotted red;
    width: 40px;
  }
  .rembersment{
    padding-bottom: 140px;
    margin-left: 0rem;
  }
  .process-seven{
    margin-top: 80px;
    margin-left: 4rem;
  }
  .gif{
    margin-left: -60px;
    width: 60%;
  }
  /* ................................insight-page-end.................. */
  /* ..................about-us-page................................... */
  .about-us h3{
    font-size: 20px;
    font-weight: 500;
    color: #000;
  }
  .about-us h1{
      font-size: 32px;
      font-weight: 700;
      color: #D32F0F;
      padding-bottom: 30px;
}
.about-us p{
      font-size: 16px;
      font-weight: 300;
      color: #000;
      padding-bottom: 20px;
}
.about-us img{
    margin-left: -30px;
    margin-top: -30px;
    width: 100%;
}
.btn-outline-primary-5 {
    color: #000;
    border-color: #FFCA05;
    padding: .9rem 1.5rem;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    background-color: #FFCA05;
}
.about-us .fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #000;
    margin-left: 13px;
    font-size: initial;
}
.about-head h3{
    font-size: 22px;
    font-weight: 500;
    color: #D32F0F;
    margin-bottom: 15px;
    margin-top: 55px;
}
.about-head h1{
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem;
}
.card-about-us{
    background-color: #fff0;
    border: none;
    margin-left: -60px;
}
.card-about-us .card-body{
    padding: 1.25rem 0rem;
}
.card-about-us .card-body p{
    color: #ffff;
    margin-left: 30px;
    font-size: 16px;
    font-weight: 500;
}
.card-about-us .card-body span{
    color: #D32F0F;
}
.card-about-us .card-img{
    width: 80%;
    padding-top: 1rem;
}
/* .....................about-us-page-end...................... */
/* .......................IT-service-Page...................... */
.it-service-head h3{
    font-size: 22px;
    color: #D32F0F;
    font-weight: 500;
    margin-bottom: 20px;
}
.it-service-head h1{
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.it-service-head{
    padding: 10rem;
    
}
.card-IT{
    background-color: #fff0;
    border: none;
}
.card-IT .card-body{
    background-color: #fff0;
    border: none;
}
/* ...............................it-service-Page-End................ */
.mystery-service-head h3{
    font-size: 22px;
    color: #FFCA05;
    font-weight: 500;
    margin-bottom: 20px;
}
.mystery-service-head h1{
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.mystery-service-head{
    padding: 10rem;
}
.btn-outline-secondary-3 {
    color: #000;
    border-color: #FFCA05;
    font-size: 14px;
    font-weight: 100;
    padding: .575rem 5.5rem;
    margin-bottom: 15px;
    border-radius: 0.7rem;
    background-color: #FFCA05;
}
.btn-outline-primary-3 {
    color: #000;
    border-color:#fff;
    padding: .5rem 1rem;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    background-color: #fff;
}
/* ...............................Mystery-service-Page-End................ */
/* ...............................Our-Clients-Page................ */
.client-logo img{
    width: 100%;
}
/* ...............................Our-Clients-Page-end................ */
/* ...............................Contact-Us-Page................ */
.contact-card{
    background-color: #fff;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 5px 28px 0px #00000029;
    max-width: 400px;
}
.contact-card .card-header{
    padding: 40px 110px 0px 40px;
    background-color: #ffff;
    border: none;
    border-radius: 20px 20px 0px 0px;
}
.contact-card .card-header h1{
    font-size: 32px;
    font-weight: 700;
    color: #D32F0F;
}
.contact-card hr{
  
    border-top: 1px solid #D32F0F;
}
.contact-card .card-footer {
    background-color: #fff0;
    border: none;
}
.contact-card .card-body{
    padding: 0px 50px 20px 40px;
}
.contact-card .card-body h4{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-left: 15px;
    margin-top: 10px;
}
.contact-img{
    margin-left: 15px;
}
.contact-card .card-body h5{
    font-size: 12px;
    font-weight: 700;
    color: #000;
    margin-left: 15px;
   
}
.contact-card .card-body span{

    font-weight: 300;
   
}
.contact-card .card-body hr{
    width: 43%;
    margin-left: 15px;
    margin-top: 0px;
}
.contact-card p{
    font-size: 12px;
    font-weight: 300;
    margin-left: 10px;
    color: #000;
}
.contact-img-2{
    margin-left: -10px;
    width: 4%;
    margin-top: -5%;
}
.btn-outline-primary-4 {
    color: #D32F0F;
    border-color:#D32F0F;
    padding: .5rem 1rem;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    float: right;
    background-color: #fff;
    margin-top: -35px;
}
.mob-con{
    margin-top: -45%;
}
.mob-con-1{
    margin-top: 40px;
}
.mobile-fotter{
    margin-left: 50px;
}
/* ...............................Contact-Us-Page-end................ */
/* ...............................Career-Page................ */
.team-card {
    background-color: #fff;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 5px 28px 0px #00000029;
    max-width: 400px;
    margin-top: -13%;
    margin-right: 100px;
}
.team-card .card-header h1{
    font-size: 32px;
    font-weight: 700;
    color: #D32F0F;
}
.team-card .card-header{
    padding: 40px 100px 0px 40px;
    background-color: #fff;
    border: none;
    border-radius: 20px 20px 0px 0px;
}
.team-card .card-header hr{
    border-top: 1px solid #D32F0F;
}
.team-card .card-header h3{
    font-size: 18px;
    font-weight: 700;
    color: #D32F0F;
    margin-top: 30px;
}
.team-card .card-header p{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    
}
.team-card .card-body{
    padding: 40px 40px 40px 40px;
}
.team-card .card-body h1{
    font-size: 18px;
    font-weight: 700;
    color: #D32F0F;
}
.team-card .card-body p{
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
/* .team-card .card-body ul {
    list-style-type: '\2713';
    margin-left: -50px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
   
} */
.team-card .card-body ul {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
  }
  .team-card .card-body li {
    position: relative;
    padding-left: 2em;  /* space to preserve indentation on wrap */
  }
  .team-card .card-body li:before {
    content: '';  /* placeholder for the SVG */
    position: absolute;
    left: 0;  /* place the SVG at the start of the padding */
    width: 2em;
    height: 2em;
    background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
  }
.team-card .card-footer{
    padding: 0px 70px;
    background-color: #fff;
    border: none;
    border-radius: 0px 0px 20px 20px;
}
.arrange-card{
    margin-left: 6rem;
}

/* ................mobile-view...................... */
@media only screen and (max-width:600px){
/* .................It-sevices............. */
.it-service-head{
    padding: 0px;
}
.it-service-head h1{
    font-size: 20px;
}
/* ..................about-us................. */
.about-us img{
    margin-left: 0px;
}
.card-about-us{
    margin-left: 0px;
}
.card-about-us .card-img {
    width: 40%;
}
.about-head h1{
    text-align: center;
    font-size: 23px;
}
.about-head h3{
    text-align: center;
}
/* ...............mystery-service................. */
.mystery-service-head{
    padding: 0px;
}
.mobile-fotter{
    margin-left: 0px;
}
.team-card{
    margin-right: 0px;
    margin-left: -15px;
}
.m-i-view{
    margin-top: 40px;
}
.arrange-card{
    margin-left: 0px;
}
.process-seven{
    margin-left: 0px;
}
.msg{
    margin-top: 0px;
}
}

  /* ..................IPad-View-Media.........................   */

  @media only screen and (min-width:768px) and (max-width:1000px){

    /* ..........about-us............ */
    .about-head h1{
        text-align: center;
    }
    .about-head h3{
        text-align: center;
    }
    .card-about-us{
        margin-left: 0px;
    }
    /* ................contact-us........... */
    .mobile-fotter{
        margin-left: 0px;
    }
    .contact-card .card-header h1{
        font-size: 23px;
    }
    /* ..............career-page............... */
    .team-card{
        margin-left: 10%;
    }
    .m-i-view{
        margin-top: 40px;
    }
    
}

/* ..................media............... */
@media only screen and (max-width:600px){
    .about-shape-new {
        display: block;
    }
    .card-reward {
        margin-left: 0px;
    }
    .header-2{
        background-image: none;
    }
   
    .bg-light{
        padding: 1rem 1rem;
    }
    .head-text h1{
        font-size: 44px;
        margin-top: 10px;
    }
    .head-text p{
        font-size: 20px;
    }
    .head-text h2{
        font-size: 23px;
    }
    .head-left {
        margin-top: 2rem;
        margin-left: 0px;
    }
    
    .btn-outline-secondary{
        padding: .575rem 2.5rem;
    }
    .card-footer h3{
        font-size: 18px;
    }
    .approch-card{
        margin-right: 0px;
        margin-left: 4%;
        margin-top: 1rem;
    }
    .quote h1{
        margin-left: 0px;
    }
    .about-shape-2,.about-shape-1,.about-shape-3,.about-shape-4,.about-shape-5,.about-shape-6,.about-shape-7   {
        display: none;
    } 
    .card-1,.card-2,.card-3,.card-4,.card-5,.card-6{
        margin-left: 0px;
        margin-top: 0px;
    }
    .Insight img{
        margin-left: 0px;
    }
    .card-7{
        padding-left: 34px;
    }
    .ft-2 img {
        margin-left: 34px;
    }
    .ft h2{
        margin-left: 34px;
    }
    .card-8 {
        padding-left: 30px;
        padding-right: 0px;
    }
    .ft h1 {
        font-size: 12px;
        font-weight: 500;
        color: #000;
        display: inline;
        margin-right: 6px;
    }
    .ft h5{
        margin-top: 1rem;
     
    }
    
    .footer-line h4{
        margin-right: 85px;
        margin-left: 0px;
    }
    .mobile{
        margin-top: 10px;
    }
    .navbar-toggler{
        margin-left: 50%;
    }
    .about-shape-21{
        display: none;
    }
    .about-shape-22{
        display: none;
    }
    .about-shape-23{
        display: none;
    }
    .about-shape-24{
        display: none;
    }
    .rembersment{
        margin-left: -15px;
    }
    .gif{margin-left: 0px;}
    .card-process .card-header{
        padding-bottom: 20px;
    }
    .Insight-2 img {
        margin-left: 0rem;
    }
    .nav-mob{
        margin-top: 0px;
        margin-left: 15px;
    }
    .navbar-toggler{
        background-color: #D32F0F;
        border: #D32F0F;
    }
    .team-card .card-body ul {
        list-style-type: '\2713';
        margin-left: -50px;
        font-size: 12px;
        color: #000;
        font-weight: 500;
    }
    .Insight-head p{
     color: #000;       
    }
    } 
    @media only screen and (min-width:768px) and (max-width:1000px){
        .card-reward {
            margin-left: 0px;
        }
        .Insight-head{
            text-align: center;
        }
       
        .navbar-toggler{
            background-color: #D32F0F;
            border: #D32F0F;
        }
        .rembersment{
            margin-left: 11rem;
        }
        .nav-mob{
            margin-top: 0px;
            margin-left: 15px;
        }
    
        .bg-light{
            padding: 1rem 3rem;
        }
        .head-text h1{
            font-size: 38px;
            margin-top: 10px;
        }
        .head-text p{
            font-size: 18px;
        }
        .head-text h2{
            font-size: 23px;
        }
        .approch-card{
            margin-right: 0px;
            margin-left: 25px;
            margin-top: 15px;
        }
        .head-left{
            margin-left: 0px;
        }
        .btn-outline-secondary{
            padding: .575rem 2.5rem;
        }
        .about-shape-2,.about-shape-1,.about-shape-3,.about-shape-4,.about-shape-5,.about-shape-21   {
            display: none;
        }
        .card-1,.card-2,.card-3,.card-4,.card-5,.card-6{
            margin-left: 0px;
            margin-top: 0px;
        }
        .Insight img {
            margin-left: 1rem;
        }
        .Insight-2 img {
            margin-left: 1rem;
        }
        .card-8 {
            padding-left: 30px;
            padding-right: 0px;
        }
        .card-7{
            padding-left: 34px;
        }
        .ft-2 img {
            margin-left: 34px;
        }
        .ft h2{
            margin-left: 34px;
        }
        .ft h5{
            margin-top: 1rem;
        }
        .footer-line h3{
            margin-left: 15px;
        }
        .navbar-toggler{
            margin-left: 75%;
        }
        .mobile{
            margin-top: 2rem;
        }
        .about-shape-6, .about-shape-7{
            display: none;
        }
    }
    @media only screen and (min-width:1024px) and (max-width:1200px){
    
        .head-text h1{
            font-size: 42px;
           
        }
        .head-text p{
            font-size: 20px;
        }
        .head-text h2{
            font-size: 24px;
        }
        .head-left{
            margin-left: 0px;
        }
        .approch-card{
            max-width: 305px;
            margin-right: 15px;
        }
        .zf-templateWidth {
            width: 320px;
        }
    }
    @media only screen and (min-width:1440px){
        .about-shape-1{
            left: 28%;
        }
        .about-shape-2{
    
        }
        .about-shape-3{
            left: 28%;
        }
        .about-shape-4{
    
        }
        .about-shape-5{
    
        }
        .about-shape-6{
            left: 9%;
        }
        .about-shape-5{
    
        }
        .about-shape-21{
            left: 6.5%;
        }
        .process-seven {
            margin-left: 6rem;
        }
        .about-shape-22{
            left: 17.5%;
        }
        .about-shape-23{
           
        }
        .about-shape-24{
            left: 57.5%;
        }
    }
    @media only screen and (min-width:1535px){
         .about-shape-1{
            left: 30%;
        }
        .about-shape-2{
            width: 46%;
        }
        .about-shape-3{
            left: 30%;
        }
        .about-shape-4{
            width: 46%;
        }
        .about-shape-5{
            width: 27%;
        }
        .about-shape-6{
            left: 11%;
        }
        .about-shape-21{
            left: 8.5%;
        }
        .process-seven {
            margin-left: 8rem;
        }
    }
    @media only screen and (min-width:1600px){
        .about-shape-6{
            left: 13%;
        }
        .about-shape-1{
            left: 31%;
        }
        .about-shape-3{
            left: 31%;
        }
        .about-shape-21{
            left: 11.5%;
        }
        .process-seven {
            margin-left: 12rem;
        }
        .about-shape-22{
            left: 17.5%;
        }
        .about-shape-23{
           
        }
        .about-shape-24{
            left: 57.5%;
        }
    }
    
    @media only screen and (min-width:1900px){
        .about-shape-1{
           left: 33.5%;
        }
        .about-shape-2{
            width: 46.5%;
        }
        .about-shape-3{
          left: 33.5%;
        }
        .about-shape-4{
            width: 46.5%;
        }
        .about-shape-5{
            width: 31%;
        }
        .about-shape-6{
            left: 19%;
        }
        .about-shape-7{
            left: 53.5%;
        }
        .about-shape-21{
            left: 18.5%;
        }
        .about-shape-22{
            left: 17%;
        }
        .about-shape-23{
            left: 37%;
        }
        .about-shape-24{
            left: 57.5%;
        }
        .process-seven{
            margin-left: 22rem;
        }
    }
    @media only screen and (min-width:2500px){
        .about-shape-1{
            left: 37.5%;
        }
        .about-shape-2{
            width: 47%;
        }
        .about-shape-3{
            left: 37.5%;
        }
        .about-shape-4{
            width: 47%;
        }
        .about-shape-5{ 
            width: 36%;
        }
        .about-shape-6{
            left: 26%;
        }
        .about-shape-21 {
            left: 26.5%;
        }
        .process-seven {
            margin-left: 42rem;
        }
        .about-shape-22{
           display: none;
        }
        .about-shape-23{
            display: none;
        }
        .about-shape-24{
            display: none;
        }
    }
    /* ................in-process-page............... */
.inprogress{
    margin-top: 55px;
    padding-bottom: 114px;
}
.inprogress h3{
    font-size: 26px;
    font-weight: 700;
  color: #000;
  margin-top: 60px;
}
.inprogress h4{
    font-size: 18px;
    font-size: 400;
    color: #000;
}
.inprogress h1{
    font-size: 42px;
    font-weight: 300;
    color: #000;
    margin-top: 30px;
    padding-bottom: 30px;
}
.inprogress p{
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
.inprogress img{
    width: 100%;
}
.button-card{
    background-color: #0000005c;
    border-radius: 20px;
    margin-top: 11rem;
    min-height: 310px;
    padding: 10px 0px 0px 0px;
}
.button-card .card-body h1{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.button-card .card-body p{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-top: 23px;
}
.button-card .card-footer h3{
    font-size: 12px;
    font-weight: 500;
    color: #000;
    text-align: initial;
   
}
.button-card .card-footer span{
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.button-card .card-footer{
    background-color: #DEDEDE;
    border-radius: 0px 0px 20px 20px;
    
        padding: 1.2rem 1.25rem;
}
.button-card .btn-primary-2{
    background-color: #ffca05;
    padding: 8px 79px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
}
.button-card  .btn-outline-primary-2 {
    color: #fff;
    
    padding: .5rem 5.4rem;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid #ffca05;
    background-color: #0000;
}
.button-card .btn-primary-3{
    background-color: #ffca05;
    padding: 15px 14px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 10px;
    color:#000;
}   
.button-card .card-footer h3{
    margin-bottom: 0px;
    
}
.login-btn-arrange{
    padding-top: 10px;
}
@media only screen and (max-width:600px){
    .button-card {
        margin-top: -7rem;
    }
    .card-reward .card-footer{
        color: #000;
        font-weight: 500;
    }
}

/* ..................accordition................... */

#main {
    margin: 50px 0;
  }
  
  #main #faq .card {
    margin-bottom: 30px;
    border: 0;
  }
  
  #main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: none;
    padding: 0;
    border-bottom: 2px solid #c4c4c4;
  }
  
  #main #faq .card .card-header .btn-header-link {
    color: #000;
    display: block;
    text-align: left;
    background: #fff;
    color: #222;
    padding: 20px 0px;
    border-radius: 0px;
    font-size: 22px;
    font-weight: 700;
  }
  
  #main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed {
    background: #FFF;
    color: #000;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
  }
  
  #main #faq .card .collapsing {
    background: #FFF;
    line-height: 30px;
  }
  
  #main #faq .card .collapse {
    border: 0;
  }
  
  #main #faq .card .collapse.show {
    background: #FFF;
    line-height: 30px;
    color: #222;
  }
  #main #faq .card .card-body{
      padding: 1.25rem 1.25rem 1.25rem 0rem;
  }
  #main #faq .card .card-body h3{
      font-size: 18px;
      font-weight: 700;
      color: #ffca05;
  }
  #main #faq .card .card-body h4{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    
}
#main #faq .card .card-body span{
    font-weight: 700;
    font-style: italic;
    color: #ffca05;
}
@media only screen and (max-width:600px){
    #main #faq .card .card-body{
        padding: 1.25rem 1.25rem 1.25rem 1rem;
    }
}