/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  /* CSS */
}
/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
@media (min-width: 1025px) and (max-width: 1280px) {
  /* CSS */
}
/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
@media (min-width: 768px) and (max-width: 1024px) {
  /* CSS */
}
/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* CSS */
}
/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
@media (min-width: 481px) and (max-width: 767px) {
  /* CSS */
}
/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
@media (min-width: 320px) and (max-width: 480px) {
  /* CSS */
  .navbar {
    background-color: transparent !important;
  }
  .navbar .navbar-brand img {
    transition: 0.3s ease all;
    width: 75%;
  }
  .topnav {
    box-shadow: none !important;
  }
  .topnav .navbar-toggler-icon {
    filter: invert(1) brightness(10) contrast(100%);
  }
  .topnav.sticky .navbar-toggler .navbar-toggler-icon {
    filter: invert(1) brightness(10) contrast(100%);
  }
  h1 {
    font-size: 40px;
    text-align: left !important;
    line-height: 40px;
  }
  .sticky .navbar-toggler .navbar-toggler-icon {
    filter: invert(1) brightness(10) contrast(100%);
  }
  .inner-banner h1 {
    line-height: 40px;
  }
  h1 {
    font-size: 40px;
    text-align: center;
  }
  #logo {
    transition: filter 0.3s ease;
    height: 27px;
    padding-bottom: 4px;
  }
  footer {
    background-color: #fafafa;
    border-top: 1px solid #ccc;
  }
  footer .fp-y {
    padding: 50px 15px 0px 15px;
  }
  footer p {
    font-size: 14px;
    line-height: 20px;
    color: #090909;
  }
  footer small {
    font-size: 12px;
    color: #2c71c2;
    font-weight: 500;
  }
  footer h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #2c71c2;
  }
  footer ul {
    margin: 0px;
    padding: 0px;
  }
  footer ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #090909;
    list-style: none;
  }
  footer ul li a {
    color: #090909;
    text-decoration: none;
  }
  footer ul li a:hover {
    color: #2c71c2;
  }
  .bdr {
    position: relative;
  }
  .bdr::after {
    content: none;
  }
  section {
    padding: 40px 0px;
  }
  h2 {
    font-family: "Playfair", serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
  }
  h2 span {
    font-size: 14px;
    line-height: 30px;
    color: #2c71c2;
    display: block;
    font-family: "Manrope", sans-serif;
    margin-bottom: 0px;
    font-weight: 500;
  }
  p {
    font-size: 16px;
    line-height: 22px;
  }
  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: #2c71c2;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    transition: var(--bs-navbar-toggler-transition);
  }
  #casestudies {
    position: relative;
  }
  #casestudies h3 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 22px;
    color: #090909;
    font-family: "Manrope", sans-serif !important;
    font-weight: normal;
  }
  #casestudies .study-img {
    height: auto !important;
    overflow: hidden;
    width: auto;
    position: relative;
  }
  #casestudies .study-img img {
    transform: scale(1);
    transition: 0.5s ease all;
  }
  #casestudies .study-img img .lbl-cs {
    background-color: #2c71c2;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
  }
  #casestudies .study-img .lbl-cs {
    background-color: #2c71c2;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #casestudies .study-img {
    height: 300px;
    overflow: hidden;
    width: auto;
    position: relative;
  }
  #casestudies .study-img:hover img {
    overflow: hidden;
    height: auto;
    transform: scale(1.2);
    transition: 0.5s ease all;
  }
  footer {
    background-color: #fafafa;
    border-top: 1px solid #ccc;
  }
  footer p {
    font-size: 14px;
    line-height: 20px;
    color: #090909;
  }
  footer small {
    font-size: 12px;
    color: #2c71c2;
    font-weight: 500;
  }
  footer h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #2c71c2;
  }
  footer ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
  }
  footer ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #090909;
    list-style: none;
    display: inline-block;
    margin-right: 5px;
  }
  footer ul li a {
    color: #090909;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 5px;
  }
  footer ul li a:hover {
    color: #2c71c2;
  }
  .navbar {
    box-shadow: 2px 4px 8px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 4px 8px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 4px 8px -3px rgba(0, 0, 0, 0.75);
    background-color: #fff;
  }
  .navbar-toggler:focus {
    text-decoration: none !important;
    outline: 0 !important;
    box-shadow: none !important;
  }
  .mob-mnu {
    background-color: #f2f2f2;
    color: #090909;
  }
  .offcanvas-title {
    text-align: left;
  }
  .offcanvas-header {
    background-color: #fff;
  }
  .mob-mnu {
    background-color: #f4f4f4;
  }
  #sidemobbar .accordion-button:not(.collapsed) {
    color: #303030;
    background-color: #f4f4f4;
    box-shadow: none;
  }
  #sidemobbar .accordion-button {
    background-color: #f4f4f4;
  }
  #sidemobbar .accordion-body {
    padding: 0px;
  }
  #sidemobbar .accordion-body .nav-item {
    margin: 0px;
  }
  #sidemobbar .accordion-body .nav-item .nav-link {
    padding: 5px 0px;
  }
  #sidemobbar .accordion-item .nav-item {
    margin: 0px;
  }
  #sidemobbar .accordion-item .nav-link {
    padding: 5px 20px;
    color: #090909;
    font-size: 16px;
  }
  #sidemobbar .accordion-header {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    color: #090909;
  }
  .collapse.show {
    padding-left: 0px;
  }
  #sidemobbar .nav-item {
    border-bottom: none  !important;
  }
  ul.submnustyle {
    padding: 0px 15px;
  }
  ul.submnustyle li {
    margin-bottom: 0px;
  }
  ul.submnustyle li a {
    font-size: 14px !important;
    padding: 0px 20px !important;
  }
  .box img {
    height: 250px;
    object-fit: cover;
  }
  h3.fs1 {
    font-size: 24px !important;
  }
  .soft-details ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
  }
  .soft-details ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    transition: 0.3s ease all;
    font-size: 16px;
  }
  .soft-details ul li::before {
    content: "\f0c8";
    font-family: fontAwesome;
    font-size: 10px;
    color: #2c71c2;
    position: absolute;
    left: 0px;
  }
  .soft-details ul li a {
    color: #090909;
    transition: 0.3s ease all;
    text-decoration: none;
    font-size: 16px;
  }
  .soft-details ul li a:hover {
    margin-left: 5px;
    transition: 0.3s ease all;
  }
  .soft-details ul li:hover {
    transition: 0.3s ease all;
  }
  .soft-details ul li:hover::before {
    color: #1d4f89;
  }
  .sec-bg1 {
    background: url(../images/grey-circuit-bg.png) bottom right no-repeat;
    background-size: contain;
  }
  .sec-bg2 {
    background: url(../images/dark-grey-circuit-bg.png) top left no-repeat;
    background-size: contain;
  }
  .banner .carousel-inner .carousel-item .carousel-caption h5 {
    font-family: "Playfair", serif;
    font-size: 40px;
    line-height: 34px;
    color: #fff;
  }
  .banner .carousel-inner .carousel-item .carousel-caption p {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
  }
  .banner .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    right: 0px;
    bottom: 5%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
  }
  .btn-prime {
    background: #2c71c2;
    background: -moz-linear-gradient(90deg, #2c71c2 0%, #1d4f89 100%);
    background: -webkit-linear-gradient(90deg, #2c71c2 0%, #1d4f89 100%);
    background: linear-gradient(90deg, #2c71c2 0%, #1d4f89 100%);
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: 0.5sease all;
    border: 1px solid #2c71c2;
  }
  .box {
    padding: 15px;
  }
}
