@import url('css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('css/animate.css');
@import url('css/owl.carousel.css');
@import url('css/magnific-popup.css');
@import url('css/off-canvas.css');

@import url('css/menu-main.css');
@import url('css/menu-transitions.css');
@import url('css/responsive.css');

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto+Condensed:400,500,600,700');
@charset "utf-8";

.error {
    clear: both;
    color: red !important;
}

.dGrid{
  display: grid !important;
}
.justify{
  text-align: justify !important;
}

/*******fixed-btn********/
.topBlk{
  position: fixed;
  right: 0;
  top: 215px;
  z-index: 10;
}
.topBlk .topBlk1,.topBlk .topBlk2{
  position: relative;
  right: -1px;
  /*transition: 0.3s ease-in-out;*/
  transition: 0.3s ease-in;
  display: grid;
}
.topBlk .topBlk1 .hoverImg1 img,.topBlk .topBlk2 .hoverImg2 img{
  height: 152px;
  width: 130px;
}
.topBlk .topBlk1 .hoverImg1,.topBlk .topBlk2 .hoverImg2{
  position: absolute;
  top: 0;
  width: 130px;
  right: -135px;
  transition: all 1000ms ease-in-out;
}
.topBlk .topBlk1 img,.topBlk .topBlk2 img{
  width: 60px;
}
.topBlk .topBlk1 img,.topBlk .topBlk2 img{
  position: relative;
  animation: myfirst 1s 2;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes myfirst {
  0%   {left: 0px; top: 0px;}
  50%  {left: 5px; top: 0px;}
  100%  {left: 0px; top: 0px;}  
}

.topBlk .topBlk1:hover .hoverImg1, .topBlk .topBlk2:hover .hoverImg2{
  right: 2px;
  /*right: 0px;*/
  transition: all 1000ms ease-in-out;
}


.tpblk{
  position: fixed;
  left: 0;
  top: 215px;
  z-index: 10;
}
.tpblk .topBlk2{
  position: relative;
  right: -1px;
  /*transition: 0.3s ease-in-out;*/
  transition: 0.3s ease-in;
  display: grid;
}
.trsutsts
{
  background: #a11e25;
    display: initial;
    color: #fff;
    padding: 10px;
    font-size: 24px;
    font-weight: 900;
}
.tpblk .topBlk2 .hoverImg2 img{
  height: 152px;
  width: 130px;
}
.tpblk .topBlk2 .hoverImg2{
  position: absolute;
  top: 0;
  width: 130px;
  left: -135px;
  transition: all 1000ms ease-in-out;
}
.tpblk .topBlk2 img{
  width: 60px;
}
.tpblk .topBlk2 img{
  position: relative;
  animation: myfirst2 1s 2;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes myfirst2 {
  0%   {left: 0px; top: 0px;}
  50%  {left: 5px; top: 0px;}
  100%  {left: 0px; top: 0px;}  
}

.tpblk .topBlk2:hover .hoverImg2{
  left: 2px;
  /*right: 0px;*/
  transition: all 1000ms ease-in-out;
}

/*************************/
:root {
  --white: #ffffff;
  --black: #232323;
  --lightGreen: #e6f4f1;
  --skyBlue: #40b0dd;
  --skyBlueHvr: #6cb5d2; 
  --blue: #bfd6d9;
}

.amtBtn {
  position: relative;
  width: 400px;
  height: 40px;
  border-radius: 15px;
  background-color: var(--lightGreen);
  box-shadow: 2px 4px 6px rgba(0, 42, 50, 0.1);
}
.amtBtn_copy {
  margin-top: 10px;
}
.amtBtn__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  height: 100%;
  z-index: 1;
}
.amtBtn__item {
  position: relative;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.amtBtn__link {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--black);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.amtBtn_copy .amtBtn__link {
  transition: color 0.3s ease-in-out;
}
.amtBtn_copy .amtBtn__link:hover {
  color: var(--black) ;
}
.amtBtn_copy .amtBtn__link .amtBtn__link_active:hover {
  color: var(--white)
}
.amtBtn__link_active {
  color: var(--white) !important;
  font-weight: 900;
}
.amtBtn__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3px;
  pointer-events: none;
  z-index: 0;
}
.amtBtn_copy .amtBtn__slider {
  left: 3px;
  right: 3px;
  padding: 0;
}
.amtBtn__slider-rect {
  width: 33.3%;
  height: 100%;
  background-color: #1e384f;
  border-radius: 12px;
  transition: transform 0.4s;
  box-shadow: 1px 1px 3px rgba(0, 42, 50, 0.15);
}
.amtBtn_copy .amtBtn__slider-rect {
  position: absolute;
  top: 3px;
  left: 0;
  right: 50%;
  bottom: 3px;
  height: auto;
  width: auto;
  transition: all 0.3s cubic-bezier(1, 0.48, 0.71, 0.96);
}

/**********enq_form************/





.rgcsm-latest-list .event-item-new {
  display: flex;
  align-items: center;
}
.rgcsm-latest-list .event-item-new {
  display: flex;
  align-items: center;
}
.rgcsm-latest-list .event-item-new .event-date {
  padding: 4px 12px !important;
}
.rgcsm-latest-list .event-item-new .event-date {
  margin-right: 30px;
  border-radius: 10px;
  background: #f2f2f2;
  text-align: center;
  display: table;
  padding: 5px;
}
.rgcsm-latest-list .event-item-new .event-date .vertical-align .day {
  font-size: 30px;
  font-weight: 600;
  color: #1e384f;
  line-height: 40px;
  display: block;
}
.rgcsm-latest-list .event-item-new .event-des .title a {
  color: #212121;
}
.rgcsm-latest-list .event-item-new .event-des .title a:hover {
  color: #1e384f;
}




/* Particles */
          canvas {
              display: block;
              vertical-align: bottom;
         }
          #particles-js {
              position: absolute;
              width: 100%;
              height: 100%;
         }
          .bg-danger{
              background: #ed0e11;
             /* Old browsers */
              background: -moz-linear-gradient(-45deg, #ed0e11 0%, #f97861 100%);
             /* FF3.6-15 */
              background: -webkit-linear-gradient(-45deg, #ed0e11 0%,#f97861 100%);
             /* Chrome10-25,Safari5.1-6 */
              background: linear-gradient(135deg, #ed0e11 0%,#f97861 100%);
             /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0e11', endColorstr='#f97861',GradientType=1 );
             /* IE6-9 fallback on horizontal gradient */
         }

/******* anime start ******/
.anime-thumb span {
  animation-play-state: running !important;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
}
.anime-thumb span {
  width: 58%;
  height: 58%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  animation: rotate2 8s linear infinite;
  -webkit-animation: rotate2 8s linear infinite;
  -moz-animation: rotate2 8s linear infinite;
    animation-play-state: running;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
}
.anime-thumb span{
  top: 34%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  content: "";
}

@keyframes rotate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(1440deg);
        -ms-transform: translate(-50%, -50%) rotate(1440deg);
        transform: translate(-50%, -50%) rotate(1440deg);
    }
}


.anime-thumb span::after, .anime-thumb span::before {
  width: 10px;
  height: 10px;
  background-size: contain;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: -moz-linear-gradient(0deg, #fff 0, #fff 100%);
  background: -webkit-linear-gradient(0deg, #fff 0, #fff 100%);
  background: -ms-linear-gradient(0deg, #fff 0, #fff 100%);
  box-shadow: 1.21px 4.851px 6.72px 0.28px rgba(232, 58, 153, 0.39);
  left: 5px;
  bottom: 5px;
}
.anime-thumb span::after, .anime-thumb span::before {
  position: absolute;
  content: "";
}
.anime-thumb span::after {
    width: 13px;
    height: 13px;
    left: auto;
    bottom: auto;
    right: 5px;
    top: 5px;
}
/******* anime end ******/



.smlTtl{
  background-color: #1e384f;
  width: fit-content;
  color: white;
  padding: 0 5px;
}
.myClr{
  color: #1e384f;
}




/*-----------------------
    Animation
-------------------------*/
[class*='rgcsm-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.rgcsm-animation-fade {
  -webkit-animation-name: rgcsm-fade;
  animation-name: rgcsm-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
.rgcsm-animation-slide-top {
  -webkit-animation-name: rgcsm-fade-top;
  animation-name: rgcsm-fade-top;
}
.rgcsm-animation-slide-bottom {
  -webkit-animation-name: rgcsm-fade-bottom;
  animation-name: rgcsm-fade-bottom;
}
.rgcsm-animation-slide-left {
  -webkit-animation-name: rgcsm-fade-left;
  animation-name: rgcsm-fade-left;
}
.rgcsm-animation-slide-right {
  -webkit-animation-name: rgcsm-fade-right;
  animation-name: rgcsm-fade-right;
}
.rgcsm-animation-scale-up {
  -webkit-animation-name: rgcsm-animation-scale-up;
  animation-name: rgcsm-animation-scale-up;
}
.rgcsm-animation-scale-down {
  -webkit-animation-name: rgcsm-animation-scale-down;
  animation-name: rgcsm-animation-scale-down;
}
.rgcsm-animation-shake {
  -webkit-animation-name: rgcsm-shake;
  animation-name: rgcsm-shake;
}
.rgcsm-animation-rotate {
  -webkit-animation-name: rgcsm-rotate;
  animation-name: rgcsm-rotate;
}
.rgcsm-animation-scale {
  -webkit-animation-name: rgcsm-scale;
  animation-name: rgcsm-scale;
}
.rgcsm-animation-hover:not(:hover),
.rgcsm-animation-hover:not(:hover) [class*='rgcsm-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}
.rgcsm-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.rgcsm-image-effect-shine {
  position: relative;
  overflow: hidden;
}
.rgcsm-image-effect-shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.rgcsm-image-effect-shine:hover::before {
  -webkit-animation: img-shine 1s;
  animation: img-shine 1s;
}
@-webkit-keyframes img-shine {
  100% {
    left: 125%;
  }
}
@keyframes img-shine {
  100% {
    left: 125%;
  }
}
/*-------------------------
    Fade
---------------------------*/
@-webkit-keyframes rgcsm-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rgcsm-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*---------------------------
    Fade Top
------------------------------*/
@-webkit-keyframes rgcsm-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes rgcsm-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-60%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*---------------------------
    Fade Bottom
------------------------------*/
@-webkit-keyframes rgcsm-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes rgcsm-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(60%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*---------------------------
    Fade Left
------------------------------*/
@-webkit-keyframes rgcsm-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes rgcsm-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-60%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*---------------------------
    Fade Right
------------------------------*/
@-webkit-keyframes rgcsm-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes rgcsm-fade-right {
  0% {
    opacity: 0;
    transform: translateX(60%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*------------------------------
   Scale Up
--------------------------------*/
@-webkit-keyframes rgcsm-animation-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes rgcsm-animation-scale-up {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*---------------------------
    Scale Down
------------------------------*/
@-webkit-keyframes rgcsm-animation-scale-down {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes rgcsm-animation-scale-down {
  0% {
    opacity: 0;
    transform: scale(1.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*---------------------------
    Rotate
------------------------------*/
@-webkit-keyframes rgcsm-rotate {
  0% {
    -webkit-transform: rotate(280deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rgcsm-rotate {
  0% {
    transform: rotate(280deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*---------------------------
    Shake
------------------------------*/
@-webkit-keyframes rgcsm-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}
@keyframes rgcsm-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/*-------------------
    Scale
---------------------*/
@-webkit-keyframes rgcsm-scale {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes rgcsm-scale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 16px;
  color: #505050;
  font-family: 'Roboto Condensed', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #212121;
  margin: 0 0 26px;
  font-weight: 700;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
a {
  color: #1e384f;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: var(--black);
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #1e384f;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #1e384f;
  text-shadow: none;
  color: #ffffff;
}


.sec-spacer {
  padding: 100px 0;
}
.secSpacer{
  padding: 50px 0;
}
.secSpacer30{
  padding: 30px 0;
}
.secSpacer-1{
  padding: 25px 0;
}
.sec-marginB {
  margin-bottom: 100px;
}
.sec-color {
  background-color: #f9f9f9;
}
.drak-color {
  background-color: #252525;
}
.gray-color {
  background-color: #f0f0f0;
}
.primary-color {
  color: #ff3115;
}
.primary-bg {
  background: #ff3115;
}
.sec-black {
  background: #212121 !important;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.relative {
  position: relative;
}
.rotateglance
{
  transition: transform .7s ease-in-out;
}
.rotateglance:hover {
  transform: rotate(360deg);
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.bg3 {
  background-image: url(images/bg/counter-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg3_1 {
  background-image: url(images/bg/f1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg4 {
  background-image: url(images/bg/cta_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  color: #000;
  padding: 50px 0;
}
.bg4_2 {
  background-image: url(images/bg/cta-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg5 {
  background-image: url(images/bg/testimonial-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg7 {
  background-image: url(images/home-slider/01.jpg);
  background-size: cover;
  background-position: center;
  background-position: center top;
}

.uppercase {
  text-transform: uppercase;
}
/* ------------------------------------
    02. Global Class
---------------------------------------*/
.drak-color .owl-nav .owl-prev,
.drak-color .owl-nav .owl-next,
.drak-color .sec-title h3 {
  color: #ffffff;
}
.sec-title2 h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #212121;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}
.sec-title2 span {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #ff3115;
  font-weight: 600;
}
.sec-title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4px;
}
.sec-title h2 {
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.sec-title .mb-4 span{
  display: block;
  text-align: justify;
}
.sec-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100px;
  background: #1e384f00;
}
.franchise .sec-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0px;
  width: 0px;
  background: inherit;
}
.franchise .sec-title h2{
  font-size: 36px;
}
.sec-title.text-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec-title.text-right:after {
  left: auto;
  right: 0;
}
.sec-title.text-right .view-more {
  right: auto;
  left: 0;
}
.sec-title p {
  margin-bottom: 0;
  font-size: 16px;
}
.sec-title .view-more {
  position: absolute;
  right: 0;
}
.sec-title .view-more a {
  font-weight: 600;
  font-size: 15px;
}
.sec-title-2 {
  position: relative;
}
.sec-title-2 h2 {
  position: relative;
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 25px;
  padding-bottom: 26px;
  text-transform: uppercase;
}
.sec-title-2 h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100px;
  background: #ff3115;
}
.sec-title-2 .view-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec-title-2 .view-more a {
  font-weight: 700;
  font-size: 14px;
}
.sec-title-2.text-center h2:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec-title-2.text-right h2:after {
  left: auto;
  right: 0;
}
.sec-title-2.text-right .view-more {
  right: auto;
  left: 0;
}
.sec-title-2 p {
  margin-bottom: 0;
  font-size: 16px;
}
.primary-btn {
  display: inline-block;
  height: 40px;
  line-height: 35px;
  text-align: center;
  min-width: 136px;
  padding: 0 20px;
  border: 2px solid #ff3115;
  color: #212121;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}
.primary-btn:hover {
  background: #ff3115;
  color: #ffffff;
}
.readon {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  line-height: normal;
  background: #ff3115;
  color: #fff;
  transition: all 0.3s ease 0s;
  border-radius: 2px;
}
.readon:hover,
.readon:focus {
  background: #e41f05;
  color: rgba(255, 255, 255, 0.8);
}
.readon.border {
  background: transparent;
  border: 1px solid #ff3115;
  color: #ff3115;
}
.readon.border:hover {
  color: #fff;
  background: #ff3115;
}
.readon.border.white {
  border-color: #fff;
  color: #fff;
}
.readon.border.white:hover {
  color: #ff3115;
  background: #fff;
}
/*overly border*/
.overly-border::before,
.overly-border::after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 1;
}
.blue-bg {
  position: relative;
}
.blue-bg .blue-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 188, 212, 0.9);
}
.about-img .overly-border::before,
.about-img .overly-border::after {
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}
.overly-border::before {
  border-top: 5px solid #1e384f;
  border-bottom: 5px solid #1e384f;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.rgcsm-blog .blog-item.slick-current .team-content {
  opacity: 1;
  top: 0;
}
.overly-border::after {
  border-right: 5px solid #1e384f;
  border-left: 5px solid #1e384f;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.single-member-area figure .overly-border:before,
.single-member-area figure .overly-border:after,
.rgcsm-blog .blog-item.slick-current .overly-border:before,
.rgcsm-blog .blog-item.slick-current .overly-border:after,
.single-member-area:hover .overly-border:before,
.single-member-area:hover .overly-border:after,
.team-content:hover .overly-border:before,
.team-content:hover .overly-border:after,
.blog-content:hover .overly-border:before,
.blog-content:hover .overly-border:after,
.project-content:hover .overly-border:before,
.project-content:hover .overly-border:after,
.about-img:hover .overly-border:before,
.about-img:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.right_menu_togle .search-wrap button {
  color: #1e384f;
}
.padding-0 {
  padding: 0 !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}

.mt-15 {
  margin-top: 15px !important;
}
.sparator-15 {
  height: 15px;
  clear: both;
}
.ml-15 {
  margin-left: 15px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.margin-remove {
  margin: 0 !important;
}
.display-table {
  display: table;
  height: fit-content;
  width: fit-content;
  transform: translateX(-50%);
  /*border: 1px solid red;*/
  left: 50%;
  position: absolute;
  top: 48%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.white-color {
  color: #fff !important;
}
.rgcsm-vertical-middle .logo-area {
  line-height: 95px;
}
.rgcsm-vertical-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rgcsm-vertical-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/* -. Owl Carousel -*/
.owl-nav > div {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #444;
  color: #fff;
  transform: translateY(-50%);
  font-size: 22px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.owl-nav > div:hover {
  background-color: #1e384f;
}
.owl-nav .owl-prev {
  left: -60px;
}
.owl-nav .owl-next {
  right: -60px;
}
.rgcsm-carousel:hover .owl-nav > div {
  opacity: 1;
}
.rgcsm-navigation-2 {
  padding-bottom: 80px;
}
.rgcsm-navigation-2 .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.rgcsm-navigation-2 .owl-nav > div {
  position: initial;
  display: inline-block;
  transform: none;
  opacity: 1 !important;
}
.rgcsm-navigation-2 .owl-nav .owl-next {
  margin-left: 12px;
}
.rgcsm-navigation-2 .owl-stage-outer {
  padding-bottom: 0 !important;
}
/* ------------------------------------
    03. Header Section  
---------------------------------------*/
.rgcsm-toolbar {
  padding: 4px 0 5px;
  /*background-color: #111111;*/
  background-color: #1e384f;
}
.rgcsm-toolbar .rgcsm-toolbar-left .welcome-message {
  font-size: 14px;
}
.rgcsm-toolbar .rgcsm-toolbar-left .welcome-message i {
  width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    color: #363636;
    text-align: center;
    margin-right: 10px;
    line-height: 26px;
}
.rgcsm-toolbar .rgcsm-toolbar-left .welcome-message span {
  color: #ffffff;
}
.rgcsm-toolbar .rgcsm-toolbar-right {
  text-align: right;
}
.rgcsm-toolbar .rgcsm-toolbar-right .toolbar-share-icon {
  display: inline-block;
  margin-right: 0px;
}
.rgcsm-toolbar .rgcsm-toolbar-right .toolbar-share-icon i{
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    color: #363636;
    text-align: center;

    line-height: 26px;
}
.rgcsm-toolbar .rgcsm-toolbar-right .toolbar-share-icon ul li {
  display: inline-block;
}
.rgcsm-toolbar .rgcsm-toolbar-right .toolbar-share-icon ul li + li {
  margin-left: 8px;
}
.rgcsm-toolbar .rgcsm-toolbar-right .toolbar-share-icon ul li a {
  font-size: 14px;
  color: #888888;
}
.rgcsm-toolbar .rgcsm-toolbar-right .toolbar-share-icon ul li a:hover,
.rgcsm-toolbar .rgcsm-toolbar-right .toolbar-share-icon ul li a:active,
.rgcsm-toolbar .rgcsm-toolbar-right .toolbar-share-icon ul li a:focus {
  color: #ffffff;
}
.rgcsm-toolbar .rgcsm-toolbar-right .apply-btn {
  font-weight: 500;
  font-size: 14px;
}
/* ------------------------------------
    02. Header Start
---------------------------------------*/
.rgcsm-header .rgcsm-header-top {
  padding: 10px 0 4px;
}
.rgcsm-header .rgcsm-header-top .header-contact {
  float: right;
}
.rgcsm-header .rgcsm-header-top .header-contact img{
  width: 100%;
  height: 100%;
}
.rgcsm-header .rgcsm-header-top .header-contact.pull-right img{
  width: 76px;
  height: 75px;
}
.rgcsm-header .rgcsm-header-top .header-contact .widget-text {
  position: relative;
  padding-left: 55px;
}
.rgcsm-header .rgcsm-header-top .header-contact .widget-text i {
  position: absolute;
  border-radius: 2px;
  text-align: center;
  left: 0;
  line-height: 40px;
  color: #ff3115;
  font-size: 35px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 700;
}
.rgcsm-header .rgcsm-header-top .header-contact .widget-text .info-text a {
  color: #505050;
  font-weight: 400;
  font-size: 16px;
}
.rgcsm-header .rgcsm-header-top .header-contact .widget-text .info-text a:hover {
  color: #ff3115;
}
.rgcsm-header .rgcsm-header-top .header-contact .widget-text .info-text span {
  display: block;
  font-weight: 700;
  color: #101010;
  line-height: 18px;
}
.rgcsm-header .rgcsm-menu-toggle {
  color: #fff !important;
}
.rgcsm-header .rgcsm-menu-toggle:hover {
  color: #ff3115 !important;
}
.rgcsm-header .menu-area .rgcsm-menu li.current_page_item > a,
.rgcsm-header .menu-area .rgcsm-menu li.current-menu-item > a,
.rgcsm-header .menu-area .rgcsm-menu li.active > a,
.rgcsm-header .menu-area .rgcsm-menu li a:hover{
  color: var(--black) !important;
}

/* ----- Menu -------*/
.nav-menu > li > a {
  font-weight: 500;
  font-size: 16px;
}

body .logo-area img {
    width: 100px;
    height: 75px;
    position: relative;
    top: -4px;
}
body .rgcsm-menu li i {
  margin-right: 0;
  color: #ff3115;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}
body .rgcsm-menu li i:hover {
  color: #e41f05;
}
body .menu-area .rgcsm-menu > ul > li > a {
  color: #ffffff;
}
body .menu-area .rgcsm-menu > ul > li > a:hover,
body .menu-area .rgcsm-menu li.current_page_item > a {
  color: black !important;
}



body .menu-area .rgcsm-menu > ul > li > a:hover::before,
body .menu-area .rgcsm-menu li.current_page_item > a::before {
  text-shadow: 10px 0, -10px 0;
  color: black !important;
}
body .menu-area .rgcsm-menu > ul > li > a:hover::before,
body .menu-area .rgcsm-menu li.current_page_item > a::before {
  position: absolute;
  top: 32%;
  left: 50%;
  color: transparent;
  content: "•";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
}
body .menu-area .rgcsm-menu ul.sub-menu li.current_page_item > a::before {
  position: absolute;
  top: 32%;
  left: 50%;
  color: transparent;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
}



body .menu-area {
  background: #212121;
}
body .searce-box {
  position: absolute;
  top: 0;
  right: 23%;
  top: 16px;
}
body .searce-box a.rgcsm-search i {
  color: #ff3115;
}
body .searce-box a.rgcsm-search i:hover {
  color: #ffffff;
}
body .rgcsm-header .rgcsm-header-top .col-md-4:first-child .header-contact {
  float: left;
}
/*.inner-page .searce-box {
  position: absolute;
  top: 0;
  right: 16px;
  top: 15px;
}
.inner-page .searce-box a.rgcsm-search i {
  color: #ff3115;
}*/


body .right-bar-icon{
  position: absolute;
  right: 0;
}
body .right-bar-icon a{
  display: inline-block;
  height: 55px;
  width: 45px;
  line-height: 55px;
  text-align: center;
  color: #fff;
}
body .right-bar-icon a:hover{
  color: #fff;
}
body .right-bar-icon .rgcsm-search{
  position: static;
  color: #fff;
  background-color: var(--black);
  margin-right: -4px;
}
body .right-bar-icon .rgcsm-search:hover{
  background: #1e384f;
}
body .right-bar-icon .nav-expander{
  background:  var(--black);
}
body .right-bar-icon .nav-expander:hover{
  background: #1e384f;
}
body .sticky .right-bar-icon{
  right: 12px;
}
body .rgcsm-courses .cource-item {
  border: none;
  background: #fff;
}
body .search-modal .modal-content {
  background: transparent;
  position: initial;
  border: 0;
}

body .search-modal .search-block input{
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}
body .search-modal .close{
  color: #ffffff;
  margin-top: 20px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  opacity: 1;
  outline: none;
  transition: all 0.3s ease 0s;
}

body .search-modal .close:hover{
  background-color: #ff3115;
}

body .modal-backdrop{
  opacity: 0.95;
}

#rgcsm-header.rgcsm-transfarent-header-style {
  position: absolute;
  width: 100%;
  z-index: 999;
}
#rgcsm-header.rgcsm-transfarent-header-style .logo-area {
  padding-top: 0;
}
#rgcsm-header.rgcsm-transfarent-header-style .menu-sticky.sticky {
  background: #212121;
  padding-top: 10px;
  padding-bottom: 10px;
}
#rgcsm-header.rgcsm-transfarent-header-style .menu-area {
  background: transparent;
}
#rgcsm-header.rgcsm-transfarent-header-style .menu-area .rgcsm-menu .nav-menu > li > a {
  color: #ffffff;
}
#rgcsm-header.rgcsm-transfarent-header-style .rgcsm-right-btn-inner {
  position: relative;
}
#rgcsm-header.rgcsm-transfarent-header-style .rgcsm-right-btn-inner .searce-box {
  position: absolute;
  top: 0;
  right: 90%;
  top: 7px;
}
#rgcsm-header.rgcsm-transfarent-header-style .rgcsm-right-btn-inner .searce-box .rgcsm-search i {
  color: #ff3115;
}
#rgcsm-header.rgcsm-transfarent-header-style .rgcsm-right-btn-inner .apply-box {
  margin-left: 35px;
}
#rgcsm-header.rgcsm-transfarent-header-style .rgcsm-right-btn-inner .apply-box a {
  padding: 0 28px;
  border-radius: 35px;
  line-height: 40px;
  height: auto;
  color: #ffffff;
  background: #ff3115;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
#rgcsm-header.rgcsm-transfarent-header-style .rgcsm-right-btn-inner .apply-box a:hover {
  color: #ffffff;
  background: #e41f05;
}


/* ------------------------------------
    04. Sticky Menu
---------------------------------------*/
.menu-sticky.sticky {
  background: #111111;
  position: fixed !important;
  top: 0px;
  z-index: 999;
  margin: 0 auto !important;
  padding: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.menu-sticky.sticky .main-menu {
  position: static ;
}
.rgcsm-header-2 .menu-sticky1.sticky1 .nav-menu > li > a {
  height: 80px;
  line-height: 80px;
}
#nav-close {
  transition: all 0.3s ease 0s;
}
#nav-close:hover {
  background-color: #1e384f;
  border-color: #1e384f;
  color: #fff;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/*-------------------------------------
    32. Contact Page Section Start Here
--------------------------------------*/
.contact-page-section #googleMap {
  height: 490px;
}
.contact-page-section .map-text {
  padding-bottom: 22px;
}
.contact-page-section .map-text h3 {
  font-size: 20px;
  margin: 0;
  padding: 25px 0 10px;
  font-weight: 600;
}
.contact-page-section .map-text p {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-address-section {
  text-align: center;
  margin: 50px 0;
}
.contact-page-section .contact-address-section .contact-info {
  background: #f0f0f0;
  border: 1px solid #e1e1e1;
  padding: 25px 0 23px;
}
.contact-address-section .contact-info:hover {
  background-color: #d0d0d0;
}
.contact-address-section .contact-info i.bgi{
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #1e384f;
  color: var(--white) !important;
  border-radius: 50%;
  font-size: 36px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}
.contact-address-section .contact-info i.bgi:hover{
  background-color: #212121;
  color: var(--white);
  transform: rotate(360deg);
}



.contact-page-section .contact-address-section .contact-info .contact-pd {
  padding: 0 10px;
}
.contact-page-section .contact-address-section .contact-info i {
  color:#1e384f;
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-address-section .contact-info h5 {
  margin-bottom: 6px;
}
.contact-page-section .contact-address-section .contact-info span p i{
  font-size: 18px !important;
}
.contact-page-section .contact-address-section .contact-info h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #212121;
  margin: 0;
  padding: 15px 0;
  padding-bottom: 6px;
}
.contact-page-section .contact-address-section .contact-info a {
  color: #505050;
  display: block;
}
.contact-page-section .contact-address-section .contact-info a:hover {
  color: #ff3115;
}
.contact-page-section .contact-address-section .contact-info p {
  color: #505050;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-comment-section h3 {
  font-size: 20px;
  margin: 0;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-page-section .contact-comment-section form .form-group input {
  height: 43px;
  padding: 0 15px;
}
.contact-page-section .contact-comment-section form .form-group input,
.contact-page-section .contact-comment-section form .form-group textarea {
  border: none;
  background: #f5f5f5;
  border-radius: 0;
  box-shadow: none;
}
.contact-page-section .contact-comment-section form .form-group label {
  color: #505050;
  font-weight: 400;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ff3115;
  margin-top: 15px;
  border: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  padding: 0 50px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send:hover {
  background: #212121;
}


.rgcsm-team-2 .team-item .team-img {
  position: relative;
  overflow: hidden;
  border: 1px solid aliceblue;
}
.rgcsm-team-2 .team-item .team-img::before {
  content: '';
  position: absolute;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  background: transparent;
  border: 5px solid rgba(108, 181, 210, 0.7);
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: .5s all ease;
}
.rgcsm-team-2 .team-item .team-img img {
 /* width: 100%;
  height: 280px;*/
}




/*************bankDtl **************/
.bankDtl .imgBig{
  width: 100%;
  height: 600px !important;
  border-radius: 12px;
  overflow: hidden;
}
.bankDtl .imgBig.big2{
  height: 110px !important;
}

.bankDtl .event-item .d-flex{
  margin-bottom: 8px;
}
.bankDtl .event-item{
  border-radius: 12px;
  overflow: hidden;
}
.bankDtl .event-item .event-img::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.bankDtl .event-item .event-img .image-link{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  color: #ff3115;
  z-index: 11;
  width: 100%;
  text-align: center;
}
.event-item .event-img .image-link h2{
.bankDtl   font-size: 22px;
  font-weight: 400;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
  color: var(--white);
}
.bankDtl .event-item:hover .event-img .image-link h2{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bankDtl .event-item .team-body{
    padding: 7px 8px;
  text-align: left;
  background-color: #f0f0f0;
}
.bankDtl .event-item .team-body span {
  font-size: 15px;
  padding-left: 4px;
  width: 250px;
}
.bankDtl .event-item .team-body .name {
  font-size: 15px;
  margin-bottom: 2px;
  color: #212121;
  transition: all 0.3s ease 0s;
  line-height: 2;
  width: 90px;
}
.bankDtl .event-item img{
  width: 100%;
  height: 539px;
}





.rgcsm-team-2 .team-item .team-img:hover .social-icon h2 {
  color: #fff;
  font-family: initial;
}
.rgcsm-team-2 .team-item .team-img:hover .social-icon {
  opacity: 1;
  visibility: visible;
}
.rgcsm-team-2 .team-item .team-body .name:hover {
  color: #1e384f;
}
.rgcsm-team-2 .team-item .team-img .social-icon {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: .8s all ease;
}
.rgcsm-team-2 .team-item .team-img:hover::before {
  transform: translateX(-50%) translateY(-50%) rotate(-270deg);
  border: 0;
  background: rgba(33, 33, 33, 0.8);
}
.rgcsm-team-2 .team-item .team-body .name {
  font-size: 14px;
  margin-bottom: 2px;
  color: #212121;
  transition: all 0.3s ease 0s;
  line-height: 2;
}
.rgcsm-team-2 .team-item .team-body span {
  font-size: 14px;
  padding-left: 4px;
}
.rgcsm-team-2 .team-item .team-body {
  padding: 8px;
  text-align: left;
  background-color: #f0f0f0;
}


/* ------------------------------------
    05. Slider
---------------------------------------*/
#rgcsm-slider {
  position: relative;
}
.home-slider.owl-carousel .owl-item img {
  height: 80vh;
}
  
#rgcsm-slider .slide-content {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 8;
}
#rgcsm-slider .slide-content .slider-title {
  font-size: 50px;
  color: #fff;
  margin-bottom: 15px;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  text-transform: uppercase;
}
#rgcsm-slider .slide-content .slider-desc {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 20px;
}
#rgcsm-slider .slide-content .sl-readmore-btn {
  border: 2px solid #101010;
  background: #101010;
  display: inline-block;
  padding: 12px 25px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease 0s;
}
#rgcsm-slider .slide-content .sl-readmore-btn:hover {
  background-color: #e41f05;
  border-color: #e41f05;
  color: rgba(255, 255, 255, 0.8);
}
#rgcsm-slider .slide-content .sl-get-started-btn {
  background-color: #ff3115;
  border: 2px solid #ff3115;
  display: inline-block;
  padding: 12px 25px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease 0s;
}
#rgcsm-slider .slide-content .sl-get-started-btn:hover {
  background-color: #e41f05;
  border-color: #e41f05;
  color: rgba(255, 255, 255, 0.8);
}
#rgcsm-slider .owl-nav {
  display: none;
}
#rgcsm-slider .owl-dots {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
#rgcsm-slider .owl-dots .owl-dot {
  height: 15px;
  width: 5px;
  background-color: #ffffff;
}
#rgcsm-slider .owl-dots .owl-dot + .owl-dot {
  margin-top: 8px;
}
#rgcsm-slider .owl-dots .owl-dot.active {
  background-color: #ff3115;
}
.slider-overlay-1 .slide-content:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.slider-overlay-1.slide-content:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(160 144 88 / 70%);
  z-index: 0;
}
.slider-overlay-2 .slide-content:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 109, 0, 0.9);
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 109, 0, 0.3) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 109, 0, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 109, 0, 0.3) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 109, 0, 0.3) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.55)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  opacity: 0.30;
}

/* ------------------------------------
    06. Breadcrumbs
---------------------------------------*/
.rgcsm-breadcrumbs {
    padding: 100px 0 35px;
    height: 370px;
}
.rgcsm-breadcrumbs .page-title {
  margin: 0px 0 40px;
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rgcsm-breadcrumbs ul {
  padding: 0;
}
.rgcsm-breadcrumbs ul li {
  color: black;
  display: inline-block;
  font-weight: 400;
}
.rgcsm-breadcrumbs ul li a {
  position: relative;
  padding-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.rgcsm-breadcrumbs ul li a:before,
.rgcsm-breadcrumbs ul li a:after {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  height: 15px;
  width: 2px;
  position: absolute;
  right: 7px;
  top: 2px;
  transform: rotate(26deg);
}
.rgcsm-breadcrumbs ul li a:before {
  right: 13px;
}
.rgcsm-breadcrumbs ul li a:hover {
  color: #ff3115;
}
.breadcrumbs-overlay {
  position: relative;
  z-index: 1;
}
.breadcrumbs-overlay:after {
  content: '';
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* ------------------------------------
    07. Services
---------------------------------------*/
.rgcsm-services-style1 .services-item {
  background-color: #212121;
  padding: 25px 8px 17px;
  box-shadow: 0 4px 2px -2px #000000;
  z-index: 111;
  position: relative;
  top: -30px;
  transition: all 0.3s ease 0s;
}
.rgcsm-services-style1 .services-item:hover {
  background-color: #1e384f;
}
.rgcsm-services-style1 .services-item:hover .services-icon {
  background-color: #1e384f;
}
.rgcsm-services-style1 .services-item:hover .services-icon,
.rgcsm-services-style1 .services-item:hover .services-desc p {
  color: #fff;
}
.rgcsm-services-style1 .services-desc {
  text-align: center;
  margin-top: 6px;
}
.rgcsm-services-style1 .services-desc p {
  color: #cccccc;
  margin-bottom: 0;
}
.rgcsm-services-style1 .services-desc .services-title {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 7px;
  z-index: 10;
}
.rgcsm-services-style1 .services-icon {
  height: 130px;
  width: 130px;
  background-color: #212121;
  line-height: 88px;
  text-align: center;
  position: absolute;
  top: -50px;
  z-index: -1;
  font-size: 40px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #1e384f;
  transition: all 0.3s ease 0s;
}
.rgcsm-services-style1 .services-icon i {
  display: inline-block;
}

/* ------------------------------------
    08. About Us
---------------------------------------*/
.rgcsm-about .about-img {
  position: relative;
}
.rgcsm-about .about-img img{
  width: 35s0px;
}
.rgcsm-about .about-img:after,.video-img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 33, 33, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rgcsm-about .about-img:hover:after {
  opacity: 1;
}
.rgcsm-about .about-img .popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.rgcsm-about .about-img .popup-youtube:after,.popup-youtube:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f04b";
  font-size: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease 0s;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  width: 80px;
  text-align: center;
  background: #1e384f;
  border-radius: 50%;
  padding-left: 8px;
  color: #fff;
}
.popup-youtube:after {
  top: 50%;
}
.rgcsm-about .about-desc {
  margin-bottom: 30px;
}
.rgcsm-about .about-desc h2 {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.rgcsm-about .about-desc p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}
.vision-desc p:last-child,
.about-desc p:last-child {
  margin-bottom: 0;
}
.home5 .sec-title {
  margin-bottom: 20px;
}
.home5 .sec-title h3:after {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.home5 .acdn-title {
  color: #92278f;
}
.home5 #accordion .card .card-header .acdn-title:not(.collapsed) {
  background: #92278f;
}
.rgcsm-about-2 .sec-title h3 {
  font-size: 30px;
}
.rgcsm-about-2 .about-signature h4 {
  margin-bottom: 0;
  font-size: 20px;
}
.rgcsm-about-2 .about-signature span {
  font-size: 14px;
}
#rgcsm-about {
  margin-top: -30px;
}

/* ------------------------------------
    09. rs courses style
---------------------------------------*/
.rgcsm-courses .cource-item {
  border: 1px solid #dddddd;
}
.rgcsm-courses .cource-item .cource-img {
  position: relative;
  margin-bottom: 22px;
}
.rgcsm-courses .cource-item .cource-img img {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.rgcsm-courses .cource-item .cource-img .course-value {
  position: absolute;
  bottom: -25px;
  right: 25px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ff3115;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  z-index: 1;
}
.rgcsm-courses .cource-item .course-body {
  text-align: center;
  padding: 0 20px;
}
.rgcsm-courses .cource-item .course-body .course-category {
  display: inline-block;
}
.rgcsm-courses .cource-item .course-body .course-title {
  font-size: 20px;
  margin-bottom: 7px;
}
.rgcsm-courses .cource-item .course-body .course-title a {
  color: #212121;
}
.rgcsm-courses .cource-item .course-body .course-title a:hover {
  color: rgba(33, 33, 33, 0.6);
}
.rgcsm-courses .cource-item .course-body .review-wrap .rating {
  display: inline-block;
  color: #ff3115;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
  line-height: 10px;
}
.rgcsm-courses .cource-item .course-body .review-wrap .review {
  line-height: 10px;
  display: inline-block;
}
.rgcsm-courses .cource-item .course-body .course-desc {
  margin-top: 10px;
}
.rgcsm-courses .cource-item .course-body .course-desc p {
  margin: 0 0 22px;
}
.rgcsm-courses .cource-item .course-footer {
  padding: 15px 20px;
  background-color: #f0f0f0;
  text-align: center;
}
.rgcsm-courses .cource-item .course-footer div {
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: 19px;
}
.rgcsm-courses .cource-item .course-footer div span {
  display: block;
  font-size: 14px;
  color: #212121;
  font-weight: 500;
}
.rgcsm-courses .cource-item .course-footer div span.label {
  font-weight: 700;
}
.rgcsm-courses .cource-item .course-footer div div {
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #ccc;
}
.rgcsm-courses .cource-item.blue-color .course-footer {
  background: #00bcd4;
}
.rgcsm-courses .cource-item.orange-color .course-footer {
  background: #fc7f0c;
}
.rgcsm-courses .cource-item.purple-color .course-footer {
  background: #92278f;
}
.rgcsm-courses .cource-item.red-color .course-footer {
  background: #e84b3a;
  box-shadow: 0 12px 20px #f4f5ff;
}
.rgcsm-courses.rgcsm-courses-style6 .cource-item {
  margin-bottom: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06) !important;
  background: #ffffff !important;
  min-height: 375px;
  border-radius: 8px;
}
.rgcsm-courses.rgcsm-courses-style6 .cource-item .cource-img img {
  border-radius: 8px;
}
.rgcsm-courses.rgcsm-courses-style6 .cource-item .cource-img .course-value {
  bottom: 0;
  right: 0;
  top: 20px;
  height: 30px;
  width: 85px;
  line-height: 30px;
  text-align: center;
  background-color: #ff3115;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px 0 0 5px;
}
.rgcsm-courses.rgcsm-courses-style6 .cource-item .cource-img .img-part img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #ff3115;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.rgcsm-courses.rgcsm-courses-style6 .cource-item .course-body {
  background: #ffffff !important;
}
.rgcsm-courses.rgcsm-courses-style6 .cource-item .course-body span {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}
.rgcsm-courses.rgcsm-courses-style6 .cource-item .course-body span a {
  color: #505050;
}
.rgcsm-courses.rgcsm-courses-style6 .cource-item .course-body span a:hover {
  color: #ff3115;
}
.rgcsm-courses.rgcsm-courses-style6 .cource-item .course-body .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}
.rgcsm-courses.rgcsm-courses-style6 .cource-item .course-body .title a {
  color: #212121;
}
.rgcsm-courses.rgcsm-courses-style6 .cource-item .course-body .title a:hover {
  color: #ff3115;
}
.rgcsm-courses.rgcsm-courses-style6 .cource-item .course-footer {
  background: none;
}
.rgcsm-courses.rgcsm-courses-style6 .cource-item .course-footer .courses-seats {
  margin-right: 30px;
}
.rgcsm-courses.rgcsm-courses-style6 .cource-item .course-footer .courses-seats i:before {
  color: #505050;
  font-size: 18px;
  padding-right: 5px;
}
.rgcsm-courses.rgcsm-courses-style6 .cource-item .course-footer .review-wrap .rating li {
  color: #ff3115;
  font-size: 18px;
}
.rgcsm-courses.rgcsm-courses-style7-new2 .cource-item {
  margin-bottom: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06) !important;
  background: #ffffff !important;
  min-height: 345px;
  border-radius: 0 0 8px 4px !important;
}
.rgcsm-courses.rgcsm-courses-style7-new2 .cource-item .cource-img .course-value {
  bottom: 0;
  right: 0;
  height: 30px;
  width: 85px;
  line-height: 30px;
  text-align: center;
  background-color: #ff3115;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px 0 0 5px;
}
.rgcsm-courses.rgcsm-courses-style7-new2 .cource-item .cource-img .img-part img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #ff3115;
  position: absolute;
  bottom: -20px;
  left: 45px;
  transform: translateX(-50%);
  z-index: 1;
}
.rgcsm-courses.rgcsm-courses-style7-new2 .cource-item .course-body {
  background: #ffffff !important;
  text-align: left;
}
.rgcsm-courses.rgcsm-courses-style7-new2 .cource-item .course-body span {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}
.rgcsm-courses.rgcsm-courses-style7-new2 .cource-item .course-body span a {
  color: #505050;
}
.rgcsm-courses.rgcsm-courses-style7-new2 .cource-item .course-body span a:hover {
  color: #ff3115;
}
.rgcsm-courses.rgcsm-courses-style7-new2 .cource-item .course-body .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}
.rgcsm-courses.rgcsm-courses-style7-new2 .cource-item .course-body .title a {
  color: #212121;
}
.rgcsm-courses.rgcsm-courses-style7-new2 .cource-item .course-body .title a:hover {
  color: #ff3115;
}
.rgcsm-courses.rgcsm-courses-style7-new2 .cource-item .course-footer {
  background: none;
  text-align: left;
  padding-bottom: 20px;
}
.rgcsm-courses.rgcsm-courses-style7-new2 .cource-item .course-footer .courses-seats {
  margin-right: 30px;
}
.rgcsm-courses.rgcsm-courses-style7-new2 .cource-item .course-footer .courses-seats i:before {
  color: #505050;
  font-size: 18px;
  padding-right: 5px;
}
.rgcsm-courses.rgcsm-courses-style7-new2 .cource-item .course-footer .review-wrap .rating li {
  color: #ff3115;
  font-size: 18px;
}
.rgcsm-courses.rgcsm-courses-style7-new2 .cource-item .course-footer .desc {
  font-size: 15px;
  color: #505050;
  line-height: 27px;
  margin: 0;
}
.event-item .events-details {
  margin-top: -20px;
  padding: 10px;
}
.event-item .events-details .pos{
  font-size: 14px;
}
.event-item .events-details.white-bg {
  background: #fff;
}
.event-item .event-img,
.cource-item .event-img,
.event-item .cource-img,
.cource-item .cource-img {
  position: relative;
}
.event-item .event-img:after,
.cource-item .event-img:after,
.event-item .cource-img:after,
.cource-item .cource-img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.event-item .event-img .image-link,
.cource-item .event-img .image-link,
.event-item .cource-img .image-link,
.cource-item .cource-img .image-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  color: #ff3115;
  z-index: 11;
}
.event-item .event-img .image-link:hover,
.cource-item .event-img .image-link:hover,
.event-item .cource-img .image-link:hover,
.cource-item .cource-img .image-link:hover {
  color: #fff;
}
.event-item .event-img .image-link i,
.cource-item .event-img .image-link i,
.event-item .cource-img .image-link i,
.cource-item .cource-img .image-link i {
  font-size: 22px;
  font-weight: 400;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.event-item:hover .event-img:after,
.cource-item:hover .event-img:after,
.event-item:hover .cource-img:after,
.cource-item:hover .cource-img:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.event-item:hover .event-img .image-link i,
.cource-item:hover .event-img .image-link i,
.event-item:hover .cource-img .image-link i,
.cource-item:hover .cource-img .image-link i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}



.rgcsm-courses-list .course-item {
  margin-bottom: 40px;
}
.rgcsm-courses-list .course-item .course-img {
  position: relative;
}
.rgcsm-courses-list .course-item .course-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.8);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.rgcsm-courses-list .course-item .course-img .image-link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #ff3115;
  color: #ffffff;
  font-size: 18px;
  transform: translateX(-50%) translateY(-50%) scale(0.7);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.rgcsm-courses-list .course-item .course-img .image-link:hover {
  background-color: #e41f05;
}
.rgcsm-courses-list .course-item .course-img:hover:before {
  opacity: 1;
}
.rgcsm-courses-list .course-item .course-img:hover .image-link {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.rgcsm-courses-list .course-category {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
}
.rgcsm-courses-list .course-header .dGrid{
  margin-top: 1em;
}
.rgcsm-courses-list .course-category a {
  color: #505050;
}
.rgcsm-courses-list .course-title {
  font-size: 24px;
  margin-bottom: 7px;
}
.rgcsm-courses-list .course-title a {
  color: #212121;
}
.rgcsm-courses-list .course-title span:hover {
  color: #1e384f;
}
.rgcsm-courses-list .course-date,
.rgcsm-courses-list .course-value {
  display: inline-block;
  font-size: 14px;
  color: #777777;
  font-weight: 600;
}
.rgcsm-courses-list .d-grid div{
  font-size: 25px;
  margin-bottom: 22px;
}
.rgcsm-courses-list .d-grid div span{
  font-size: 22px;
}
.course-desc p{
  margin: 0 0 10px;
}
.rgcsm-courses-list .course-value span {
  color: #1e384f;
}
.rgcsm-courses-list .course-body {
  margin-top: 12px;
}
.rgcsm-courses-list .course-button a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  text-align: center;
  min-width: 170px;
  padding: 0 20px;
  background-color: #1e384f;
  color: #fff;
  transition: all 0.3s ease 0s;
  font-weight: 500;
}
.rgcsm-courses-list .course-button a:hover {
  background-color: #e41f05;
}
.gridFilter {
  margin-bottom: 35px;
}
.gridFilter button {
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  outline: none;
  color: #505050;
  cursor: pointer;
}
.gridFilter button.active {
  color: #1e384f;
}
.gridFilter button + button {
  margin-left: 20px;
}

