/*
    Disabling default styles
    color1: 2bc89a;
    color2: 6deba1;
    color3: 72eda2;
    color4: 54c89a;
    color5: 008478;
*/


html{
    scroll-behavior: smooth;
}
html, body, h1, h2, h3, h4, h5, h6, img, blockquote, form, fieldset, label, p, ul, ol, li, dl, dd, dt {
  font-family: 'Gilroy', sans-serif; 
    border: none;
    margin: 0;
    padding: 0;
}
body {
    
   
    font-family: 'Gilroy', sans-serif; 
    font-size: 14px;
}
input, select, textarea, option, table {
    
     font-family: 'Gilroy', sans-serif;
    font-size: 14px;

}
table {
    border-collapse: collapse;
}
a {
    text-decoration: none;
}



/*
    Global
*/
.clear {
    clear: both;
}

.navbar1 {
    padding-top: 100px;
    padding-bottom: 0px;
    
}
.navbar1 ul {
    display: inline-block;
    width: 100%;
    display: flex;
    justify-content:space-between;

}
.navbar1 li {

    text-align: left;
    list-style-type: none;

}

.navbar1 a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}



.navbar1 .active a {
   color: #54c89a;
    font-weight: bold;
    text-decoration-line: underline;
    text-decoration-color: #6deba1;
    text-underline-position: under;
    
}

.navbar1 a:hover {

    color: #54c89a;
   
    text-decoration-line: underline;
    text-decoration-color: #6deba1;

    text-underline-position: under;
    
}


.navbar2 {
    background-color:  #54c89a;
    /*background-image: linear-gradient(to right, #2bc89a , #6deba1);*/
    padding-bottom: 0px;
    text-align: center;

}

.stats {
  background-color: #54c89a;

}
.stats .ipWidget>.h1 {
  color: white;
   background-image: url(/Theme/BGF/assets/vijab.png) !important;
    
}
.whitegreen {
    
    padding-bottom: 0px;
    text-align: left;

}
.greengreen {
    /*background-image: linear-gradient(to right, #2bc89a , #6deba1);*/
    background-color: #54c89a;
    padding-bottom: 0px;
    text-align: left;
    

}
.greengreen h1 {
    color: white !important;
    background-image: url(/Theme/BGF/assets/vijab.png) !important;
    background-repeat: no-repeat !important;
    background-position: 0 25px !important;
  }

.navbar2 ul {
display: inline-block;

   
}
.navbar2 li {

    float: left;
    text-align: center;
    list-style-type: none;
    border-right: solid 1px white;

}

.navbar2 a {
    font-size: 14px;
    padding: 10px 5px 10px 5px;
}
.navbar2 a {
    color: white;
    text-decoration: none;
}
.navbar2 a:hover {

    color: #6deba1;
}


.navbar2 li:last-child {
   border-right: none;
}


/*next level*/

.navbar2 .level1 ul {
    
  display: none;
  position: absolute;
  z-index: 2000;
  padding-top: 5px;
}
.navbar2 li:hover > ul {
  display: block;

}
.navbar2 .level2 ul {
  margin-left: 100%;
  top: 0;
}


.ipWidget.ipWidget-Heading.ipSkin-default h2
{
  font-family: 'Gilroy', sans-serif;
}





.ipWidget {
    #color: white;
    font-family: 'Gilroy', sans-serif;

}
.ipWidget h1 {
    color: #338478;
    font-size: 40px;


}

.ipWidget h3 {
    color: #54c89a;
    font-size: 40px;
}


.ipWidget a {
    text-decoration: none;
    color: #54c89a;
}


.ipWidget .h1main
{   
   
    color: #54c89a;
    position: relative;
    
    font-size: 26px;
    padding-bottom: 30px;
    padding-top: 20px;



}

.ipWidget > h1

{   
    background-image: url(/Theme/BGFSimple/assets/vijag.png);
    background-repeat: no-repeat;
    background-position: 0 25px; 
    font-family: 'Gilroy', sans-serif;
    color: #54c89a;
    
    font-size: 40px;
    
    padding-left: 60px;

}

.ipWidget .ipsContainer  > p > a  {
  
  padding: 1rem; 
  
  
  border: solid 3px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #2bc89a, #6deba1);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
  color: #2bc89a;
}

.ipWidget .ipsContainer   a:hover {
  
   background-color: #54c89a;
   /* box-shadow: 2px 1000px 1px #2bc89a inset;*/
    text-decoration: none;
    color: white;
    
 }


