body {
    padding-top: 0rem !important;
    font-family: 'Mulish', sans-serif;
    padding-bottom: 0rem;
    color: #000;
    height: 100%;
  }
  html {
    scroll-behavior: smooth;
}
   h1 {
      font-size: 7.5rem;
      font-weight:700;
  }
  a{
      color: #fff !important;
  }
  .h5, h5 {
  
      font-weight: 600;
      padding-bottom: 20px;
  }
  h2{
      font-weight:400;
      font-size:3.5rem;
      font-weight:900;
      line-height: 60px;
      letter-spacing: 0px;
  }
  
  h3{
      font-weight:800;
      font-size:2.8rem;
  }
  h3 span{
      font-weight:normal;
  }
  p{
      font-size:15px;
      line-height: 25px;
      font-weight: 300;
  }
  
  .nav{
    margin: 20px 0 20px 0;
  }
  .navbar-brand{
      color: #ffffff !important;
      font-weight: 800;
      font-size:25px;
  }
  .navbar-brand span{
      color: #9d55fd;
  }

  .nav-link{
      color: rgb(36, 35, 35) !important;
  }
  .navbar-light .navbar-toggler{
      background-color: #FEBD1F !important;
  }

  .bg-light {
    background-color: #fff !important;
    box-shadow: rgb(0 0 0 / 55%) 0px 0px 30px 5px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #9d55fd !important;
}
.nav-pills a.nav-link {
    color: #000 !important;
}
li.nav-item {
    padding-right: 15px !important;
}

.carousel-item{
	height:100% !important;
	top: 0 !important;
    left: 0;
}
.logo{
    width: 45%;
}

.carousel-caption{
    top:40% !important;
    text-align: left !important;
    color: #1b1b1b !important;
    left: 10%  !important;
 
}
.carousel-caption span{
    text-transform:none;
    font-weight: 700;
}

.carousel-caption p{
    font-weight:300;
    text-transform: none;
}
.carousel-caption h2{
    font-size: 69px !important;
    line-height: 69px !important;
}
.carousel-caption h2 span{
    color:#ffbc00 !important;
    font-weight: 900 !important;
}


.about-cap{
    padding: 55px 0px 0px 0px;
}

.hrl {
    background-color: #FEBD1F;
    width: 150px;
    height: 6px;
    margin: 0 0 17px 0;
  }
.yelow{
    background-color: #FEBD1F;
}
.grey{
    background-color: rgb(245 245 245 / 77%) !important;
}