.sidebar-area .title {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
}
.sidebar-area .search-box {
  margin-bottom: 45px;
}
.sidebar-area .search-box .form-control {
  border-radius: 0;
  box-shadow: none;
  color: #101010;
  padding: 5px 15px;
  height: 45px;
}
.sidebar-area .search-box .box-search {
  position: relative;
}
.sidebar-area .search-box .btn {
  position: absolute;
  right: 3px;
  background: transparent;
  border: none;
  box-shadow: none;
  top: 50%;
  outline: none;
  transform: translateY(-50%);
}
.sidebar-area .cate-box {
  margin-bottom: 45px;
}
.sidebar-area .cate-box ul {
  padding: 0;
  margin: 0;
}
.sidebar-area .cate-box ul li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  cursor: pointer;
}
.sidebar-area .cate-box ul li a {
  color: #505050;
}


.sidebar-area .cate-box ul li a img{
  width: 28px;
  height: 28px;
  border: 1px double red;
  margin-right: 8px;
}
.sidebar-area .cate-box ul li a span{
  background-image: url('images/diploma.png');
  background-size: 100% 100%;
  width: 28px;
  height: 28px;
  float: left !important;
  margin-right: 8px;
}
.sidebar-area .cate-box ul li a span:hover{
  background-image: url('images/diploma-1.png');

}