.navbar2 .ipWidget > h1

{   
    text-align: left;
    background-image: url(/Theme/BGF/assets/vijab.png);
    background-repeat: no-repeat;
    background-position: 0 25px; 
    font-family: 'Gilroy', sans-serif;
    color: white;
    
   
   
    padding-left: 60px;


}
.navbar2 .ipWidget > .ipsContainer
{
    color: white;
}


/*
    Structure
*/
.logo {
    float: left;
}
p {
    font-size: 16px;
    
}
.search {
    float: right;
    display: inline-block;
    margin-top: 20px;

}
.search form {
    float: left;
}
.search input {
    border-radius: 0 !important;
    border-bottom: solid 1px #72eda2 !important;

}
.search input:focus{
    background-color: #72eda2;
    border-color: transparent;
}



::placeholder {
  color: #2bc89a;
  opacity: 1; /* Firefox */
}

._searchBox  
{display: none;}
.content {
    
   /* background-color: #fff;*/
    
    clear: both;
    margin: auto; /* cross browser way to center */
    padding: 5px;
    width: 960px;
    
}

.content > .ipWidget > .ipBlock {
    
    padding-left: 60px;
}

.thebutton > .ipBlock {
    
    padding-left: 60px;
}


/*
    Top menu
*/


.navbar1 ul ul {
     /* QuickStart theme doesn't support more than one level deep menu */
    display: none;

}



.navbarfooter {margin-top: 10px; }
.navbarfooter ul {width:100%; list-style:none; }
.navbarfooter > ul  { display: flex;
  justify-content:space-between; }
  .navbarfooter > ul >li  { text-align: left;}
/*.navbarfooter ul li {float:left; width:135px; font-weight:bold; text-align: left; }*/
.navbarfooter ul li ul {padding:0; }
.navbarfooter > ul > li > ul { padding-top: 10px;}
.navbarfooter ul li ul li {float:none; padding: 0; font-weight:normal;  }

