body {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  background-color: #fafafa;
  color: #000000;

}

h1, h2, h3, h4, h5, h6
{
  font-family: "Anta", sans-serif;
}

.navbar
{
  background-color: #0072cf;
}

.nav-item {
  font-size: 16px;
  font-weight: 700;
  padding-left: 10px;
}

.nav-icon
{
  padding-right: 5px;
  margin-bottom: 5px;
}

.dropdown-menu[data-bs-popper]
{
  margin-top: 22px;
  background-color: #f8f9fa;
  border: none;
  color: #301d57;
}

.video-container {
  width: 100%;
  position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.video-container .caption {
  z-index: 1;
  position: relative;
  padding: 150px 25px 250px 25px;
  font-size: 54px;
  font-weight: bolder;
  color: #faa944;
  text-transform: uppercase;
  font-family: "Anta", sans-serif;
}

.mainbg
{
  background-image: url(Images/Banners/home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.aboutbg {
  background-image: url(Images/Banners/about-us-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;  
}

.abouthead {
  font-size: 50px;
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 230px;
  
}

.aboutpara
{
  padding: 50px 10px 10px 10px;
  text-align: justify;
  font-size: 17px;
  background-color: #fafafa;
}

.aboutparahead
{
  padding: 50px 10px 10px 10px;
  text-align: center;
  font-size: 26px;
  background-color: #fafafa;
  font-weight: bold;
  color: #09557c;
}

.whowehead
{
  padding: 50px 10px 0px 10px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #09557c;
}

.aboutpara-bold-txt
{
  padding: 50px 10px 10px 10px;
  text-align: center;
  font-size: 17px;
  background-color: #fafafa;
}

.sector-box
{
  padding: 25px;
  background-color: #cacaca;
  border-radius: 10px;
}

.sector-img
{
  padding: 5px 0px;
}

.sector-head
{
  font-size: 22px;
  font-weight: bold;
  padding-top: 25px;
  min-height: 90px;
}

.sector-para
{
  font-size: 14px;
  text-align: left;
  padding-top: 25px;
  min-height: 175px;
}

.ourapproch-operation
{
  padding: 75px 25px 25px 25px;
  
}

.ourapprochhead
{
  text-align: center;
  padding-bottom: 25px;
  color: #09557c;
}

.ourapprochpara
{
  text-align: justify;
  font-size: 17px;
  padding-right: 20px;
}

.mission-box
{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.mission-head
{
  color: #09557C;
  text-align: center;
  font-weight: bold;
  padding: 50px 0px 10px 0px;
}

.mission-sub-head
{
  font-size: 22px;
  text-align: center;
  padding: 10px 0px;
  font-weight: bold;
}

.mission-para
{
  font-size: 17px;
  text-align: center;
  padding: 70px 0px 50px 0px;
}

.expertise-box
{
  padding: 25px;
  border: 1px solid #a1a1a1;
  border-radius: 10px;
}

.expertise-img
{
  padding: 5px 0px;
  text-align: center;
}

.expertise-para
{
  color: #000000;
  font-size: 14px;
  text-align: left;
  padding-top: 25px;
  min-height: 60px;
  text-align: center;
}

.anchortxt
{
  padding: 25px 10px;
  text-align: center;
  font-weight: bold;
  background-color: #f1f1f1;
  font-size: 16px;
}

.fixme
{
  z-index: 9;
}

input[type=text],
select,
option,
textarea {
  width: 100%;
  margin: 10px 0px;
  padding: 7px;
}

.contactbox
{
  margin-bottom: 50px;
  margin-top: -320px;
  background-color: #ffffff;
  border-radius: 5px;
}

.reachout
{
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0px;
  text-align: center;
}

.contactus-sub-head
{
  font-size: 22px;
  padding-top: 35px;
  font-weight: bold;
}

.contactus-main-head
{  
  font-size: 26px;
  color: #000000;
}

.contactbg
{
  background-image: url(Images/Banners/contact-us.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.contactustext
{
  padding: 250px 25px 350px 0px;
  font-size: 42px;
  color: #ffffff;
  font-weight: bold;
}

.iputbox
{
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #868686;
}

.round input[type="checkbox"]
{
  border-radius: 50%;
}

textarea:focus, input:focus, select:focus{
  outline: none;
}

.vendorbox
{
  border: 1px solid #afafaf;
}

.vendorboxbg
{
  background-color: #09557C;
  text-align: center;
  padding: 20px;
}

.companyhead
{
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.vendortext
{
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 10px;
}

.inputtextlebal
{
  font-size: 13px;
}

.forgottext
{
  font-size: 13px;
  color: #0072cf;
  text-align: right;
}

.forgottext:hover
{
  cursor: pointer;
}


.footer {
  background-color: #212124;
  padding: 35px 10px;
}

.footer-head {
  color: #ffffff;
  font-size: 15px;
}

.footer-list ul li {
  list-style: none;
  color: #ffffff;
  margin-left: -30px;
  padding-top: 10px;
}

.footer-list ul li:hover {
  font-weight: bold;
  color: #a41c2b;
}

.footer-address {
  color: #ffffff;

}

.copyright {
  color: #ffffff;
  text-align: center;
}




/* .contactpadding
{
  padding: 25px;
  margin-top: 50px;
  box-shadow: 0px 0px 20px 0px #919192;
  border-radius: 10px;
}

.contact-address
{
  padding: 25px;
}

.quotebg
{
  background-image: url(Images/Banners/Blue-Frame.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.quotehead
{
  padding: 50px 10px 5px 10px;
  color: #ffffff;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.deliverybg {
  background-color: #ffffff;
  padding: 50px 0px;
  margin-bottom: 50px;
}

.scalablebg {
  background-color: #ffffff;
  padding: 0px 0px 50px 0px;
  margin-bottom: 50px;
}

.delivery-head {
  font-size: 32px;
  color: #301d57;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
}

.delivery-text {
  color: #000000;
  text-align: center;
  padding-bottom: 25px;
}

.deliverynumber {
  font-size: 135px;
  font-weight: bold;
  position: absolute;
  color: #242020;
  right: 0;
  top: 0;
  opacity: 0.6;
}

.securitynumber {
  font-size: 135px;
  font-weight: bold;
  position: absolute;
  color: #242020;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}

.securitybg {
  background-color: #c02826;
  padding: 50px 0px;
  margin-bottom: 50px;
  opacity: 0.9;
}

.expertisebg {
  background-color: #c02826;
  padding: 50px 0px;
  margin-bottom: 120px;
  opacity: 0.9;
}

.securityimg {
  margin-top: -145px;
}

.security-head {
  font-size: 32px;
  color: #301d57;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
}

.security-text {
  color: #ffffff;
  text-align: center;
  padding-bottom: 25px;
}

.featurehead {
  font-size: 50px;
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 45px;
  
}

.videohead {
  font-size: 50px;
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 230px;
  
}

.featurebg {
  background-image: url(Images/Banners/Features.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 400px;
}

.imageprocessingbg {
  background-image: url(Images/Banners/Image-processing.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;  
}

.websitebg {
  background-image: url(Images/Banners/Image-processing.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;  
}

.videostreamingbg {
  background-image: url(Images/Banners/Video-streaming.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
}

.cloudbg {
  background-image: url(Images/Banners/Cloud-storage.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
}

.featurespara
{
  padding: 120px 10px;
  text-align: center;
  font-size: 24px;
  background-color: #fafafa;
}

.four-col
{
  border: 1px solid #e6e3e3;  
}

.four-col:hover{
  background-color: #d8d8d8;
  transition: all .5s;
  transform: scale(1.05);
}

.four-col-text
{
  padding: 10px;
  text-align: justify;
  min-height: 120px;
}

.four-col-para
{
  padding: 10px;
  text-align: justify;
  min-height: 170px;
}

.benefits-head
{
  text-align: center;
  color: #301d57;
  padding-bottom: 50px;
}

.more-solution-text
{
  font-size: 34px;
  padding: 45px 0px 0px 0px;
  font-weight: bold;
  color: #301d57;
  text-align: center;
}

.carousel-control-prev-icon
 {
  background-color: #faa944;
  transition: none;
  width: 50px;
  height: 60px;
  margin-left: -10px;
}

.carousel-control-prev
{
  width: 4%;
  opacity: 0.9;
}

.carousel-control-next-icon
 {
  background-color: #faa944;
  transition: none;
  width: 50px;
  height: 60px;
  margin-right: -10px;
}

.carousel-control-next
{
  width: 4%;
  opacity: 0.9;
}


@media (max-width: 576px) {
  
}

@media (min-width: 576px) {
  
}

@media (min-width: 768px) {
  

 
} */