@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600&display=swap");


body {
  /*font-family: "Poppins", sans-serif;*/
	
	font-family: var(--primaryheading-font);
  background-color: #eeeeee;
  font-size: 13px;
}
.red {
  color: #67337d;
}
.gray {
  color: #808080;
}
.center {
  text-align: center;
}
.clearfix {
  clear: both;
}


.bold {
  font-weight: bold;
}
.floatright {
  float: right;
}
.floatleft {
  float: left;
}

/*login page */

#loginpageContent {
  width: 100%;
  display: flex;
  flex-direction: row;

}



#loginpageContent .login1sthalf { 
  padding: 30px;
  width: 65%;
  height: 100vh;
  background-image: url('../../img/login-bg-new.jpg');
	
 /* background-image: url('../../img/astronaut-hd_wallpapers.jpg');
	background-image: url('../img/colorful_lines.jpg');*/
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
}
#loginpageContent .login1sthalf .loginpara1 {
  font-size: 2em;
  color: #fff;
  position: absolute;
  bottom: 25px;
  left: 30px;
}

#loginpageContent .login2ndhalf {
  width: 35%;
  padding: 50px;
}
#loginpageContent .login2ndhalf img {
  margin: 50px 0px;
}
#loginpageContent .login2ndhalf .loginpara2 {
  font-size: 1.8em;
  line-height: 1.5em;
}
#loginpageContent .login2ndhalf .signinbutton {
  float: right;
  margin-top: 20px;
}
#loginpageContent .login2ndhalf .loginformArea {
  position: relative;
  margin-top: 20px;
}
#loginpageContent .login2ndhalf .inputboxUname,
#loginpageContent .login2ndhalf .inputboxPass {
  width: 100%;
  padding-top: 25px;
  padding-left: 10px;
  outline: blue;
}

#loginpageContent .login2ndhalf .loginpara3, 
#loginpageContent .login2ndhalf .loginpara4 {
  position: absolute;
  top: 0;
  left: 12px;
}


#loginpageContent .login2ndhalf .inputboxUname:focus,
#loginpageContent .login2ndhalf .inputboxPass:focus {
  outline: 1px solid hsl(240, 75%, 75%);
}


@media screen and (max-width: 1000px) {
  #loginpageContent .login1sthalf { 
  width: 50%;
  }
  #loginpageContent .login2ndhalf { 
  width: 50%;
  }
}

@media screen and (max-width: 600px) {
  #loginpageContent .login1sthalf { 
    display: none;
  }
  #loginpageContent .login2ndhalf { 
    width: 100%;
  }
}
/*login page */

#blocker {  
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  right: 0;
  bottom: 0;
  display: none;
}


/*Header*/
.sidepanel, .openbtn {
  display: none;
}


#topnavigationbar .fixed-top {
  z-index: 4;
}

.bg-red {
    /*background-color: #67337d;*/
	
	background-color: black;
}
.navbar-white {
  color: #fff;
}
.navbar-white a {
  color: inherit;
}

.navbar { 
  padding: 0 20px;
}

.navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-nav {
  align-items: center;
  flex-direction: row;
}
.navbar-expand-sm {
  justify-content: space-between;
}

.navbar .navbar-brand {
  width: 300px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  text-align: center;
  padding: 5px 0;
}

.navbar .navbar-brand img {
  width: 140px;
  height: auto;
}
#topNav-search {
  position: absolute;
  width: 15%;
  left: 23vw;
  top: 13px;
  height: 100%;
  margin: 0 3vw;
}

#topNav-searchbox {
  width: 100%;
  height: 24px;
  outline: none;
  
  box-sizing: border-box;
  padding-left: 30px;
  border-radius: 10px;
  border: 1px solid #708090;
}
#topnavigationbar #topNav-Item5 .dropdown-menu,
#topnavigationbar #topNav-Item6 .dropdown-menu 
{
  top: 100%;
  right: 0;
  left: auto;

}


#topnavigationbar .dropdown-item:focus,
#topnavigationbar .dropdown-item:hover {
  /*background-color: #67337d;*/
	background-color: black;
  color: #fff;
}
#topnavigationbar #topNav-Item5 .dropdown-item:focus,
#topnavigationbar #topNav-Item5 .dropdown-item:hover,
#topnavigationbar #topNav-Item6 .dropdown-item:focus,
#topnavigationbar #topNav-Item6 .dropdown-item:hover
 {
  background-color: initial;
  color: initial;
}
#topnavigationbar #topNav-Item5 .dropdown-item {
  color: #67337d;
}

#topnavigationbar .dropdown-item {
  font-size:13px;
  padding:0.5rem, 1.8 rem;
}

#topnavigationbar .dropdown-menu {
  position: absolute;
  top: 110%;
  z-index: 7;
}

#topnavigationbar #topNav-searchicn {
  position: absolute;
  top: 5px;
  left: 10px;
  color: black;
  font-size: 12px;
}

