/* 
  ##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) {
  h3 {
    font-size: 15px;
    line-height: 20px;
  }
  .cnt-info {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }
  #top-bar {
    display: none;
  }
  .site-logo {
    top: 92px;
    width: 30%;
  }
  .main-nav {
    padding: 24px 0px;
  }
  .fixed-top {
    top: 0px !important;
  }
  .carousel-inner {
    height: 300px;
  }
}
/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
@media (min-width: 320px) and (max-width: 480px) {
  #top-bar .top-bar-inner-wrap .top-bar-content .envelope::before {
    display: none;
  }
  #top-bar .top-bar-inner-wrap .top-bar-content .envelope {
    padding-left: 0px;
  }
  #top-bar .top-bar-inner-wrap .top-bar-content {
    font-size: 11px;
    font-weight: 400;
  }
  #top-bar .top-bar-inner-wrap .top-bar-content .fa {
    display: none;
  }
  .carousel-inner {
    height: auto;
  }
  .carousel-item,
  .carousel-caption {
    height: auto;
  }
  .carousel-item img {
    width: 100%;
    height: auto;
  }
  .tbl-txt {
    font-size: 18px;
    line-height: 20px;
    color: #303030;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
  }
  h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
  }
  h2 span {
    color: #00458a;
  }
  h1 {
    font-size: 30px;
  }
  #top-bar {
    background-color: #102670;
    padding: 12px 0px 12px 0px;
  }
  #top-bar .top-bar-inner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 0px;
    color: #fff;
    flex-direction: column-reverse;
  }
  .navbar {
    padding: 0px;
  }
  .site-logo {
    margin: 0px;
    position: unset;
    top: 17px;
  }
  .site-logo img {
    height: 80px !important;
    width: auto;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #0b9bd3;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  .main-nav {
    position: relative;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-nav ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1f242c;
    position: relative;
    line-height: 18px;
    border-top: 1px solid #f2f2f2;
  }
  .main-nav ul li a.nav-link {
    padding: 15px !important;
  }
  .main-nav ul li a.down {
    position: relative;
  }
  .main-nav ul li a.down::after {
    content: "\f078";
    font-family: "FontAwesome", sans-serif;
    color: #1f242c;
    font-size: 12px;
    margin-left: 5px;
  }
  .dropdown-menu {
    top: 100%;
    z-index: 1000;
    margin: 0;
    margin-top: -15px !important;
    margin-top: 0px;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    left: 0px;
    border-radius: 0px;
    z-index: 9999;
    padding: 0px;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    position: relative !important;
  }
  .dropdown-menu ul {
    margin: 0px;
    padding: 0px;
    margin-top: -15px;
  }
  .dropdown-menu .dropdown-item {
    padding: 5px 15px;
    margin: 0px;
    border: none;
    font-size: 13px;
  }
  .dropdown-menu[data-bs-popper] {
    margin-top: -20px !important;
    margin-bottom: 30px;
  }
  footer {
    position: relative;
    background-color: #f0f4f9;
    height: 450px;
  }
  footer .footer-info {
    position: relative;
    z-index: 11;
    background-color: #57b33c;
    border-radius: 0 0 5px 5px;
    margin: 0;
  }
  footer .social-icn {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 15px 0px;
  }
  footer .social-icn .icon {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 23px;
    margin-right: 10px;
  }
  footer .social-icn .content {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }
  footer .social-icn .content span {
    font-size: 16px;
    display: block;
  }
  footer .social-icn .content a {
    text-decoration: none;
    color: #fff;
  }
  footer .footer-social-icn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .footer-social-icn a {
    margin: 0px 5px;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #6d6d6d;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .footer-social-icn a:hover {
    background-color: #ff7029;
    color: #fff;
  }
  footer .bg-right {
    position: absolute;
    bottom: 0%;
    right: -2%;
  }
  footer .bg-left {
    position: absolute;
    left: -2%;
    bottom: 0%;
  }
  footer .address {
    margin-left: 20px;
  }
  footer .address::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 71px;
    background-color: transparent;
    top: 20px;
    right: -40px;
  }
  footer .phone {
    margin-left: 20px;
  }
  footer .phone::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 71px;
    background-color: transparent;
    top: 20px;
    right: -40px;
  }
  footer .call {
    margin-left: 20px;
  }
  .cnt-info {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
  }
  .sec-credit {
    font-size: 12px;
  }
  .fixed-top .site-logo {
    position: absolute;
    top: 11px;
    width: 75%;
  }
  .navbar.fixed-top {
    padding: 24px 0px;
  }
  #overlay {
    width: 100%;
  }
  .txt-imp {
    font-size: 20px;
    line-height: 27px;
    color: #757575;
    margin-bottom: 25px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
  }
  .carousel-item img {
    height: 200px;
  }
  .carousel-caption {
    height: 200px;
    position: absolute;
    right: 15%;
    bottom: 0px;
    left: 15%;
    padding-top: 0px;
    padding-bottom: 1.25rem;
    color: #fff;
    top: 20px;
  }
  .carousel-caption h5 {
    font-size: 24px;
    line-height: 24px;
  }
  .carousel-caption p {
    font-size: 22px;
    line-height: 24px;
  }
  .btn-primary-inverse {
    border-radius: 50px;
    background-color: #0c9cd3;
    padding: 10px 10px;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #fff;
  }
  .btn-primary {
    border-radius: 50px;
    background-color: #a6ce39;
    padding: 10px 10px;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #fff;
    display: inline-flex !important;
  }
  ul.tick-lst li {
    background-color: rgba(204, 206, 207, 0.46);
  }
  h3 {
    font-size: 20px;
  }
  .navbar-toggler {
    margin: 0 auto;
    position: absolute;
    right: 0px;
  }
}