.serviceBox{
    border: 2px solid #f3f3f3;
    padding: 30px;
    margin: 60px 0 0 20px;
    position: relative;
    box-shadow: rgb(201 201 201 / 21%) 0px 0px 30px 5px;
}  
.serviceBox .service-icon{
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #0798E8;
    border: 2px solid #0798E8;
    text-align: center;
    font-size: 40px;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    top: -55px;
    left: -20px;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .service-icon{
    color: #fff;
    background: #FEBD1F;
    border: 2px solid #FEBD1F;
}
.serviceBox .title{
    font-size: 22px;
    font-weight: 600;
    color: #3e5482;
    margin-bottom: 15px;
}
.serviceBox .description{
    font-size:15px;
    line-height: 25px;
    color: #000;
    
}
.btn-job {
    color: rgb(255, 255, 255);
    background-color: #FEAC1F !important;
    border-color:  #FEAC1F !important;
}
.btn-emplo {
    color: rgb(255, 255, 255);
    background-color: #FE961F !important;
    border-color:  #FE961F !important;
}


.job{
    color: #fff;
     padding: 52px;
    background-color: #FEAC1F;
}  
.job-title{
    font-weight: 800;
    font-size: 2.1rem;
}

.emplo{
    color: #fff;
     padding: 52px;
    background-color: #FE961F;
}


.rb img{
    transition: all 1s ease;
    cursor: pointer;
    max-width: 64px;
    /* background-color: rgba(0,160,0,0.5); */
   }
   
   .rb:hover img{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
      /*  background-color: rgba(180,0,0,0.5); */
   }


.why{
    font-size: 2rem;
    font-weight: 800;
    line-height: 30px;
    color: #FEBD1F;
}
.why span{
    font-size: 1.1rem;
    color: rgb(34, 34, 34);
    font-weight: 700;
}
.brd{
    border: #3333332e solid 1px;
    padding: 50px;
    background-color: #fff;
}
.footer-bg{
    background-color: #12161E;

}
.white-title{
    color: #fff;
    font-size: 31px;
}
.grap-subtitle{
    color: rgb(189, 189, 189);
}
.form-control{
    border-radius: 1.25rem !important;
    color: rgb(218, 218, 218) !important;
    background-color: rgba(169, 169, 169, 0.212) !important;
    border: #565656 solid 1px !important;
}

.btn-primary {
    color: rgb(255, 255, 255);
    background-color: #FEBD1F !important;
    border-color:  #FEBD1F !important;
}
.modal-header{
    background-color: #ffc107 !important;
}
.modal-tite{
    color: #414141 !important;
}
.modal-title{
    font-size: 2rem;
    font-weight: 800;
}

.form-sec{
    height: auto;
}
textarea.form-control{
    height: 130px !important;
}

.address-sec{
    height: auto;
}
.contact-title{
    color: #fff;
    font-weight: 700;
}
.details{
    color: #d4d4d4;
}

.copy{
    color: #fff;
    font-weight: 700;
}
.left-box { width:45%; float: left;}
       .right-box { width:50%; margin-left: 5%; float: left;}
       .process { text-align: center; margin: auto;}
       .left-box h2 { color: #03a9f4}


       .left-box h4 {
        font-weight: 800;
    }     
       
.fnt{
    font-size: 5rem !important;
}
.logo img {
    width: 80%;
}
img{
    width: 100% !important;
}
.abt_img
{width: 95% !important;
margin: 0px auto;
display: block;
}
.pro-sec{
    background: url(../img/bg-pro.png); 
    background-size: cover;
}


@media screen and (min-device-width: 992px) and (max-device-width: 1199px)  {  
.logo {
    width: 40%;
}
.abt_img {
    width: 95% !important;
    margin: 0px auto;
        margin-top: 0px;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: 0px 20px;
}
.job, .emplo  {
    color: #fff;
       padding: 34px 52px 13px;
   
}
.job p, .emplo p  {
  text-align:left;
   
}

}





/* Small devices (landscape phones, 576px and up) */
@media (max-width: 360px) { 
    .job-title{
        font-size: 1.8rem;
    }
    .w-100{
        min-height: 80vh !important;
    }
    .carousel-caption h2{
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .carousel-caption{
        top:25% !important;}
        .logo{
            width: 45%;
        }
}

@media (min-width: 576px) {  
    .container{
        width: 100% !important;
    }
    .w-100{
        min-height: auto !important;
    }
    .logo img {
        width: 70% !important;
    }

}
@media (max-width: 576px) { 
 p {
    font-size: 14px;
}
.blog-post-title
{
padding-top:5px!important;	
	}
	.brd {
    border: #3333332e solid 1px;
    padding: 30px 15px;
    background-color: #fff;
}
.w-100 {
    min-height: 32vh !important;
}
.carousel-caption {
    top: 25% !important;
    width: 90%;
}
.carousel-caption h2 {
    font-size: 28px !important;
    line-height: 31px !important;
}
.carousel-caption {
    top: 38% !important;
    width: 90%;
}
.job-title {
    font-size: 26px;
}
.job {
    color: #fff;
    padding: 22px 20px 12px;
    background-color: #FEAC1F;
}
.emplo {
    color: #fff;
    padding: 28px 20px;
    background-color: #FE961F;
}
.job p, .emplo p {
    text-align:left;
   
}
p {
    font-size: 14px;
}
h3 {
    font-weight: 800;
    font-size: 33px ;
}
h4 {
    font-size: 17px;
}
.about-cap {
    padding: 25px 0px 0px 0px;
}
.telecaller
{
height: 100%;
object-fit: cover;
}
.abt_img {
    width: 84% !important;
    margin: 0px auto;
        margin-top: 0px;
    display: block;
}
.mt-5 {
    margin-top: 1rem !important;
}
.pb-5{
    padding-bottom: 1rem !important;
}
.mb-5 {
    margin-bottom: 1rem !important;
}
.abt_img {
    width: 95% !important;
    margin: 0px auto;
        margin-top: 0px;
    display: block;
    height: 250px;
    object-fit: cover;
    object-position: 0px 12px;
	margin-bottom: 15px;
}
.carousel-inner{
    margin-top: 50px !important;
}
.pro-sec{ 
    background: none !important; 
}

}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */


@media screen and (min-device-width: 767px) and (max-device-width: 992px)  {  
 .carousel-caption h2 {
    font-size: 54px !important;
    line-height: 60px !important;

 }
 .job, .emplo {
    color: #fff;
 padding: 24px 30px 15px;
   
}
.job p, .emplo p {
    text-align:left;
   
}
.telecaller
{
height: 350px;
object-fit: cover;
}
.abt_img {
    width: 95% !important;
    margin: 0px auto;
    margin-top: 0px;
    display: block;
    height: 350px;
    object-fit: cover;
    object-position: 0px -8px;
}
.carousel-inner{
    margin-top: 50px !important;
}


}
@media (min-width: 577px) and (max-width: 768px)  {  
 .carousel-caption h2 {
    font-size: 44px !important;
    line-height: 42px !important;
}
 .job, .emplo {
    color: #fff;
 padding: 24px 30px 15px;
   
}
.job p, .emplo p {
    text-align:left;
   
}
.telecaller
{
height: 350px;
object-fit: cover;
}

.job h4, .emplo h4 {
    font-size:25px;
   
}
p {
    font-size: 14px;
}
h3 {
    font-weight: 800;
    font-size: 37px ;
}
h4 {
    font-size: 20px;
}
.abt_img {
    width: 95% !important;
    margin: 0px auto;
        margin-top: 0px;
    display: block;
    height: 350px;
    object-fit: cover;
    object-position: 0px -8px;
}

}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    
}
 
 
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
 
/* Set width to make card deck cards 100% width */
@media (max-width: 950px) { 
 
}