#topnavigationbar #topNav-Item5 > a {
  font-size: 18px;
}
#topnavigationbar #topNav-Item6 #topNav-profileimg {
  border-radius: 6px;
  width: 32px;
  height: 32px;
}
#topnavigationbar #topNav-Item5 .dropdown-toggle::after,
#topnavigationbar #topNav-Item6 .dropdown-toggle::after {
  content: none;
}

#topnavigationbar .navbar-nav #topNav-Item0 {
  font-size: x-large;
  display: none;
}
@media screen and (max-width: 580px) {
  .navbar .navbar-brand {
    width: 30vw;
  }
  .navbar .navbar-brand img {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) { 

    #topNav-search, 
    #topNav-Item1,
    #topNav-Item2,
    #topNav-Item3,
    #topNav-Item4
    {
      display: none;
    }
    

    #topnavigationbar .navbar .navbar-brand {
      margin: 0 auto;
    }

    #topnavigationbar .navbar-nav #topNav-Item0 {
      display: block;
    }
    

     #topnavigationbar #mobilesearchfull {
      position: fixed;
      z-index: 11;
      top: 0;
      left: 0;
      display: inline-block;
      width: 100%;
      display: none;
    }
    #topnavigationbar #mobilesearchfull #mobilesearch { 
      outline: none;
      border: none;
      padding-left: 30px;
      width: 60px;
      padding: 13px;
      width: 101%;
      font-size: 1.5em;
      padding-left: 60px;

      
    }

   #topnavigationbar #mobilesearchfull #mobilesearchicn {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 24px;
   }

   #topnavigationbar #mobilesearchfull a.closebtnmobile {
    text-decoration: none;
    color: #fff;
    background-color: gray;
    font-size: small;
    position: absolute;
    z-index: 21;
    right: 25px;
    top: 20px;
    padding: 0 4px;
    border-radius: 50%;
  }


}


#mobsidebarDropdown3, #mobsidebarDropdown4, #mobsidebarDropdown5, #mobsidebarDropdown6 {
  display: none;
  transition: 2s;
}


.dropdown-container {
  padding-bottom: 20px !important;
}

.active {
  border:none;
}

#mySidepanel-top a, .dropdown-btn {
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.dropdown-btn {
	padding: 10px 10px 10px 0px !important;
}
#mySidepanel-top ul li {
	border: none;
	font-size: 1em !important;
}


#mySidepanel-top li>a {
	display: block;
}

#mySidepanel-top .mySidepanel-top-links {
  margin-left: 30px;

}


#leftsidebar {
  position: fixed;
  top: 55px;
  left: 0;  
  margin: 0;
  padding: 0;
  width: 20vw;
  float: left;
  z-index: 1;
}

#leftsidebar a{
  text-decoration: none;
  color: black;
}
#leftsidebar-body ul{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
#leftsidebar-body li{
 
  list-style-position: inside;
  list-style-type: none;
  padding: 5px 15px;
  box-sizing: border-box;
  margin: -2px;
}

#leftsidebar-header{

  border: 1px solid rgb(103 51 125 / 48%);
  padding: 5px;
  padding-left: 10%;
  margin-bottom: -15px;
  border-bottom: 0;
  border-top-right-radius: 10px;
  background-color: #fff;
}

#leftsidebar-body{
  border: 1px solid rgb(103 51 125 / 48%);
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border-bottom-right-radius: 10px;
}
#leftsidebar-body .leftsidebarTypeA {
  width: 25%;
}
#leftsidebar-body .leftsidebarTypeB {
  width: 75%;
}



.small-circle{
  padding: 7px;
  border: 1px solid #67337d;
  background-color: #67337d;  
  color: #fff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*leftsidebar end*/

/*rightsidebar */
#rightsidebar {
  position: fixed;
  top: 55px;
  right: 0;  
  margin: 0;
  padding: 0;
  width: 20vw;
  z-index: 2;
  float: right;
}
#rightsidebar-header{

  border: 1px solid rgb(103 51 125 / 48%);
  padding: 5px;
  padding-left: 10%;
  margin-bottom: -15px;
  border-bottom: 0;
  border-top-left-radius: 10px;
  background-color: #fff;
}

#rightsidebar a{
  text-decoration: none;
  color: black;
}
#rightsidebar-body ul{
  padding: 0;
  margin: 0;
}
#rightsidebar-body li{
 
  list-style-position: inside;
  list-style-type: none;
  padding: 2px 12px;
}


#rightsidebar-body{
  border: 1px solid rgb(103 51 125 / 48%);
  padding-top: 10px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  height: 100vh;
  overflow-y: hidden;  
  padding-bottom: 20px;
}
#rightsidebar-body:hover {
  overflow-y: auto;
}


#rightsidebar-body::-webkit-scrollbar {
 width: 11px;
}

#rightsidebar-body {
    --scrollbarBG: #CFD8DC;
    --thumbBG: #90A4AE;
}
#rightsidebar-body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
#rightsidebar-body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
#rightsidebar-body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}




#rightsidebar ::-webkit-scrollbar {
    /*width: 0;*/
}



