@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap&subset=latin-ext');

.style-03{
    background-image:linear-gradient(to right, rgba(4, 94, 196, 0.493), rgba(0, 0, 0, 0.233)), url("../images/picture1.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 80%;

}

.style-02{
    background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.132), rgba(0, 0, 0, 0.145)), url("../images/bgi2.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.style-04{
  background-image: url("../images/bgi.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  background-position: 34%;
 
}

#curve{

    width: 100%;
    position: absolute;
    bottom: 0px;
}

#curve path {

  fill: white;

}

section{

  position: relative;
  margin: 0px;
  padding: 0px;
  background: green;
  width: 100%;
  height: 50vh;

}

section.sec2 {
  width: 100%;
  height: 100vh;
  background: white;
}


body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    overflow-x: hidden;
}

/*p {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.0em;
    font-weight: 300;
    line-height: 1.7em;
    color: black;
}*/

a,
a:hover,
a:focus {
    color: inherit;
   
    text-decoration: none;
    transition: all 0.5s;
}

.navbar {
    padding: 15px 10px;
    /*background: rgba(0,0,0, 0.2);*/
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);


}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

/*.wrapper {
    display: flex;
    width: 100%;
}*/


.wrapper {
    display: flex;
    width: 100%;
    /*align-items: stretch;*/
}

#sidebar {
  
    width: 280px;
    position: fixed;
    top: 50px;
    left: 0;
    height: 100vh;
    z-index: 999;
    border-right: 1px solid #9b9b9b;
    color: black;
    transition: all 0.3s;
    overflow-y: auto;
    box-shadow: -10px 0px 10px 1px #aaaaaa;
    background-image: url("../images/grayscale.png") !important;;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    font-family: 'Titillium Web', sans-serif;
    padding-top: 12px;
    border-bottom: 1px solid #9b9b9b;
}

#sidebar ul.components {
    font-family: 'Titillium Web', sans-serif;
    padding: 0px;
}

#sidebar ul p {
    font-family: 'Titillium Web', sans-serif;
    color: #0c8b01;
    font-size: 1.0em;
    border-bottom: 1px solid #9b9b9b;
    padding: 10px;
}

#sidebar ul li a {
    font-family: 'Titillium Web', sans-serif;
    padding: 10px;
    color: black;
    font-size: 1.0em;
    display: block;
}

#sidebar ul li a:hover {
    font-family: 'Titillium Web', sans-serif;
    color: rgb(248, 247, 247);
    text-decoration: none;
    /* border: 1px dashed #9b9b9b; */
    background: #028367;
}

.sub-item:hover {
  font-family: 'Titillium Web', sans-serif;
  text-decoration: none;
  /* border: 1px dashed #9b9b9b; */
  background: #83b1b1 !important;
}

#sidebar ul li a[aria-expanded="true"]{
    color: rgb(252, 252, 252);
    background: #028367;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after{
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(90deg);
}

#sidebar ul li a[aria-expanded="true"].dropdown-toggle::after{
  transform: rotate(0deg);
  transition: all 0.3s;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #ffffff;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    font-family: 'Titillium Web', sans-serif;
    width: calc(100% - 280px);
    padding: 0px;
    min-height: 55vh;
    transition: all 0.3s;
    position: absolute;
    top: 50px;
    right: 0;
}

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}

.shadow{
  border: 0px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  -moz-box-shadow:    0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  box-shadow:         0px 10px 20px 0px rgba(50, 50, 50, 0.52)

}

#table1 {

  font-family: 'Titillium Web', sans-serif;
  font-size: 0.9em !important;

}


table, 
label {

  font-family: 'Titillium Web', sans-serif;
  font-size: 0.9em !important;

}

.collapse-style {

   font-family: 'Titillium Web', sans-serif;
   text-decoration: none;
   display: block; 
   color: white !important;

}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffc107;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.style-1 {
  
  background: white;
  color: black;
  font-weight: bold;
  text-align:center;

}

.img-effect1 {

  width: 500px; 
  height: 500px; 
  object-fit: cover;
  border: 3px white solid;
  
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.5);
  -webkit-box-shadow: 1px 2px 35px rgba(0,0,0,.5);
  box-shadow: 1px 2px 35px rgba(0,0,0,.5);

}

.mySlides {display:none;}

.icon-effect-1{
  filter:  drop-shadow(1px 1px 11px rgb(143, 143, 143));
}

#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 50px;
  height: 50px;
  border: 6px #ddd solid;
  border-top: 6px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

#logoimg {
  margin: 30px;
  border-radius: 50%;
  box-shadow: 0px 0px 9px 4px #f7d2009d;
  animation: glow 1.5s linear infinite alternate;
}

.card-header .card-link .faheader::before {
	transform: rotate(-90deg);
	transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
      display: inline-block;
}
.card-header .collapsed .faheader::before {
	transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
}

.nav-link .faheader::before {
	transform: rotate(0deg);
	transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
      display: inline-block;
}
.nav-link[aria-expanded="true"] .faheader::before {
	transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
}