.sidebar-area .cate-box ul li a span {
  float: right;
}
.sidebar-area .cate-box ul li:first-child {
  padding-top: 0;
}
.sidebar-area .cate-box ul li:hover i,
.sidebar-area .cate-box ul li:hover a {
  color: #1e384f;
}
.sidebar-area .latest-courses {
  margin-bottom: 45px;
}
.sidebar-area .latest-courses .post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.sidebar-area .latest-courses .post-item .post-img {
  width: 33.33%;
  transition: all 0.3s ease 0s;
  float: left;
}
.sidebar-area .latest-courses .post-item .post-desc {
  width: 66.66%;
  padding-left: 20px;
  float: left;
}
.sidebar-area .latest-courses .post-item .post-desc h4 {
  margin-bottom: 5px;
}
.sidebar-area .latest-courses .post-item .post-desc h4 a {
  font-size: 16px;
  color: #212121;
}
.sidebar-area .latest-courses .post-item .post-desc h4 a:hover {
  color: #ff3115;
}
.sidebar-area .latest-courses .post-item .post-desc .duration {
  font-weight: 600;
  color: #777777;
}
.sidebar-area .latest-courses .post-item .post-desc .price {
  margin-left: 8px;
  font-weight: 600;
  color: #777777;
}
.sidebar-area .latest-courses .post-item .post-desc .price span {
  color: #ff3115;
}
.sidebar-area .latest-courses .post-item + .post-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.sidebar-area .latest-courses .post-item:hover .post-img {
  opacity: 0.7;
}
.sidebar-area .tags-cloud {
  margin-bottom: 39px;
}
.sidebar-area .tags-cloud ul {
  padding: 0;
  margin: 0;
}
.sidebar-area .tags-cloud ul li {
  float: left;
  list-style: none;
}
.sidebar-area .tags-cloud ul li a {
  border: 1px solid #d7d7d7;
  padding: 5px 13px;
  margin: 0 6px 6px 0;
  display: block;
  color: #505050;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 28px;
}
.sidebar-area .tags-cloud ul li a:hover {
  background-color: #ff3115;
  border-color: #ff3115;
  color: #ffffff;
}
.sidebar-area .newsletter {
  background: #f0f0f0;
  text-align: center;
  padding: 30px 40px;
}
.sidebar-area .newsletter h4 {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
.sidebar-area .newsletter p {
  font-size: 15px;
  color: #505050;
  margin: 7px 0 20px;
}
.sidebar-area .newsletter .box-newsletter {
  position: relative;
}
.sidebar-area .newsletter .box-newsletter .form-control {
  border-radius: 0;
  box-shadow: none;
  color: #212121;
  padding: 5px 20px;
  height: 50px;
  border-color: #ff3115;
}
.sidebar-area .newsletter .box-newsletter .btn {
  position: absolute;
  right: 3px;
  background: #ff3115;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #ffffff;
  display: block;
  padding: 11px 17px;
  border-radius: 0;
  text-align: center;
}
.sidebar-area .newsletter .box-newsletter .btn:hover {
  background: #e41f05;
}
.sidebar-area .course-features-info {
  margin-bottom: 20px;
  background: #212121;
  padding: 15px;
  color: #fff;
}
.sidebar-area .course-features-info .desc-title {
  color: #ff3115;
  margin: 10px 0 8px;
}
.sidebar-area .course-features-info ul li {
  display: block;
  overflow: hidden;
  padding: 10px 0;
}
.sidebar-area .course-features-info ul li + li {
  border-top: 1px solid #414141;
}
.sidebar-area .course-features-info ul li i {
  color: #ff3115;
}
.sidebar-area .course-features-info ul li .label {
  padding-left: 10px;
}
.sidebar-area .course-features-info ul li .value {
  float: right;
  padding-right: 5px;
}
.space-bt30 {
  margin-bottom: 30px;
}
.space-bt30 .event-item {
  margin-bottom: 0 !important;
}


/* ------------------------------------
    11. bank deatils
---------------------------------------*/
.rgcsm-our-best .rgcsm-calltoaction .sub-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ff3115;
}
.rgcsm-our-best .rgcsm-calltoaction .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #212121;
  margin: 0;
}
.rgcsm-our-best .rgcsm-calltoaction .desc {
  font-size: 15px;
  line-height: 27px;
  color: #505050;
  margin: 0;
}
/* ------------------------------------
    11. rgcsm-counter
---------------------------------------*/
.rgcsm-counter .rgcsm-counter-list {
  margin-bottom: 30px;
  text-align: center;
  padding: 9px;
  transition: .3s all ease;
}
.rgcsm-counter .rgcsm-counter-list .counter-number {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 6px;
}
.rgcsm-counter .rgcsm-counter-list .counter-desc {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: uppercase;
}