#rightsidebar sub {
  padding: 0;
  opacity: 0.5;
  position: relative;
  top: -5px;
}
#rightsidebar img {
  width: 33px;
  height: 50px;
  float: left;
  padding-right: 5px;
  padding-bottom: 20px;
}
#rightsidebar-icn i{
  color: #67337d;
  
}

#rightsidebar-body-1st{
  width: 70%;
  display: inline-block;
  text-overflow: ellipsis; 
}


#rightsidebar-icn {
  font-size: 18px;
  float: right;
}


#rightsidebar-body-1st .rightsidebar-body-area1,
#rightsidebar-body-1st .rightsidebar-body-area2,
#rightsidebar-body-1st .rightsidebar-body-area3,
#rightsidebar-body-1st .rightsidebar-body-area4,
#rightsidebar-body-1st .rightsidebar-body-area5,
#rightsidebar-body-1st .rightsidebar-body-area6,
#rightsidebar-body-1st .rightsidebar-body-area7,
#rightsidebar-body-1st .rightsidebar-body-area8,
#rightsidebar-body-1st .rightsidebar-body-area9,
#rightsidebar-body-1st .rightsidebar-body-area10
 {
  position: relative;
}

#rightsidebar-body-1st .rightsidebar-name-desc {
  background-color: #f1e8e8;
  border-radius: 15px;
  min-width: 250px;
  position: absolute;
  right: 14vw;
  top: 35px;
  z-index: 3;
  display: none;
}
#rightsidebar-body-1st .rightsidebar-name-desc-bottom {
  background-color: #f1e8e8;
  border-radius: 15px;
  min-width: 250px;
  position: absolute;
  right: 14vw;
  bottom: 35px;
  z-index: 3;
  display: none;
}
@media screen and (max-width: 920px) {
  #rightsidebar-body-1st .rightsidebar-name-desc,
  #rightsidebar-body-1st .rightsidebar-name-desc-bottom {
    right: 16vw;
  }
}




#rightsidebar-body-1st .rightsidebar-name-desc-parent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;

}

#rightsidebar .rightsidebar-name-desc-child1 {
  width: 30%;
}
#rightsidebar .rightsidebar-name-desc-child2 {
  width: 70%;
  padding-left: 10px;
}
#rightsidebar .rightsidebar-name-desc-img {
     float: none;
    padding: 0;
    width: 60px;
    height: auto;
    border-radius: 10px;
    margin-left: 5px;


}


/*rightsidebar end*/

/*middlebody*/

.topbanner {
  border-radius: 10px;
  margin-bottom: 40px;
}


#Birthdayowl {
  margin-bottom: 20px;
}

#Birthdayowl .userProfileCard{
  background-color: #fff;
  margin: 10px;
  text-align: center;
  padding: 5px;
  
  border-radius: 10px;
}

.owl-carousel .owl-item img {
  border-radius: 20px;
  padding: 5px;
}





#Joineesowl {
  padding-bottom: 0;

}
#Joineesowl .userJoineesCard{
  background-color: #fff;
  margin: 10px;
  text-align: center;
  padding: 5px;
  
  border-radius: 10px;
}


#birthdayarea {
  position: relative;
}
#birthdayarea .owl-nav {
  position: absolute;
  font-size: xxx-large;
  right: 25px;
  top: -83px;
}
#birthdayarea .owl-next span, .owl-prev span{
  padding: 0px 10px;
  background-color: #DCDCDC;
  outline: none;
  border-color: #000;
}
#birthdayarea .owl-next span:hover, .owl-prev span:hover { 
  color: #000;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: none !important;
    }

#joineesarea {
  position: relative;
}
#joineesarea .owl-nav {
  position: absolute;
  right: 115px;
    top: -95px;
  font-size: xxx-large;
}
#joineesarea .owl-next span, .owl-prev span{
  padding: 0px 10px;
  background-color: #DCDCDC;
  outline: none;
  border-color: #000;
}
#joineesarea .owl-next span:hover, .owl-prev span:hover { 
  color: #000;
}



#middlebody .paratext a { 
  text-decoration: none;
  color: inherit;
}



#middlebody{
  margin-left: 22vw;
  margin-right: 22vw;
  padding-top: 0;
  margin-top: 0;
}


#middlebody h5 {
  font-weight: bold;
}
#middlebody .indexLoadMore { 
  text-align: center; 
  margin-bottom: 30px;
}
#middlebody .indexLoadMore a {
  text-decoration: none;
  color: red;
}
#middlebody .middlebody-bodyarea {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  
}
#middlebody .middlebody-bodyarea img{
  width: 10vw;
  height: auto;
}

#middlebody  .century-updates {
	padding: 0;
	display: flex;
	list-style-type: none;
	flex-wrap: nowrap;
	justify-content: flex-start;
  background-color: #fff;
  border-radius: 10px;
}
#middlebody .century-updates li{
	margin: 10px;
}

#middlebody  .century-updates .user-img{
	width: 20%;
}

#middlebody .century-updates .user-img img {
    border-radius: 10px;  
    width: 100%;
    height: auto;
}



