  body {
    font: 400 15px ubuntu, sans-serif;
    line-height: 1.8;
    color: #818181;
  }
  h1{
    font-size: 48px !important;
    font-weight: 600;
  }
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #081055;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.75em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
 
  }  

  .container {
    margin-right: auto;
    margin-left: auto;
  }

  .row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
  }

  /* Hero Section */
  .hero {
    --default-color: #ffffff;
    --default-color-rgb: 255, 255, 255;
    --background-color-rgb: 0, 0, 0;
    --heading-color: #ffffff;
    --heading-color-rgb: 169, 167, 167;
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 160px 0 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .hero img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }
  
  .hero:before {
    content: "";
    background: rgba(var(--background-color-rgb), 0.7);
    position: absolute;
    inset: 0;
    z-index: 2;
  }
  
  .hero .container {
    position: relative;
    z-index: 3;
  }
  
  .hero h2 {
    margin: 0;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    color:#B3C9EB ;
    line-height: 64px;
 
  }
  
  .hero p {
    margin: 30px 0 0 0;
    font-size: 24px;
    font-weight: 300;
    color: var(--heading-color);
  }
  
  .hero .btn-get-started {
    color: var(--default-color);
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    padding: 8px 30px;
    margin: 30px 0 0 0;
    transition: 0.5s;
    text-transform: uppercase;
    border: 2px solid rgba(var(--default-color-rgb), 0.8);
  }
  
  .hero .btn-get-started:hover {
    color: var(--contrast-color);
    background: var(--accent-color);
    border-color: var(--accent-color);
  }
  /* End of Hero Section */
  .jumbotron {
    background-color: #203771;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
  }
  .jumbotron p{
    padding: 2% 20%;
  }
  .container-fluid {
    scroll-margin-top: 60px;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  .IAS_logo{
    margin: 5% 0;
    text-align: center;
  }
  .IAS_logo img {
    width: 50%;
  }
  #about{
    margin-bottom: 60px;
  }
.about_us {
    width: 80%;
    padding-top:60px;
}
.contact-us-button{
  color: black;
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  padding: 8px 30px;
  transition: 0.5s;
  text-transform: uppercase;
  border: 2px solid rgb(14, 13, 13, 0.8);
}
  .logo-small {
    width: 42px;
  }
  .logo {
    width: 60%;
    margin-top: -15px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
  }
  .carousel-indicators li {
    border-color: #f4511e;
  }
  .carousel-indicators li.active {
    background-color: #f4511e;
  }
  .carousel-inner {
    padding: 0 20%;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #f4511e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  #clients{
    margin-bottom: 60px;
    padding: 0 7%;
  }
  footer {
    padding-top: 300px;
    background-color: #000000de;
  }
  .panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
  }
  .navbar {
    padding-top:15px;
    margin-bottom: 0;
    background-color: #000000eb;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }
  .navbar-header {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .navbar-brand{
    padding-top: 0;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #324C8D !important;
    background-color: #e4e4e4 !important;
    border-radius: 10px;
    font-weight: 700;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
  }

  /* ----------Products------------ */

  
/*--------------------------------------------------------------
# products Section
--------------------------------------------------------------*/
.gy-4 {
  --bs-gutter-y: 1.5rem;
  margin-bottom: 60px;
}

.products .products-item {
  text-align: center;
  border: 1px solid #8f8f8f41;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.icon img {
  width: 80%;
  height: 80%;
  color: white;
}

.products .products-item .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #6a269887;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
  transform-style: preserve-3d;
}

.products .products-item .icon img {
  color: #6b269841;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.products .products-item .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #6b269841;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.products .products-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.products .products-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.products .products-item:hover {
  background: #5487ee27;
  border-color: #446dbe;
}

.products .products-item:hover .icon {
  background: #5488EE;
}

.products .products-item:hover .icon i {
  color: #5488EE;
}

.products .products-item:hover .icon::before {
  background: #5487ee3f;
}

.products .products-item:hover h3,
.products .products-item:hover p {
  color: #5488EE;
}

  /* #rebells{
    background: no-repeat;
    background-image: url(./Images/products_image/rebells_game.png) ;
    background-size: 125%;
  }  */

  /* ----------End of Products----------- */

  /*------------ Contact form ------------*/
  .contact-form {
    margin: 0 auto;
  }
  .contact-message{
    padding-bottom: 30px;
  }
  .form-group {
    margin-bottom: 30px;
}
  
  .form-label{
    font-weight: 400 !important;
    color: #081055;
  }
  .form-control{
    width: 100%;
    border:0;
    box-shadow: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid;
}
.form-control:focus{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border-radius: 5px;
    border: 2px solid;
}
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 2560px) {
      
    }
    #services {
      padding: 3% 10% 5% 10%;
      height: auto;
    }
    .contact {
      margin-top:10%;
    }
    .contact-us {
        max-width: 700px;
        margin: 0 auto;
      }
  #clients{
    padding: 5% 20%;
    }
  #services {
      padding-right: 15%;
      padding-left: 15%;
  }
  .about-us{
    padding-top:60px;
  }
  .contact-button {
    padding-left: 0;
  }
  .contact-form {
    margin-bottom: 60px;
}

  #contact{
  padding-top:5%;
  }
footer {
  margin-top: 12%;
}

  @media screen and (max-width: 1440px) {

    #services {
      padding: 7%;
    }
    .contact-us {
      max-width: 700px;
      margin: 0 auto;
        
    }
   .contact-button{
     margin-left: 0;
     padding-left: 0;
    }
    #clients{
      padding: 5% 10%;
      }

  .container {
    width:80%;
  }

  .about-us{
    width: 60%;
    padding-top:60px;
  }
  .contact-form {
    margin-bottom: 60px;
}

#contact{
padding-top:10%;
}
     
  }

  @media screen and (max-width: 768px) {
    
    .about_us{
        margin: 0;
        display: block;
        width: 100%;
        padding-top: 60px;
    }

    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
      width: 100%;
    }

    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }

  .contact-button{
    width: 100%;
    text-align: center;
  }

  .col-sm-6 {
    width: 100%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .contact-form {
        margin-bottom: 60px;
  }

  #contact{
    padding-top:25%;
  }

}
  
  @media screen and (max-width: 480px) {
  
  .container {
    width: 100%;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-us {
    text-align: left;
    width: 100%;
    padding-top:60px;
  }

  .hero h2 {
      margin: 0;
      font-size: 32px;
      font-weight: 700;
      line-height: 42px;
  }

  .hero p {
    margin: 30px 0 0 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
  }

    #pricing{
        padding:0;
    }

  .navbar-header{
    padding-bottom: 0;
    }

  .navbar-toggle {
      margin-top: 0;
      padding-top: 0;
    }

  .carousel-inner {
      padding: 0 10%;
  }

  .carousel-control{
    width: 5%;
  }

  }