.rgcsm-counter .counter-title {
  color: #fff;
  font-size: 30px;
  line-height: 28px;
  margin-bottom: 25px;
}
.rgcsm-counter .counter-text p {
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.6);
}
.rgcsm-counter .counter-img {
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
}
.rgcsm-counter .counter-img img {
  border-radius: 8px;
}
.rgcsm-counter-style2 .rgcsm-counter-list {
  border: none;
  padding: 0;
}
.rgcsm-counter-style2 .count-icon i {
  font-size: 60px;
  color: #ff3115;
}

/* ------------------------------------
    12. Upcoming Events
---------------------------------------*/
.rgcsm-events .event-item .event-img {
  margin-bottom: 20px;
}
.rgcsm-events .event-item .event-img img {
  height: 458px;
}
.rgcsm-vision .vision-img img{
  height: 247px;
}
.rgcsm-vision .event-item .event-title {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 4px;
}
.story .rgcsm-vision .event-item .event-title{
  font-size: 19px;
}

.rgcsm-vision .event-item .event-title a{
  color: black;
  font-size: 19px;
}
.rgcsm-vision .event-item .event-title a:hover{
  color: #1e384f;
}
.rgcsm-vision .event-item .event-meta > div {
  font-size: 14px;
  display: inline-block;
  margin-right: 3px;
  color: #ff3115;
}
.rgcsm-vision 
.rgcsm-events .event-item .event-date {
  font-size: 14px;
  font-weight: 500;
}
.rgcsm-events .event-item .event-date i {
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
  color: #ff3115;
}
.rgcsm-events .event-item .event-date span {
  color: #505050;
}
.rgcsm-events .event-item .event-title {
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 4px;
}
.rgcsm-events .event-item .event-title a {
  color: #212121;
}
.rgcsm-events .event-item .event-title a:hover {
  color: #ff3115;
}
.rgcsm-events .event-item .event-meta {
  font-size: 14px;
}
.rgcsm-events .event-item .event-meta > div {
  display: inline-block;
}
.rgcsm-events .event-item .event-meta > div i {
  font-size: 14px;
  display: inline-block;
  margin-right: 3px;
  color: #ff3115;
}
.rgcsm-events .event-item .event-meta .event-time {
  margin-right: 10px;
}
.rgcsm-events .event-item .event-btn {
  margin-top: 18px;
}
.rgcsm-events .event-item .event-btn a {
  font-weight: 500;
}