/*find a centurian*/
#searchbarbody{
  width: 100%;
  padding: 5px;
  padding-left: 50px;
  outline: none;
  border-radius: 10px;
  border: 1px solid #bdbdd5;
}
.marginnew {
 padding-left: 0px !important;
    margin-left: 0px !important;
}
.margin15{
  margin: 15px;
  padding: 15px 10px;
  position: relative;
 
}
/*find a centurian*/

#red-links a{

  text-decoration: none;
  color: #67337d;
  font-weight: bold;
  font-size: 0.7em;

}
.new-Joinees {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;

}
a#view-all, #view-all2{
  padding: 30px 30px 30px 30px;
  text-decoration: none;
  color: #67337d;
  font-weight: bold;
}
.videoplay {
  outline: none;
  box-sizing: border-box;
  width: 100%;
  height: 35vw;
  
}
.videoplay iframe {
  border: none;
}


.middlebody-bodyarea #searchicn-body{
  position: absolute;
  top: 24px;
  left: 22px;
  font-size: 20px;
}






/*middlebody end*/

/*footer */
#middlebody .middlebody-footerarea {
  background-color: #fff;
  
}
#middlebody .middlebody-footerarea a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

#footer-text {
  text-align: center;
  margin-top: 30px ;
  margin-bottom: 0 ;
  padding: 20px ;
  font-size: 0.8em;
  font-weight: bold;
}


/*footer end*/




/*mobile resposive*/


@media screen and (max-width: 1110px) {
  #head-item7 {
    font-size: 1.8em;
    }
  .header-back, #leftsidebar, #rightsidebar, #middlebody{
    font-size: 12px;
  }
  h5 {
    font-size: 16px;
  }
  .middlebody-bodyarea #searchicn-body{
    top: 20px;
  }
}

@media screen and (max-width: 1024px) {

    .sidepanel  {
    display: block;
    width: 0;
    position: fixed;
    z-index: 10;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    
    }
     #mySidepanel ul {
      margin: 0;
      padding: 0;

    }

    #mySidepanel ul li {
    padding: 15px 15px;
    text-decoration: none;
    font-size: 1.2em;
    color: #000;
    display: block;
    list-style-type: none;
   
    }

    .sidepanel a:hover {
    color: #f1f1f1;
    }

    .sidepanel .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 1.5em;
    }
    .closebtn{
      color: #000;
    }

    .openbtn {
      text-decoration: none;
      color: #fff;
      font-size: 20px;
      cursor: pointer;      
      color: white;
      padding: 15px 20px;
      border: none;
      display: inline-block;
      position: fixed;
      z-index: 7;
      top: -4px;
      left: 0;
    }
    .openbtn:active ,.openbtn:visited {
      color: #fff;
    }

    
    
    #rightsidebar {
    	width: 23vw;
    }

    #leftsidebar {
    	width: 23vw;
    }

    #middlebody {
    	margin-left: 25vw;
    	margin-right: 25vw;
    }


}
#middlebody .middlebody-content{
      margin-left: 2vw;
      margin-right: 2vw;
}
	@media screen and (max-width: 765px) {

		#rightsidebar {
			display: none;
		}

		#leftsidebar {
			display: none;
		}
		#middlebody {
			margin: 0;
		}
		#middlebody .middlebody-content{
			margin-left: 4vw;
			margin-right: 4vw;
		}

		.videoplay{
			height: 45vh;  
      height: 60vh;    
		}

		#middlebody .middlebody-bodyarea .century-updates .user-img{
		width: 10%;
		}

  
    #view-all2 {
      padding-right: 30px;
    }



}

@media screen and (max-width: 600px){
		#middlebody .middlebody-bodyarea .century-updates .user-img{
		width: 15%;
	}

	#middlebody .middlebody-bodyarea img {
    width: 100%;
	}
}

@media screen and (max-width: 400px){


  #middlebody .middlebody-bodyarea .century-updates .user-img{
		width: 20%;
	}
 
	#middlebody .middlebody-bodyarea img {
    width: 100%;
	}
  .videoplay{
      height: 32vh;
    }
}

@media screen and (max-width: 300px){
	#middlebody .middlebody-bodyarea .century-updates .user-img{
		width: 40%;
	}

	#middlebody .middlebody-bodyarea img {
    width: 100%;
	}

}





  /*sidepanal-navbar */
  #mySidepanel-top li {
  	border-top: 1px solid #958d9e;
  }
  #mobilenav-profileimg img {

    border-radius: 10px;
    width: 35px;
  }

  #mobilenav-profileimg {
    padding-right: 10px;
    padding-bottom: 10px;
    position: relative;
    top: 0px;
    left: 0;
  }
  #mobilenav-head-item2 sub{
    position: relative;
    top: -10px;
    left: 47px;
    color: #A9ABAD;
    font-size: 1em;
  }

  #mySidepanel ul #mobilenav-head-item2 {
  	border: none;
  }

  #mySidepanel ul #mobilenav-head-item6 {
  	border-bottom: 1px solid #958d9e;
  }

  #mySidepanel #mySidepanel-head1{
  	
  	padding-top: 20px;
  	padding-left: 20px;
  	margin-bottom: 5px;
  	padding-bottom: 0;
  	font-size: 1.1em;
  	color: #A9ABAD;
  }

   #mySidepanel ul li a {
   	text-decoration: none;
   	color: #000;
   }

   #mySidepanel-head1-ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 30px !important;
   }

   #mySidepanel-head1-ul li {
   	padding: 5px 30px !important;
   }

   #mySidepanel-head1-ul .mySidepanel-head1-ul-TypeA {
    width: 25%;
   }

    #mySidepanel-head1-ul .mySidepanel-head1-ul-TypeB {
    width: 75%;
    margin-left: -20px;
   }




  /*sidepanal-navbar end*/





