/* width */
::-webkit-scrollbar {
  width: .2rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1a5276;;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/* ****************************new Navigation bar classes starts here ************************** */

.rg-navbar{
  -webkit-box-shadow: 0px 4px 9px -1px rgba(0,0,0,1);
  -moz-box-shadow: 0px 4px 9px -1px rgba(0,0,0,1);
  box-shadow: 0px 4px 9px -1px rgba(0,0,0,1);
  height: 80px;
  background-image: url(img/nav-bg-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;  
  background-position: center;
}

.rg-navbar:before{
  content: "";
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0;
  left: 0;
  background: #000;
  opacity: .45;
  z-index: -1;
  
}

#navbarNavDropdown ul li{
  padding-left: 5px;
}

.rg-navbar .navbar-brand{
  max-width: 250px;
  max-height: 100px;
}

.rg-navbar .navbar-brand span{
  color: #16c9f6;
  
  padding: 0;
  margin: 0;
}

.rg-navbar .navbar-nav li a{
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #16c9f6;
  transition: 0.5s ease;
  margin-right: 10px;
  font-size: 1.4em;
  font-weight: 600;
}

.rg-navbar .navbar-nav li a:hover{
  color:#fff ;
}
.nav-link{
  font-size: 1.1em !important;
}

.rg-navbar .dropdown {
  position: relative;
  display: inline-block;
}


.rg-navbar .dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0,0,0,0.85);
  min-width: 160px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: 0.5s ease-out;
  
}
.rg-navbar .dropdown-content a{
  color: #1e5799;
  font-size: .9rem !important;
}


.rg-navbar .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


/* .rg-navbar .dropdown-content a:hover {background-color: #ddd;} */


.rg-navbar .dropdown:hover .dropdown-content {display: block;}








/* ****************************new Navigation bar classes ends here ************************** */





















.rg-shadow{
    -webkit-box-shadow: 15px 14px 17px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 15px 14px 17px -4px rgba(0,0,0,0.75);
  box-shadow: 15px 14px 17px -4px rgba(0,0,0,0.75);
  }
  
  .rg-shadow-sm{
    -webkit-box-shadow: 6px 9px 11px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 6px 9px 11px -4px rgba(0,0,0,0.75);
  box-shadow: 6px 9px 11px -4px rgba(0,0,0,0.75);
  }
  
  .rg-3d{
    z-index: 1;
  }
  .rg-texts{
    letter-spacing: 0.5px;
    font-size: 1em;
    line-height: 1.65;
    color: #747474;
  }

  .rg-section-title{
    text-align: center;
    margin: 0;
    margin-left: .32em;
    position: relative;
    margin-top:2% ;
    text-transform: uppercase;
    font-weight: 700 !important;
    text-shadow: 15px 14px 8px rgba(0,0,0,0.4);
    transition: 0.5s ease;
  }

  .rg-section-title:hover{
    transform: scale(1.05);
    text-shadow: 15px 14px 12px rgba(0,0,0,0.6);
  }
  
  .rg-section-title h2{
    font-weight: 600;
    font-size: 2.1875em;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: #3d3d3d;
  
  }
  
  .rg-text-primary{
    color: #1e5799;
  }
  
  .rg-header-top-title{
    font-weight: 600;
    font-size: 10.8em;
    line-height: 1;
    color: #000;
     position: absolute;
    /* top: .03em; */
    opacity: .045;
  }
  
  
  
  .rg-header-content{
    letter-spacing: 0.5px;
    font-size: 1em;
    line-height: 1.65;
    color: #747474;
   
  }

  .caption{
      color: #fff;
      font-size: large;
      font-weight: 400;
      background-color: rgba(26,82,118,0.8);
      padding: 3px;
      border-radius: 5px;
  }


.animate-zoom{
  overflow: hidden;
}
.animate-zoom img{
  transform-origin: 50% 65%;    
  animation: animate-zoom 10s infinite ease;
  max-width: 100%;
  height: 100%;
}

@keyframes animate-zoom{
  0%{
    transform: scale(1) rotate(0deg);
   }
   50%{
    transform: scale(1.15) rotate(2deg);
   }
     100%{
      transform: scale(1) rotate(0deg);
   
     }
}