.bankOption .productBlock{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px 14px;
    height: 226px;
}
.bankOption .product-title a{
  color: black;
  font-size: 16px;
}
.bankOption .product-btn a{
    padding: 8px 10px;
    border: 1px solid #ff3115;
    border-radius: 8px;
    color: #fff;
    background-color: #ff3115;
    font-weight: bold;
}
.product-item:hover .product-title a{
  color: #1e384f;
}
.product-item:hover .productBlock{
  border: 1px solid #1e384f;
}
.bankOption .productBlock span{
    height: 103px;
}
.rgcsm-carousel .product-item:hover{
  box-shadow: none;
}
.awards .product-btn a{
  font-weight: bold !important;
  border-radius: 8px;
}

/* ------------------------------------
    13. Experienced Staffs (Apperience Letter)
---------------------------------------*/
.rgcsm-team .team-item {
  position: relative;
  overflow: hidden;
}
.rgcsm-team .team-item .team-img {
  position: relative;
}
.rgcsm-team .team-item .team-img .normal-text {
  position: absolute;
  bottom: 0;
  padding: 2px 20px;
  min-width: 100%;
  background-color: rgba(34, 34, 34, 0.8);
  transition: .3s ease all;
}
.rgcsm-team .team-item .team-img .normal-text .team-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  display: block;
}
.rgcsm-team .team-item .team-img .normal-text .subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  display: block;
}
.rgcsm-team-2 .team-item .team-img img {
    width: 100%;
  height: 280px;
}
.rgcsm-team .team-item .team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  text-align: center;
  z-index: 11;
  padding: 12px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.rgcsm-team .team-item .team-content .overly-border::before, .overly-border::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 1;
}
.rgcsm-team .team-item .team-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.rgcsm-team .team-item .team-name {
  margin-bottom: 2px;
}