/*mobile resposive end*/





/*file-sharing*/
.redBtn {
  padding: 10px 20px;
  background-color: #67337d;
  color: #fff;
  outline: none !important;
  border: none;
  /*border-radius: 15px;*/
}
.redBtn:visited {
  outline: none;
  border: none;
}

#middlebody .myfiles>p:first-child{
  display: inline-block;
}

.fileExt {
  background-color: #fff;
  padding: 20px;
  width:24%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 20px;
  padding-bottom: 0;
  margin-right: 1%;
}

.fileExt img:first-child { 
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.fileExt ul { 
  font-size: 0.7em;
  list-style-type: none;
  padding-left: 0;
}
.fileExt ul li {
  margin: 5px 0;
}
.fileExt .shareicn {
  
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  padding-left: 0;
}
.fileExt .shareicn a { 
  font-size: large;
  color: #67337d;
  text-decoration: none;
}
.filetypes {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
}


.fileExt ul .fileExtDesc {
  color: red;
  font-weight: bold;
  /*white-space: nowrap;*/
  text-overflow: clip;
  overflow: hidden;
}


/*file-sharing end*/

.tab {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;

  border: none;
  outline: none;
  cursor: pointer;
  margin: 10px 10px;
  padding: 0;
  padding-bottom: 15px;
  transition: 0.3s;
  font-size: 1em;
  font-weight: bold;
}


/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 5px solid black;
}

/* Style the tab content */
.tabcontent {
  display: none;
}

.policyrow {
  background-color: #fff;
  padding: 10px 25px;
  margin-bottom: 2px;
}
.policyrow a{ 
  text-decoration: none;
  color: initial;
}
.policyrow img {
  float: left;
  margin-top: 7px;
  padding-right: 8px;
  width: 25px;
  height: auto;
}

.horzline {
  border-top: 1px solid;
  margin-bottom: 10px;
}

.hrPoliciesBody .frameworkImg {
  width: 100%; 
  height: auto;
}
.hrPoliciesBody a{
  text-decoration: none;
  color: initial;
}



#Videos .videoitems {
  margin-bottom: 70px;
  height: 250px;
}

 .para2 {
  font-size: 1.2em;
}
.careervideo {
  height: 400px;
}
@media screen and (max-width: 920px) {

  #Videos .videoitems {
  height: 150px;
  }

}

  @media screen and (max-width: 765px) {
     #Videos .videoitems {
  height: 350px;
  }

} 
 @media screen and (max-width: 400px) {
     #Videos .videoitems {
  height: 200px;
  }
  .careervideo {
  height: 250px;
  }
  .fileExt {
    width: 49%;
  }


}

#managementarea {
  text-align: center;
}



#managementarea .managementProfileCard {
  width: 150px;
  height: 200px;
  text-align: center;
}
#managementarea .managementProfileCard a {
  text-decoration: none;
  color: initial;
  cursor: pointer;
}
#managementarea .managementProfileCard a .topmanagementName p{ 
  background-color: #a3606d;
  color: #fff;
  margin: 0;
  padding: 13px;
  font-size: 0.8em;
  border-radius: 0 0 5px 5px ;
}

#managementarea .owl-carousel .owl-item img {
    border-radius: 5px 5px 0 0;
     padding: 0; 
}



#managementarea {
  position: relative;
  margin-top: 40px;
}
#managementarea .owl-nav {
  position: absolute;
  font-size: xx-large;
  font-weight: bold;
  right: 25px;
  top: -80px;
  padding: 5px 10px;
  background-color: inherit !important;
}
#managementarea .owl-next span, #managementarea .owl-prev span{
  padding: 3px 15px;
  background-color: #DCDCDC;
  outline: none !important;
  border: none !important;
}
#managementarea .owl-next span:hover, .owl-prev span:hover { 
  color: #000;
}
#managementarea .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  outline: none;
}


#middlebody .topmanagement-bodyarea {
  background-color: #fff;
  margin-bottom: 50px;
  border-radius: 10px;
  
}


#middlebody .Slidedescription .slideImg {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

#middlebody .Slidedescription .SlidedescriptionContent {
  padding: 15px;
}


#middlebody .Slidedescription .SlidedescriptionContent .sliderName { 
  font-size: 1.2em;
  font-weight: bold;
}