.navbarfooter ul li a {color: white;  }
.navbarfooter ul li a:hover {text-decoration: none; color: #6deba1; }



.upbutton  {
    position: fixed;
    bottom: 10px;
    right: 20px;
  

}


.upbutton a {
    color: #54c89a;
    background-color: #fff;
    text-decoration: none;
        background: #fff;
    border-right: 1px solid #ddd;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 15px;
    border-radius: 25px;
}
.upbutton a:hover {
    background: #54c89a;
    color: #fff;
}

.search input {
   border: 0;
   padding: 10px;
   color: white;
   border-radius: 5px;
   margin-right: 10px;
   background-color: transparent;
}

.search a .circle 
{
   background-color: #2bc89a;
   padding: 10px;
   border-radius: 25px;
   border: 1px solid white;
   color: white;
    margin-left: 10px;
     margin-bottom: 10px;

}

.search a:hover .circle 
{
   background-color: #54c89a;
  
}



.sliderimedia {
    position: relative;
    margin-top: -298px;
    z-index: 0;
}
.vijanalt{
    
    background-color: #2bc89a;
    padding: 3px;
    margin-top: -7px;
 
}

.rightb {
  
   margin-top: 50px;
   text-transform: uppercase;
   
  
}

.ipModuleForm .btn-default {
  
    padding: 1rem;
    border: solid 3px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #2bc89a, #6deba1);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    color: #2bc89a;
}
.ipModuleForm .btn-default:hover {
  
        border: solid 3px #54c89a;
    text-decoration: none;
    color: #54c89a;
    background-color: transparent;
    box-shadow: 2px 1000px 1px #fff inset;
}

.rightb a {
  
  padding: 1rem; 
  
  
  border: solid 3px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #2bc89a, #6deba1);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}

.rightb a:hover {
  
   background-color: #54c89a;
    box-shadow: 2px 1000px 1px #2bc89a inset;
    text-decoration: none;
    color: white;
    
 }


.mesi {
    text-align: center;
      display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;

}

.ipWidget .carousel-indicators  {
    width: 95%;
    text-align: center;
}
.ipWidget .carousel-indicators li {
    border-radius: 25px;
    background-color: #2bc89a;
}
.ipWidget .carousel-indicators li.active{
    
    background-color: transparent;
    border: 1px solid #2bc89a;
}

.ipWidget .carousel-caption 
{
    margin-left: 50px;
    width: 30%;
}

.ipWidget .carousel-caption .description h2
{
    font-family: 'Gilroy'; 
    color: #54c89a;
    font-size: 50px;
    font-weight: bold;
}
.ipWidget .carousel-caption .description 
{   
    margin-right: 30px; background: transparent; color: white; 
    padding: 30px; 
    font-family: 'Gilroy'; 
    font-size: 20px;
}

/*news */


._date {
  display: none;
}

.news_main {
  
  width: 60%;
  float: left;
  position: relative;
  padding: 10px;

}
.news_main img {
  width: 100%;
  padding-bottom: 20px;
}
.news_main h2 {
  color: #2bc89a;
  padding-bottom: 20px;
}

.news_list {

  width: 40%;
  float: right;
  padding: 20px;



}



.news_list img {

    width: 90px;
    height: 90px;
    object-fit: cover;


}

#ipBlock-side ._newsItem
{
  
  height: 130px;
}

#ipBlock-bottom 
{
clear: both;
padding: 5px;
display: table;
}

#ipBlock-bottom img
{
    width: 270px;
    height: 270px;
    object-fit: cover;
    padding-bottom: 30px;
}

#ipBlock-bottom .ipWidget .ipNewsList > ._newsItem
{
display: table-cell;

padding: 10px;
margin: 10px;

}

#ipBlock-bottom .ipWidget .ipNewsList ._newsItem img
{
  float: none;

}


#ipBlock-side > div h2 {
  padding-top: 10px;
  font-size: 12px;
  font-weight: bold;

}

  #ipBlock-bottom > div  ._date + div
{
  display: none;
}
#ipBlock-side > div  ._date + div
{
  display: none;
}



.news_other > div h2 {
  font-size: 12px;
  font-weight: bold;
}

.news_other > div  ._date 
{
  display: none;
}
.news_other > div  ._date + div
{
  display: none;
}


._newsText h2 
{
  font-size: 18px;

}
/* Style the accordion panel. Note: hidden by default */
.panel {
  

  display: none;
  overflow: hidden;
}

.panel img {
  padding: 0 !important;
  display: none;
 
}

.panel .right {
    padding-left: 0;
}

._more {
display: block;
padding-top: 10px;


}




/*The Timeline*/
 .timelinescrolH::-webkit-scrollbar {

  /*  width: 0px;  
    background: transparent;  
*/
}
  .timelinescrolH {
    
      height: 350px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    background-image: url("/Plugin/Timeline/assets/line.png");
    background-attachment: local;
    background-position: center;           
  }

 .arrowTL
{
 margin-top: -230px;


}
  

  .tcontentH  {display: inline-block;  }
  .tcontentH  h4 {color: #2bc89a;  }
  .naltT {  position: relative; top:0;  }
  .poshteT { position: relative; top:130px; }
  .leftTL { padding:10px;  }
  .naltT .vijaTL {border-right: solid #6deba1; position: relative; bottom: 10px; height: 192px;  }
  .poshteT .vijaTL { border-right: solid #6deba1; position: relative; top: 10px; height: 178px;  }
  .rightTL {  }


.tcontentH table tr td {padding: 5px !important; border-bottom: none !important;}


.socialmediaplugin span
{
  display: none;

}

.socialmediaplugin li
{
  list-style-type: none;

  padding-right: 10px;

}
.socialmediaplugin img
{
  list-style-type: none;

  border-radius: 10px;
}


.socialmediapluginF span
{
  display: none;

}

.socialmediapluginF li

{
  display: inline-flex;
}
.socialmediapluginF li
{
  list-style-type: none;
 
  padding-right: 10px;

}
.socialmediapluginf img
{
  list-style-type: none;
 

}






.prefooter{
  min-height: 200px;
}



footer
{   
    /*padding-top: 50px;*/
    text-align: center;
    
    /*background-image: linear-gradient(to right, #2bc89a , #6deba1); */
    background-color: #54c89a;
}


footer .search {margin-bottom: 20px;}

.poweredby {

 text-align: left;
 

}



/*THE shotjca*/

/*
TABS
*/
.tabbody {

}


button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none; }

.tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden; 
}

  .tabs [class^="tab"] label,
  .tabs [class*=" tab"] label {
    
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1em;
    padding: 2rem 0;
    text-align: center; }
  .tabs [class^="tab"] [type="radio"],
  .tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(239, 237, 239, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

    .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
    .tabs [class*=" tab"] [type="radio"]:hover,
    .tabs [class*=" tab"] [type="radio"]:focus {
      border-bottom: 1px solid #54c89a; }
    .tabs [class^="tab"] [type="radio"]:checked,
    .tabs [class*=" tab"] [type="radio"]:checked {
      border-bottom: 2px solid #54c89a; }
    .tabs [class^="tab"] [type="radio"]:checked + div,
    .tabs [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; }
    .tabs [class^="tab"] [type="radio"] + div,
    .tabs [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 90%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }


  .tabs .tab-2 {
    width: 25%; }
  
  .tabs .tab-2 [type="radio"] + div {
      width: 400%;
      margin-left: 200%; }
  
 
  .tabs .tab-2:nth-child(1) [type="radio"]:checked + div {
       margin-left: 0; }
  .tabs .tab-2:nth-child(2) [type="radio"]:checked + div {
       margin-left: -100%; }
  .tabs .tab-2:nth-child(3) [type="radio"]:checked + div {
       margin-left: -200%; }
  .tabs .tab-2:nth-child(4) [type="radio"]:checked + div {
       margin-left: -300%; }
 
.tabs >  div:nth-child(1) > label
{
 background-color: #f68a0a;
} 
.tabs >  div:nth-child(3) > label
{
 background-color: rgb(63, 126, 69);
}
.tabs >  div:nth-child(2) > label
{
 background-color: rgb(210, 161, 43);
}
.tabs >  div:nth-child(4) > label
{
 background-color: rgb(89, 186, 71);
}
.tabs label
{
  color: white;
}
/* NOTE EFFECT push text*/

.note-primary:hover
{
  animation: mymove 0.5s;
  animation-fill-mode: forwards;
  -webkit-transition: padding 1s;
  
}

.note-primary
{
  animation: mymoveend 2s;
  animation-fill-mode: forwards;
  -webkit-transition: padding 2s;
  
}


@keyframes mymove 
{
  0% {color: black; }
  100% {background-color: #008478; color: white; padding-left:10%; font-weight: bold; }
}


@keyframes mymoveend 
{
 
  0% {background-color: #008478; color: white; padding-left:10%; font-weight: bold; }
   100% {color: black; }
}



/* note-more */


.note-modules
{
  display: none;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.gold-bg
{
  background-color: #008478;

}
.gray-bg
{
  background-color: #008478;
}

.flip-card {
  margin: auto ;
  background-color: transparent;
  width: 200px;
  height: 200px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */

}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  padding: 30px;
  /*background-color: #eee;*/
  color: black;
}
.flip-card-front h1, .flip-card-front h2 {
  color: white;
}
.flip-card-front img
{
  height: 50px;
}
/* Style the back side */
.flip-card-back {
  padding: 30px;
  /*background-image: linear-gradient(to right, #2bc89a , #6deba1);*/
  color: #54c89a;
  
  transform: rotateY(180deg);
}


.ipWidget {
 
}
/*PARALLAX */

.ipWidget-Parallax
{
  height: 150px;
  overflow: hidden;
}
.ipWidget-Parallax .ipsParallax
{

 


  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
left: 0;  

  z-index: -1;
 

  width: 100%;
  height: 150px;
  

object-fit: cover;

   
}



/* NOTE EFFECT push text*/

.note-primary:hover
{
  animation: mymove 0.5s;
  animation-fill-mode: forwards;
  -webkit-transition: padding 1s;
  
}

.note-primary
{
  animation: mymoveend 2s;
  animation-fill-mode: forwards;
  -webkit-transition: padding 2s;
  
}


@keyframes mymove 
{
  0% {color: black; }
  100% {background-color: #54c89a; color: white; padding-left:10%; font-weight: bold; }
}


@keyframes mymoveend 
{
 
  0% {background-color: #54c89a; color: white; padding-left:10%; font-weight: bold; }
   100% {color: black; }
}




// 
.thebutton
{
  margin-top: 40px;
}
.thebutton .ipWidget-Text a {
    padding: 10px 25px;
    border: solid 1px #54c89a;
    color:  white;
}


.thebutton .ipWidget-Text a:hover {
   border: solid  #54c89a;

   text-decoration: none;

    color: #54c89a;
 }



#flagmenu

{      
    
    
    position: relative;
    float: right;
    margin-top: -20px;
    margin-right: 50px ;    
}
#flagmenu > ul > li
{
    list-style-type: none;
}
#flagmenu > ul > li > a 
{
    
    text-transform: uppercase;
    color: white;
    background-color: #54c89a;
    padding: 5px;


}



/*HIDEN TEXT*/