.rgcsm-team .team-item .team-name a {
  margin-bottom: 6px;
  font-size: 17px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  z-index: 111;
}
.rgcsm-team .team-item .team-name a:hover {
  color: #fff;
}
.rgcsm-team .team-item .team-title {
  position: relative;
  z-index: 111;
  font-size: 13px;
  color: #fff;
  padding-bottom: 7px;
}
.rgcsm-team .team-item .team-title:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #ff3115;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rgcsm-team .team-item .team-desc {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0px;
  margin-top: 3px;
  font-size: 13px;
}
.rgcsm-team .team-item .team-social {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 111;
  opacity: 0;
  margin-top: 0px;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
.rgcsm-team .team-item .team-social .social-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #ff3115;
  margin-right: 1px;
  border-radius: 50%;
}
.rgcsm-team .team-item .team-social .social-icon i {
  font-size: 11px;
  color: #fff;
}
.rgcsm-team .team-item .team-social .social-icon:hover {
  background-color: #e41f05;
}
.rgcsm-team .team-item:hover .team-content {
  opacity: 1;
  top: 0;
}
.rgcsm-team .team-item:hover .team-social {
  opacity: 1;
}
.rgcsm-team .team-item:hover .normal-text {
  opacity: 0;
  visibility: hidden;
}


/* ------------------------------------
    15. Calltoaction
---------------------------------------*/
.rgcsm-calltoaction .cta-content .cta-subtitle {
  margin-bottom: 10px;
  color: #ff3115;
}
.rgcsm-calltoaction .cta-content .cta-title {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 32px;
}
.rgcsm-calltoaction .cta-content p {
  color: #ffffff;
}
.rgcsm-calltoaction .cta-button {
  border-radius: 0 20px 0 20px;
  padding: 18px 20px 15px 60px;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  margin-top: 5px;
  display: inline-block;
}




/***********animation************/

.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #ff3115 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      //font-size: 190px;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}













/*******************/
.animateBtn{
   margin-top: 20px;
   padding-bottom: 25px;
}
.animateBtn .boxedBtn{
   padding: 4px 16px;
}
.pd4_16{
  padding: 4px 16px !important;
}
.pd8_40{
  padding: 8px 40px !important;
}
.boxedBtn {
  display: inline-block;
  vertical-align: middle;
  background-color: #1e384f;
  color: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  border-radius: 0 20px 0 20px;
  padding: 14px 24px 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.boxedBtn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.clr.boxedBtn::before{
  background: #000;
}
.boxedBtn:hover::before {
  -webkit-transform: scale(2);
  transform: scale(2);
  box-shadow:none;
}
.boxedBtn:hover{
  color: #1e384f !important;
}
.clr.boxedBtn:hover{
  color: #fff !important;
}



/******** fake-rgcsm *********/
.fakeRTable{
  background-color: #fff;
}
.fakeRTable:hover{
  /*border-color: #fff;*/
}
.fakeRTable.table-hover > tbody > tr:hover {
  background-color: #1e384f;
  color: #fff;
}
.fakeRTable thead{
  background-color: #1e384f;
  color: #fff;
}
.fakeRTable .checkIcon{
  display:grid;
  justify-content: center;
  align-items: center;
}
.fakeRTable .checkIcon i{
  color: #1e384f;
}
.fakeRTable.table-hover > tbody >:hover .checkIcon i{
  color: #fff;
}

.fakeRTable span{
  color: #1e384f;
}
.table-hover > tbody >:hover span{
  color: #fff;
}

.whyRgcsm .rgcsm-gallery .grid-item{
  margin-bottom: 30px;
}
.whyRgcsm .rgcsm-gallery .gallery-item .gallery-desc h3{
  font-size: 18px;
  color: #ffffff;
}
.rgcsm-gallery .gallery-item img{
  width: 100%;
  height: 261px;
}
.publication.rgcsm-gallery .gallery-item img{
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.publication.rgcsm-gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.up-top {
  padding: 20px 20px 20px 70px;
}
.upedate {
  position: absolute;
  left: 16px;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  color: #999999;
  border-right: 1px solid #e6e6e6;
}
.upedate strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 20px;
}
ul.upcoming-events h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

/******** bankOption *********/
.bankOption .product-img, .achieved .rgcsm-counter-list{
  position: relative;
  z-index: 2;
}
.achieved .rgcsm-counter-list img{
  /*height: 218px;*/
  width: 100%;
  transition: all 0.3s ease 0s;
}
.achieved .rgcsm-counter-list img:hover{
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(1.1);
transform: scale(1.1);
}


.bankOption .product-item:hover .product-img::after, .achieved .rgcsm-counter-list:hover::after {
  opacity: .5 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  visibility: visible !important;
}
.bankOption .product-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
    transition-delay: 0s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;

  background:#1e384f;
}

/******** Achievement *********


/******** affiliation *********/
.affiliation{
  padding-top: 50px;
  padding-bottom: 50px;
}
.affiliation thead {
  background-color: #1e384f;
  color: #fff;
}
.affiliation i.fa{
  color: #1e384f;
  margin-right: 4px;

}


.bgLikage{
  padding: 60px 0;
background: url(images/bg/linkage-bg.html) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
background-size: cover;
background-position: center;
position: relative;
z-index: 2;
}
.bgLikage::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  z-index: -1;
}
.image-box-home {
  background: #fff;
  box-shadow: 2px 2px 20px #ccc;
  padding: 30px;
  margin-bottom: 20px;
}

.image-box-home:hover {
  background: #fff;
  box-shadow: 0px 0px 0px #ccc;
}

.image-box-home img
{
border-radius: 20px;
}
.image-box-home .wpb_text_column
{
text-align: center;
}
.image-box-home .wpb_text_column h4
{
font-size: 18px;
}

.image-box-home .button-wrap
{
text-align: center;
display: block;
}
.image-box-home h3
{
font-size: 20px;
}
.supportSec h4 {
  color: #fff;
}
.supportSec label {
  color: #fff;
}
.supportSec, .downloadSec{
  width: 100%;
border: 1px solid aliceblue;
padding: 10px;
text-align: center;
height: 100%;
}
.supportSec i{
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--white);
  color: #1e384f !important;
  border-radius: 50%;
  font-size: 36px;
  transition: transform 0.8s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  margin-bottom: 6px;
}
.supportSec i:hover{
transform: rotateY(180deg);
}

.downloadSec .hvr-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  text-align: center;
  background-color: var(--white);
  color: #1e384f !important;
  border-radius: 50%;
  font-size: 36px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.downloadSec .hvr-icon:hover {
  transform: translateY(4px);
}
.downloadSec .hvr-icon img{
  width: 50px;
  height: 50px;
}
.downloadSec h5:hover{
  color: #1e384f !important;
}

/********** jobFrm **********/
.jobFrmCl{
  box-shadow: 0px 0px 50.76px 3.24px rgba(6, 6, 6, 0.15);
  padding: 15px;
  margin-bottom: 16px;
}
.bdR{
   border-right: 1px solid #ccc;
}
/*
.apprLet .team .inner-text {
  width: 82%;
  padding: 20px 5px;
  text-align: center;
  background: #fff;
  position: absolute;
  bottom: -25%;
  left: 9%;
  box-shadow: 0px 0px 50.76px 3.24px rgba(26, 26, 26, 0.25);
}
.apprLet .team .inner-text h3 {
  font-weight: 600;
  margin-bottom: 0px;
}
.apprLet .team .inner-text p {
  color: #1e384f;
  margin-bottom: 0px;
}

.apprLet .team .inner-text::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background-color: #1e384f;
}
.apprLet .gallery-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;

    background-color: #ff3115;
}
.apprLet .gallery-item .overlay {
  position: absolute;
  top: 3%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
.apprLet .gallery-item:hover .overlay {
  top: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}



.apprLet.rgcsm-courses-3 .row.grid {
    min-height: 400px;
}
*/


.story .owl-carousel .owl-nav.disabled{
  display: block;
}


/********google play icon (footer)*********/
.googlePlay{
  position: relative;
}
.googlePlay .btn.btn-icon {
  padding: 6px 20px 9px;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  text-transform: capitalize;
}
.googlePlay .btn.btn-icon:hover{
    background: #1e384f;
    color: #fff;
    border: 1px solid #1e384f;
}
.googlePlay a.btn.btn-icon {
  padding: 5px 30px 5px 78px;
  border-radius: 39px;
  line-height: 20px;
  position: relative;
  text-transform: normal;
  font-size: 14px;
}
.googlePlay a.btn-icon-2::before {
  top: 8px;
  left: 16px;
  position: absolute;
  height: 55px;
  width: 55px;
  content: "";
  background: url("images/icon-bt-2.png");
}
.googlePlay a.btn.btn-icon {
  line-height: 20px;
  text-transform: normal;
}
.googlePlay .btn.btn-icon {
  color: #fff;
  text-transform: capitalize;
}
.googlePlay a span {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
}