#middlebody .topmanagement-bodyarea #Slide4desc,
#middlebody .topmanagement-bodyarea #Slide6desc,
#middlebody .topmanagement-bodyarea #Slide8desc,
#middlebody .topmanagement-bodyarea #Slide9desc,
#middlebody .topmanagement-bodyarea #Slide2desc
 { 
  display: none;

}

.tabcontent .csrimgRow {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}


.tabcontent .csrimgRow .csrimg {
  width: 33%;
  position: relative;
  padding: 2% 1%;
}

.tabcontent .csrimgRow .csrimg img{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
}

.tabcontent .csrimgRow .csrimg .redblock{ 
  background-color: rgba(255,0,0,0.5);
  
  color: #fff;
  width: 94%;
  height: 89%;
  padding: 20px;
  position: absolute;
  z-index: 2;
  display: none;

}

.tabcontent .csrimgRow .csrimg:hover .redblock,
.tabcontent .csrimgRow .csrimg:focus .redblock {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
} 


.middlebody-content .csrContentImg img {
  width: 100%;
  height: auto;
  margin: 25px 0;
}

.middlebody-content .file-sharing-zone {
  text-decoration: none;
  color: initial;
  clear: right;
  padding: 80px 20px;
  margin: 20px 0;
  border: 2px solid #808080; 
  display: flex;
  justify-content: center;
  align-items: center;
}




.policyrow .accordionbtn {
  width: 100%;
  border: none;
  outline: none;
  background-color: #fff;
  transition: 1s;

}
.policyrow .accordionbtn .accordionbtnName { 
  display: inline-block;
  width: 50%;
  text-align: left;
  float: left;
  padding-top: 7px;
  margin-bottom: 0;

}
.policyrow .accordionbtn .accordionbtnIcn { 
    display: inline-block;
    width: 50%;
    text-align: right;
    float: left;
    font-size: x-large;
    margin-top: 0;
    margin-bottom: 0;
}
/*.policyrow #northContent,
.policyrow #southContent,
.policyrow #eastContent,
.policyrow #westContent,
.policyrow #northContentD,
.policyrow #southContentD,
.policyrow #eastContentD,
.policyrow #westContentD
 {
  display: none;
  
}

.policyrow .accordionContent {
  transition: all 2s ease-out;
}*/
#middlebody .hrPoliciesBody .card-header {
  padding: 0;
  background-color: #fff;
  border: none;
}
.policyrow .accordionContent table{
  width: 100%;
  text-align: center;
  color: #808080;
  border: 1px solid #808080;
  border-collapse: collapse;
  padding: 10px 15px;
  margin: 20px 0;
}

.policyrow .accordionContent table th,
.policyrow .accordionContent table td {
  border: 1px solid #808080;
  border-collapse: collapse;
  padding: 10px 15px;
}

#BranchCommercial .Commercialsection table {
  width: 100%;
  color: #808080;
  border: 1px solid #808080;
  border-collapse: collapse;
  padding: 10px 15px;
  margin: 20px 0;
}
#BranchCommercial .Commercialsection table th {
  background-color: #67337d ;
  color: #fff;
}
#BranchCommercial .Commercialsection table th,
#BranchCommercial .Commercialsection table td {
  border: 1px solid #808080;
  border-collapse: collapse;
  padding: 10px 15px;
}
#middlebody .whiteRadiusBoxParent { 
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#middlebody .whiteRadiusBox {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    width: 31%;
    margin: 2% 0%;
    margin-left: 2%;
}
#middlebody .whiteRadiusBox img { 
  max-width: 60px;
  height: auto;
  float: left;
  margin-bottom: 20px;
}
#middlebody .whiteRadiusBox .whiteRadiusBox-icnnew {float: left !important; }
#middlebody .whiteRadiusBox .whiteRadiusBox-icn { 
  float: right;
  font-size: large;
  
}
#middlebody .whiteRadiusBox .whiteRadiusBox-icn i{ color: #67337d; }

  @media screen and (max-width: 880px) and  (min-width: 765px){
      #middlebody .whiteRadiusBox { width: 48%; }
}
  @media screen and (max-width: 500px){ 
    #middlebody .whiteRadiusBox { width: 48%; }

}



#middlebody .notiarea {
  padding: 15px;

}
#middlebody .notiarea .notipara { 
  margin-bottom: 0;
}
#middlebody .margin20 {
  margin: 0 30px;

}
#middlebody .halfWChild { 
  margin-bottom: 30px;
}
#middlebody .halfWChild .halfWChild1st {
  width: 100%;
  height: 400px;
}

#middlebody .halfWChild video,
#middlebody .halfWChild iframe
 {
  width: 100%;
  height: 210px;
}
#middlebody .halfWChild .halfWChildTitle {
  font-size: 1.2em;
  color: #67337d;
  font-weight: bold;

}

  @media screen and (max-width: 765px){ 
    #middlebody .halfWChild iframe {
  width: 100%;
  height: 340px;}

}

 #middlebody .profilepicArea {
  text-align: center;
  position: relative;

 }
