BODY {
	margin:0px;
	padding:0px;
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#768894;
}

.header {
	background-color: #522a7e;
	height: 153px;
	padding: 16px 0 16px 60px;
	vertical-align: middle;
	
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  

}

img2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 13px;
  

}
.header2 {
	background-color: #ffffff;
	height: 13px;
	padding-left: 1px ;
	padding-right: 1px ;
	vertical-align: middle;
}

H1 {
	margin:2rem 2rem 2rem 4rem;
	font-family: Mitr;
	font-size: 35px; 
	color:#092933;
	text-transform: uppercase;
}

DIV.separator {
	width:100px;
	border-color: #46baea;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-top-style: solid;
	margin: 2em 0 3em 4rem;
}

.card {
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	padding:2rem;
	margin: 2rem;
}

.card-header {
	background-color: #522a7e;
	color: #ffffff;
}

/* FORM ELEMENTS */
.form-control {
	font-family:Open Sans;
	/* color:#768894; */
	font-size: 14px;
}

input[type="text"]  {font-size: 14px;font-family: Arial;} /* input */
option {font-size: 14px;font-family: Arial;
} /* dropdown / select */
.input-group-text {font-size: 14px;font-family: Arial;} /* file selection */

/* FORM PLACEHOLDER */
.form-control::-webkit-input-placeholder {color: #bec6cc;font-family: Arial;}
.form-control:-moz-placeholder {color: #bec6cc;}
.form-control::-moz-placeholder {color: #bec6cc;}
.form-control::placeholder {color: #bec6cc;}
.form-control:-ms-input-placeholder {color: #bec6cc;font-family: Arial;}

/* BUTTONS */
.btn {
	font-family: Roboto;
	font-size: 14px; 
	font-weight: 900; 
	font-style: normal; 
	letter-spacing: 2px; 
	border-width: 0px; 
	border-style: solid; 
	border-radius: 25px; 
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    padding: .84rem 2.14rem;
    margin-bottom: 4rem;
}

.btn-primary {
	background-color: #46baea; 
	color:#ffffff; 
	text-transform: uppercase; 
	transition: all .2s;
}

.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #522a7e; color:#ffffff;
}

.img-fluid{
    width: 100%;
    max-width: 100%;
    height: auto;
    
}
.img-fluid2{
    max-width: 100%;
    height: auto;
    
}

/* ROTATING IMAGES   */

@media screen and (min-width: 10px)  {.content {
  margin:auto;
  width:190px;
  perspective:650px;
  position:relative;
  padding-top:15px;
 }}
@media screen and (min-width: 600px)  {.content {
  margin:auto;
  width:190px;
  perspective:650px;
  position:relative;
  padding-top:15px;
 }}
@media screen and (min-width: 1000px) {.content {
  margin:auto;
  width:190px;
  perspective:650px;
  position:relative;
  padding-top:20px;
 }}
@media screen and (min-width: 1400px) {.content {
  margin:auto;
  width:190px;
  perspective:650px;
  position:relative;
  padding-top:20px;
 }}










  
 .slideshow{
    margin:auto;
    padding-top:0px;
    height:330px;
    background-color:#fafafa;
    box-sizing:border-box;
    
}
 
.content-carrousel{
   width:100%;
   position:absolute;
   float:right;
   animation:rotar 25s infinite linear;
   transform-style:preserve-3d;
}
.content-carrousel:hover{
    animation-play-state:paused;
    cursor:pointer;
}
.content-carrousel figure{
    width:100%;
    height:160px;
    border:1px solid #4d444d;
    overflow:hidden;
    position:absolute;
}
.content-carrousel figure:nth-child(1){
    transform:rotateY(0deg) translateZ(300px);
}
.content-carrousel figure:nth-child(2){
    transform:rotateY(40deg) translateZ(300px);
}
.content-carrousel figure:nth-child(3){
    transform:rotateY(80deg) translateZ(300px);
}
.content-carrousel figure:nth-child(4){
    transform:rotateY(120deg) translateZ(300px);
}
.content-carrousel figure:nth-child(5){
    transform:rotateY(160deg) translateZ(300px);
}
.content-carrousel figure:nth-child(6){
    transform:rotateY(200deg) translateZ(300px);
}
.content-carrousel figure:nth-child(7){
    transform:rotateY(240deg) translateZ(300px);
}
.content-carrousel figure:nth-child(8){
    transform:rotateY(280deg) translateZ(300px);
}
.content-carrousel figure:nth-child(9){
    transform:rotateY(320deg) translateZ(300px);
}
.shadow{
    position:absolute;
    box-shadow:0px 0px 20px 0px #000;
    border-radius:8px;
}
.content-carrousel img{
    image-rendering:auto;
    transition:all 300ms;
    width:100%;
    height:100%;
}
.content-carrousel img:hover{
    transform:scale(1.3);
    -webkit-transform: scale(1.5);
     transform: scale(1.5);
     opacity: 1;
    transition:all 300ms;
}
@keyframes rotar{
    from{
        transform:rotateY(0deg);
    }to{
        transform:rotateY(360deg);
    }
}


/* Hiden content for small screens*/

@media only screen and (max-width: 700px){
.mobilehidden{
      display:none;
}
}


@media only screen and (min-width: 750px)
{
.desktophidden{
      display:none;
}
}

















/* Global Styling 
html, body {margin:0px; padding: 0px;}

nav {
    background-color: #34495e;
    height: 80px;
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: 999;
}

#logo {height: 80px; margin-left: 20px;}

.wrapper {
    padding: 50px 50px;
    max-width: 1200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.right {float: right !important;}
/* Image zoom on hover + Overlay colour 
.parent {
    width: 100%;
    margin: 0px;
    height: 200px;
    border: 1px solid blue;
    overflow: hidden;
    position: relative;
   float: left;
    display: inline-block;
  cursor: pointer;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* Several different imageshttps://media.timeout.com/images/101602611/image.jpg 
.bg-one {background-image: url(https://media.timeout.com/images/101602611/image.jpg);}

a {
    display: none;
    font-size: 35px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    /*text-decoration: none;
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52);
}

/* Media Queries 
@media screen and (max-width: 960px) {
    .parent {width: 100%; margin: 20px 0px}
    .wrapper {padding: 20px 20px;}
}


 */
 
 
 /*side bar*/
 
 /* Google Fonts Import Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.sidebar{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  background: #11101d;
  z-index: 100;
  transition: all 0.5s ease;
}
.sidebar.close{
  width: 78px;
}
.sidebar .logo-details{
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}
.sidebar .logo-details i{
  font-size: 30px;
  color: #fff;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}
.sidebar .logo-details .logo_name{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.sidebar.close .logo-details .logo_name{
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links{
  height: 100%;
  padding: 30px 0 150px 0;
  overflow: auto;
}
.sidebar.close .nav-links{
  overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar{
  display: none;
}
.sidebar .nav-links li{
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}
.sidebar .nav-links li:hover{
  background: #1d1b31;
}
.sidebar .nav-links li .iocn-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar.close .nav-links li .iocn-link{
  display: block
}
.sidebar .nav-links li i{
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidebar .nav-links li.showMenu i.arrow{
  transform: rotate(-180deg);
}
.sidebar.close .nav-links i.arrow{
  display: none;
}
.sidebar .nav-links li a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sidebar .nav-links li a .link_name{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease;
}
.sidebar.close .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li .sub-menu{
  padding: 6px 6px 14px 80px;
  margin-top: -10px;
  background: #1d1b31;
  display: none;
}
.sidebar .nav-links li.showMenu .sub-menu{
  display: block;
}
.sidebar .nav-links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.sidebar .nav-links li .sub-menu a:hover{
  opacity: 1;
}
.sidebar.close .nav-links li .sub-menu{
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}
.sidebar.close .nav-links li:hover .sub-menu{
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.sidebar .nav-links li .sub-menu .link_name{
  display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name{
  font-size: 18px;
  opacity: 1;
  display: block;
}
.sidebar .nav-links li .sub-menu.blank{
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank{
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .profile-details{
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d1b31;
  padding: 12px 0;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details{
  background: none;
}
.sidebar.close .profile-details{
  width: 78px;
}
.sidebar .profile-details .profile-content{
  display: flex;
  align-items: center;
}
.sidebar .profile-details img{
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details img{
  padding: 10px;
}
.sidebar .profile-details .profile_name,
.sidebar .profile-details .job{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job{
  display: none;
}
.sidebar .profile-details .job{
  font-size: 12px;
}
.home-section{
  position: relative;
  background: #E4E9F7;
  height: 100vh;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
}
.sidebar.close ~ .home-section{
  left: 78px;
  width: calc(100% - 78px);
}
.home-section .home-content{
  height: 60px;
  display: flex;
  align-items: center;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text{
  color: #11101d;
  font-size: 35px;
}
.home-section .home-content .bx-menu{
  margin: 0 15px;
  cursor: pointer;
}
.home-section .home-content .text{
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 420px) {
  .sidebar.close .nav-links li .sub-menu{
    display: none;
  }
}

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