/* ******************************classes for new footer starts here*************** */

.rg-footer{
  background: none repeat scroll 0 0 #333333;
  color: #999999;
  font-size: 14px;
  margin-top: 20px;
  padding: 30px 0;
}

.footer-title{
border-bottom: 1px solid #555555;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
  padding-bottom: 15px;
  text-transform: uppercase;
  position: relative;
}

.footer-title::after{
border-bottom: 1px solid #16c9f6;
bottom: -1px;
content: "";
display: inline-block;
left: 0;
position: absolute;
width: 70px;
}

.rg-footer-table td{
padding-right: 15px;
}

.rg-footer-table tr{
padding-top: 15px;
}

.rg-footer-copyright{
  border-top: 1px solid #555555;
}



/* ******************************classes for new footer ends here*************** */



















  /* ************************universal media css****** */
  

  
    @media only screen and (min-width: 960px) {
        /* styles for browsers larger than 960px; */
    }
    @media only screen and (min-width: 1440px) {
        /* styles for browsers larger than 1440px; */
    }
    @media only screen and (min-width: 2000px) {
        /* for sumo sized (mac) screens */
    }

    @media only screen and (device-width: 320px) {
      .rg-header-top-title {
        font-size: 4.9em !important;
        }           
        .rg-section-title h2{
          font-size: .42em !important;;
        }

        .rg-section-title {
            font-size: 1.5em  !important;
            top: 5px;
            font-weight: 600;
            letter-spacing: 2px;
        }

        .rg-header-top-title-responsive{
          font-size: 4.0rem !important;
          /* letter-spacing: 2px !important; */
        }
        .rg-section-title-responsive{
          font-size: 1.2rem !important;
        }


    }

    @media only screen and (max-device-width: 480px) {

      .rg-navbar .navbar-brand {
        max-width: 220px;
        max-height: 100px;
    }

        .rg-header-top-title {
            font-size: 5.5em;
            }           
            .rg-section-title h2{
              font-size: .32em;
            }

            .rg-section-title {
                font-size: 1.8em;
                top: 5px;
                font-weight: 600;
                letter-spacing: 2px;
            }

            .rg-header-top-title-responsive{
              font-size: 4.0rem !important;
              /* letter-spacing: 2px !important; */
            }
            .rg-section-title-responsive{
              font-size: 1.2rem !important;
            }
    }
    @media only screen and (device-width: 768px) {
       /* default iPad screens */
       .rg-header-top-title {
        font-size: 8.8em;
        }
        .rg-section-title{
            font-size: 1.2em;
            top: 5px;
            font-weight: 700;
        }
        .rg-section-title h2{
          font-size: .32em;
        }

        .rg-section-title {
            font-size: 2.8em;
            top: 6px;
            font-weight: 600;
            letter-spacing: 5px;
        }
    }
    /* different techniques for iPad screening */
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
      /* For portrait layouts only */
    }

    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
      /* For landscape layouts only */
    }


/* surgace duo */
@media only screen and (device-width: 540px) {

  .rg-header-top-title {
    font-size: 7.5em;
    }
    .rg-section-title{
        font-size: 1.2em;
        top: 5px;
        font-weight: 700;
    }
    .rg-section-title h2{
      font-size: .32em;
    }

    .rg-section-title {
        font-size: 2.2em;
        top: 6px;
        font-weight: 600;
        letter-spacing: 5px;
    }

    .rg-header-top-title-responsive{
      font-size: 6.0rem !important;
      /* letter-spacing: 2px !important; */
    }
    .rg-section-title-responsive{
      font-size: 2.0rem !important;
    }
}








    /* ****************new media section starts here ************* */

@media (max-width: 600px){
  

  
  
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

 #navbarNavDropdown{
   background-color: rgba(0, 0, 0, 0.7);
 }

 #navbarNavDropdown ul li{
   padding-left: 5px;
 }





  


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #navbarNavDropdown{
    background-color: rgba(0, 0, 0, 0.7);
  }
  
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #navbarNavDropdown{
    background-color: rgba(0, 0, 0, 0.7);
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #navbarNavDropdown{
    background-color: transparent;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

/* ****************new media section end here ************* */