#middlebody .profilepicArea .profilepicAreaImgupload { 
  position: relative;
}
 #middlebody .profilepicArea a{
  text-decoration: none;
  color: initial;

 }
 #middlebody .profilepicArea .profilepicAreaPic { 
  border-radius: 50%;
  height: 120px;
  width: 120px;
  border: 5px solid #fff;
 }

.dropdown-profilepicAreaPic {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 180px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 35px;
  top: 75px;
  border: 1px solid #bdbdd5;
  border-radius: 5px;
  padding: 10px 0;
  text-align: left;
}

.dropdown-profilepicAreaPic a {
    color: black;
    padding: 8px 20px;
    display: block;
    font-size: 0.8em;
}
.dropdown-profilepicAreaPic a:hover,
.dropdown-profilepicAreaPic a:focus {
    background-color: #67337d; color: #fff !important;
}


#middlebody .profilepicArea .profilepicAreaImgupload .updCamIcn {  
    color: #fff;
    background-color: #67337d;
    padding: 5px 8px;
    border-radius: 50%;
    position: relative;
    top: 45px;
    right: 40px;
}

#middlebody .profilepicAreaText {
  font-size: 0.8em;
  margin-bottom: 2px;
}

#middlebody .profilepicAreaInputbox {
  width: 100%;
  margin-bottom: 15px;
  border: none;
  outline: none;  
  background-color: #DCDCDC;
  border-bottom: 1px solid #A9A9A9;
}
#middlebody .profilepicAreaInputbox:focus { 
  border-bottom: 2px solid #67337d;
}

.purple{
  color: #67337d;
}

#middlebody .findAcenturionSearchbox {
  position: relative;
}
#middlebody .findAcenturionSearchbox #findAcenturionSearchbox-searchicn-body { 
    position: absolute;
    font-size: large;
    left: 15px;
    top: 8px;
}
.margin1percent {
  margin-right: 1%;
  margin-left: 1%;
}


#middlebody .whiteRadiusBoxParent .whiteRadiusBox-footer a {
  text-decoration: none;
  color: #67337d;
}

#middlebody .whiteRadiusBoxParent .whiteRadiusBox-footer .whiteRadiusBox-footer-icn {
  font-size: large;
}

#middlebody .whiteRadiusBoxParent .whiteRadiusBox .fullwidthpic {
  max-width: 100%;
  width: 100%;
  /*height: 200px;*/
}
#middlebody .ModalBoxContent {
  border: 1px solid #DCDCDC;
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
}
#middlebody .ModalBoxContent .fullwidthpic {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  overflow: auto;
}

#middlebody .ModalBoxContent a {
  text-decoration: none;
  color: #67337d;
  font-size: large;
}

#middlebody .yearRange {
  float: right;
  width: 120px;
}

.margin5percentleft {
  margin-left: 7%;
}
.serviceAward {
  margin-bottom: 70px;
}

.serviceAward .serviceAwardProfile {
  border: 1px solid #C0C0C0 ;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
} 

.serviceAward .serviceAwardProfile .title { 
  background-color: #a3606d;
  color: #fff;
  padding: 10px 5px;
  margin-bottom: 0;
  font-size: 0.8em;
}

.serviceAward .serviceAwardProfile .subtitle { 
  background-color: #f4f0f5;
  color: gray;
  padding: 5px 5px;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}

#middlebody #SarvadaSarvottam .visionpart1  {
  display: inline-block;
  float: left;
  width: 48%;
  border-right: 1px solid #C0C0C0;
}
#middlebody #SarvadaSarvottam .visionpart1 ol {
  padding-left: 0;
  list-style-position: inside;
  color: #808080;
}
#middlebody #SarvadaSarvottam .visionpart1 ol li { 
  margin-bottom: 20px;
}
#middlebody #SarvadaSarvottam .visionpart2  {
  display: inline-block;
  width: 48%;
  float: left;
  padding-left: 10px;
}
#middlebody #SarvadaSarvottam .visionpart2 p {
  color: #808080;
}
#SarvadaSarvottam {
  overflow: auto;
}
#middlebody .DownloadPdf {
  clear: both;
  padding: 20px 0;
}
#middlebody .DownloadPdf a{
  color: #67337d;
}

#middlebody .DownloadPdf img { 
  width: 25px;
  height: auto;
}


.modalboxContent  {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

}

.modalboxContent  .modalImg { 
  width: 70%;
  height: auto;
}

.modalboxContent  .modalImg .sliderimg{  
  width: 100%;
  height: auto;
}
.modalboxContent  .modalCmnt {
  padding: 15px;
  width: 30%;
}
.modalboxContent  .modalCmnt .fa-thumbs-up {  
  color: #6236FF;
  font-size: 1em;
}

.modalboxContent  .modalImg .fa-angle-left ,
.modalboxContent  .modalImg .fa-angle-right {
  font-size: xxx-large;
  color: #67337d;
  font-weight: bold;
} 

@media screen and (max-width: 580px) {
  .modalboxContent  {
  flex-direction: column;
  }
  .modalboxContent  .modalImg { 
  width: 100%;
  }
  .modalboxContent  .modalCmnt {
  padding: 15px 0;
  width: 100%;
  }

} 



