@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

/* *{margin: 0; padding: 0; box-sizing: border-box;} */

html {
  scroll-behavior: smooth;
}
body{
    font-family: 'Open Sans', sans-serif;
    background: white;
    margin: 0;
    padding: 0;
    overflow-x:hidden ;

    /* position: relative;      */
}




.loader {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background:rgba(0,0,0,0.99);
  opacity: 1;
}

.loader div{
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%,-5%);
  -ms-transform: translate(-50%,-5%);
  -webkit-transform: translate(-50%,-5%);
  color: #fff;
  font-size: 2rem;
  font-weight: 500;  
}

.loader img{
  max-height: 200px;
  max-width: 200px;
  top: 40vh;
  left: 35vh;

}





#btnGotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(26,82,118,0.8);
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  transition: 0.8s ease;
}

#btnGotop:hover {
  background-color: rgba(26,82,118,1);
}






.text-light{
  color: #fff!important ;
}




/* ********new Navigation css end*********** */



.navbar-main{
  padding: .5rem;
}

.navbar-brand{
  font-size: 1.8rem;
  font-weight: 500;
}



.navbar-nav li{
  padding-right: 1.2rem;
}

.nav-link{
  font-size: 1.1em !important;
}



 









/* social section classes starts */

.social-a-sm i{
  margin-right: 5px;
  color: #cacaca;
  transition: 1s ease;
}

.social-a-sm i:hover{
  color: #0275d8;
  transform: scale(1.2);
}


.social-a{
  margin: 10px;
  height: 60px;
  width: 60px;
  border-radius: 40px;
  background-color: #1a5276;
  text-align: center;
  box-shadow: 1px 4px 2px 2px rgba(0,0,0,0.3);
  line-height: 80px;
  position: relative;
  overflow: hidden;
}

.social-icon{
  transition: 0.3s all;
  color: #fff;
}
.social-a:hover .social-icon{
  transform: scale(1.4);
  color: #1a5276;
}

.social-a:before{
  content: "";
  top: 90%;
  left: -85%;
  width: 90px;
  height: 90px;
  transform: rotate(60deg);
  background-color: #fff;
  position: absolute;
}

.social-a:hover:before{

animation: socialicons 0.8s 1;
animation-fill-mode: forwards;
}

@keyframes socialicons{
  0%{top: 90%; left: -50%;}
  50%{top: -60%; left: -10%;}
  100%{top: 10%; left: -10%;}
}


/* social section classes Ends */





/*---Media Queries --*/
@media (max-width: 992px) {


  }
@media (max-width: 768px) {

}





/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}






/* ****************Universal classes starts 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;
}

/* ****************Universal classes  ends here********************************************** */









/* new loader section starts here */
.rg-loader{
  background-image:radial-gradient(circle, rgba(0,0,0,0.2) 0%, rgba(0,0,0,1) 65%),url("img/shivaji-maharaj_4.jpg");
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

/* new loader ends here */


/* ***********************new landing Page class starts here************* */



/* ***********************new landing Page class end here************* */

.rg-landing-header{
  background-image: radial-gradient(circle, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.9) 100%), url("img/bg5.jpg");
  
  height: 90vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed; 
  
}

.rg-landing-header-content{
  text-align: center;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -48%);  
}

.rg-landing-header-content img{
  max-height: 42%;
  max-width: 42%;
}

.rg-landing-header-tagline{
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 600;
  border-bottom: 1.5px solid rgba(255, 255, 255, 1);
  width: 80%;
  position: relative;
  margin-left: 10%;
  text-shadow: 6px 3px 2px rgba(0,0,0,0.95);

  
}

.rg-landing-header-tagline::before{
  border-bottom:1px solid #0275d8;
  width: 50%;
  bottom: -1px;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;  
}

.rg-landing-header-tagline span{
  color: #0275d8;
  /* color: #fff; */
}

.rg-landing-header-tagline-secondary{
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 3px;
  font-weight: 300;
}



/* **************************************Classes for new about Us section starts************************* */

.rg-aboutus{
  -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);
  z-index: 1;
}

.rg-whatwedo{
  -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);
  z-index: 1;
}



.rg-aboutus-icons i{
  z-index: 1;
  color: #16c9f6;
  margin: 5% 2%;
  -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);
  transition: 0.5s ease;
  
}
.rg-aboutus-icons i:hover{
  transform: scale(1.2);
}


.rg-aboutus-icons-tagline a{
  color: #fff !important ;
  font-size: 1.4rem;
  letter-spacing: 0.25;
  text-transform: uppercase;

}





.rg-section-title{
  text-align: center;
  margin: 0;
  margin-left: .32em;
  position: relative;
  margin-top:2% ;
  text-transform: uppercase;
  font-weight: 600;
}