/*********** glance *************/
.rgGlance .glance{
  /*background-color: #1e384f;
  color: #fff;*/
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
/*.rgGlance .glance img{
  height: 210px;
  width: 155px;
}
*/

/************/

.card-body .dltList i{
  padding: 7px;
  border: 1px solid #ccc;
}
.rgcsm .sidebar-area .cate-box ul li:hover{
  color: #ff3115;
}
.rgcsm .sidebar-area .cate-box ul li i{
  padding: 0 5px 0 0;
}
.rgcsm .sidebar-area .cate-box ul li span {
  float: right;
}

.chairman.rgcsm-latest-news-style7 .rgcsm-latest-list .event-item-new .event-date{
  padding: 4px 12px !important;
}




/************iqObjects**************/

.askedQ img{
  width: 555px;
  height: 532px;
  z-index: 9; position: relative;
}
.askedQ .subImgBlk img{
  width: 436px;
  height: 110px;
  margin-bottom: 8px;
  transition: 1s !important;
}

.askedQ .row{
  z-index: 9;
  position: relative;
}
.iq-accordion {
  text-align: center;
}
.iqObjects{
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.iqObjects .iqObjects-03 {
  position: absolute;
  top: 25%;
  left: 36%;
  border: 25px solid #d70000;
  border-radius: 900px;
  height: 350px;
  width: 350px;
}
.iqFadebounce {
  -webkit-animation-name: fadebounce;
  -moz-animation-name: fadebounce;
  -ms-animation-name: fadebounce;
  -o-animation-name: fadebounce;
  animation-name: fadebounce;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes fadebounce{
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(20px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/*******login btn********/
.loginBtn .boxedBtn i.fa{
  width: 20px;
  height: 20px;
  line-height: 18px;
  background: inherit;
  color: var(--white);
  font-size: 12px;
}
.loginBtn .boxedBtn{
  background-color: var(--black);
  color: var(--white) !important;
  font-size: 14px;
  padding: 0px 12px !important;
}
.loginBtn .clr.boxedBtn::before {
  background: var(--white);
}
.loginBtn .boxedBtn:hover {
  color: var(--black) !important;
}
/**********contact*************/
.commentArea .form-group {
  margin-bottom: 20px;
}
.commentArea label {
  color: #505050;
  font-weight: normal;
  letter-spacing: 1px;
}
.commentArea textarea {
  height: 150px;
  width: 100%;
  max-width: 100%;
}
.commentArea input, .commentArea textarea .commentArea select{
  background: transparent;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
  height: 45px;
  width: 100%;
}
.form-control:focus {
  color: inherit;
  background-color: transparent;
  border-color: #ddd;
  outline: 0;
  box-shadow: none;
}



.contact .flip-box {
  background-color: transparent;
  width: 100%;
  height: 235px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}
.contact .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.contact .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.contact .flip-box-front, .contact .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.contact .flip-box-front {
  background-color: #1e384f;
  color: #fff;
  padding: 20px 2px;
}
.contact .flip-box-back {
  background-color: var(--black);
  color: white;
  transform: rotateY(180deg);
  padding: 20px 2px;
}
.contact .flip-box-back h2{
  color: #fff;
  line-height: 0.5;
}
.contact .flip-box h2,.contact .flip-box h3{
  line-height: 0.9;
  color: #fff;
}

.contact .card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}









.rgcsm-calltoaction .cta-button:hover,
.rgcsm-calltoaction .cta-button:focus,
.rgcsm-calltoaction .cta-button:active {
  background-color: #e41f05;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.04);
}
.rgcsm-webdevelopment-course .cta-subtitle {
  margin-bottom: 10px;
  color: #ff3115;
}
.rgcsm-webdevelopment-course .cta-title {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 32px;
}
.rgcsm-webdevelopment-course .cta-button {
  display: inline-block;
  text-decoration: none;
  background-color: #ff3115;
  color: #ffffff;
  font-weight: 500;
  min-width: 170px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
}
.rgcsm-webdevelopment-course .cta-button:hover,
.rgcsm-webdevelopment-course .cta-button:focus,
.rgcsm-webdevelopment-course .cta-button:active {
  background-color: #e41f05;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.04);
}

/* ------------------------------------
    17. Our Publications
---------------------------------------*/
.rgcsm-products .owl-stage-outer,
.rgcsm-awards .owl-stage-outer {
  padding-bottom: 30px;
}
.rgcsm-products .product-item,
.rgcsm-awards .awards-item{
  text-align: center;
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
}
.rgcsm-awards .awards-item{
  padding-bottom: 8px;
  padding-top: 4px;
  height: 273px;
}
.rgcsm-products .product-item:hover,
.rgcsm-awards .awards-item:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.rgcsm-products .product-item .product-img,
.rgcsm-awards .awards-item .awards-img {
  margin-bottom: 17px;
  overflow: hidden;
}
.rgcsm-products .product-item .product-img img,
.rgcsm-awards .awards-item .awards-img img {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.rgcsm-awards .awards-item .awards-img img {
  height: 163px;
}
.rgcsm-products .product-item .product-img:hover img,
.rgcsm-awards .awards-item .awards-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.rgcsm-awards .awards-item .awards-title {
  padding-bottom: 0px !important;
}

.rgcsm-products .product-item .product-title,
.rgcsm-awards .awards-item .awards-title  {
  font-size: 20px;
  margin-bottom: 3px;
  padding-bottom: 8px;
}
.rgcsm-products .product-item .product-title a,
.rgcsm-awards .awards-item .awards-title a {
  color: #212121;
}
.rgcsm-products .product-item .product-title a:hover,
.rgcsm-awards .awards-item .awards-title:hover, 
.rgcsm-products .product-item .product-title a:focus,
.rgcsm-awards .awards-item .awards-title:focus,
.rgcsm-products .product-item .product-title a:active,
.rgcsm-awards .awards-item .awards-title:active {
  color: #1e384f;
}
.rgcsm-products .product-item .product-price,
.rgcsm-awards .awards-item .awards-price {
  font-size: 16px;
  color: #444;
  display: block;
}
.rgcsm-products .product-item .product-btn {
  margin-top: 20px;
  padding-bottom: 25px;
}
.rgcsm-products .product-item .product-btn a {
  display: inline-block;
  margin-left: auto;
  padding: 2px 15px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #212121;
  color: #212121;
}
.rgcsm-products .product-item .product-btn a:hover {
  border-color: #ff3115;
  background-color: #ff3115;
  color: #fff;
}
.rgcsm-products .view-btn {
  text-align: center;
  margin-top: 20px;
}
.rgcsm-products .view-btn a {
  display: inline-block;
  margin-left: auto;
  min-width: 170px;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  background-color: #ff3115;
  color: #fff;
}
.rgcsm-products .view-btn a:hover {
  background-color: #e41f05;
}
/* ------------------------------------
    18. Testimonial
---------------------------------------*/
.rgcsm-testimonial .owl-stage-outer {
  padding-top: 85px;
  padding-bottom: 55px;
}
.rgcsm-testimonial .v1 .owl-stage-outer {
  padding-top: 30px;
}
.rgcsm-testimonial .v1ht .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 0px;
}
.rgcsm-testimonial .testimonial-item {
  padding: 35px;
  background-color: #ffffff;
}
.rgcsm-testimonial .testimonial-item .testi-img {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 160px;
  height: 160px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
}
.rgcsm-testimonial .testimonial-item .testi-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.rgcsm-testimonial .testimonial-item .testi-desc {
  padding: 42px 0;
  position: relative;
}
.rgcsm-testimonial .testimonial-item .testi-desc .testi-name {
  font-size: 20px;
  margin-bottom: 10px;
}
.rgcsm-testimonial .testimonial-item .testi-desc p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.rgcsm-testimonial .testimonial-item .testi-desc:before,
.rgcsm-testimonial .testimonial-item .testi-desc:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 26px;
  color: #1e384f;
}
.rgcsm-testimonial .testimonial-item .testi-desc:before {
  content: "\f10d";
  top: 0;
  left: 0;
}
.rgcsm-testimonial .testimonial-item .testi-desc:after {
  content: "\f10e";
  bottom: 0;
  right: 0;
}
.rgcsm-testimonial .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rgcsm-testimonial .owl-dots .owl-dot {
  height: 6px;
  width: 22px;
  background-color: #fff;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.rgcsm-testimonial .owl-dots .owl-dot + .owl-dot {
  margin-left: 8px;
}
.rgcsm-testimonial .owl-dots .owl-dot.active {
  background-color: #1e384f;
}
.rgcsm-testimonial .owl-dots .owl-dot:first-child {
  border-radius: 3px 0 0 3px;
}
.rgcsm-testimonial .owl-dots .owl-dot:last-child {
  border-radius: 0 3px 3px 0;
}



/* ------------------------------------
    21. Why Choose Us
---------------------------------------*/
.rgcsm-why-choose .sec-title {
  margin-bottom: 44px;
}
.rgcsm-why-choose .choose-item {
  text-align: center;
}
.rgcsm-why-choose .choose-item .choose-title {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.rgcsm-why-choose .choose-item i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #ff3115;
  color: #ffffff;
  border-radius: 50%;
  font-size: 36px;
}
/* ------------------------------------
    24. About Us Page
---------------------------------------*/
.abt-title h2 {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
  padding-bottom: 16px;
  text-transform: uppercase;
  position: relative;
}
.abt-title h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100px;
  background-color: #1e384f;
}
.abt-title.text-center h2:after {
  left: 50%;
  transform: translateX(-50%);
}
.rgcsm-vision .vision-img {
  position: relative;
}
.rgcsm-vision .vision-img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 33, 33, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rgcsm-vision .vision-img:hover:after {
  opacity: 1;
}
.rgcsm-vision .vision-img .popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.rgcsm-vision .vision-img .popup-youtube:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f04b";
  font-size: 29px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease 0s;
  display: inline-block;
  height: 60px;
  line-height: 56px;
  width: 60px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  padding-left: 8px;
  color: #fff;
}
.rgcsm-branches .branches-item {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.rgcsm-branches .branches-item img {
    margin-bottom: 15px;
    border: 3px solid white;
    border-radius: 50%;
    padding: 4px;
}
.rgcsm-branches .branches-item h3 {
  font-size: 20px;
  margin-bottom: 7px;
}


.flag .branches-item h3,.flag .branches-item p{
  color: #fff;
}
.branches-item::after{
  background-color: #ffffff !important;
}



.rgcsm-branches .branches-item h3 span {
  display: block;
}
.rgcsm-branches .branches-item p {
  margin-bottom: 0;
}
.rgcsm-branches [class*="col-"] + [class*="col-"] .branches-item:after {
  position: absolute;
  content: '';
  width: 64%;
  height: 2px;
  background-color: #ff3115;
  left: -38%;
  top: 70px;
}
/* ------------------------------------
    26. Elements
---------------------------------------*/
.rgcsm-accordion-style1 .card {
  border: 0;
}
.rgcsm-accordion-style1 .card .card-header {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
  background: transparent;
}
.rgcsm-accordion-style1 .card .card-header .acdn-title {
  background-color: rgba(240, 240, 240, 0.8);
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.2px;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
.rgcsm-accordion-style1 .card .card-header .acdn-title:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0da";
  right: 20px;
  transition: all 0.3s ease 0s;
}
.rgcsm-accordion-style1 .card .card-header .acdn-title:not(.collapsed) {
  background-color: #1e384f;
  color: #ffffff;
}
.rgcsm-accordion-style1 .card .card-header .acdn-title:not(.collapsed):after {
  transform: rotate(90deg);
  color: #ffffff;
}
.rgcsm-accordion-style1 .card .card-body {
  padding: 5px 15px 18px;
}
.rgcsm-accordion-style1 .card .card-body img{
  width: 100%;
  height: 100px;
}
.rgcsm-accordion-style1 .card .card-body h4{
  margin-bottom: 5px;
}
.card-body .product-btn a {
  padding: 2px 15px;
  font-size: 15px;
  border: 1px solid #212121;
  border-radius: 8px;
  color: #fff;
  background-color: #212121;
  font-weight: bold;
  display: inline-block;
  transition: 0.5s;
}
.card-body .product-btn a:hover {
  background-color: #ff3115;
  border: 1px solid #ff3115;
}


/********** Examination **********/

.examination .event-box {
  width: 100%;
  float: left;
  box-shadow: 0 0px 10px rgba(0,0,0,.0);
}
.examination .event-box .event-thumb {
  position: relative;
}
.examination .event-box .event-excerpt {
  border: 1px solid #e6e6e6;
  padding: 10px;
}
.examination .event-box .event-thumb img{
  width: 356px;
  height: 206px;
}
.examination .event-box .event-excerpt h4{
  margin-bottom: 8px;
}
.examination .event-box .event-excerpt p{
  margin-bottom: 8px;
}



/* ------------------------------------
    33. Rs Gallery
---------------------------------------*/
.rgcsm-gallery .gallery-item {
  position: relative;
  margin-bottom: 30px;
border: 1px solid #dddddd;
transition: all 0.35s ease 0s;
}
.news .gallery-item{
  height: 270px;
  box-sizing: border-box;
  overflow: hidden;
}
.news .gallery-item img {
  width: 100%;
  height: auto;
}
.rgcsm-gallery .gallery-item .gallery-desc {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 25px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.publication.rgcsm-gallery .gallery-item .pblBox img{
  width: 170px !important;
  height: 227px !important;
}
.rgcsm-gallery .gallery-item .gallery-desc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}
.rgcsm-gallery .gallery-item .gallery-desc h3 a {
  color: #ffffff;
}
.rgcsm-gallery .gallery-item .gallery-desc p {
  color: #e1e1e1;
  margin-bottom: 30px;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.rgcsm-gallery .gallery-item .gallery-desc .image-popup,
.rgcsm-gallery .gallery-item .gallery-desc .image-popup-2,
.rgcsm-awards .awards-item .awards-desc .image-popup,
.rgcsm-awards .awards-item .awards-desc .image-popup-2, .publication .image-popup {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #1e384f;
  color: #ffffff;
  font-size: 18px;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.publication .image-popup{
 background-color: inherit !important;
}
.rgcsm-gallery .gallery-item:before,
.rgcsm-awards .awards-item:before, .publication .gallery-item:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.8);
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.publication .gallery-item:before{
  background-color: inherit !important;
}
.rgcsm-awards .awards-item:before {
  height: 163px;
  background-color: transparent;
}
.rgcsm-gallery .gallery-item:hover:before,
.rgcsm-awards .awards-item:hover:before {
  opacity: 1;
}
.rgcsm-gallery .gallery-item:hover h3,
.rgcsm-gallery .gallery-item:hover p,
.rgcsm-gallery .gallery-item:hover .image-popup,
.rgcsm-gallery .gallery-item:hover .image-popup-2 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.rgcsm-gallery .row {
  /*margin-bottom: 30px;*/
}
.rgcsm-gallery-section .single-gallery {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.rgcsm-gallery-section .single-gallery:after {
  content: "";
  width: 80%;
  height: 80%;
  background: #92278f;
  position: absolute;
  top: 10%;
  left: 10%;
  display: block;
  overflow: hidden;
  opacity: 0.8;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rgcsm-gallery-section .single-gallery .popup-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.rgcsm-gallery-section .single-gallery .popup-icon a {
  font-size: 20px;
  display: inline-block;
  margin: 0 8px;
  color: #fff;
}
.rgcsm-gallery-section .single-gallery:hover:after {
  opacity: 0.8;
  visibility: visible;
  transform: scale(1);
}
.rgcsm-gallery-section .single-gallery:hover .popup-icon {
  opacity: 1;
  visibility: visible;
}



.rgcsm-gallery.rgcsm-courses-3 .gallery-item img{
  width: 354px;
  height: 265px;
}


/* Particles */
 canvas {
     display: block;
     vertical-align: bottom;
}
 #particles-js {
     position: absolute;
     width: 100%;
     height: 100%;
}

/* ------------------------------------
    34. ScrollUp
---------------------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 999;
}
#scrollUp i {
  background-color: #1e384f;
  height: 40px;
  font-size: 24px;
  width: 42px;
  color: #ffffff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  margin-left: 2px;
}
#scrollUp i:hover {
  background-color: var(--skyBlueHvr);
  color: rgba(255, 255, 255, 0.7);
}
/*-------------------------
    36.Preloader css
---------------------------*/
.book_preload {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1e384f;
  z-index: 999999;
  /*display: none;*/
}
.book {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
  border: 5px solid #ecf0f1;
  width: 100px;
  height: 60px;
}
.book__page {
  position: absolute;
  left: 50%;
  top: -5px;
  margin: 0 auto;
  border-top: 5px solid #ecf0f1;
  border-bottom: 5px solid #ecf0f1;
  border-right: 5px solid #ecf0f1;
  background: var(--black);
  width: 50px;
  height: 60px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: flip 1.2s infinite linear;
  animation: flip 1.2s infinite linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.book__page:nth-child(1) {
  z-index: -1;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.book__page:nth-child(2) {
  z-index: -2;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.book__page:nth-child(3) {
  z-index: -3;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  20% {
    background: var(--black);
  }
  29.9% {
    background: var(--black);
  }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #505050;
  }
  54.999% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #505050;
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #505050;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  20% {
    background: var(--black);
  }
  29.9% {
    background: var(--black);
  }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #505050;
  }
  54.999% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #505050;
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #505050;
  }
}


/***** radioBlk ******/
.radioSec .grid-item{
  margin-bottom: 12px;
}
.radioBlk{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 10px;
}
.radioBlk h4{
  margin-bottom: 0;
  margin-top: 4px;
  font-size: 15px;
}
.radioBlk h4:hover{
  color: #1e384f;
}


/* ------------------------------------
    37. Rgcsm Footer
---------------------------------------*/
.rgcsm-footer {
  color: #111111;
  margin-top: 98px;
}
.rgcsm-footer .footer-title {
  margin-bottom: 40px;
  padding-bottom: 5px;
  color: #111111;
  font-size: 16px;
  position: relative;
  font-weight: 600;
}
.rgcsm-footer .ficon i{
  padding-right: 8px;
}
.rgcsm-footer .footer-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 50px;
  background-color: #1e384f;
}
.rgcsm-footer .container {
  position: relative;
}
.rgcsm-footer .footer-contact-desc {
  margin: 0;
  background: #222;
  text-align: center;
  padding: 35px;
  position: absolute;
  left: 0;
  right: 0;
  margin: -100px auto 0;
  z-index: 111;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.rgcsm-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner {
  border-left: 1px solid #e2e2e2;
}
.rgcsm-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before,
.rgcsm-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
  content: '';
  position: absolute;
  height: calc(100% - 40px);
  width: 1px;
  background-color: #e2e2e2;
  top: 50%;
  transform: translateY(-50%);
}
.rgcsm-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before {
  left: 3px;
}
.rgcsm-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
  left: -5px;
}
.rgcsm-footer .footer-contact-desc .contact-inner {
  position: relative;
}
.rgcsm-footer .footer-contact-desc .contact-inner i {
  font-size: 28px;
  margin-bottom: 12px;
  color: #1e384f;
}
.rgcsm-footer .footer-contact-desc .contact-inner .contact-title {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
}
.rgcsm-footer .footer-contact-desc .contact-inner .contact-desc {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  font-size: 15px;
}
.rgcsm-footer .footer-top {
  padding-top: 140px;
}
.rgcsm-footer .footer-top .recent-post-widget .post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rgcsm-footer .footer-top .recent-post-widget .post-item .postIcon {
  width: 70px;
  height: 40px;
  flex: 0 0 70px;
  text-align: center;
  float: left;
  background-color: #1e384f;
  color: #ffffff;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: grid;
  align-items: center;
}
.rgcsm-footer .footer-top .recent-post-widget .post-item .postIcon span {
  display: block;
}

.rgcsm-footer .footer-top .recent-post-widget .post-item .postIcon span:last-child {
  font-size: 22px;
}
.rgcsm-footer .footer-top .recent-post-widget .post-item .post-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
.rgcsm-footer .footer-top .recent-post-widget .post-item .post-title a {
  font-family: 'Montserrat', sans-serif;
  color: #111111;
}
.rgcsm-footer .footer-top .recent-post-widget .post-item .post-title a:hover,
.rgcsm-footer .footer-top .recent-post-widget .post-item .post-title a:focus {
  color: #bbbbbb;
}
.rgcsm-footer .footer-top .recent-post-widget .post-item .post-category {
  font-size: 15px;
}
.rgcsm-footer .footer-top .recent-post-widget .post-item .post-item {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
}
.rgcsm-footer .footer-top .sitemap-widget li {
  width: 50%;
  float: left;
  line-height: 33px;
}
.rgcsm-footer .footer-top .sitemap-widget li a {
  color: #111111;
  display: inline-block;
  position: relative;
}
.rgcsm-footer .footer-top .sitemap-widget li a:hover,
.rgcsm-footer .footer-top .sitemap-widget li a:focus {
  color: #1e384f;
}
.rgcsm-footer .footer-top .sitemap-widget li a i {
  padding-right: 10px;
}
.rgcsm-footer .footer-top .flickr-feed li {
  display: inline-block;
  margin: 2px 3px;
  overflow: hidden;
  position: relative;
  width: 76px;
}
.rgcsm-footer .footer-top .flickr-feed li img {
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.rgcsm-footer .footer-top .flickr-feed li:hover img {
  opacity: 0.7;
}

.rgcsm-footer .footer-top .about-widget img {
  margin-bottom: 25px;
}
.rgcsm-footer .footer-share {
  text-align: center;
  margin-top: 15px;
}
.rgcsm-footer .footer-share ul li {
  display: inline-block;
}
.rgcsm-footer .footer-share ul li a {
  font-size: 13px;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  color: #fff;
  transition: all .3s ease 0s;
  background: rgba(255, 255, 255, 0.15);
}
.rgcsm-footer .footer-share ul li a:hover {
  background-color: #1e384f;
  color: #ffffff;
}
.rgcsm-footer .footer-share ul li + li {
  margin-left: 5px;
}
.rgcsm-footer .footer-bottom {
  text-align: center;
  padding: 12px 0;
  margin-top: 8px;
}
.rgcsm-footer .footer-bottom .copyright p {
  opacity: 0.95;
  margin-bottom: 0;
  font-size: 15px;
}

.rgcsm-footer .footer-bottom .copyright p .kriscent:hover {
  color: var(--white) !important;
}

.singleCard{
  background-color: #ffffff;
-webkit-box-shadow: 0 3px 15px -5px rgba(68, 107, 138, 0.3);
box-shadow: 0 3px 15px -5px rgba(68, 107, 138, 0.3);
border-radius: 10px;
overflow: hidden;
-webkit-transition: 0.5s;
transition: 0.5s;
}

@-webkit-keyframes rgcsm-animation-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes rgcsm-animation-scale-up {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*---------------------
    Pulse Animation
---------------------*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*------------------------------
    Swing Animation
------------------------------*/
@keyframes swing-anim {
  from {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
  }
  to {
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
  }
}
@-webkit-keyframes swing-anim {
  from {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
  }
  to {
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
  }
}
@keyframes swing-anim2 {
  from {
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
  }
  to {
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
  }
}
@-webkit-keyframes swing-anim2 {
  from {
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
  }
  to {
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
  }
}
.loginBtn a.pd4_16
{
  color: #fff !important;
}
.bann-left {
    background: #0f1746;
    border-bottom: solid #10cdce;
    color: #f5f5f5;
    padding: 1px 12px;
    margin: 0 0 0;
    font-size: 1.3em;
    font-family: Calibri,'Libre Baskerville', serif;
}
.footer p {
  padding-top: 10px;
  margin-top: 10px;
  font-size: 21px;
}
.fa-facebook-f
{
  background:#3b5998 !important;
  color: #fff !important;
}
.fa-twitter
{
  background:#1DA1F2 !important;
  color: #fff !important;
}
.fa-instagram
{
  background:#fa7e1e !important;
  color: #fff !important;
}
.fa-linkedin-in
{
  background:#0A66C2 !important;
  color: #fff !important;
}
.fa-youtube
{
  background:#FF0000 !important;
  color: #fff !important;
}