#middlebody {
  margin-top: -30px;
}
@media screen and (min-width: 920px) {
  #middlebody {
  margin-top: -70px;
  }

}



@media screen and (max-width: 920px){
  #middlebody {
    margin-top: -45px;
  }

}
#middlebody .mycardsArea {
  
  margin-top: 0;
}

#middlebody .mycardsArea .mycardsitems { 
  margin-left: 10px;
  margin-right: 10px;
}
#middlebody .mycardsArea .blueCard {  background-color: #6236FF; }
#middlebody .mycardsArea .greenCard {  background-color: #1DCC70; }
#middlebody .mycardsArea .redCard {  background-color: #FF396F; }
#middlebody .mycardsArea .yellowCard {  background-color: #FFB400; }
#middlebody .mycards { 
  color: #fff;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
 
}

#middlebody .mycards .pratype1 {
  font-size: 1.3em;
  font-weight: bold;
}

#middlebody .mycards .pratype2 {
  font-size: 1.1em;
  font-weight: bold;
}
#middlebody .mycards .pratype3 {
  font-size: 0.9em;
  font-weight: bold;
}

#middlebody .mycards .subpara1 {
  font-size: 12px;
  font-weight: normal;
  color: #e4e4e4;
}
#middlebody .mycards .pratype3 .pratype2-content {
  display: flex;
  flex-direction: row;
  width: 70%;
  justify-content: space-between;
}

#middlebody .mycards a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
#middlebody .mycards .menuopendots {
  float: right;  
  font-size: large;
} 
#middlebody .mycards .menuopendotsArea1,
#middlebody .mycards .menuopendotsArea2,
#middlebody .mycards .menuopendotsArea3,
#middlebody .mycards .menuopendotsArea4,
#middlebody .mycards .menuopendotsArea5,
#middlebody .mycards .menuopendotsArea6,
#middlebody .mycards .menuopendotsArea7,
#middlebody .mycards .menuopendotsArea8,
#middlebody .mycards .menuopendotsArea9,
#middlebody .mycards .menuopendotsArea10
 { 
  position: relative;
}
#middlebody .mycards .menuopendotsContents {  
  position: absolute;
  right: 0;
  top: 25px;
  background-color: #fff;
  border-radius: 10px;
  color: #808080;
  width: 120px;
  display: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#middlebody .mycards .menuopendotsContents a {  
  display: inline-block;
  padding: 10px 15px;

}

#middlebody .imgWithDescription {
  padding: 15px;
  width: 100% !important;
  margin-bottom: 20px;
  border-radius: 10px ;
  background-color: #fff;
}

#middlebody .imgWithDescription .imgWithDescriptionimgarea .imgWithDescriptionimg {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
#middlebody .imgWithDescription .imgWithDescription-title {
  font-size: 15px;
  font-weight: bolder;
  margin-bottom: 2px;
}
#middlebody .imgWithDescription .imgWithDescription-subtitle {
  font-size: 75%; 
  color: #808080;
  margin-bottom: 5px;

}
#middlebody .imgWithDescription .imgWithDescription-summery {

  color: #000000;
}


#middlebody .marginLtypeA {
  margin-left: 30px;
}



#middlebody .marginB20 {
   margin: 0 20px;
}


#middlebody #dailyfeed img {
  width: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 765px){

  #middlebody .marginLtypeA {
  margin-left: 40px;
  }
  #middlebody .marginB20 {
   margin: 0 20px;
  }




}


@media screen and (min-width: 920px) and (max-width: 1024px) {
  #middlebody {
    margin-top: -45px;
  }


}


/*.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}*/
@media screen and (max-width: 1024px){
  #mySidepanel #accordion li {
    padding: 0;
  }
  #mySidepanel ul li a {
    background-color: #fff;
  }
  .card-header {
    border: none;
  }
  .card-header { 
  padding: 0;
  }
}

.topspace70 
{
margin-bottom: 70px;
}
.topspace100 
{
margin-bottom: 100px;
}
.topspace120 
{
margin-bottom: 120px;
}

.paddingtop
{
padding-top:55px;
}

.paddingtop36
{
padding-top:36px;
}



#middlebody .whiteRadiusBoxParent .whiteRadiusBox { 
	padding: 15px 20px;
}


/**/
.image-hover-text-container 
{
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  transition: all 0.2s linear;
}

.image-hover-image 
{
 display: block;
}

.image-hover-text 
{
  position: absolute;
  top: 0;
  width: 100%;  
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  cursor: default;
  transition: opacity 0.2s linear;
}
.image-hover-text:hover 
{
  opacity: 1;
}


.image-hover-text-bubble 
{
    position: relative;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 100%;
    height: 100%;
    text-align: center;
    background: rgb(103 51 125 / 40%);
    margin: 0 auto;
    padding: 25% 8px 5px 8px;
    overflow: hidden;
    font-size: 17px;
    text-align: center;
    word-wrap: break-word;
    color: #fff;
}

.image-hover-text .image-hover-text-title
{
  font-size: 25px;
  display: block;
}