.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: .035;
}



.rg-header-content{
  letter-spacing: 0.5px;
  font-size: 1em;
  line-height: 1.65;
  color: #747474;
 
}

.rg-introduction{
  /* background-color: #cacaca24; */
  background-color: #cacaca24;

  /* background-color: rgba(26,82,118,0.4); */
}

.rg-introduction::before{
  background-color: rgba(38,160,218,1);
  background:linear-gradient(to right, #1e5799 0%,#1e5799 0%,#16c9f6 90%);

}



.rg-about-diagonals_one{
background: rgb(7,85,105);
background: linear-gradient(90deg, rgba(7,85,105,1) 0%, rgba(30,87,153,1) 65%, rgba(22,201,246,1) 100%);

}




.rg-about-diagonals_two{
  background: rgb(22,201,246);
  background: linear-gradient(90deg, rgba(22,201,246,1) 0%, rgba(30,87,153,1) 25%, rgba(7,85,105,1) 100%);
}


.rg-introduction .card{
  background-color: transparent;
}

.rg-introduction-title{
  text-transform: uppercase;
  font-weight: 800;
  font-size: x-large;
  letter-spacing: 0.25em;
  /* background-color: #cacaca24; */
  /* color: #fff; */
  /* color: #3d3d3d; */
}

.aboutus-proudof li{
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  border-bottom: 1px solid transparent;
  width: 80%;
  padding: 5px;
  /* border-radius: 30px; */
  margin-bottom: 5px;
  -webkit-box-shadow: 10px 10px 11px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 11px -4px rgba(0,0,0,0.75);
box-shadow: 10px 10px 11px -4px rgba(0,0,0,0.75);
transition: 1s ease;
}

.aboutus-proudof li:hover{
  transform: scale(1.1);
  background-color:#16c9f6 ;
  color: #fff;
}



.aboutus-proudof li span{
  font-size: 1.6rem;
  color: #16c9f6;  
}





/* **************************************Classes for new about Us section Ends************************* */


/* *************************************classes for rg video section****************** */
.rg-video-section{
  background-color: #cacaca24;
  background-image: url(Videos/videobg_1.jpg);
  background-size: contain;
}


.rg-video-section video{
  border:1px solid #cacaca24;
}



.rg-video-desc{
  background-color:transparent;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rg-introduction-title{
color: #1e5799;
}

.rg-video-desc p{
font-size: 1.3em;
letter-spacing:.5px ;
color: #fff;
font-weight: 300;
}





/* *************************************classes for rg video section ends****************** */


/* *********owl car classes starts********************** */
.owl-prev{
  left:0px;
}
.owl-next{
  right:0px;
}
.owl-next, .owl-prev{
position: absolute;
top: 30%;
}

.owl-prev span,.owl-next span{
  font-size: 50px;
  color: #fff;
}
.owl-theme .owl-nav[class*="owl-"]:hover{
  background-color: transparent;
}

.owl-carousel .card{
  height: 400px;
  overflow: hidden;
}

.owl-carousel .card img{
  object-fit: cover;
  opacity: 0.6;
  height: 100%;

}

.owl-carousel .card figure{
  position: relative;
}

.owl-carousel .card figcaption{
  position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 3.2em 3.6em;
    
}

.owl-carousel .card figcaption h3{
  font-weight: 400;
  color: #d6e0f0;  
  text-transform: uppercase;
}

.owl-carousel .card .card-overlay-brand{
  position: absolute;
    left: 0;
    top: 0;
    margin: 0 0 -.8em;    
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: .25em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 5px 45px;
    transform-origin: 5px 55px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #394989;
    border-radius: 3px;
    padding: 0px 5px;
}

.owl-carousel .card .card-overlay-brand span{
  color: #00bcd4 ;
}

.owl-carousel .card .card-overlay-viewmore{
  position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 -.8em;    
    font-weight: 400;
    font-size: 14px;
    color: #f5f1da;
    letter-spacing: .25em;       
    text-transform: uppercase;
    transform-origin: 0 0;
         
}



.owl-carousel .card::after{
  content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    /* background-color: #111; */
    background: linear-gradient(to left,#888bf4,#5151c6);
    opacity: .25;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.owl-carousel .card:hover::after{
  opacity: 0.5;
  width: 100%;
  height: 100%;

}


/* *********owl car classes ends********************** */




.rg-our-services-section{
background: linear-gradient(180deg,#cacaca24 55%,#2C619F 0%);
z-index: -1;
}

.rg-our-services-section .card{
  -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);
transition: 0.5s ease;
border: 1px solid #1e5799;
/* background:  linear-gradient(to left,#5151c6,#5151c6); */
/* background: #1a5276; */
background: #000;
}

.rg-our-services-section .card:hover .rg-our-services-section .card{
  border-color: #1e5799;
}

.rg-services-card ::before{
  content: '';
    position: absolute;
    left: 45%;
    top: 45%;
    width: 0%;
    height: 0%;    
    /* background:  linear-gradient(to left,#888bf4,#5151c6); */
    opacity: .15;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.rg-services-card :hover::before{
  content: 'Click to view details';
  color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;    
    background:  linear-gradient(to left,#888bf4,#5151c6);
    opacity: .75;
    align-self: center;
    display: flex;
    align-content: center;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    padding-left: 30%;
    font-weight: 700;
    
}





.rg-our-services-section .card-body{
  height: 25vh;
}

.rg-our-services-section .card-title{
  text-transform: uppercase;
 letter-spacing: 0.2em;
 font-size: 1.2rem;
 font-weight: 600;
 color: #1a5276;
 color: #fff;
 /* color: #fff; */
  
}

 .rg-our-services-section .carousel-controls span{
  background-color: rgba(26,82,118,0.1);
  transition: 0.5s ease;
} 

.rg-our-services-section .carousel-controls span:hover{
  background-color: rgba(26,82,118,1);
}

.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  height: 100%;
}


.img-hover-zoom img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(100%);
}


.rg-our-services-section .card:hover .img-hover-zoom img {
  filter: brightness(100%);
  transform: scale(1.2);
}


.card-view-more{
  border: 1px solid #cacaca !important;
  color: #cacaca !important;
  background: transparent;
  text-transform: capitalize;  
}

/* ******************* new services cards classes starts here******** */

.card-only-image{
  position: absolute;
}





/* ******************* new services cards classes ends here******** */



.rg-our-services-section .card-text{
  letter-spacing: 0.5px;
  line-height: 1.65;
}



/* ********************** classes for new services section Ends here********************************************* */


/* ***************************classes fro new clients section starts here***************************** */
/* .rg-clients{
  background-color: #cacaca24;  
} */

.rg-clients img{
  max-width: 80%;
  max-height: 80%;
}
/* ***************************classes fro new clients section ends here***************************** */
















/* ****************new media section starts here ************* */

@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 */
}


/* iphone 5 se */
@media only screen and (device-width: 320px) {
  .loader div {
    font-size: 1.5rem !important;}

  .rg-landing-header-content{
    width: 90vw;
  }
  .rg-landing-header-content img {
    max-height: 50%!important;
    max-width: 50%!important;
  }

.rg-landing-header-tagline{
  font-size: 1.4rem !important;
  width: 100%;
  margin-left: 0;
  letter-spacing: 2px;
}

.rg-landing-header-tagline-secondary{
  font-size: 1.2rem !important;
  
}

.rg-video-section {
  background-size: cover !important;
}

 
}

@media only screen and (max-device-width: 480px) {
  .loader div {
    font-size: 1.7rem !important;}

  .rg-landing-header-content{
    width: 90vw !important;
  }
  .rg-landing-header-content img {
    max-height: 60%;
    max-width: 60%;
  }

.rg-landing-header-tagline{
  font-size: 1.5rem;
  width: 95%;
  margin-left: 5%;
  letter-spacing: 3px;
}

.rg-landing-header-tagline-secondary{
  font-size: 1.4rem;
  margin-top: 0!important;
  
}

.rg-video-section {
  background-size: cover !important;
}

}






/* surgace duo */
@media only screen and (device-width: 540px) {
  .rg-landing-header-content{
    width: 90vw !important;
  }
  .rg-landing-header-content img {
    max-height: 50% !important;
    max-width: 50% !important;
  }

  .rg-landing-header-tagline{
    font-size: 2.2rem !important;
    width: 90%;
    margin-left: 0;
    letter-spacing: 3px;
  }
  
  .rg-landing-header-tagline-secondary{
    font-size: 2rem !important;
    margin-top: 0 !important;
    
  }


}
/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .rg-landing-header-content{
    width: 90vw !important;
  }
  .rg-landing-header-content img {
    max-height: 50%;
    max-width: 50%;
  }

  .rg-landing-header-tagline{
    font-size: 2.6rem;
    width: 90%;
    margin-left: 0;
    letter-spacing: 3px;
    margin-left: 30px;
  }
  
  .rg-landing-header-tagline-secondary{
    font-size: 2.2rem;
    
  }

  .rg-about-diagonals_two {height: auto !important;
  padding-top: 10%;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
/* For landscape layouts only */
}



/* ****************new media section end here ************* */