/* 
  ##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 */
    .carousel-caption h2
    {
        font-size: 50px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .carousel-caption p
    {
        font-size: 30px;
        font-weight: 600;
        line-height: 20px;
         width: 8em;
        height: 5em;
    }
    .pro-wrap a h3
    {
        background-color: #01394d;
        margin: 0px;
        padding: 10px 0px;
        text-align: center;
        color: #fff;
        font-size: 9px;
    }
    #soip-products .carousel-control-prev
    {
        left: -83px;
    }
    .pro-sec
    {
        margin-bottom: 60px;
        font-size: 15px;
        line-height: 20px;
    }
    .pro-sec .rank
    {
        font-size: 50px;
        font-weight: bold;
    }
    .pro-sec sup
    {
        top: -1em;
        font-weight: bold;
    }
    .ptb
    {
        padding: 8px 0px;
    }
    .ptb-lrg
    {
        padding: 10px 0px;
    }
    .navbar-nav .nav-link
    {
        padding: 2px 5px !important;
        color: #000 !important;
        font-weight: 600;
        font-size: 11px !important;
    }
    .header
    {
        position: relative;
    }
    .header .topheader
    {
        background-color: #2378af;
        display: flex;
        justify-content: flex-end;
    }
    .header .topheader .top-nav
    {
        margin: 0px;
        padding: 0px;
        list-style: none;
        align-items: center;
        justify-content: end;
    }
    .header .topheader .top-nav a
    {
        margin: 0px 3px;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        background-color: #fff;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
        padding-right: 0px;
        font-size: 11px;
        color: #000;
        font-weight: 600;
    }
    .header .topheader .top-nav a span
    {
        background-color: #2479ad;
        border-radius: 56px;
        height: 20px;
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 1px;
        margin-right: 0px;
    }
    .header .topheader .top-nav a span img
    {
        width: 10px;
    }
    .header .topheader .top-nav a:hover
    {
        color: #2479ad;
    }
    .header .logo
    {
        position: fixed;
    }
    .header .logo img
    {
        width: 150px;
    }
}
/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape)
{
    /* CSS */
    .navbar-nav .nav-link
    {
        padding: 5px 6px;
        color: #000 !important;
        font-weight: 600;
        font-size: 11px;
        
    }
    .ptb
    {
        padding: 10px 0px;
    }
    .ptb-lrg
    {
        padding: 18px 0px;
    }
}
/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
@media (min-width: 481px) and (max-width: 767px)
{
    /* CSS */
    .ptb
    {
        padding: 10px 0px;
    }
    .ptb-lrg
    {
        padding: 18px 0px;
    }
}
/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
@media (min-width: 320px) and (max-width: 480px)
{
    /* CSS */
    .about-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-left: 30px;
    color: #fff;
    text-align: center;
    width: 30%;
    
    }
    .about-sec .h-icn
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }
    .about-sec .h-icn .fa
    {
        font-size: 40px;
        margin-bottom: 5px;
        color: #2378af;
    }
    .about-sec .h-icn h1
    {
        font-weight: bolder;
        font-size: 24px;
        color: #223645;
        margin: 0px;
    }
    .about-sec .h-icn p
    {
        font-weight: 600;
        margin: 0px;
        padding: 0px;
        font-size: 11px;
        line-height: 14px;
        color: #223645;
    }
    .header .logo
    {
        position: fixed;
        z-index: 22;
    }
    .header .logo img
    {
        width: 150px;
    }
    .navbar
    {  
  position:relative;
  left: 0px;
  right: 0px;
  z-index: 20;
  padding: 0.5rem 2rem;
        
    }
    .navbar-nav
    {
        background-color: #eaeaea;
    }
    .navbar-nav .nav-link
    {
        color: #000 !important;
        font-weight: 500;
        font-size: 14px;
        border-bottom: 1px solid #fff;
    }
    .navbar-collapse
    {      
  position: relative;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 2;
    }
    .ptb
    {
        padding: 10px 20px;
    }
    .sec-social
    {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 10px;
    }
    .sec-social a
    {
        width: 44px;
        height: 34px;
        background-color: #fff;
        color: #01394d;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec-social a .fa
    {
        font-size: 30px;
    }
    .carousel
    {
        padding-top: 52px;
    }
    #soip-products .carousel-control-next
    {
        width: inherit !important;
        right: -12px;
    }
    #soip-products .carousel-control-prev
    {
        left: -41px;
    }
    .navbar-toggler-icon
    {
        width: 1rem;
    }
    .navbar-toggler
    {
        padding: 0px 10px;
    }
    /****/
    h1
    {
        font-family: 'Roboto' , sans-serif;
        font-size: 28px;
        font-weight: 400;
    }
    h3
    {
        font-size: 22px;
    }
    .pad-lg
    {
        padding: 0px 0px;
    }
    .sec-covid-pro
    {
        font-size: 18px;
    }
    .carousel-caption
    {
        position: absolute;
        right: auto;
        bottom: 0px;
        left: 10%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .carousel-caption h4
    {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 4px;
        color: #fff;
        margin: 0px;
        padding: 0px;
        margin-bottom: 10px;
    }
    .carousel-caption h2
    {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .carousel-caption p
    {
        font-size: 25px;
        font-weight: 600;
    }
    .navbar-brand
    {
        margin: 0 auto;
        text-align: center;
    }
    .navbar-brand img
    {
        width: 90%;
        height: auto;
        max-height: 67px;
    }
    .nav-item
    {
        border-bottom: 1px solid transparent;
    }
    .navbar-light .navbar-nav .nav-link
    {
        padding: 10px 10px;
    }
    .breadcrumb-image
    {
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .breadcrumb-image img
    {
        background-size: cover;
        object-fit: cover;
        width: 100%;
        height: 300px;
    }
    .breadcrumb-image .bradcrumb-txt
    {
        position: absolute;
        top: 40%;
        left: 0px;
        right: 0px;
        text-align: center;
    }
    .breadcrumb-image::before
    {
        background: rgba(0, 16, 25, 0.5) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    .breadcrumb-image h1
    {
        color: #ffffff;
        font-size: 32px;
        position: relative;
        padding-left: 0px;
    }
    .breadcrumb-image .breadcrumbs_path
    {
        color: #f4fcff;
        margin-top: 8px;
        position: relative;
        z-index: 0;
        padding-left: 0px;
    }
    .breadcrumb-image .breadcrumbs_path > a
    {
        color: #fff;
        transition: all 0.3s ease 0s;
        text-decoration: none;
    }
    .breadcrumb-image .breadcrumbs_path > a::after
    {
        content: "-";
        padding: 0 10px;
    }
    .sec-special
    {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
    .sec-special ul
    {
        margin: 0px;
        padding: 0px;
    }
    .sec-special ul li
    {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: inline-block;
        margin-bottom: 3px;
    }
    .sec-special ul li a
    {
        border-radius: 50px;
        text-decoration: none;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
    }
    .sec-special ul li a .fa
    {
        font-size: 20px;
    }
    .sec-special ul li a.utube
    {
        background-color: #ff820e;
    }
    .sec-special ul li a.utube:hover
    {
        background-color: #dc2b25;
    }
    .sec-special ul li a.docpdf
    {
        background-color: #ff820e;
    }
    .sec-special ul li a.docpdf:hover
    {
        background-color: #d51c00;
    }
    .btn-lb
    {
        font-size: 13px;
        text-transform: none;
        padding: 10px 20px;
    }
    .btn-oranage
    {
        font-size: 13px;
        text-transform: none;
        padding: 10px 20px;
    }
    .table-responsive-stack td:nth-of-type(1)
    {
        width: 100%;
        font-weight: 600;
        padding-bottom: 0rem;
    }
    .table-responsive-stack td:nth-of-type(2)
    {
        width: 100%;
    }
    .ptb-lg
    {
        padding: 50px 0px;
    }
    .experience-txt
    {
        display: none;
    }
    .navbar-fixed
    {
        /*top: 0;
        z-index: 100;
        position: fixed !important;
        width: 100%;
        background-color: #f4fcff;
        box-shadow: 3px 7px 32px -12px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 3px 7px 32px -12px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 3px 7px 32px -12px rgba(0, 0, 0, 0.75);
        transition: all 0.5s;
*/

top: 0;
z-index: 100;
position: absolute !important;
width: 100%;
background-color: #f4fcff;
box-shadow: 3px 7px 32px -12px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 3px 7px 32px -12px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 3px 7px 32px -12px rgba(0, 0, 0, 0.75);
transition: all 0.5s;

    }
    .navbar-fixed .top-header
    {
        opacity: 0;
        transition: all 0.5s;
        display: none !important;
    }
    .navbar-fixed .top-header.dis-mod
    {
        display: none !important;
    }
    .navbar-fixed .logo
    {
        left: 20px;
        border-radius: 0px;
        box-shadow: none;
    }
    .navbar-fixed .logo a img
    {
        width: 83px;
        transition: all 0.5s;
    }
    .pad
    {
        padding: 30px;
    }
    .speech-txt
    {
        font-size: 1.6rem;
        line-height: 1.2em;
        font-weight: 300;
        padding-left: 0px;
    }
    .img-wrap
    {
        width: 300px;
        height: 300px;
        border-radius: 100%;
        object-fit: cover;
    }
    .footer-lst-inline
    {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding: 10px 0px;
        display: flex;
        flex-direction: column !important;
        align-items: center;
        justify-content: center !important;
        font-size: 13px;
    }
    .footer-lst-inline a
    {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.7);
    }
    .footer-lst-inline a:hover
    {
        color: #fff;
    }
    textarea.form-control {
        height: 50px;
    }
    .fix-module
    {
        position: fixed;
        z-index: 1111111111111;
        top: 11%;
        left: -550px;
        background-color: rgba(255, 255, 255, 0.98);
        padding: 20px;
        border-radius: 0px 10px 10px 0px;
        box-shadow: 4px 0px 18px 1px rgb(0 0 0 / 40%);
        -webkit-box-shadow: 4px 0px 18px 1px rgb(0 0 0 / 40%);
        -moz-box-shadow: 4px 0px 18px 1px rgba(0, 0, 0, 0.4);
        transition: 1s ease all;
        bottom: auto;
    }
    .fix-module .frm-tag
    {
        font-size: 20px;
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        position: fixed;
        bottom: 30px;
        left: -100px;
        background-color: #979b31;
        padding: 13px 15px;
        color: #fff;
        border-radius: 10px;
        cursor: pointer;
        opacity: 0;
        transition: 0.3s ease all;
    }
    .fix-module .frm-tag.show
    {
        
           opacity: 1;
          left: 0px;
          transition: .3s ease all;
          bottom: 150px;
        
    }
    .fix-module:hover
    {
        left: 0px;
        transition: 1s ease all;
    }
    .fix-module:hover .frm-tag
    {
        opacity: 0;
    }
}

@media (min-width: 320px) and (max-width: 480px)
{
    .fix-module .frm-tag.show
    {
       
          opacity: 1;
          left: 0px;
          transition: .3s ease all;
          bottom: 200px;
    }

    .fix-module .frm-tag
    {
        font-size: 20px;
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        position: fixed;
        bottom: 300px;
        left: -100px;
        background-color: #979b31;
        padding: 13px 15px;
        color: #fff;
        border-radius: 10px;
        cursor: pointer;
        opacity: 0;
        transition: 0.3s ease all;
    }

    .social
    {
             
  z-index: 99999;
  position: fixed;
  left:-280px;
  top: 17%;
  opacity: 0;
  transition: all 0.4s;
  transform: translateX(95px);
  -webkit-transform: translateX(95px);
  -moz-transform: translateX(95px);
   overflow: hidden;
        
    }

}
@media (min-width: 575px) {
  article {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 360px) {
  body {
    font-size: 1.0em;
  }
}

@media (min-width: 500px) {
  .seven-day-fc .temp-low,
  .seven-day-fc .temp-high {
    display: inline-block;
    width: 45%;
  }

  .seven-day-fc .seven-day-temp {
    margin-left: 5%;
  }

  .seven-day-fc .icon {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 600px) {

}

@media (min-width: 601px) {

}
@media (min-width: 320px) and (max-width: 480px)
{
    
.navbar {
  position:relative;
  left: 0px;
  right: 0px;
  z-index: 20;
  padding: 0.5rem 2rem;
}

.header .logo img {
    width: 115px;
  }
  .sec-history ul li .history-event-track::before {
    content: "\f177";
    position: absolute;
    right: 60px;
    top: 38%;
    font-family: "fontAwesome";
    font-size: 34px;
    color: #2378af;
  }
  .sec-history ul li .history-event-track.reverse::before {
    content: "\f177";
    position: absolute;
    left: 5px;
    top: 38%;
    font-family: "fontAwesome";
    font-size: 34px;
    color: #2378af;
  }
  .sec-history ul li .history-event-year {
    width: 54%;
  }
  .sec-history ul li .history-event-text {
    width: 100%;
  }
  .sec-history::after {
    background-color: #979b31;
    width: 1px;
    height: 96%;
    content: "";
    position: absolute;
    top: 70px;
    margin: 0 auto;
    left: -80px;
    right: 0px;
    bottom: 0px;
  }
  #gallery {
    padding: 30px 0px;
  }
  
  .dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
  position: static;
  color: #fff;
  background-color: #206c9e;
}
.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: 0px;
}
  
}
@media (max-width: 480px) {
    body {
        background-image: url(images/background-mobile.jpg);
    }
}

