@charset "UTF-8";
/* Berpel 14 Eyl 2026 — asagidaki dosyalar AYNI SIRAYLA birlestirildi.
 * Amac: render engelleyen istek sayisini dusurmek. Icerik degistirilmedi,
 * yalnizca her dosyanin @charset satiri cikarildi (yalniz basta gecerli).
 * Hepsi /css/ altinda oldugu icin goreli url() yollari ayni cozuluyor.
 *   navigation.css
 *   style.css
 *   responsive.css
 */

/* ===== navigation.css ===== */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ARES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.ares.tparrows {
  cursor:pointer;
  background:#fff;
  min-width:60px;
    min-height:60px;
  position:absolute;
  display:block;
  z-index:100;
    border-radius:50%;
}
.ares.tparrows:hover {
}
.ares.tparrows:before {
  font-family: "revicons";
  font-size:25px;
  color:#aaa;
  display:block;
  line-height: 60px;
  text-align: center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    z-index:2;
    position:relative;
}
.ares.tparrows.tp-leftarrow:before {
  content: "\e81f";
}
.ares.tparrows.tp-rightarrow:before {
  content: "\e81e";
}
.ares.tparrows:hover:before {
 color:#000;
      }
.ares .tp-title-wrap { 
  position:absolute;
  z-index:1;
  display:inline-block;
  background:#fff;
  min-height:60px;
  line-height:60px;
  top:0px;
  margin-left:30px;
  border-radius:0px 30px 30px 0px;
  overflow:hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:scaleX(0);  
  -webkit-transform:scaleX(0);  
  transform-origin:0% 50%; 
   -webkit-transform-origin:0% 50%;
}
 .ares.tp-rightarrow .tp-title-wrap { 
   right:0px;
   margin-right:30px;margin-left:0px;
   -webkit-transform-origin:100% 50%;
border-radius:30px 0px 0px 30px;
 }
.ares.tparrows:hover .tp-title-wrap {
  transform:scaleX(1) scaleY(1);
    -webkit-transform:scaleX(1) scaleY(1);
}
.ares .tp-arr-titleholder {
  position:relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:translateX(200px);  
  text-transform:uppercase;
  color:#000;
  font-weight:400;
  font-size:14px;
  line-height:60px;
  white-space:nowrap;
  padding:0px 20px;
  margin-left:10px;
  opacity:0;
}

.ares.tp-rightarrow .tp-arr-titleholder {
   transform:translateX(-200px); 
   margin-left:0px; margin-right:10px;
      }

.ares.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

/* BULLETS */
.ares.tp-bullets {
}
.ares.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.ares .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#e5e5e5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
	background:#fff;
}
.ares .tp-bullet-title {
  position:absolute;
  color:#888;
  font-size:12px;
  padding:0px 10px;
  font-weight:600;
  right:27px;
  top:-4px;
  background:#fff;
  background:rgba(255,255,255,0.75);
  visibility:hidden;
  transform:translateX(-20px);
  -webkit-transform:translateX(-20px);
  transition:transform 0.3s;
  -webkit-transition:transform 0.3s;
  line-height:20px;
  white-space:nowrap;
}     

.ares .tp-bullet-title:after {
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent rgba(255,255,255,0.75);
	content:" ";
    position:absolute;
    right:-10px;
	top:0px;
}
    
.ares .tp-bullet:hover .tp-bullet-title{
  visibility:visible;
   transform:translateX(0px);
  -webkit-transform:translateX(0px);
}

.ares .tp-bullet.selected:hover .tp-bullet-title {
    background:#fff;
        }
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color:transparent transparent transparent #fff;
}
.ares.tp-bullets:hover .tp-bullet-title {
        visibility:hidden;
}
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
    visibility:visible;
      }

/* TABS */
.ares .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
 }
.ares .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.ares .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.ares .tp-tab-date
  {
  display:block;
  color: #aaa;
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.ares .tp-tab-title 
{
    display:block;	
    text-align:left;
    color:#333;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.ares .tp-tab:hover,
.ares .tp-tab.selected {
	background:#eee; 
}

.ares .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 CUSTOM SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.custom.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:10000;
}
.custom.tparrows:hover {
	background:#000;
}
.custom.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.custom.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.custom.tparrows.tp-rightarrow:before {
	content: "\e825";
}



/* BULLETS */
.custom.tp-bullets {
}
.custom.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.custom .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
    background:rgba(125,125,125,0.5);
	cursor: pointer;
	box-sizing:content-box;
}
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
	background:rgb(125,125,125);
}
.custom .tp-bullet-image {
}
.custom .tp-bullet-title {
}


/* THUMBS */


/* TABS */


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 DIONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.dione.tparrows {
  height:100%;
  width:100px;
  background:transparent;
  background:rgba(0,0,0,0);
  line-height:100%;
  transition:all 0.3s;
-webkit-transition:all 0.3s;
}

.dione.tparrows:hover {
 background:rgba(0,0,0,0.45);
 }
.dione .tp-arr-imgwrapper {
 width:100px;
 left:0px;
 position:absolute;
 height:100%;
 top:0px;
 overflow:hidden;
 }
.dione.tp-rightarrow .tp-arr-imgwrapper {
left:auto;
right:0px;
}

.dione .tp-arr-imgholder {
background-position:center center;
background-size:cover;
width:100px;
height:100%;
top:0px;
visibility:hidden;
transform:translateX(-50px);
-webkit-transform:translateX(-50px);
transition:all 0.3s;
-webkit-transition:all 0.3s;
opacity:0;
left:0px;
}

.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right:0px;
  left:auto;
  transform:translateX(50px);
 -webkit-transform:translateX(50px);
}

.dione.tparrows:before {
position:absolute;
line-height:30px;
margin-left:-22px;
top:50%;
left:50%;
font-size:30px;
margin-top:-15px;
transition:all 0.3s;
-webkit-transition:all 0.3s;
}

.dione.tparrows.tp-rightarrow:before {
margin-left:6px;
}

.dione.tparrows:hover:before {
  transform:translateX(-20px);
-webkit-transform:translateX(-20px);
opacity:0;
}

.dione.tparrows.tp-rightarrow:hover:before {
  transform:translateX(20px);
-webkit-transform:translateX(20px);
}

.dione.tparrows:hover .tp-arr-imgholder {
 transform:translateX(0px);
-webkit-transform:translateX(0px);
opacity:1;
visibility:visible;
}



/* BULLETS */
.dione .tp-bullet { 
    opacity:1;
    width:50px;
    height:50px;    
    padding:3px;
    background:#000;
    background-color:rgba(0,0,0,0.25);
    margin:0px;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;

  }

.dione .tp-bullet-image {
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  width:44px;
  height:44px;
  background-size:cover;
  background-position:center center;
 }  
.dione .tp-bullet-title { 
     position:absolute; 
   bottom:65px;
     display:inline-block;
     left:50%;
     background:#000;
     background:rgba(0,0,0,0.75);
     color:#fff;
     padding:10px 30px;
     border-radius:4px;
   -webkit-border-radius:4px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
    white-space:nowrap;
 }

.dione .tp-bullet:hover .tp-bullet-title {
     transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.dione .tp-bullet.selected,
.dione .tp-bullet:hover  {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.dione .tp-bullet-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ERINYEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.erinyen.tparrows {
  cursor:pointer;
  background:#000;
  background:rgba(0,0,0,0.5);
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:1000;
  border-radius:35px;   
}

.erinyen.tparrows:before {
  font-family: "revicons";
  font-size:20px;
  color:#fff;
  display:block;
  line-height: 70px;
  text-align: center;    
  z-index:2;
  position:relative;
}
.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.erinyen .tp-title-wrap { 
  position:absolute;
  z-index:1;
  display:inline-block;
  background:#000;
  background:rgba(0,0,0,0.5);
  min-height:70px;
  line-height:70px;
  top:0px;
  margin-left:0px;
  border-radius:35px;
  overflow:hidden; 
  transition: opacity 0.3s;
  -webkit-transition:opacity 0.3s;
  -moz-transition:opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);  
  visibility:hidden;
  opacity:0;
}

.erinyen.tparrows:hover .tp-title-wrap{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity:1;
  visibility:visible;
}
        
 .erinyen.tp-rightarrow .tp-title-wrap { 
   right:0px;
   margin-right:0px;margin-left:0px;
   -webkit-transform-origin:100% 50%;
  border-radius:35px;
  padding-right:20px;
  padding-left:10px;
 }


.erinyen.tp-leftarrow .tp-title-wrap { 
   padding-left:20px;
  padding-right:10px;
}

.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
   position:relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:translateX(200px);  
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  font-size:13px;
  line-height:70px;
  white-space:nowrap;
  padding:0px 20px;
  margin-left:11px;
  opacity:0;  
}

.erinyen .tp-arr-imgholder {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
    }
 .erinyen .tp-arr-img-over {
   width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
   background:#000;
   background:rgba(0,0,0,0.5);
        }
.erinyen.tp-rightarrow .tp-arr-titleholder {
   transform:translateX(-200px); 
   margin-left:0px; margin-right:11px;
      }

.erinyen.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

/* BULLETS */
.erinyen.tp-bullets {
}
.erinyen.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background: #555555; /* old browsers */
    background: -moz-linear-gradient(top,  #555555 0%, #222222 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  #555555 0%,#222222 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  #555555 0%,#222222 100%); /* ie10+ */
    background: linear-gradient(to bottom,  #555555 0%,#222222 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */
	padding:10px 15px;
	margin-left:-15px;margin-top:-10px;
	box-sizing:content-box;
   border-radius:10px;
   box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3);
}
.erinyen .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#111;	
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
	background: #e5e5e5; /* old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #999999 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */
background: -o-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* opera 11.10+ */
background: -ms-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* ie10+ */
background: linear-gradient(to bottom,  #e5e5e5 0%,#999999 100%); /* w3c */
filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */
  border:1px solid #555;
  width:12px;height:12px;
}
.erinyen .tp-bullet-image {
}
.erinyen .tp-bullet-title {
}


/* THUMBS */
.erinyen .tp-thumb {
opacity:1
}

.erinyen .tp-thumb-over {
  background:#000;
  background:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.erinyen .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.erinyen .tp-thumb-more:before {
  content: "\e825";
}

.erinyen .tp-thumb-title {
  font-family:"Raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:20px 35px 20px 20px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
  color:#000;

}


/* TABS */
.erinyen .tp-tab-title {
    color:#a8d8ee;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family:"Roboto Slab"
    margin-bottom:5px;
}

.erinyen .tp-tab-desc {
	font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
	font-family:"Roboto Slab";
}
      

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 GYGES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */


/* BULLETS */
.gyges.tp-bullets {
}
.gyges.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background: #777777; /* Old browsers */
    background: -moz-linear-gradient(top,  #777777 0%, #666666 100%); 
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#777777), color-stop(100%,#666666)); 
    background: -webkit-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: -o-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: -ms-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: linear-gradient(to bottom,  #777777 0%,#666666 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", 
    endColorstr="#666666",GradientType=0 ); 
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
  border-radius:10px;
}
.gyges .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#333;
	border:3px solid #444;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", 
    endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */

}
.gyges .tp-bullet-image {
}
.gyges .tp-bullet-title {
}
	

/* THUMBS */
.gyges .tp-thumb { 
      opacity:1
  }
.gyges .tp-thumb-img-wrap {
  padding:3px;
    background:#000;
  background-color:rgba(0,0,0,0.25);
  display:inline-block;

  width:100%;
  height:100%;
  position:relative;
  margin:0px;
  box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.gyges .tp-thumb-image {
   padding:3px; 
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }  
.gyges .tp-thumb-title { 
     position:absolute; 
     bottom:100%; 
     display:inline-block;
     left:50%;
     background:rgba(255,255,255,0.8);
     padding:10px 30px;
     border-radius:4px;
	 -webkit-border-radius:4px;
     margin-bottom:20px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    white-space:nowrap;
 }
.gyges .tp-thumb:hover .tp-thumb-title {
  	 transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.gyges .tp-thumb:hover .tp-thumb-img-wrap,
 .gyges .tp-thumb.selected .tp-thumb-img-wrap {

  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 }
.gyges .tp-thumb-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(255,255,255,0.8) transparent transparent transparent;
        bottom:-8px;
   }


/* TABS */
.gyges .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(255,255,255,0.15);
 }
.gyges .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.gyges .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
  overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.gyges .tp-tab-date
  {
  display:block;
  color: rgba(255,255,255,0.25);
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.gyges .tp-tab-title 
{
    display:block;  
    text-align:left;
    color:#fff;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
  background:rgba(0,0,0,0.5); 
}

.gyges .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HADES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hades.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.15);
	width:100px;
	height:100px;
	position:absolute;
	display:block;
	z-index:1000;
}

.hades.tparrows:before {
	font-family: "revicons";
	font-size:30px;
	color:#fff;
	display:block;
	line-height: 100px;
	text-align: center;
  transition: background 0.3s, color 0.3s;
}
.hades.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hades.tparrows.tp-rightarrow:before {
	content: "\e825";
}

.hades.tparrows:hover:before {
   color:#aaa;
   background:#fff;
   background:rgba(255,255,255,1);
 }
.hades .tp-arr-allwrapper {
  position:absolute;
  left:100%;
  top:0px;
  background:#888; 
  width:100px;height:100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.hades.tp-rightarrow .tp-arr-allwrapper {
   left:auto;
   right:100%;
   -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
   -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
}

.hades:hover .tp-arr-allwrapper {
   -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;  
    -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);

 }
    
.hades .tp-arr-iwrapper {
}
.hades .tp-arr-imgholder {
  background-size:cover;
  position:absolute;
  top:0px;left:0px;
  width:100%;height:100%;
}
.hades .tp-arr-titleholder {
}
.hades .tp-arr-subtitleholder {
}


/* BULLETS */
.hades.tp-bullets {
}
.hades.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.hades .tp-bullet {
	width:3px;
	height:3px;
	position:absolute;
	background:#888;	
	cursor: pointer;
    border:5px solid #fff;
	box-sizing:content-box;
    box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-perspective:400;
    perspective:400;
    -webkit-transform:translatez(0.01px);
    transform:translatez(0.01px);
}
.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
	background:#555;
  
}

.hades .tp-bullet-image {
  position:absolute;top:-80px; left:-60px;width:120px;height:60px;
  background-position:center center;
  background-size:cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s;
  -webkit-transform-style:flat;
  transform-style:flat;
  perspective:600;
  -webkit-perspective:600;
  transform: rotatex(-90deg);
  -webkit-transform: rotatex(-90deg);
  box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
  
  
}
.hades .tp-bullet:hover .tp-bullet-image {
  display:block;
  opacity:1;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  visibility:visible;
    }
.hades .tp-bullet-title {
}


/* THUMBS */
.hades .tp-thumb { 
      opacity:1
  }
.hades .tp-thumb-img-wrap {
  border-radius:50%;
  padding:3px;
  display:inline-block;
background:#000;
  background-color:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:relative;
  margin:0px;
  box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.hades .tp-thumb-image {
   padding:3px; 
   border-radius:50%;
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }  


.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.hades .tp-thumb-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }


/* TABS */
.hades .tp-tab {
  opacity:1;
 }
    
.hades .tp-tab-title
 {
      display:block;
      color:#333;
      font-weight:600;
      font-size:18px;
      text-align:center;
      line-height:25px;      
    } 
.hades .tp-tab-price
 {
	display:block;
    text-align:center;
    color:#999;
    font-size:16px;
    margin-top:10px;
   line-height:20px
}

.hades .tp-tab-button {
    display:inline-block;
    margin-top:15px;
    text-align:center;
	padding:5px 15px;
  	color:#fff;
  	font-size:14px;
  	background:#219bd7;
   	border-radius:4px;
   font-weight:400;
}
.hades .tp-tab-inner {
	text-align:center;
}

              

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEBE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hebe.tparrows {
  cursor:pointer;
  background:#fff;
  min-width:70px;
    min-height:70px;
  position:absolute;
  display:block;
  z-index:1000;
}
.hebe.tparrows:hover {
}
.hebe.tparrows:before {
  font-family: "revicons";
  font-size:30px;
  color:#aaa;
  display:block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index:2;
  position:relative;
   background:#fff;
  min-width:70px;
    min-height:70px;
}
.hebe.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.hebe.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.hebe.tparrows:hover:before {
 color:#000;
      }
.hebe .tp-title-wrap { 
  position:absolute;
  z-index:0;
  display:inline-block;
  background:#000;
  background:rgba(0,0,0,0.75);
  min-height:60px;
  line-height:60px;
  top:-10px;
  margin-left:0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:scaleX(0);  
  -webkit-transform:scaleX(0);  
  transform-origin:0% 50%; 
   -webkit-transform-origin:0% 50%;
}
 .hebe.tp-rightarrow .tp-title-wrap { 
   right:0px;
   -webkit-transform-origin:100% 50%;
 }
.hebe.tparrows:hover .tp-title-wrap {
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
}
.hebe .tp-arr-titleholder {
  position:relative;
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  font-size:12px;
  line-height:90px;
  white-space:nowrap;
  padding:0px 20px 0px 90px;
}

.hebe.tp-rightarrow .tp-arr-titleholder {
   margin-left:0px; 
   padding:0px 90px 0px 20px;
 }

.hebe.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

.hebe .tp-arr-imgholder{
      width:90px;
      height:90px;
      position:absolute;
      left:100%;
      display:block;
      background-size:cover;
      background-position:center center;
  	 top:0px; right:-90px;
    }
.hebe.tp-rightarrow .tp-arr-imgholder{
        right:auto;left:-90px;
      }

/* BULLETS */
.hebe.tp-bullets {
}
.hebe.tp-bullets:before {
  content:" ";
  position:absolute;
  width:100%;
  height:100%;
  background:transparent;
  padding:10px;
  margin-left:-10px;margin-top:-10px;
  box-sizing:content-box;
}

.hebe .tp-bullet {
  width:3px;
  height:3px;
  position:absolute;
  background:#fff;  
  cursor: pointer;
  border:5px solid #222;
  border-radius:50%;
  box-sizing:content-box;
  -webkit-perspective:400;
  perspective:400;
  -webkit-transform:translateZ(0.01px);
  transform:translateZ(0.01px);
   transition:all 0.3s;
}
.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
  background:#222;
  border-color:#fff;
}

.hebe .tp-bullet-image {
  position:absolute;
  top:-90px; left:-40px;
  width:70px;
  height:70px;
  background-position:center center;
  background-size:cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s;
  -webkit-transform-style:flat;
  transform-style:flat;
  perspective:600;
  -webkit-perspective:600;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
border-radius:6px;
  
  
}
.hebe .tp-bullet:hover .tp-bullet-image {
  display:block;
  opacity:1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility:visible;
    }
.hebe .tp-bullet-title {
}


/* TABS */
.hebe .tp-tab-title {
    color:#a8d8ee;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family:"Roboto Slab"
    margin-bottom:5px;
}

.hebe .tp-tab-desc {
	font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
	font-family:"Roboto Slab";
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEPHAISTOS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hephaistos.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:1000;
    border-radius:50%;
}
.hephaistos.tparrows:hover {
	background:#000;
}
.hephaistos.tparrows:before {
	font-family: "revicons";
	font-size:18px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.hephaistos.tparrows.tp-leftarrow:before {
	content: "\e82c";
  margin-left:-2px;
  
}
.hephaistos.tparrows.tp-rightarrow:before {
	content: "\e82d";
   margin-right:-2px;
}



/* BULLETS */
.hephaistos.tp-bullets {
}
.hephaistos.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.hephaistos .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#999;
	border:3px solid #f5f5f5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
  box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);

}
.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
	background:#fff;
    border-color:#000;
}
.hephaistos .tp-bullet-image {
}
.hephaistos .tp-bullet-title {
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HERMES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hermes.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:30px;
	height:110px;
	position:absolute;
	display:block;
	z-index:1000;
}

.hermes.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 110px;
	text-align: center;
    transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.hermes.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hermes.tparrows.tp-rightarrow:before {
	content: "\e825";
}
.hermes.tparrows.tp-leftarrow:hover:before {
    transform:translateX(-20px);
    -webkit-transform:translateX(-20px);
     opacity:0;
}
.hermes.tparrows.tp-rightarrow:hover:before {
    transform:translateX(20px);
    -webkit-transform:translateX(20px);
     opacity:0;
}

.hermes .tp-arr-allwrapper {
    overflow:hidden;
    position:absolute;
	width:180px;
    height:140px;
    top:0px;
    left:0px;
    visibility:hidden;
      -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
    }
.hermes.tp-rightarrow .tp-arr-allwrapper {
   right:0px;left:auto;
      }
.hermes.tparrows:hover .tp-arr-allwrapper {
   visibility:visible;
          }
.hermes .tp-arr-imgholder {
  width:180px;position:absolute;
  left:0px;top:0px;height:110px;
  transform:translateX(-180px);
  -webkit-transform:translateX(-180px);
  transition:all 0.3s;
  transition-delay:0.3s;
}
.hermes.tp-rightarrow .tp-arr-imgholder{
    transform:translateX(180px);
  -webkit-transform:translateX(180px);
      }
  
.hermes.tparrows:hover .tp-arr-imgholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);            
}
.hermes .tp-arr-titleholder {
  top:110px;
  width:180px;
  text-align:left; 
  display:block;
  padding:0px 10px;
  line-height:30px; background:#000;
  background:rgba(0,0,0,0.75);color:#fff;
  font-weight:600; position:absolute;
  font-size:12px;
  white-space:nowrap;
  letter-spacing:1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing:border-box;

}
.hermes.tparrows:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}


/* BULLETS */
.hermes.tp-bullets {
}

.hermes .tp-bullet {
    overflow:hidden;
    border-radius:50%;
    width:16px;
    height:16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px #FFF;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position:absolute;
}

.hermes .tp-bullet:hover {
	  background-color: rgba(0, 0, 0, 0.2);
}
.hermes .tp-bullet:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 1px #FFF;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.hermes .tp-bullet.selected:after {
  height:100%;
}


/* TABS */
.hermes .tp-tab { 
  opacity:1;  
  padding-right:10px;
  box-sizing:border-box;
 }
.hermes .tp-tab-image 
{ 
  width:100%;
  height:60%;
  position:relative;
}
.hermes .tp-tab-content 
{
    background:rgb(54,54,54); 
    position:absolute;
    padding:20px 20px 20px 30px;
    box-sizing:border-box;
    color:#fff;
  display:block;
  width:100%;
  min-height:40%;
  bottom:0px;
  left:-10px;
  }
.hermes .tp-tab-date
  {
  display:block;
  color:#888;
  font-weight:600;
  font-size:12px;
  margin-bottom:10px;
  }
.hermes .tp-tab-title 
{
    display:block;	
    color:#fff;
    font-size:16px;
    font-weight:800;
    text-transform:uppercase;
   line-height:19px;
}

.hermes .tp-tab.selected .tp-tab-title:after {
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 0 30px 10px;
	border-color: transparent transparent transparent rgb(54,54,54);
	content:" ";
    position:absolute;
    right:-9px;
    bottom:50%;
    margin-bottom:-30px;
}
.hermes .tp-tab-mask {
     padding-right:10px !important;
          }

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
  .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;}
  .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;}
  .hermes .tp-tab-content { padding:15px 15px 15px 25px;}
}
@media only screen and (max-width: 768px) {
  .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;}
  .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;}
  .hermes .tp-tab-content {padding:10px 10px 10px 20px;}
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HESPERIDEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hesperiden.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:1000;
    border-radius: 50%;
}
.hesperiden.tparrows:hover {
	background:#000;
}
.hesperiden.tparrows:before {
	font-family: "revicons";
	font-size:20px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
	content: "\e82c";
    margin-left:-3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
	content: "\e82d";
    margin-right:-3px;
}

/* BULLETS */
.hesperiden.tp-bullets {
}
.hesperiden.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
   border-radius:8px;
  
}
.hesperiden .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background: #999999; /* old browsers */
    background: -moz-linear-gradient(top,  #999999 0%, #e1e1e1 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), 
    color-stop(100%,#e1e1e1)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* ie10+ */
    background: linear-gradient(to bottom,  #999999 0%,#e1e1e1 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( 
    startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */
	border:3px solid #e5e5e5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
	background:#666;
}
.hesperiden .tp-bullet-image {
}
.hesperiden .tp-bullet-title {
}


/* THUMBS */
.hesperiden .tp-thumb {
  opacity:1;
  -webkit-perspective: 600px;
  perspective: 600px;
}
.hesperiden .tp-thumb .tp-thumb-title {
    font-size:12px;
    position:absolute;
    margin-top:-10px;
    color:#fff;
    display:block;
    z-index:10000;
    background-color:#000;
    padding:5px 10px; 
    bottom:0px;
    left:0px;
    width:100%;
  box-sizing:border-box;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform:rotatex(90deg) translatez(0.001px);
    transform-origin:50% 100%;
    -webkit-transform:rotatex(90deg) translatez(0.001px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
 }
.hesperiden .tp-thumb:hover .tp-thumb-title {
  	 transform:rotatex(0deg);
    -webkit-transform:rotatex(0deg);
    opacity:1;
}

/* TABS */
.hesperiden .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
 }
.hesperiden .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.hesperiden .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.hesperiden .tp-tab-date
  {
  display:block;
  color: #aaa;
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.hesperiden .tp-tab-title 
{
    display:block;	
    text-align:left;
    color:#333;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
	background:#eee; 
}

.hesperiden .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 METIS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.metis.tparrows {
  background:#fff;
  padding:10px;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  width:60px;
  height:60px;
  box-sizing:border-box;
 }
 
 .metis.tparrows:hover {
   background:#fff;
   background:rgba(255,255,255,0.75);
 }
 
 .metis.tparrows:before {
  color:#000;  
   transition:all 0.3s;
  -webkit-transition:all 0.3s;
 }
 
 .metis.tparrows:hover:before {
   transform:scale(1.5);
  }
 

/* BULLETS */
.metis .tp-bullet { 
    opacity:1;
    width:50px;
    height:50px;    
    padding:3px;
    background:#000;
    background-color:rgba(0,0,0,0.25);
    margin:0px;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    border-radius:50%;
  }

.metis .tp-bullet-image {

   border-radius:50%;
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  width:44px;
  height:44px;
  background-size:cover;
  background-position:center center;
 }  
.metis .tp-bullet-title { 
     position:absolute; 
	 bottom:65px;
     display:inline-block;
     left:50%;
     background:#000;
     background:rgba(0,0,0,0.75);
     color:#fff;
     padding:10px 30px;
     border-radius:4px;
	 -webkit-border-radius:4px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
    white-space:nowrap;
 }

.metis .tp-bullet:hover .tp-bullet-title {
  	 transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.metis .tp-bullet.selected,
.metis .tp-bullet:hover  {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.metis .tp-bullet-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }

.metis .tp-tab-number {
        color: #fff;
        font-size: 40px;
        line-height: 30px;
        font-weight: 400;
        font-family: "Playfair Display";
        width: 50px;
        margin-right: 17px;
        display: inline-block;
        float: left;
    }
    .metis .tp-tab-mask {
        padding-left: 20px;
        left: 0px;
        max-width: 90px !important;
        transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
    }
    .metis:hover .tp-tab-mask {
        padding-left: 0px;
        left: 50px;
        max-width: 500px !important;
    }
    .metis .tp-tab-divider {
        border-right: 1px solid transparent;
        height: 30px;
        width: 1px;
        margin-top: 5px;
        display: inline-block;
        float: left;
    }
    .metis .tp-tab-title {
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        font-family: "Playfair Display";
        position: relative;
        padding-top: 10px;
        padding-left: 30px;
        display: inline-block;
        transform: translateX(-100%);
        transition: 0.4s all;
    }
    .metis .tp-tab-title-mask {
        position: absolute;
        overflow: hidden;
        left: 67px;
    }
    .metis:hover .tp-tab-title {
        transform: translateX(0);
    }
    .metis .tp-tab {
        opacity: 0.15;
        transition: 0.4s all;
    }
    .metis .tp-tab:hover,
    .metis .tp-tab.selected {
        opacity: 1;
    }
    .metis .tp-tab.selected .tp-tab-divider {
        border-right: 1px solid #cdb083;
    }
    .metis.tp-tabs {
        max-width: 118px !important;
        padding-left: 50px;
    }
    .metis.tp-tabs:before {
        content: " ";
        height: 100%;
        width: 88px;
        background: rgba(0, 0, 0, 0.15);
        border-right: 1px solid rgba(255, 255, 255, 0.10);
        left: 0px;
        top: 0px;
        position: absolute;
        transition: 0.4s all;
    }
    .metis.tp-tabs:hover:before {
        width: 118px;
    }
    @media (max-width: 499px) {
        .metis.tp-tabs:before {
            background: rgba(0, 0, 0, 0.75);
        }
    }

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 PERSEPHONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.persephone.tparrows {
	cursor:pointer;
	background:#aaa;
	background:rgba(200,200,200,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
  border:1px solid #f5f5f5;
}
.persephone.tparrows:hover {
	background:#333;
}
.persephone.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.persephone.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.persephone.tparrows.tp-rightarrow:before {
	content: "\e825";
}



/* BULLETS */
.persephone.tp-bullets {
}
.persephone.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:#transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.persephone .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
	border:1px solid #e5e5e5;	
	cursor: pointer;
	box-sizing:content-box;
}
.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
	background:#222;
}
.persephone .tp-bullet-image {
}
.persephone .tp-bullet-title {
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 URANUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.uranus.tparrows {
  width:50px;
  height:50px;
  background:transparent;
 }
 .uranus.tparrows:before {
 width:50px;
 height:50px;
 line-height:50px;
 font-size:40px;
 transition:all 0.3s;
-webkit-transition:all 0.3s;
 }
 
  .uranus.tparrows:hover:before {
    opacity:0.75;
  }

/* BULLETS */
.uranus .tp-bullet{
	border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background:transparent;
}
.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #FFF;
  border:none;
  border-radius: 50%;

   background:transparent;
}



.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}

.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner{
 transform: scale(0.4);
 -webkit-transform: scale(0.4);
 background-color:#fff;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.zeus.tparrows {
  cursor:pointer;
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:100;
  border-radius:35px;   
  overflow:hidden;
  background:rgba(0,0,0,0.10);
}

.zeus.tparrows:before {
  font-family: "revicons";
  font-size:20px;
  color:#fff;
  display:block;
  line-height: 70px;
  text-align: center;    
  z-index:2;
  position:relative;
}
.zeus.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.zeus.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.zeus .tp-title-wrap {
  background:#000;
  background:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  position:absolute;
  opacity:0;
  transform:scale(0);
  -webkit-transform:scale(0);
   transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
   border-radius:50%;
 }
.zeus .tp-arr-imgholder {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
  border-radius:50%;
  transform:translateX(-100%);
  -webkit-transform:translateX(-100%);
   transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;

 }
.zeus.tp-rightarrow .tp-arr-imgholder {
    transform:translateX(100%);
  -webkit-transform:translateX(100%);
      }
.zeus.tparrows:hover .tp-arr-imgholder {
  transform:translateX(0);
  -webkit-transform:translateX(0);
  opacity:1;
}
      
.zeus.tparrows:hover .tp-title-wrap {
  transform:scale(1);
  -webkit-transform:scale(1);
  opacity:1;
}
 

/* BULLETS */
.zeus .tp-bullet {
     box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
	  width:13px;height:13px;
	  border:2px solid #fff;
 }
.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after{
    -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
  
 .zeus .tp-bullet-image,
 .zeus .tp-bullet-imageoverlay{
        width:135px;
        height:60px;
        position:absolute;
        background:#000;
        background:rgba(0,0,0,0.5);
        bottom:25px;
        left:50%;
        margin-left:-65px;
        box-sizing:border-box;
        background-size:cover;
        background-position:center center;
        visibility:hidden;
        opacity:0;
         -webkit-backface-visibility: hidden; 
      	backface-visibility: hidden;
        -webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
  		-webkit-transition: all 0.3s ease;
  		transition: all 0.3s ease;
        border-radius:4px;

}
          

.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
        z-index:2;
        -webkit-transition: all 0.5s ease;
	  	transition: all 0.5s ease;
}     
.zeus .tp-bullet-title { 
        color:#fff;
        text-align:center;
        line-height:15px;
        font-size:13px;
        font-weight:600;  
        z-index:3;
         visibility:hidden;
        opacity:0;
         -webkit-backface-visibility: hidden; 
      	backface-visibility: hidden;
        -webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
  		-webkit-transition: all 0.3s ease;
  		transition: all 0.3s ease;
        position:absolute;
        bottom:45px;
        width:135px;
    	vertical-align:middle;
        left:-57px;
}
      
.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay{
      opacity:1;
      visibility:visible;
	  -webkit-transform:translateY(0px);
      transform:translateY(0px);         
    }

/* THUMBS */
.zeus .tp-thumb {
opacity:1
}

.zeus .tp-thumb-over {
  background:#000;
  background:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.zeus .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.zeus .tp-thumb-more:before {
  content: "\e825";
}

.zeus .tp-thumb-title {
  font-family:"Raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:20px 35px 20px 20px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
 background:#000;
}
.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
  color:#fff;

}


/* TABS */
.zeus .tp-tab { 
  opacity:1;      
  box-sizing:border-box;
}

.zeus .tp-tab-title { 
display: block;
text-align: center;
background: rgba(0,0,0,0.25);
font-family: "Roboto Slab", serif; 
font-weight: 700; 
font-size: 13px; 
line-height: 13px;
color: #fff; 
padding: 9px 10px; }

.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
 color: #000;
  background:rgba(255,255,255,1); 
}



/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/


.post-tabs .tp-thumb {
opacity:1
}

.post-tabs .tp-thumb-over {
  background:#252525;
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.post-tabs .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:15px;
  right:15px;
  z-index:2;
}
.post-tabs .tp-thumb-more:before {
  content: "\e825";
}

.post-tabs .tp-thumb-title {
  font-family:"raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:15px 30px 15px 15px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
  color:#000;

}

/* ===== style.css ===== */
/*-------------------------------------
    
	Author: Education 
	Copyright © 2020
	
---------------------------------------
    
    CSS INDEX
    ===================
	
    1. BODY
	2. CUSTOM CSS / A
	3. PRELOADER
	4. NAVIGATION
	5. SLIDER

---------------------------------------*/


/*--------------
1.Theme default CSS
--------------------------*/

body,
html {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #797979;
    width: 100%;
    overflow-x: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

a {
    color: #573744;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

i:before {
    margin-left: 0 !important;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #3e2e2e;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

p {
    font-size: 16px;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    line-height: 1.1;
    font-weight: 400;
    color: #1e283c;
    margin: 0;
    padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #1e283c;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

p {
    margin: 0;
}

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

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

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.float_left {
    float: left;
    width: 100%;
}


/*-- Preloader css start --*/

#preloader {
    background-color: #fffef7;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
}

#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#status img {}


/*-- cursor css start --*/

a:hover {
    text-decoration: none;
}

#back2Top {
    width: 50px;
    line-height: 50px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 45px;
    right: 25px;
    background-color: #6f4059;
    color: #fff;
    text-align: center;
    font-size: 25px;
    text-decoration: none;
    border-radius: 50px;
}

#back2Top:hover {
    background-color: #6f4059;
    color: #fff;
}

.rev_slider {
    float: left;
    width: 100%;
}


/*------- edu top header wrapper Start ------*/

.hardcover_front img {
    width: 100%;
    height: 100%;
}

.edu_top_header_wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_top_header_left_wrapper p {
    color: #fff;
    padding-top: 7px;
}

.edu_top_header_right_wrapper ul {
    float: right;
}

.edu_top_header_right_wrapper li {
    float: left;
    margin-left: 10px;
}

.edu_top_header_right_wrapper li a {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.23);
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.edu_top_header_right_wrapper li a:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

.edu_top_login_wrapper {
    float: right;
}

.edu_top_login_wrapper a {
    color: #fff;
    float: right;
    padding-top: 8px;
    padding-left: 15px;
}


/*------- edu top header wrapper End ------*/


/*------- edu logo header wrapper Start ------*/

.edu_border_line {
    border-bottom: 1px solid #e8e8e8;
    padding-top: 30px;
    padding-bottom: 30px;
}

.lv_share_info_wrapper ul {
    float: right;
    margin: 0px;
    padding: 0px;
}

.lv_share_info_wrapper ul li {
    list-style: none;
    float: left;
    width: auto;
    margin-left: 40px;
}

.lv_share_info_wrapper ul li:first-child {
    margin-left: 0px;
}

.lv_share_info_wrapper ul li .lv_header_icon {
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #e8e8e8;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    margin-right: 20px;
}

.lv_share_info_wrapper ul li p {
    float: left;
    width: auto;
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    color: #797979;
}

.lv_share_info_wrapper ul li p a {
    float: left;
    width: auto;
    color: #797979;
}

.lv_share_info_wrapper ul li p a:hover {
    color: #9749f8;
}

.edu_logo_main_wrapper {
    padding-top: 12px;
}

.kv_navi_main_wrapper {
    background: #ffffff;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
    z-index: 10;
    position: relative;
    height: 65px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover {
    background: #797979;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_logo_wrapper a {
    float: left;
    padding: 17px 0px;
}

.menu-bar {
    cursor: pointer;
    position: relative;
    right: 15px;
    z-index: 9;
    height: 42px;
    display: block;
    float: right;
    margin-top: 15px;
}

.menu-bar span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.mainmenu.menu-open {
    position: relative;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 15px;
    visibility: visible;
}

.mainmenu ul li {
    display: inline-block;
}

.mainmenu ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 20px 20px;
}

.gc_main_navigation .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
    position: relative;
}

.mainmenu ul li .gc_main_navigation:after,
.mainmenu ul li.active>.gc_main_navigation:after {
    content: '';
    border: 0.5px solid #fff;
    width: 0;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    margin: 0px auto !important;
    bottom: 13px !important;
    opacity: 0 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
    opacity: 1;
    color: #797979 !important;
    background: #fff;
}

.gc_main_navigation .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
    position: relative;
}

.mainmenu ul li .gc_main_navigation:before,
.mainmenu ul li.active>.gc_main_navigation:before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    top: -1.6px;
    transition: all 500ms ease;
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
    opacity: 1;
    color: #3f2f2f !important;
}

.mainmenu ul li:hover .gc_main_navigation:before,
.mainmenu ul li.active>.gc_main_navigation:before {
    width: 60px;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.menu-bar:after,
.menu-bar:before {
    background-color: #fff;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.menu-bar.menu-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-bar.menu-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-bar.menu-close span {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


/*************************
02.1 Submenu & Megamenu
*************************/

.mainmenu ul ul,
.mainmenu ul li .mega-menu {
    width: 220px;
    position: absolute;
    text-align: left;
    background-color: #f9f9f9;
    top: calc(100% + 30px);
    z-index: 9999999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}

.mainmenu ul li:hover>ul,
.mainmenu ul li:hover>.mega-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    border-top: 2px solid #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.mainmenu ul ul li {
    display: block;
}

.mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
    color: #797979;
    text-transform: capitalize;
    font-size: 14px;
    padding: 8px 10px 8px 20px;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.mainmenu ul li.has-mega .mega-menu span a:hover {
    background-color: #00468c;
    color: #ffffff !important;
}

.mainmenu ul ul li:last-child>a {
    border-bottom: 0px;
}

.mainmenu ul ul li a:after {
    content: "";
}

.mainmenu ul ul li>ul {
    left: -100%;
    top: 50%;
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
}

.mainmenu ul ul li:hover>ul {
    top: 20%;
}

.mainmenu ul li.has-mega .mega-menu {
    width: 100%;
    left: 0;
    padding: 20px 0px;
}

.mainmenu ul li.has-mega .mega-menu span {
    width: 25%;
    float: left;
    border-left: 1px solid #eee;
}

.mainmenu ul li.has-mega .mega-menu span a {
    padding-left: 20px;
    padding-right: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.mainmenu ul li.has-mega .mega-menu span a:last-child {
    border-bottom: 0px;
}

.mainmenu ul li.has-mega .mega-menu span a:hover {
    padding-left: 3px;
    padding-left: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.mainmenu ul li span a.active {
    font-weight: 600;
}

.mainmenu ul ul li.active>a {
    background-color: #eee;
    font-weight: 600;
}

.main_nav_ul {
    float: right;
}


/*************************
02.2 Sticky menu
*************************/

.header-area.stick .logo a {
    color: #222;
    margin-top: 2px;
    position: relative;
    z-index: 9999999;
}

.header-area.stick .logo a h2 span {
    background-color: #222;
    color: #fff;
}

.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
    color: #000000;
}

.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega>a:before,
.stick .mainmenu ul li.has-mega>a:after,
.stick .mean-container a.meanmenu-reveal span {
    background-color: #222;
}


/*************************
02.3 Hidden menu bar
*************************/

.hidden-menu-bar .mainmenu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0;
    visibility: visible;
    padding-right: 0;
    position: relative;
    z-index: 10;
    float: right;
}


/*************************
02.4 Onepage side menu
*************************/

.left-side-wrapper {
    background-color: #222;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 15%;
    z-index: 99;
}

.left-side-wrapper .logo {
    text-align: center;
}

.left-side-wrapper .mainmenu ul li {
    display: block;
}

.left-side-wrapper .mainmenu ul li a {}

.left-side-wrapper .mainmenu {
    margin-top: 50px;
    position: relative;
}

.left-side-wrapper .mainmenu ul li>a:after,
.left-side-wrapper .mainmenu ul li.active>a:after {
    bottom: -5px;
    left: 20px;
    right: auto;
}

.right-side-wrapper {
    margin-left: 15%;
    width: 85%;
}

.right-side-wrapper .container-fluid {
    padding: 0% 10%;
}

.right-side-wrapper .container-fluid .single-project-item {
    height: 370px;
}

.right-side-wrapper m .single-project-item.large {
    height: 460px;
}


/*************************
02.5 Onepage Menu
*************************/

.mainmenu.one-page-menu ul li a {
    padding-right: 10px;
    padding-left: 10px;
}

.mainmenu.one-page-menu ul li:hover a:after,
.mainmenu.one-page-menu ul li.active a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 90%;
}

.mainmenu.one-page-menu ul li a:after {
    width: 0%;
    height: 1px;
    content: "";
    background-color: #fff;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.stick .mainmenu.one-page-menu ul li a:after {
    background-color: #222;
}

.rp_mobail_menu_main_wrapper {
    float: none;
    width: 100%;
}

.kv_sub_menu {
    position: unset !important;
}

.kv_mega_menu {
    width: 100% !important;
    left: 0;
}

.kv_mega_menu_width {
    float: left;
    width: 100%;
    overflow: hidden;
}

.jn_menu_partion_div {
    float: left;
    width: 22%;
}

.jn_menu_partion_div:first-child {
    position: relative;
    padding-bottom: 5px;
}

.jn_menu_partion_div:first-child:after {
    content: '';
    width: 501px;
    min-height: 450px;
    background: #f9f9f9;
    position: absolute;
    left: -500px;
    top: 0;
}

.jn_menu_partion_div:nth-child(2) {
    width: 56%;
}

.jn_menu_partion_div li {
    float: left;
    width: 100%;
}

.jn_menu_partion_div ul {
    position: unset !important;
}

.mainmenu ul li:hover>ul .jn_menu_partion_div ul,
.mainmenu ul li:hover>.mega-menu .jn_menu_partion_div ul {
    opacity: 1 !important;
    visibility: visible !important;
}

.jn_menu_tabs_cont li a {
    font-weight: 500 !important;
    text-transform: uppercase !important;
    background: transparent !important;
    color: #797979 !important;
    padding-left: 30px !important;
}

.jn_menu_tabs_cont ul {
    background: transparent !important;
}

.jn_menu_tabs_cont li a:hover {
    background: transparent !important;
    color: #797979 !important;
    border-color: transparent !important;
}

.jn_menu_tabs_cont li:hover>a {
    color: #797979 !important;
}

.jn_menu_tabs_cont .nav-tabs .nav-item.show .nav-link,
.jn_menu_tabs_cont .nav-tabs .nav-link.active {
    background: #fff !important;
    border-color: transparent !important;
    position: relative;
    font-size: 14px;
}

.jn_menu_tabs_cont .nav-tabs .nav-link.active:after {
    content: '\f067';
    position: absolute;
    font-family: FontAwesome;
    left: 8px;
    top: 8px;
    font-size: 10px;
    color: #523746;
}

.jn_menu_tabs_cont .nav-tabs .nav-link.active:before {
    content: '\f105';
    position: absolute;
    font-family: FontAwesome;
    right: 8px;
    top: 8px;
    font-size: 18px;
    color: #523746;
}

.jn_menu_tabs_cont ul {
    width: 100% !important;
    border-bottom: 0;
}

.jen_tabs_conent_list ul {
    width: 100% !important;
}

.jen_tabs_conent_list {
    margin-top: 30px;
    padding-left: 20px;
}

.jen_tabs_conent_list li a {
    border: 0 !important;
}

.jen_tabs_conent_list li a:hover {
    color: #3f2f2f;
}

.jen_tabs_conent_list2 {
    padding-left: 0;
    position: relative;
}

.jen_tabs_conent_list2:after {
    content: '';
    width: 1px;
    height: 180px;
    background: #eee;
    position: absolute;
    right: 45px;
    top: 25px;
}

.jn_menu_img_blog {
    text-align: center;
    margin-top: 20px;
}

.jn_menu_img_blog h5 {
    padding-top: 10px;
    line-height: 26px;
    font-size: 16px;
}

.navi_btn {
    float: left;
    width: 180px;
    height: 30px;
    background: #9c1111;
    color: #fff !important;
    text-align: center;
    line-height: 28px;
    padding: 0 !important;
    margin-left: 20px !important;
    margin-top: 15px !important;
}

.mainmenu ul li:hover .gc_main_navigation i,
.mainmenu ul li.active>.gc_main_navigation i {
    color: #583744 !important;
}

.kv_navigation_wrapper {
    float: left;
    width: auto;
}

.jen_search_btn_wrapper {
    float: right;
    width: auto;
}


/*-- search Start --*/

.serach-header {
    float: right;
    z-index: 1;
}

.serach-header .searchd {
    background: transparent;
    line-height: 50px;
    height: 50px;
    border: 0;
}

.serach-header .searchd i {
    color: #29abff;
    font-size: 16px;
    border: 0 !important;
}

.searchd {
    background: transparent;
    float: left;
    height: 20px;
    border: 0;
    color: #797979;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .blue_serch {
    display: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.white_serch {
    display: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .white_serch {
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.searchd:hover {
    color: #e17000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.serach-header .searchbox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 65, 101, 0.94);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11000;
}

.serach-header .searchbox .close {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    opacity: 1;
    padding-top: 1px;
    text-shadow: none;
    float: right;
}

.serach-header .searchbox.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.jen_search_box_wrapper input::-webkit-input-placeholder {
    color: #797979;
    font-size: 23px;
    font-weight: 600;
}

.jen_search_box_wrapper input:-moz-placeholder {
    /* Firefox 18- */
    color: #797979;
    font-size: 23px;
    font-weight: 600;
}

.jen_search_box_wrapper input::-moz-placeholder {
    /* Firefox 19+ */
    color: #797979;
    font-size: 23px;
    font-weight: 600;
}

.jen_search_box_wrapper input:-ms-input-placeholder {
    color: #797979;
    font-size: 23px;
    font-weight: 600;
}

.search_wrap {
    float: left;
    padding-top: 17px;
}

.jen_search_heading_wrapper h3 {
    color: #fff;
    text-transform: capitalize;
    float: left;
}

.jen_search_box_wrapper {
    margin-top: 20px;
}

.jen_search_box_wrapper input {
    width: calc(100% - 70px);
    height: 60px;
    float: left;
    color: #797979;
    font-size: 23px;
    font-weight: 600;
    padding-left: 20px;
    border: 0;
}

.jen_search_box_wrapper button {
    float: left;
    width: 70px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    font-size: 20px;
    color: #797979;
    border: 0;
    cursor: pointer;
}

.jen_search_box_filter_wrapper h5 {
    color: #e17000;
    background: #fff;
    padding: 11px 15px;
    float: left;
    opacity: 1;
    font-size: 16px;
    font-weight: 600;
}

.jen_search_box_filter_wrapper ul {
    float: right;
}

.jen_search_box_filter_wrapper li {
    float: left;
}

.jen_search_box_filter_wrapper li a {
    text-transform: uppercase;
    background: #fff;
    float: left;
    padding: 7px 10px;
    font-size: 12px;
    color: #797979;
    margin-top: 2px;
    margin-right: 2px;
}

.jen_search_box_filter_wrapper li:last-child a {
    margin-right: 0;
}

.jen_search_box_filter_wrapper li a input[type="checkbox"] {
    display: none;
}

.jen_search_box_filter_wrapper li a label {
    cursor: pointer;
    color: #797979;
    font-weight: 500 !important;
    margin: 0;
}

.jen_search_box_filter_wrapper li a input[type="checkbox"]+label:before {
    border: 1px solid #797979;
    content: "\00a0";
    display: inline-block;
    font: 18px/1em sans-serif;
    height: 13px;
    padding: 0;
    margin-right: 8px;
    margin-top: 6px;
    line-height: 10px;
    vertical-align: top;
    width: 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.jen_search_box_filter_wrapper li a input[type="checkbox"]:checked+label:before {
    background: #fff;
    color: #797979;
    content: "\2713";
}

.jen_search_box_filter_wrapper li a input[type="checkbox"]:checked+label:after {
    font-weight: bold;
}

.jen_pagination_text_wrapper h5 {
    color: rgba(255, 255, 255, 0.8196078431372549);
    text-transform: lowercase;
    padding-top: 20px;
    font-size: 18px;
}

.jen_pagination_text_wrapper h5 span {
    text-transform: initial;
    float: right;
    padding-right: 10px;
}

.jen_filter_text_boxes_wrapper {
    margin-top: 40px;
}

.jen_filter_text_boxes_wrapper h5 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.52);
}

.jen_filter_text_boxes_wrapper h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 21px;
    padding-top: 5px;
}

.jen_filter_text_boxes_wrapper h3 {
    color: rgba(255, 255, 255, 0.64);
    text-transform: capitalize;
    font-size: 20px;
    padding-top: 5px;
    font-family: 'GothamHTF-Book';
}

.jen_filter_text_boxes_wrapper a {
    text-transform: uppercase;
    background: #aa272c;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    margin-top: 10px;
    float: left;
}

.jen_filter_text_main_boxes_wrapper {
    height: 500px;
    overflow-y: scroll;
}

.jen_filter_pagination_wrapper {
    text-align: center;
}

.jen_filter_pagination_wrapper ul {
    display: inline-block;
    margin-top: 50px;
}

.jen_filter_pagination_wrapper li {
    float: left;
    margin-top: 10px;
}

.jen_filter_pagination_wrapper li a {
    width: 50px;
    height: 45px;
    float: left;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background: #9a9999;
}

.jen_filter_pagination_wrapper li:last-child a {
    width: 80px;
}

.jen_filter_pagination_wrapper li a:hover {
    background: #b7b5b5;
}

.jen_filter_pagination_wrapper li a i {
    font-size: 11px;
}

.searchbox {
    text-align: center;
}

.jen_search_inner_box_warpper {
    width: 50%;
    display: inline-block;
    text-align: left;
    margin-top: 100px;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #e17000;
    text-decoration: none;
    opacity: .75;
}

.jen_contact_btn_wrapper {
    float: right;
    width: auto;
    padding-top: 17px;
    padding-bottom: 18px;
    padding-left: 10px;
    position: relative;
    padding-right: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_contact_btn_wrapper:hover {
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_contact_btn_wrapper:after {
    content: '';
    border: 0.5px solid #fff;
    width: 0;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    margin: 0px auto !important;
    bottom: 8px !important;
    opacity: 0 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_contact_btn_wrapper:hover:after {
    content: '';
    border: 0.5px solid #797979;
    width: 75px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 8px !important;
    opacity: 1 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_contact_btn_wrapper ul {
    width: 220px;
    position: absolute;
    text-align: left;
    background-color: #fff;
    top: calc(100% + 30px);
    z-index: 9999999;
    left: 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.jen_contact_btn_wrapper:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    border-top: 2px solid #fff;
    -o-box-shadow: 0px 0px 25px -10px;
    -ms-box-shadow: 0px 0px 25px -10px;
    -moz-box-shadow: 0px 0px 25px -10px;
    -webkit-box-shadow: 0px 0px 25px -10px;
    box-shadow: 0px 0px 25px -10px;
}

.jen_contact_btn_wrapper .jen_cont_drop_btn {
    float: left;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #797979;
    color: #797979;
    text-transform: uppercase;
    font-family: "Gotham-Medium";
    font-size: 12px;
    position: relative;
}

.jen_contact_btn_wrapper .jen_cont_drop_btn span {
    position: absolute;
    width: 15px;
    height: 15px;
    text-align: center;
    float: left;
    line-height: 15px;
    background: #fff;
    color: #797979;
    font-size: 8px;
    left: -7px;
    top: -7px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_contact_btn_wrapper .jen_cont_drop_btn:hover {
    border: 1px solid #e17000;
    color: #e17000;
}

.jen_contact_btn_wrapper .jen_cont_drop_btn:hover span {
    color: #e17000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_contact_btn_wrapper ul li a {
    color: #797979 !important;
    text-transform: uppercase;
    font-size: 11.5px;
    letter-spacing: 0.5px;
    padding: 8px 10px 8px 20px;
    margin: 0;
    float: left;
    font-weight: 600;
}

.jen_contact_btn_wrapper ul li a:hover {
    color: #e17000 !important;
}

.jen_contact_btn_wrapper:hover .jen_cont_drop_btn {
    border: 1px solid #797979 !important;
    color: #797979 !important;
}

.jen_contact_btn_wrapper:hover a span {
    background: #fff !important;
    color: #797979 !important;
}

.jn_menu_img_blog a {
    font-size: 14px !important;
    color: #fff !important;
    display: inline-block !important;
    width: 160px;
    height: 50px;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
    line-height: 35px !important;
    text-align: center;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.jn_menu_img_blog a:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

.jn_menu_img_blog img {
    width: 230px;
}

.jen_select_btn_wrapper {
    float: right;
    width: auto;
    margin-top: 17px;
    position: relative;
    margin-left: 10px;
}

.jen_select_btn_wrapper:after {
    content: '';
    border: 1px solid #fff;
    width: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_select_btn_wrapper .nice-select .option.selected,
.jen_select_btn_wrapper .nice-select .option {
    font-family: "Gotham-Medium";
    color: #797979;
}

.jen_select_btn_wrapper .nice-select {
    padding-left: 7px;
    font-family: "Gotham-Medium";
    border-radius: 0;
    height: 29px;
    width: 45px;
    line-height: 28px;
    border: 1px solid #797979;
    color: #797979;
    font-size: 11.5px;
    margin-right: 10px;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_select_btn_wrapper .nice-select:after {
    right: 9px;
}

.jen_select_btn_wrapper p {
    position: relative;
}

.jen_select_btn_wrapper p:after {
    content: '';
    background: #797979;
    height: 1px;
    width: 20px;
    position: absolute;
    left: 7px;
    bottom: -33px;
    -moz-transform: rotate(141deg);
    -webkit-transform: rotate(141deg);
    -o-transform: rotate(141deg);
    -ms-transform: rotate(141deg);
    transform: rotate(142deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_select_btn_wrapper p:before {
    content: '';
    border: 0.7px solid #797979;
    height: 10px;
    position: absolute;
    left: 9px;
    bottom: -38px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jn_menu_partion_div_first {
    width: 25%;
    background: #fff !important;
}

.jn_menu_partion_div_first:after {
    display: none !important;
}

.jn_menu_partion_div_second {
    width: 45% !important;
}

.jn_menu_partion_div_third {
    width: 30%;
}

.kv_mega_menu_width_first {
    padding-bottom: 20px;
}

.jn_menu_img_blog_first {
    text-align: center;
    padding-left: 15px;
}

.jn_menu_img_blog_first img {
    float: left;
    padding-right: 15px;
}

.jn_menu_img_blog_first h5 {
    float: left;
    padding-top: 20px;
}

.jn_menu_img_blog_first a {
    float: left;
}

.jen_tabs_conent_list2_first:after {
    right: 24px !important;
}

.jen_tabs_conent_list_first {
    padding-left: 0;
}

.jen_tabs_conent_list_first li a {
    position: relative !important;
}

.jen_tabs_conent_list_first li a:after {
    content: '\f067' !important;
    position: absolute !important;
    font-family: FontAwesome !important;
    left: 0px !important;
    top: 8px !important;
    font-size: 10px !important;
    color: #3f2f2f!important;
    opacity: 0 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_tabs_conent_list_first li a:hover:after {
    opacity: 1 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.parent a:hover {
    color: #3f2f2f;
}

.menu_fixed {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    padding-top: 0;
    background: #fff;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
}


/*--- responsive menu css Start -------*/


/* -------------------------------- 

Main Components 

-------------------------------- */

header {
    height: 65px;
}

.mobail_menu {
    float: left;
}

.cd-dropdown-wrapper {
    display: inline-block;
    position: relative;
    height: 40px;
    margin: 0 0 0 0%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    margin-top: 20px;
}

.house_toggle i {
    font-size: 17px;
}

.cd-dropdown-trigger {
    display: block;
    position: relative;
    padding: 0 36px 0 20px;
    line-height: 40px;
    background-color: #111433;
    color: #ffffff;
    border-radius: 3px;
}

.no-touch .cd-dropdown-trigger:hover {
    background-color: #171b46;
}

.cd-dropdown-trigger::before,
.cd-dropdown-trigger::after {
    /* this is the arrow inside the dropdown trigger*/
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
}

.cd-dropdown-trigger::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-dropdown-trigger::after {
    right: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown-trigger {
        font-size: 1.5rem;
    }
    .cd-dropdown-trigger.dropdown-is-active {
        background-color: #3f8654;
    }
    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
        background-color: #47975f;
    }
    .cd-dropdown-trigger.dropdown-is-active::before,
    .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        width: 14px;
    }
    .cd-dropdown-trigger.dropdown-is-active::before {
        /* transform the arrow into a 'X' */
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }
    .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 50px;
        line-height: 50px;
    }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 20px;
    padding-right: 50px;
}

.cd-dropdown {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 300PX;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
}

.cd-dropdown h2 {
    /* dropdown title - mobile version only */
    position: relative;
    z-index: 1;
    position: relative;
    line-height: 39px;
    background: #fff;
}

.cd-dropdown h2 a {
    color: #3e2d2e;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.cd-dropdown h2 span {
    color: #23c0e9;
}

.cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
    /* this is the 'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 13px;
    width: 1px;
    background-color: #000000;
}

.cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown .cd-close {
        top: 5px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown {
        position: absolute;
        top: calc(100% - 2px);
        /* reset style*/
        height: auto;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-color: #ffffff;
        color: #111433;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    }
    .open-to-left .cd-dropdown {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        right: 0;
        left: auto;
    }
    .cd-dropdown h2,
    .cd-dropdown .cd-close {
        /* on desktop - hide title and 'X' */
        display: none;
    }
    .cd-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    }
}

.cd-dropdown-content,
.cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px;
    overflow: auto;
    overflow-x: hidden;
}

.cd-dropdown-content a,
.cd-dropdown-content ul a {
    display: block;
    color: #797979;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cd-dropdown-content li:first-of-type>a,
.cd-dropdown-content ul li:first-of-type>a {
    border-top-width: 0;
}

.cd-dropdown-content li:last-of-type>a,
.cd-dropdown-content ul li:last-of-type>a {
    border-bottom-width: 1px;
}

.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0b0e23;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #585a70;
    text-transform: uppercase;
}

.cd-dropdown-content .cd-divider+li>a,
.cd-dropdown-content ul .cd-divider+li>a {
    border-top-width: 0;
}

.cd-dropdown-content a,
.cd-dropdown-content .cd-search,
.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul a,
.cd-dropdown-content ul .cd-search,
.cd-dropdown-content ul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.cd-dropdown-content.is-hidden,
.cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.cd-dropdown-content.is-hidden>li>a,
.cd-dropdown-content.is-hidden>li>.cd-search,
.cd-dropdown-content.is-hidden>.cd-divider,
.cd-dropdown-content.move-out>li>a,
.cd-dropdown-content.move-out>li>.cd-search,
.cd-dropdown-content.move-out>.cd-divider,
.cd-dropdown-content ul.is-hidden>li>a,
.cd-dropdown-content ul.is-hidden>li>.cd-search,
.cd-dropdown-content ul.is-hidden>.cd-divider,
.cd-dropdown-content ul.move-out>li>a,
.cd-dropdown-content ul.move-out>li>.cd-search,
.cd-dropdown-content ul.move-out>.cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0;
}

.cd-dropdown-content.move-out>li>a,
.cd-dropdown-content.move-out>li>.cd-search,
.cd-dropdown-content.move-out>.cd-divider,
.cd-dropdown-content ul.move-out>li>a,
.cd-dropdown-content ul.move-out>li>.cd-search,
.cd-dropdown-content ul.move-out>.cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content,
.dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown-content,
    .cd-dropdown-content ul {
        padding-top: 60px;
    }
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {}
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown-content,
    .cd-dropdown-content ul {
        padding-top: 0;
        overflow: visible;
    }
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        color: #111433;
        height: 50px;
        line-height: 50px;
        font-size: 1.5rem;
        border-color: #ebebeb;
    }
    .cd-dropdown-content .cd-divider,
    .cd-dropdown-content ul .cd-divider {
        background-color: transparent;
        color: #b3b3b3;
        border-top: 1px solid #ebebeb;
    }
    .cd-dropdown-content .cd-divider+li>a,
    .cd-dropdown-content ul .cd-divider+li>a {
        border-top-width: 1px;
    }
    .cd-dropdown-content.is-hidden>li>a,
    .cd-dropdown-content.is-hidden>li>.cd-search,
    .cd-dropdown-content.is-hidden>.cd-divider,
    .cd-dropdown-content.move-out>li>a,
    .cd-dropdown-content.move-out>li>.cd-search,
    .cd-dropdown-content.move-out>.cd-divider,
    .cd-dropdown-content ul.is-hidden>li>a,
    .cd-dropdown-content ul.is-hidden>li>.cd-search,
    .cd-dropdown-content ul.is-hidden>.cd-divider,
    .cd-dropdown-content ul.move-out>li>a,
    .cd-dropdown-content ul.move-out>li>.cd-search,
    .cd-dropdown-content ul.move-out>.cd-divider {
        /* reset mobile style */
        opacity: 1;
    }
}

.cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #3f8654;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3,
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px;
}

.cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: #111433;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
    background-image: url("../img/nucleo-icon-1.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
    background-image: url("../img/nucleo-icon-2.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
    background-image: url("../img/nucleo-icon-3.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
    background-image: url("../img/nucleo-icon-4.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
    background-image: url("../img/nucleo-icon-5.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
    background-image: url("../img/nucleo-icon-6.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
    background-image: url("../img/nucleo-icon-7.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
    background-image: url("../img/nucleo-icon-8.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
    background-image: url("../img/nucleo-icon-9.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
    background-image: url("../img/nucleo-icon-10.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
    background-image: url("../img/nucleo-icon-11.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
    background-image: url("../img/nucleo-icon-12.svg");
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown-content {
        /* reset mobile style */
        position: static;
        height: auto;
        width: 280px;
    }
    .cd-dropdown-content>li:last-of-type a {
        border-bottom: none;
    }
    .no-touch .cd-dropdown-content>li:not(.has-children) a:hover {
        color: #000000;
    }
    .cd-dropdown-content.move-out>li>a,
    .cd-dropdown-content.move-out>li>.cd-search,
    .cd-dropdown-content.move-out>.cd-divider {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .cd-dropdown-content .cd-secondary-dropdown,
    .cd-dropdown-content .cd-dropdown-gallery,
    .cd-dropdown-content .cd-dropdown-icons {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: 100%;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    }
    .cd-dropdown-content .cd-secondary-dropdown::after,
    .cd-dropdown-content .cd-dropdown-gallery::after,
    .cd-dropdown-content .cd-dropdown-icons::after {
        clear: both;
        content: "";
        display: table;
    }
    .open-to-left .cd-dropdown-content .cd-secondary-dropdown,
    .open-to-left .cd-dropdown-content .cd-dropdown-gallery,
    .open-to-left .cd-dropdown-content .cd-dropdown-icons {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        left: auto;
        right: 100%;
    }
    .cd-dropdown-content .cd-secondary-dropdown.is-hidden,
    .cd-dropdown-content .cd-dropdown-gallery.is-hidden,
    .cd-dropdown-content .cd-dropdown-icons.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-in,
    .cd-dropdown-content .cd-dropdown-gallery.fade-in,
    .cd-dropdown-content .cd-dropdown-icons.fade-in {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-in 0.2s;
        -moz-animation: cd-fade-in 0.2s;
        animation: cd-fade-in 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-out,
    .cd-dropdown-content .cd-dropdown-gallery.fade-out,
    .cd-dropdown-content .cd-dropdown-icons.fade-out {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-out 0.2s;
        -moz-animation: cd-fade-out 0.2s;
        animation: cd-fade-out 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown>.go-back,
    .cd-dropdown-content .cd-dropdown-gallery>.go-back,
    .cd-dropdown-content .cd-dropdown-icons>.go-back {
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown>.see-all,
    .cd-dropdown-content .cd-dropdown-gallery>.see-all,
    .cd-dropdown-content .cd-dropdown-icons>.see-all {
        position: absolute;
        bottom: 20px;
        height: 45px;
        text-align: center;
    }
    .cd-dropdown-content .cd-secondary-dropdown>.see-all a,
    .cd-dropdown-content .cd-dropdown-gallery>.see-all a,
    .cd-dropdown-content .cd-dropdown-icons>.see-all a {
        margin: 0;
        height: 100%;
        line-height: 45px;
        background: #ebebeb;
        pointer-events: auto;
        -webkit-transition: color 0.2s, background-color 0.2s;
        -moz-transition: color 0.2s, background-color 0.2s;
        transition: color 0.2s, background-color 0.2s;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown>.see-all a:hover,
    .no-touch .cd-dropdown-content .cd-dropdown-gallery>.see-all a:hover,
    .no-touch .cd-dropdown-content .cd-dropdown-icons>.see-all a:hover {
        color: #ffffff;
        background-color: #111433;
    }
    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item,
    .cd-dropdown-content .cd-secondary-dropdown a,
    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
    .cd-dropdown-content .cd-dropdown-gallery a,
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item,
    .cd-dropdown-content .cd-dropdown-icons a {
        border: none;
    }
    .cd-dropdown-content .cd-dropdown-gallery,
    .cd-dropdown-content .cd-dropdown-icons {
        padding: 20px 30px 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery>.see-all,
    .cd-dropdown-content .cd-dropdown-icons>.see-all {
        width: calc(100% - 60px);
    }
    .cd-dropdown-content .cd-dropdown-icons>li,
    .cd-dropdown-content .cd-secondary-dropdown>li {
        width: 50%;
        float: left;
    }
    .cd-dropdown-content .cd-secondary-dropdown {
        overflow: hidden;
        width: 550px;
        padding-bottom: 65px;
    }
    .cd-dropdown-content .cd-secondary-dropdown::before {
        /* this is the separation line in the middle of the .cd-secondary-dropdown element */
        position: absolute;
        content: '';
        top: 290px;
        left: 15px;
        height: 1px;
        width: 520px;
        background-color: #ebebeb;
    }
    .cd-dropdown-content .cd-secondary-dropdown>li>a {
        color: #3f8654;
        font-size: 1.6rem;
        margin-bottom: 10px;
        line-height: 30px;
        height: 30px;
        pointer-events: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown>li>a::after,
    .cd-dropdown-content .cd-secondary-dropdown>li>a::before {
        /* hide the arrow */
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown.move-out>li>a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .cd-dropdown-content .cd-secondary-dropdown>li {
        margin: 20px 0;
        border-right-width: 1px;
        border-color: #ebebeb;
        border-style: solid;
        padding: 0 30px;
        height: 250px;
    }
    .cd-dropdown-content .cd-secondary-dropdown>li:nth-of-type(2n) {
        border-right-width: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown>li>ul {
        /* reset mobile style */
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        position: relative;
        height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown>li>ul>.go-back {
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown a {
        line-height: 25px;
        height: 25px;
        font-size: 1.3rem;
        padding-left: 0;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: #3f8654;
    }
    .cd-dropdown-content .cd-secondary-dropdown ul {
        padding-bottom: 25px;
        overflow: hidden;
        height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
        padding-left: 20px;
        color: transparent;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: transparent;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a::before,
    .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
        left: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown .see-all {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .cd-dropdown-content .cd-dropdown-gallery {
        width: 600px;
        padding-bottom: 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery>li {
        width: 48%;
        float: left;
        margin-right: 4%;
    }
    .cd-dropdown-content .cd-dropdown-gallery>li:nth-of-type(2n) {
        margin-right: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
        padding: 0;
        height: auto;
        line-height: normal;
        color: #3f8654;
        margin-bottom: 2em;
    }
    .cd-dropdown-content .cd-dropdown-gallery>li:nth-last-of-type(2) a,
    .cd-dropdown-content .cd-dropdown-gallery>li:last-of-type a {
        margin-bottom: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery img {
        position: static;
        height: auto;
        width: 100%;
        margin: 0 0 0.6em;
    }
    .cd-dropdown-content .cd-dropdown-icons {
        width: 600px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
        height: 80px;
        line-height: 1.2;
        padding: 24px 0 0 85px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
        background: #ebebeb;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
        color: #3f8654;
        font-weight: bold;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
        display: block;
        font-size: 1.2rem;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
        left: 25px;
    }
    .cd-dropdown-content>.has-children>ul {
        visibility: hidden;
    }
    .cd-dropdown-content>.has-children>ul.is-active {
        /* when hover over .cd-dropdown-content items - show subnavigation */
        visibility: visible;
    }
    .cd-dropdown-content>.has-children>.cd-secondary-dropdown.is-active>li>ul {
        /* if .cd-secondary-dropdown is visible - show also subnavigation */
        visibility: visible;
    }
    .cd-dropdown-content>.has-children>a.is-active {
        /* hover effect for .cd-dropdown-content items with subnavigation */
        box-shadow: inset 2px 0 0 #3f8654;
        color: #3f8654;
    }
    .cd-dropdown-content>.has-children>a.is-active::before,
    .cd-dropdown-content>.has-children>a.is-active::after {
        background: #3f8654;
    }
    .open-to-left .cd-dropdown-content>.has-children>a.is-active {
        box-shadow: inset -2px 0 0 #3f8654;
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}

.cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #797979;
    border: none;
    border-radius: 0;
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0;
}

.cd-search input[type="search"]::-webkit-input-placeholder {
    color: #797979;
}

.cd-search input[type="search"]::-moz-placeholder {
    color: #797979;
}

.cd-search input[type="search"]:-moz-placeholder {
    color: #797979;
}

.cd-search input[type="search"]:-ms-input-placeholder {
    color: #797979;
}

.cd-search input[type="search"]:focus {
    background: #ffffff;
    color: #111433;
    outline: none;
}

.cd-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

@media only screen and (min-width: 1024px) {
    .cd-search input[type="search"] {
        background-color: #ebebeb;
    }
    .cd-search input[type="search"]::-webkit-input-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]::-moz-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]:-moz-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]:-ms-input-placeholder {
        color: #b3b3b3;
    }
}

.has-children>a,
.go-back a {
    position: relative;
}

.has-children>a::before,
.has-children>a::after,
.go-back a::before,
.go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 1px;
    width: 9px;
    background: #797979;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.has-children>a::before,
.go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.has-children>a::after,
.go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
    .has-children>a::before,
    .has-children>a::after,
    .go-back a::before,
    .go-back a::after {
        background: #b3b3b3;
    }
}

.has-children>a {
    padding-right: 40px;
    font-size: 14px;
    font-weight: 500;
}

.has-children>a::before,
.has-children>a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
    .open-to-left .cd-dropdown-content>.has-children>a {
        padding-left: 40px;
        padding-right: 20px;
    }
    .open-to-left .cd-dropdown-content>.has-children>a::before,
    .open-to-left .cd-dropdown-content>.has-children>a::after {
        right: auto;
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }
}

.cd-dropdown-content .go-back a {
    padding-left: 40px;
}

.cd-dropdown-content .go-back a::before,
.cd-dropdown-content .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}

.cd-dropdown-content li a {}

.cd-dropdown-content li a:hover {
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    color: #ffffff;
}

.has-children:hover>a::before,
.has-children:hover>a::after,
.go-back:hover a::before,
.go-back:hover a::after {
    background: #ffffff;
}

.kv_navi_main_wrapper:hover .hover_color {
    color: #fff;
}

.kv_navi_main_wrapper:hover .jen_select_btn_wrapper .nice-select {
    border: 1px solid #fff;
    background: #797979;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .jen_select_btn_wrapper:after {
    border: 1px solid #797979;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .jen_select_btn_wrapper p:after {
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .jen_select_btn_wrapper p:before {
    border: 0.7px solid #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .jen_contact_btn_wrapper a {
    border: 1px solid #fff;
    color: #fff;
}

.kv_navi_main_wrapper:hover .jen_contact_btn_wrapper a span {
    background: #797979;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .searchd {
    color: #fff;
}

.kv_logo_wrapper {
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_logo_wrapper2 {
    display: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .kv_logo_wrapper2 {
    display: block !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .kv_logo_wrapper {
    display: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.house_toggle svg {
    fill: #797979;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .house_toggle svg {
    fill: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_tabs_conent_list_first_services li a {
    position: relative;
    text-transform: capitalize !important;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
}

.jen_tabs_conent_list_first_services li:first-child a {
    font-size: 14px !important;
    font-weight: 800;
    padding-bottom: 15px !important;
    text-transform: uppercase !important;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}

.jen_tabs_conent_list_first_services li a:after {
    top: 0 !important;
}

.jen_tabs_conent_list_first_services li:first-child a:before {
    content: '';
    border: 0.5px solid rgba(0, 0, 0, 0.07);
    position: absolute;
    left: 19px;
    width: 233px;
    bottom: 8px;
}

.edu_navihation_header_wrapper {
    position: relative;
}

.edu_seach_wrapper {
    float: right;
    width: auto;
    padding-top: 20px;
}

.gc_search_box {
    position: absolute;
    right: 0px;
    top: 100%;
    padding: 0px;
    width: 100%;
    display: inline-block;
    border-radius: 0px;
    background-color: #ffffff;
    display: none;
    z-index: 1000;
}

.gc_search_box input {
    float: left;
    width: calc(100% - 60px);
    padding: 0px 10px;
    height: 120px;
    border: 1px solid #e1e1e1;
    border-right: 0px;
    font-size: 30px;
    color: #000000;
}

.gc_search_box button {
    width: 60px;
    height: 120px;
    color: #000000;
    border: 1px solid #e1e1e1;
    border-left: none;
    background-color: #ffffff;
    text-align: center;
    padding: 0px;
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#search_button svg {
    width: 16px;
    fill: #797979;
    line-height: 0;
    height: 16px;
}

.edu_profile_wrapper {
    width: auto;
    float: right;
    padding-top: 5px;
}

.edu_profile_wrapper .nice-select {
    height: 50px;
    border: 0;
    border-radius: 0;
    padding-right: 15px;
    background: transparent;
    line-height: 50px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.edu_profile_wrapper li a {
    float: left;
    width: 100%;
    padding-left: 15px !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_profile_wrapper li a:hover {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_profile_wrapper .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.edu_profile_wrapper .current {
    color: #7b96c4;
    font-weight: 600;
    font-size: 14px;
}

.edu_profile_wrapper .nice-select:after {
    margin-top: -1px;
    right: 5px;
}

.edu_profile_wrapper .current img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.edu_profile_wrapper .list {
    width: 210px;
    left: auto;
    right: 0;
}

.edu_profile_wrapper i:before {
    margin-left: 0;
    margin-right: 5px;
}

.edu_message_dropbox_wrapper ul li:first-child {
    background: #f9f9f9;
    padding-left: 15px;
}

.edu_message_dropbox_wrapper .nice-select .list:hover .option:first-child:not(:hover) {
    background: #f9f9f9 !important;
}

.edu_message_dropbox_wrapper .nice-select .option {
    float: left;
    width: 100%;
}

.edu_message_dropbox_wrapper .nice-select .option:last-child {
    text-align: center;
    padding-top: 10px;
    color: #666666;
    font-weight: 600;
}

.edu_message_dropbox_wrapper .nice-select {
    height: 50px;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 50px;
    padding-right: 5px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #797979;
}

.edu_message_dropbox_wrapper .nice-select .option:hover,
.edu_message_dropbox_wrapper .nice-select .option.focus,
.edu_message_dropbox_wrapper .nice-select .option.selected.focus {
    background: transparent;
}

.edu_message_dropbox_wrapper .nice-select .list {
    left: auto;
    right: -10px;
    width: 300px;
    padding-bottom: 5px;
}

.edu_message_dropbox_wrapper {
    float: right;
    width: auto;
    padding-top: 9px;
}

.edu_message_dropbox_wrapper .nice-select:after {
    display: none;
}

#search_button {
    cursor: pointer;
}

.crm_mess_main_box_wrapper {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.crm_mess_img_wrapper {
    float: left;
    width: 50px;
}

.crm_mess_img_wrapper img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.crm_mess_img_cont_wrapper {
    float: left;
    width: calc(100% - 50px);
    padding-left: 10px;
    padding-top: 9px;
}

.crm_mess_img_cont_wrapper h4 {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
}

.crm_mess_img_cont_wrapper h4 span {
    font-size: 12px;
    color: #666666;
    float: right;
    font-weight: 500;
}

.crm_mess_img_cont_wrapper p {
    font-size: 12px;
    line-height: 0;
    padding-top: 10px;
    color: #756666;
}

.crm_mess_all_main_box_wrapper {
    float: left;
    width: 100%;
}

.crm_mess_all_main_box_wrapper p a {
    text-align: center;
    color: #666666;
    font-weight: 600;
    width: 100%;
    float: left;
    padding: 10px;
}

.budge_noti {
    float: left;
    width: 18px;
    height: 18px;
    line-height: 15px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    background: #ff4081;
    color: #fff !important;
    padding: 0 !important;
    font-style: normal;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 29px;
    top: 3px;
}

.budge_noti_wrapper {
    position: relative;
}

.nice-select.open .list {
    z-index: 100;
}


/*------- edu logo header wrapper End ------*/


/*-- revolution slider open --*/

.slide1 h2 {
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    padding-left: 45px;
    padding-right: 50px;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 55px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.slide2 h2 {
    background: #fff;
    padding-left: 30px;
    padding-right: 41px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 55px;
    color: #583844;
    font-family: 'Poppins', sans-serif;
    -o-box-shadow: 0px 0px 25px -10px;
    -ms-box-shadow: 0px 0px 25px -10px;
    -moz-box-shadow: 0px 0px 25px -10px;
    -webkit-box-shadow: 0px 0px 25px -10px;
    box-shadow: 0px 0px 25px -10px;
}

.slide3 h2 {
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    padding-left: 30px;
    padding-right: 43px;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 55px;
    color: #fff;
    margin-top: -27px;
    font-family: 'Poppins', sans-serif;
}


/*-- revolution slider end --*/


/*-- revolution slider end --*/

.index3_form_wrapper {
    padding: 100px 0;
    position: relative;
    background: #f9f9f9;
}

.index3_form_box {
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    float: left;
    width: 100%;
    margin-top: 50px;
    background: #fff;
}

.select_box3 {
    float: left;
    width: 22%;
    margin-left: 0;
}

.select_box3 .nice-select {
    border: 0;
    border-right: 1px solid #e2e2e2;
    background: transparent;
    font-style: normal;
    width: 100%;
}

.select_box3 .nice-select .current {
    left: 30px;
    font-size: 16px;
    text-transform: capitalize;
}

.select_box3 .nice-select.open .list {
    width: 100%;
}

.contct_form_new3 {
    float: left;
    width: 25%;
}

.contct_form_new3 input {
    font-style: normal;
    border: 0;
    margin-bottom: 0;
    margin-top: 5px;
    width: 100%;
    height: 45px;
    padding-left: 20px;
}

.index3_form_search {
    float: left;
    width: 9%;
    border-radius: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.index3_form_search:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

.select_box .nice-select {
    height: 60px;
    line-height: 60px;
}

.index3_form_search a i {
    color: #fff;
    font-size: 18px;
}

.index3_form_search a {
    float: left;
    width: 100%;
}

.edu_heading_wrapper {
    text-align: center;
}

.edu_heading_wrapper h3 {
    font-size: 30px;
    color: #ba0000;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.edu_heading_wrapper p {
    padding-top: 40px;
}

.edu_heading_wrapper h3:after {
    position: absolute;
    content: '';
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    width: 60px;
    height: 3px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    bottom: -20px;
    transition: all 500ms ease;
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}


/*-- edu form wrapper end --*/


/*-- edu books wrapper Start --*/

.edu_books_main_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}

.edu_books_text h3 a {
    font-size: 18px;
    color: #1e283c;
    font-weight: 600;
}

.edu_books_text h3 a:hover {
    color: #523746;
}

.edu_books_text p {
    padding-top: 10px;
}

.edu_books_text h4 {
    margin-top: 20px;
}

.edu_books_text h4 a {
    font-size: 14px;
    color: #fff;
    float: left;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_books_text h4 a:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}


/*-- edu books wrapper End --*/


/*-- edu form wrapper end --*/


/*-- edu addmi wrapper Start --*/

.edu_addmi_main_box_wrapper {
    border: 1px solid #DCDFE8;
    padding: 30px;
}

.edu_addmi_main_box_wrapper h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
/* 
.edu_addmi_main_wrapper {
    padding-bottom: 50px;
} */

.edu_addmi_main_box_wrapper p {
    padding-top: 15px;
}

.edu_addmi_main_box_wrapper a {
    float: left;
    margin-top: 15px;
    color: #4b3339;
    font-weight: 400;
}

.edu_addmi_main_box_wrapper a i {
    color: #4b3339;
    position: relative;
    top: 3px;
    left: 4px;
}

.edu_addmi_center_main_box_wrapper img {
    width: 100%;
}

.edu_addmi_center_main_box_wrapper h4 {
    font-size: 20px;
    padding-top: 20px;
}

.edu_addmi_center_main_box_wrapper h4 a {
    font-weight: 600;
    color: #000;
}

.edu_addmi_center_main_box_wrapper p {
    padding-top: 15px;
}


/*-- edu counter wrapper Start --*/

.edu_counter_main_section_wrapper {
    background: url('../img/assets/projects/slider2.jpg') 50% 0 repeat-y;
    background-position: center -418px;
    background-size: cover;
    height: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative !important;
    background-attachment: fixed !important;
}

.edu_counter_img_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.582);
}

.icon {
    float: left;
    width: 50px;
}

.count-description {
    float: left;
    width: calc(100% - 50px);
    padding-left: 20px;
}

.timer {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.timer:after {
    position: absolute;
    content: '';
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    width: 60px;
    height: 3px;
    left: 0px;
    bottom: -13px;
    transition: all 500ms ease;
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.con1 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.74);
    padding-top: 30px;
}


/*-- edu counter wrapper End --*/


/*-- edu course wrapper Start --*/

.edu_course_main_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    display: none;
}

#filter {
    position: relative;
    display: inline-block;
    height: 50px;
    border: 2px solid #e38612;
    background: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#filter li a {
    display: block;
    font-size: 16px;
    cursor: pointer;
    color: #000000;
    font-weight: 600;
    letter-spacing: 1px;
    background: transparent;
    padding: 5px 10px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#filter li {
    position: relative;
}

.my_filter_tabs .active {
    position: relative;
}

#filter li a:last-child {
    margin-right: 0px;
}

#filter li a {
    padding: 10px 50px;
}

.filter_slider {
    display: inline-block;
    height: 50px;
    border-radius: 3px;
    background-color: #e38612;
    position: absolute;
    z-index: 1;
    bottom: -48px;
    transition: all .4s linear;
    border-radius: 50px;
    ;
}

#filter li .active {
    color: #ffffff !important;
}

.edu_coll_slider_tabs .nav-tabs .active a {
    background-color: transparent!important;
    border: none!important;
    position: relative;
}

.edu_coll_slider_tabs .tab-pane {
    padding: 15px;
    height: 300px;
}

.edu_coll_slider_tabs .nav-tabs li {
    margin: 0px;
    float: left;
}

.edu_coll_slider_tabs .nav-tabs li a {
    position: relative;
    margin-right: 0px!important;
    padding: 12px 23px!important;
    font-size: 16px;
    border: none!important;
    text-transform: uppercase;
    color: #1e283c;
    letter-spacing: 1px;
}

.edu_coll_slider_tabs .nav-tabs a:hover {
    background-color: transparent!important;
    border: none;
}

.slider {
    display: inline-block;
    height: 3px;
    background-color: #5e3a4a;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    transition: all .4s linear;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.edu_coll_slider_tabs .nav-tabs .active a {
    background-color: transparent!important;
    border: none!important;
    position: relative;
}

.edu_coll_slider_tabs .nav-tabs {
    position: relative;
    border: 0;
    display: inline-block;
    padding-bottom: 20px;
}

.edu_coll_slider_tabs .nav-tabs:after {
    content: '';
    background: rgba(84, 102, 237, 0.2);
    width: 130%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -70px;
}

.edu_coll_slider_tabs {
    padding-top: 60px;
    text-align: center;
}

.edu_slide_tabs_img_box img {
    width: 100%;
}

.edu_slide_tabs_img_box {
    position: relative;
}

.edu_tabs_label {
    width: 70px;
    height: 70px;
    text-align: center;
    background: #dad5d5;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    bottom: -35px;
    right: 30px;
}

.edu_tabs_label:after {
    content: '';
    border: 10px solid #fff;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -4px;
    left: -4px;
}

.edu_tabs_label p {
    font-size: 20px;
    color: #3d3d3d;
    line-height: 70px;
}

.edu_slide_tab_box {
    margin-top: 60px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_tabs_label_inner {
    width: 70px;
    height: 70px;
    text-align: center;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_tabs_label_inner p {
    font-size: 20px;
    color: #fff;
    line-height: 70px;
}

.edu_slide_tab_box:hover .edu_tabs_label_inner {
    top: -55px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_slide_tabs_img_cont_box {
    padding: 40px 20px;
    border: 1px solid #eee;
    border-top: 0;
}

.edu_slide_tab_box:hover {
    -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_slide_tabs_img_cont_box h4 {
    font-size: 16px;
    color: #797979;
    font-family: 'Poppins', sans-serif;
}

.edu_slide_tabs_img_cont_box h4 span,
.edu_slide_tabs_img_cont_box h3 a:hover {
    color: #5e3a4a;
}

.edu_slide_tabs_img_cont_box h3 {
    padding-top: 10px;
}

.edu_slide_tabs_img_cont_box h3 a {
    font-size: 22px;
    font-weight: 600;
    color: #1e283c;
    position: relative;
}

.edu_slide_tabs_img_cont_box h3 a:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    left: 0px;
    bottom: -20px;
    transition: all 500ms ease;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.edu_slide_tabs_img_cont_box p {
    padding-top: 35px;
}

.edu_slide_tabs_img_cont_box h5 {
    margin-top: 30px;
}

.edu_slide_tabs_img_cont_box h5 a {
    font-size: 14px;
    color: #fff;
    float: left;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.edu_slide_tabs_img_cont_box h5 a:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

.edu_slide_tab_box2 {
    margin-top: 30px;
}


/*-- edu course wrapper End --*/


/*-- edu gallery wrapper Start --*/

.edu_gallery_main_wrapper {
    background: #fbfbfb;
    padding-top: 100px;
    padding-bottom: 100px;
}

.swiper-container {
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
    margin-top: 60px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 350px;
}

.screenshot-style2 .swiper-pagination-bullet-active {
    background: #ec919a;
}

.swiper-pagination-bullet {
    background: #dddddd;
    opacity: 1 !important;
    width: 12px;
    height: 12px;
    margin-left:7px;

}

.swiper-slide-active {
    position: relative;
}

.swiper-slide img {
    width: 100%;
}

.screenshot-style2 {
    background-color: #0f1129;
}

.swiper-pagination-bullet-active {
    background: red none repeat scroll 0 0 !important;
    opacity: 1;
}

.swiper-button-next {
    display: block !important;
    opacity: 1;
}

.swiper-button-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 45px;
    left: 2%;
    font-size: 25px;
    padding-right: 3px;
    top: 60%;
    color: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
}

.swiper-button {
    position: absolute;
    top: 40%;
}

.swiper-button-next {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 45px;
    padding-left: 3px;
    right: 2%;
    font-size: 25px;
    top: 60%;
    color: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}


.edu_gallery_slider_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 500px;
    bottom: 0;
    text-align: center;
    background: rgba(138, 62, 73, 0.46);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.swiper-slide-active .edu_gallery_slider_overlay {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_gallery_slider_overlay a {
    position: absolute;
    display: inline-block;
    top: 40%;
    left: 50%;
    color: #fff;
    font-size: 16px;
    width: 50px;
    height: 50px;
    margin-left: -20px;
    line-height: 50px;
    text-align: center;
    background: #453134;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}


/*-- edu gallery wrapper End --*/


/*-- edu team wrapper Start --*/

.edu_team_main_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}

.edu_team_main_box {
    width: 100%;
    height: 250px;
    text-align: center;
    background: #f1f1f1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 60px;
}

.edu_team_main_box:after {
    content: '';
    border: 10px solid #483237;
    width: 100%;
    height: 250px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.edu_team_inner_box {
    width: 100%;
    height: 250px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.edu_team_main_box:hover .edu_team_inner_box {
    top: -220px;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.edu_team_inner_box img {
    width: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 250px;
}

.edu_team_main_box h3 {
    padding-top: 80px;
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_team_main_box h3 a {
    font-size: 18px;
    color: #483237;
    font-weight: 600;
}

.edu_team_main_box:hover h3,
.edu_team_main_box:hover p,
.edu_team_main_box:hover ul {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_team_main_box p {
    font-size: 16px;
    color: #1e283c;
    padding-top: 5px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_team_main_box ul {
    display: inline-block;
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_team_main_box li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.edu_bottom_btn_wrapper {
    text-align: left;
}

.edu_bottom_btn_wrapper a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 160px;
    height: 50px;
    margin-top: 60px;
    line-height: 50px;
    text-align: center;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.edu_bottom_btn_wrapper a:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}


/*-- edu team wrapper End --*/


/*-- edu Blog wrapper Start --*/

.edu_blog_main_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.edu_blog_main_wrapper:after {
    content: '';
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_heading_second_wrapper {
    position: relative;
    z-index: 1;
}

.edu_heading_second_wrapper h3 {
    color: #fff;
}

.edu_heading_second_wrapper h3:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 60px;
    height: 3px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    bottom: -20px;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.edu_heading_second_wrapper p {
    color: rgba(255, 255, 255, 0.74);
}

.edu_blog_main_box {
    position: relative;
    z-index: 1;
    margin-top: 60px;
    padding: 20px;
    padding-top: 32px;
    top: 0;
    background: #fff;
    border: 1px solid #eee;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_blog_label {
    width: 120px;
    height: 40px;
    text-align: center;
    -webkit-border-top-right-radius: 50px;
    -moz-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    top: 25px;
    left: -1px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_blog_label p {
    color: #fff;
    line-height: 37px;
}

.edu_blog_img_wrapper img {
    width: 100%;
}

.edu_blog_date p {
    float: right;
}

.edu_blog_date {
    padding-bottom: 35px;
}

.edu_blog_img_content_wrapper p {
    padding-top: 20px;
}

.edu_blog_img_content_wrapper ul {
    margin-top: 10px;
}

.edu_blog_img_content_wrapper li {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}

.edu_blog_img_content_wrapper li a i {
    color: #433033;
}

.edu_blog_img_content_wrapper li:last-child a i {
    color: #c70606;
}

.edu_blog_main_box:hover {
    position: relative;
    top: -5px;
    -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


/*-- edu Blog wrapper End --*/


/*-- edu partner wrapper End --*/

.edu_partner_main_wrapper {
    padding: 100px 0;
    position: relative;
    background: #f9f9f9;
}

.sw_partners_wrapper {
    float: left;
    width: 100%;
}

.partners_slider_wrapper {
    float: left;
    width: 100%;
    text-align: center;
}

.partners_slider_wrapper .owl-carousel .owl-stage:after {
    height: 20px;
}

.partners_slider_wrapper .owl-carousel .owl-stage-outer {
    padding: 5px 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.partners_slider_wrapper .owl-theme .owl-dots {
    display: none;
}

.partners_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: 30%;
    z-index: 1;
    display: block;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.partners_slider_wrapper .owl-theme .owl-nav .owl-prev {
    color: #fff;
    font-size: 16px;
    margin: 5px;
    width: 45px;
    height: 45px;
    padding-right: 11px;
    left: -55px;
    position: absolute;
    line-height: 40px;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.partners_slider_wrapper .owl-theme .owl-nav .owl-next {
    color: #fff;
    font-size: 16px;
    margin: 5px;
    width: 45px;
    height: 45px;
    right: -55px;
    padding-left: 13px;
    position: absolute;
    line-height: 40px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    display: inline-block;
    border-radius: 40px;
    cursor: pointer;
}

.partners_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.partners_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lr_prt_img_wrapper img {
    float: left;
    width: auto;
}

.lr_prt_img_wrapper {
    background: transparent;
    padding: 40px;
    width: 210px;
    height: 130px;
    padding-top: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.lr_prt_img_wrapper:hover {
    background: #fff;
    -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.partners_slider_wrapper .owl-carousel .owl-item {
    padding-right: 10px !important;
}

.partners_slider_wrapper {
    margin-top: 60px;
}


/*-- edu partner wrapper End --*/


/*-- edu_letter_main_wrapper Start --*/

.edu_letter_main_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_left_envo {
    float: left;
    width: 50%;
    padding-top: 7px;
}

.edu_left_envo img {
    float: left;
}

.edu_left_envo h3 {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    width: auto;
    padding-left: 15px;
    padding-top: 4px;
}

.edu_right_form {
    float: left;
    width: 50%;
}

.edu_right_form input {
    width: calc(100% - 160px);
    float: left;
    height: 50px;
    position: relative;
    left: 23px;
    background: transparent;
    border: 1px solid #fff;
    padding-left: 20px;
    color: #fff;
    -webkit-border-top-left-radius: 50px;
    -moz-border-top-left-radius: 50px;
    border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.edu_right_form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.63);
}

.edu_right_form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.63);
}

.edu_right_form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.63);
}

.edu_right_form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.63);
}

.edu_right_form button {
    width: 160px;
    height: 50px;
    background: #fff;
    color: #402f30;
    cursor: pointer;
    border: transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}


/*-- edu_letter_main_wrapper End--*/


/***-----footer wrapper css------*****/

.footer {
    background: #1e283c;
    padding-top: 80px;
    padding-bottom: 80px;
    text-transform: capitalize;
    position: relative;
}

.footer_first_contact li {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.footer_first_contact li:first-child {
    padding-top: 30px;
}

.footer_first_contact li i:before {
    float: left;
    color: #946880;
    font-size: 26px;
    width: 20px;
    line-height: 40px;
}

.footer_first_contact li p {
    float: left;
    padding-left: 20px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.49);
    font-weight: 300;
    width: calc(100% - 20px);
}

.footer_first_contact li a {
    color: rgba(255, 255, 255, 0.49);
    font-size: 16px;
    font-weight: 300;
    float: left;
    padding-left: 20px;
}

.footerNav h5 {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 35px;
}

.footer ul li a:hover {
    color: #946880;
}

.icon_list_news {
    margin-top: 20px;
    float: left;
}

.icon_list_news li {
    float: left;
    margin-right: 10px;
}

.icon_list_news li a {
    float: left;
    background: #3a4868;
    width: 40px;
    line-height: 40px;
    height: 40px;
    padding-left: 0 !important;
    text-align: center;
    border-radius: 100px;
}

.icon_list_news li a:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.icon_list_news li a i {
    color: #cccccc;
    font-size: 14px;
}

.icon_list_news li a:hover i {
    color: #fff;
}

.footer_border_displ ul li {
    margin-bottom: 15px;
}

.footer_border_displ ul li a {
    color: rgba(255, 255, 255, 0.49);
}

.footer_border_displ ul li a i:before {
    margin-right: 14px;
    font-size: 6px;
    position: relative;
    top: -2px;
    color: #d88e92f2;
}

.copyright_left {
    padding-left: 10px;
    position: relative;
    z-index: 1000;
}

.footerNav {
    position: relative;
    z-index: 1000;
}

.footerNav a img {
    padding-right: 10px;
}

.copyright_left a {
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.45);
}

.copyright_left a:hover {
    color: #523746;
}

.copyright_left {
    padding-top: 30px;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 300;
    float: left;
    width: 100%;
    text-align: center;
}

.edu_footer_bottom {
    background: #1e283c;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    text-align: center;
}


/**---------- inner header pages css -------****/

.page_header h1 {
    font-size: 50px;
    line-height: 50px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.sub_title_section {
    padding-top: 10px;
}

.sub_title_section ul {
    display: inline-block;
}

.page_header .sub_title li {
    float: left;
    font-size: 16px;
    line-height: 35px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.page_header {
    padding-top: 30px;
    text-align: center;
}

.page_header .sub_title li:last-child {
    color: #e4b3b9;
    font-style: italic;
}

.page_header .sub_title a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-style: italic;
}

.page_header .sub_title a:hover {
    color: #1e283c;
}

.page_title_section:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(10, 15, 28, 0.7);
}

.page_title_section {
    background: url(../images/inner_page.jpg) 50% 0 repeat-y;
    float: left;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}


/*-- about inner css --*/

.iner_abt_wrapper {
    position: relative;
    padding: 100px 0;
    text-align: center;
}

.about_slider_wrapper {
    padding-bottom: 100px;
}

.about_slider_wrapper .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -70px;
}

.about_slider_wrapper .owl-theme .owl-dots .owl-dot {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.about_slider_wrapper .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    display: block;
    margin: 5px;
    background: #e8e8e8;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.about_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.about_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background: #523746;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.about_slider_wrapper .owl-theme .owl-dots .owl-dot.active,
.about_slider_wrapper .owl-theme .owl-dots .owl-dot:hover {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.about_slider_wrapper .owl-theme .owl-nav {
    display: none;
}

.about_text_wrapper img {
    padding-top: 30px;
}

.about_text_wrapper p {
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
}

.about_text_wrapper h5 {
    font-size: 16px;
    margin: 20px 0px 0px;
    color: #a0a0a0;
    text-transform: capitalize;
}

.about_text_wrapper h5 span {
    color: #523746;
}


/****----awards wrapper css---****/

.awards_wrapper {
    background: #fafafa;
}

.award_left_Wrapper {
    width: 50%;
    float: left;
    position: relative;
    min-height: 280px;
    padding: 50px;
    padding-bottom: 20px;
    text-align: right;
    background: rgba(176, 58, 46, 1);
    /* Kırmızı tonlarda başlangıç rengi */
    background: -moz-linear-gradient(left, rgba(176, 58, 46, 1) 0%, rgba(123, 36, 28, 1) 100%);
    /* Kırmızı tonlarda gradient */
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(176, 58, 46, 1)), color-stop(100%, rgba(123, 36, 28, 1)));
    /* Kırmızı tonlarda gradient */
    background: -webkit-linear-gradient(left, rgba(176, 58, 46, 1) 0%, rgba(123, 36, 28, 1) 100%);
    /* Kırmızı tonlarda gradient */
    background: -o-linear-gradient(left, rgba(176, 58, 46, 1) 0%, rgba(123, 36, 28, 1) 100%);
    /* Kırmızı tonlarda gradient */
    background: -ms-linear-gradient(left, rgba(176, 58, 46, 1) 0%, rgba(123, 36, 28, 1) 100%);
    /* Kırmızı tonlarda gradient */
    background: linear-gradient(to right, rgba(176, 58, 46, 1) 0%, rgba(123, 36, 28, 1) 100%);
    /* Kırmızı tonlarda gradient */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b03a2e', endColorstr='#7b241c', GradientType=1);
    /* Kırmızı tonlarda gradient */
}

.award_left_Wrapper h3 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.award_left_Wrapper p {
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 20px;
}

.award_right_Wrapper {
    width: 50%;
    float: left;
    padding-top: 104px;
    padding-left: 50px;
    min-height: 280px;
}

.award_list li {
    float: left;
    margin-right: 30px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.award_list li a {
    padding-top: 13px;
    float: left;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.award_list li i:before {
    font-size: 54px;
    text-align: center;
    color: #8b2f27;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.award_list.float_left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.award_list li:hover i:before,
.award_list li:hover a {
    color: #523746;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.award_btn {
    float: right;
    margin-top: 0;
}

.award_btn a {
    margin-top: 0;
    font-size: 16px;
    text-transform: capitalize;
    float: right;
    line-height: 45px;
    color: #453034;
    background: #fff;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.award_btn a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.inner_Story_wrapper {
    padding: 100px 0;
}

.left_heading {
    text-align: left;
    position: relative;
    padding-bottom: 40px;
}

.left_heading h3:after {
    position: absolute;
    content: '';
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    width: 60px;
    height: 3px;
    left: 0px;
    right: auto;
    margin: 0;
    bottom: -20px;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.edu_btn a {
    margin-top: 20px;
    float: middle;
}

.inner_btn a {
    background: #30a3f0;
    color: #fff;
}

.inner_btn a::before {
    border: 2px solid #30a3f0;
}

.inner_btn a:hover {
    background: transparent;
    color: #30a3f0;
}


/***--blog wrapper css---***/

.blog_wrapper {
    padding: 100px 0;
}

.blog_wrapper .blog-post-wrapper .post-thumbnail {
    position: relative;
}

.blog_wrapper .blog-post-wrapper .blog-content {
    padding-top: 30px;
}

.blog_wrapper .blog-post-wrapper .entry-header {
    margin-bottom: 20px;
    background: transparent;
}

.blog_wrapper .blog-post-wrapper .entry-title a {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta {
    font-size: 13px;
    color: #444444;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li {
    display: inline-block;
    line-height: 10px;
    margin-right: 20px;
    font-size: 16px;
}

.post-thumbnail .test-popup-link {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
}

.post-thumbnail img {
    width: 100%;
}

.vedie_img img {
    width: auto;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li i {
    margin-right: 5px;
    color: #412f30;
    font-size: 14px;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    position: relative;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li a {
    text-transform: capitalize;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li a:hover {
    color: #402f2f;
}

.blog_wrapper .blog-post-wrapper .entry-content {}

.blog_wrapper .blog-post-wrapper .entry-content p {
    margin: 0;
}

.blog_wrapper .blog-post-wrapper .entry-footer {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    bottom: 20px;
}

.blog-post-wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.blog_wrapper .blog-post-wrapper .entry-footer .entry-meta li {
    display: inline-block;
    margin-right: 7px;
}

.blog-post-wrapper:hover .entry-title a {
    color: #412f30;
}

.blog_wrapper .blog-post-wrapper .entry-footer .entry-meta li:last-child {
    margin-right: 0;
}

#blogoneSlider .carousel-control {
    top: 49%;
    bottom: 20px;
    position: absolute;
    width: 30px;
    height: 23px;
    font-size: 14px;
    font-weight: 600;
    color: #2d3a4b;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

#blogoneSlider .carousel-control.left,
#blogoneSlider .carousel-control.right {
    background-image: none;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    line-height: 24px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

#blogoneSlider .carousel-control:focus,
#blogoneSlider .carousel-control:hover {
    background-color: #30a3f0;
    color: #fff !important;
    filter: alpha(opacity=100);
    opacity: 1;
}

#blogoneSlider .carousel-control.left {
    left: 10px;
}

#blogoneSlider .carousel-control.right {
    right: 10px;
}

.blog-content .blog_read {
    text-transform: capitalize;
    color: #412f30;
    padding-top: 20px;
    font-weight: 500;
    float: left;
    display: inline-block;
}

.blog-content .blog_read i {
    position: relative;
    top: 1px;
    left: 5px;
}

.iner_blog {
    margin-bottom: 50px;
}

.iner_blog_toper {
    padding-bottom: 50px;
}

.blog_prev,
.blog_prev .prev_btn {
    padding-top: 0;
}

.blog_prev {
    padding-top: 10px;
}

.blog_dark_wrapper {
    margin-bottom: 50px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    border-radius: 5px;
    padding: 60px 0;
    text-align: center;
}

.blog_dark_wrapper a i {
    color: #fff;
}

.blog_dark_wrapper h1 {
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 10px;
    color: #fff;
    padding-top: 15px;
}

.blog_dark_wrapper .port-single-entry-meta a i {
    color: rgba(255, 255, 255, 0.8);
    margin-right: 8px;
    font-size: 14px;
}

.blog_dark_wrapper .port-single-entry-meta a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-transform: capitalize;
}

.sidebar_widget {
    margin-bottom: 50px;
}

.right_sidebar {
    padding-left: 50px;
}

.widget_heading h2 {
    margin: 0px 0px 60px 0px;
    font-size: 22px;
    color: #2d3a4b;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
}

.search_form .form-control {
    position: relative;
    height: 50px;
    color: #999;
    padding: 0px 60px 0px 15px;
    background: #ffffff;
    font-weight: 400;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 16px;
    border: 1px solid #412f30;
    box-shadow: none;
}

.search_form {
    position: relative;
}

.search_form .form-group {
    margin-bottom: 0;
}

.search_form button {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
}

.search_form button i {
    color: #412f30;
    font-size: 18px;
}

.sidebar_widget .blog_date {
    margin-top: 7px;
    font-size: 14px;
    color: #412f30;
    font-weight: 500;
}

.sidebar_widget .blog_image {
    float: left;
    width: 90px;
}

.blog_wrapper22 {
    margin-bottom: 30px;
}

.blog_wrapper22:last-child {
    margin-bottom: 0;
}

.sidebar_widget .blog_text {
    font-size: 14px;
    font-weight: 500;
    float: left;
    width: calc(100% - 90px);
}

.sidebar_widget .blog_text h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
}

.sidebar_widget .blog_text h5 a {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.sidebar_widget .blog_text h5 a:hover {
    color: #463135;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.sidebar_tag_cloud li {
    float: left;
    margin-bottom: 8px;
    margin-right: 8px;
}

.sidebar_tag_cloud li a {
    float: left;
    text-align: center;
    font-size: 14px !important;
    font-weight: 500;
    color: #2d3a4b;
    padding: 5px 10px;
    text-transform: capitalize;
    border: 2px solid #412f30;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.sidebar_tag_cloud li span i {
    color: #5e2ced;
    font-size: 13px;
    margin-right: 5px;
}

.sidebar_tag_cloud li a:hover {
    color: #fff;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.text_widget p {
    padding-bottom: 20px;
}

.text_widget a {
    font-weight: 500;
    color: #4e343c;
}

.instagram_images li {
    float: left;
    margin-right: 14px;
    margin-bottom: 14px;
}

.instagram_img_wrapper {
    position: relative;
    width: auto;
    display: inline-block;
}

.instagram_img_wrapper img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.instagram_img_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%;
    opacity: 0;
    transition: .2s ease;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.instagram_img_overlay_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    background: #111;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.instagram_wrapper:hover .instagram_img_overlay {
    background-color: rgba(114, 65, 91, 0.49);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}


/***-----blog single css-----****/

.blog_single_box {
    position: relative;
    padding: 80px 0;
}

.blog_single_box h1 {
    line-height: 30px;
    font-size: 22px;
    font-weight: 400;
    padding: 0 20px;
    padding-bottom: 15px;
}

.blog_single_box img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    margin: 0px auto;
}

.blog_single_img {
    padding-top: 40px;
}

.blog_image_single {
    float: left;
    width: 300px;
}

.blog_text_single {
    float: left;
    width: calc(100% - 300px);
    padding-left: 30px;
}

.blog_text_single p {
    padding-bottom: 20px;
}

.blog_text_single li {
    margin-bottom: 10px;
}

.blog_text_single li a i {
    margin-right: 20px;
    color: #493238;
}

.blog_single_text {
    padding: 50px 0 0 0;
}

.btc_blog_post_admin_main_wrapper {
    margin-top: 50px;
    padding: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.btc_blog_single_post_admin_img {
    float: left;
    width: 140px;
}

.btc_blog_single_post_admin_img_cont {
    float: left;
    width: calc(100% - 140px);
    padding-left: 10px;
}

.btc_blog_single_post_admin_img_cont h2 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.btc_blog_single_post_admin_img_cont h1 {
    line-height: 24px;
    margin-bottom: 10px;
}

.btc_blog_single_post_admin_img_cont h1 a {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}

.btc_blog_single_post_admin_img_cont p {
    color: rgba(255, 255, 255, 0.7);
}

.comments_wrapper {
    padding: 50px 0;
}

.comments_Box {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.last_comment_box {
    border: 0;
    margin-bottom: 0px;
}

.comments_Box .img_wrapper {
    float: left;
    width: 100px;
}

.comments_Box .text_wrapper {
    float: left;
    width: calc(100% - 100px);
    padding-left: 30px;
}

.author_detail {
    margin-bottom: 15px;
}

.author_detail .author_name {
    font-size: 20px;
    font-weight: 600;
    color: #2d3a4b;
}

.author_detail .author_name i {
    font-size: 10px;
    padding: 0px 10px;
    color: #e8e8e8;
}

.author_detail .publish_date {
    font-size: 16px;
    color: #4d343b;
    font-style: italic;
}

.author_detail .publish_date a {
    color: #4d343b;
    font-style: italic;
    text-decoration: underline;
}

.comments_form .form-control {
    height: 50px;
    padding: 15px 23px;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: none;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.comments_form textarea.form-control {
    height: auto;
    resize: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.comments_form input::placeholder,
.comments_form textarea::placeholder {
    color: #999;
}

.comments_form .form-control:focus,
.comments_form .form-control:hover {
    color: #111;
    background-color: transparent;
    border: 1px solid #443034 !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.comments_form .form-group {
    position: relative;
}

.comments_form .form-group {
    margin-bottom: 20px;
}

.cntnt_form a {
    width: 100%;
}

.comments_form .form-group i {
    position: absolute;
    top: 17px;
    right: 22px;
    color: #c7c7c7;
}

.tb_btm_link_left {
    float: left;
    padding-top: 40px;
    display: inline-block;
}

.tb_btm_link_right {
    float: right;
    padding-top: 40px;
    display: inline-block;
}

.tb_btm_link_left ul {
    float: left;
}

.tb_btm_link_left li {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    color: #2d3a4b;
    font-size: 16px;
    font-weight: 500;
}

.tb_btm_link_left li:first-child,
.tb_btm_link_right li:first-child {
    padding-top: 8px;
}

.tb_btm_link_left li a {
    float: left;
    text-align: center;
    font-size: 16px !important;
    font-weight: 400;
    padding: 5px 15px;
    text-transform: capitalize;
    border: 2px solid #473136;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.tb_btm_link_left li span i {
    color: #493238;
    font-size: 13px;
    margin-right: 5px;
}

.tb_btm_link_left li a:hover {
    color: #fff;
    background: #473136;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.tb_btm_link_right ul {
    float: right;
}

.tb_btm_link_right li {
    float: left;
    margin-right: 12px;
    font-size: 16px;
    color: #2d3a4b;
    font-weight: 500;
    text-transform: capitalize;
}

.tb_btm_link_right li a {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #797979;
    font-size: 14px;
    border: 2px solid #473136;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.tb_btm_link_right li a:hover {
    color: #fff;
    background: #473136;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.widget_heading h2:after {
    position: absolute;
    content: '';
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #523746 100%);
    width: 60px;
    height: 3px;
    left: 0px;
    bottom: -20px;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.blog_single_text2 h5 {
    font-size: 17px !important;
    font-weight: 600 !important;
}

.blog_single_text2 .blog_date {
    color: #777;
}

.blog_single_text2 .blog_date i {
    margin-right: 5px;
}


/***------------- blog category wrapper css--------****/

#blogtwoSlider .carousel-control {
    top: 49%;
    bottom: 20px;
    position: absolute;
    width: 30px;
    height: 23px;
    font-size: 14px;
    font-weight: 600;
    color: #2d3a4b;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

#blogtwoSlider .carousel-control.left,
#blogtwoSlider .carousel-control.right {
    background-image: none;
    background-color: #fff;
    line-height: 24px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

#blogoneSlider .carousel-control i:before {
    font-size: 16px;
    color: #fff;
}

#blogtwoSlider .carousel-control:focus,
#blogtwoSlider .carousel-control:hover {
    background-color: #30a3f0;
    color: #fff !important;
    filter: alpha(opacity=100);
    opacity: 1;
}

#blogtwoSlider .carousel-control.left {
    left: 10px;
}

#blogtwoSlider .carousel-control.right {
    right: 10px;
}

.iner_blog {
    margin-bottom: 50px;
}

.iner_blog_toper {
    padding-bottom: 50px;
}

.blog_prev,
.blog_prev .prev_btn {
    padding-top: 0;
}

.blog_prev {
    padding-top: 10px;
}

.blog_pagination_section {
    text-align: center;
}

.blog_pagination_section ul {
    display: inline-block;
}

.blog_pagination_section li:first-child {
    margin-left: 0px;
}

.blog_pagination_section ul li {
    float: left;
    margin-left: 10px;
}

.blog_pagination_section ul li a {
    float: left;
    color: #222;
    line-height: 42px;
    height: 45px;
    width: 45px;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #e2e2e2;
}

.blog_pagination_section .next i:before,
.blog_pagination_section .prev i:before {
    color: #222;
    font-size: 16px;
}

.blog_pagination_section ul li a:hover {
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    color: #fff;
    border: 1px solid #5c3948;
}

.blog_pagination_section .next:hover i:before,
.blog_pagination_section .prev:hover i:before {
    color: #fff;
}

.blog_pagination_section .third_pagger a {
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    color: #fff;
}


/***-----contact us wrapper css-----****/

.contact_icon_section {
    padding-bottom: 100px;
    padding-top: 100px;
}

.contact_main {
    float: left;
    width: 100%;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.contact_main h4 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.contact_main p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}

.contact_icon_section i {
    font-size: 40px;
    line-height: 130px;
}

.contact_main:hover i {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.contact_rotate {
    display: inline-block;
    width: 130px;
    height: 130px;
    color: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.contact_rotate:after {
    position: absolute;
    top: 100%;
    border: 9px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    left: 50%;
    margin-left: -9px;
}

.contact_main .contact_rotate {
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.contact_main .contact_rotate:after {
    border-top-color: #643c4f;
}

.contact_main:hover .contact_rotate {
    background-color: #5e2ced;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.contact_main:hover h4 a {
    color: #4f343d;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

#map {
    float: left;
    width: 100%;
    height: 600px;
}

.conatct_btn2 {
    text-align: center !important;
    padding-top: 20px;
}

.conatct_btn2 button {
    width: 190px !important;
    border-radius: 5px !important;
}

.response {
    padding-left: 10px;
}

.contact_section .form-control {
    height: 50px;
    padding: 15px 18px;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    box-shadow: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #f9f9f9;
}

.contact_section form {
    width: 100%;
}

.contact_section textarea.form-control {
    height: auto;
    resize: none;
}

.contact_section input::placeholder,
.contact_section textarea::placeholder {
    color: #999;
}

.contact_section .form-control:focus,
.contact_section .form-control:hover {
    color: #111;
    background-color: transparent;
    border: 1px solid #523746 !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact_section .btn:focus {
    outline: none;
}

.contact_section-pos,
.contact_section-e,
.contact_section-m,
.contact_section-p {
    position: relative;
}

.contact_section .tb_es_btn_wrapper {
    float: left;
    width: 100%;
    text-align: left;
}

.ctc_row {
    padding-right: 0;
}

.contact_section .form-group i {
    position: absolute;
    top: 20px;
    right: 17px;
    font-size: 14px;
    color: #c7c7c7;
}

.contact_section .tb_es_btn_wrapper button {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #30a3f0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #30a3f0;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.contact_section {
    padding: 100px 0;
}

.contact_section .form-group {
    margin-bottom: 13px;
    position: relative;
}

.tb_es_btn_wrapper button:hover {
    background: transparent;
    color: #30a3f0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.comments_form2 {
    margin-top: 60px;
}

.i-name input,
.i-email input {
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    background: #fff !important;
}

.i-message textarea {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #fff !important;
}

.edu_contact_btn a {
    display: inline-block;
    float: none;
}

.edu_team_main_wrapper_inner {
    padding-top: 40px;
}

.contact_section {
    padding: 100px 0;
    padding-bottom: 75px;
    background: #f7f7f7;
}

.response {
    padding-left: 10px;
}

.contact_section .form-control {
    height: 50px;
    padding: 15px 18px;
    font-size: 16px;
    border: 1px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
}

.contact_section form {
    width: 100%;
}

.contact_section textarea.form-control {
    height: auto;
    resize: none;
}

.contact_section input::placeholder,
.contact_section textarea::placeholder {
    color: #999;
}

.contact_section .form-control:focus,
.contact_section .form-control:hover {
    color: #111;
    background-color: #fff;
    border: 1px solid #5d3949 !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact_section .btn:focus {
    outline: none;
}

.contact_section .tb_es_btn_wrapper {
    float: left;
    width: 100%;
    text-align: left;
}

.contact_section .tb_es_btn_wrapper button {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 0;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.contact_section .form-group {
    margin-bottom: 28px;
    position: relative;
}

.tb_es_btn_wrapper button:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

.edu_heading_wrapper_contactus {
    padding-bottom: 60px;
}


/* 404 error wrapper start*/

.error_page {
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 100px;
}

.error_page_cntnt {
    float: left;
    width: 100%;
}

.error_page_cntnt span {
    font-size: 200px;
    color: #6e4058;
    font-weight: 900;
}

.error_page_cntnt h2 span:first-child {
    text-shadow: -15px 0px 5px #e5e5e5;
    position: relative;
    z-index: 1;
}

.error_page_cntnt h2 span:nth-child(2) {
    color: #fff;
    margin-left: -28px;
    z-index: 1;
    position: relative;
    text-shadow: -2px 4px 23px #e5e5e5;
    position: relative;
    top: 10px;
}

.error_page_cntnt h2 span:last-child {
    margin-left: -30px;
    z-index: 1;
    text-shadow: 7px 10px 5px #e5e5e5;
    position: relative;
}

.error_page_cntnt h3 {
    font-size: 30px;
    color: #111;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    padding-top: 20px;
}

.error_page_cntnt h3:after {
    position: absolute;
    content: '';
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    width: 60px;
    height: 3px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    bottom: -20px;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.error_page_cntnt p {
    font-size: 16px;
    margin-bottom: 30px;
    width: 80%;
    margin: 0px auto;
}

.error_page_cntnt a {
    color: #412f31;
}

.error_page_mail_wrapper input {
    width: 60%;
    height: 46px;
    position: relative;
    color: rgb(101, 101, 101);
    font-size: 16px;
    margin-top: 30px;
    background: #fafafa;
    border: 1px solid #fafafa;
    padding: 17px 30px 17px 14px;
    border-radius: 50px;
    padding-left: 40px;
}

.error_page_mail_wrapper input:focus {
    outline: none;
}

.error_page_mail_wrapper .error_env {
    position: relative;
    left: 29px;
    z-index: 1;
    top: 0px;
    color: #603a4b;
}

.error_page_mail_wrapper a {
    position: relative;
    left: -55px;
    width: 46px;
    height: 46px;
    display: inline-block;
    line-height: 46px;
}


/*404 error wrapper end */


/*edu gallery wrapper Start */

.edu_gallery_img_wrapper {
    position: relative;
    margin-top: 30px;
}

.edu_gallery_img_wrapper img {
    width: 100%;
}

.edu_gallery_img_wrapper:hover .edu_gallery_slider_overlay {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.edu_coll_slider_tabs_gallery {
    padding-bottom: 30px;
}

.edu_gallery_inner_main_wrapper {
    padding-top: 40px;
    padding-bottom: 100px;
}


/*edu gallery wrapper end */


/*edu Services wrapper Start */

.edu_service_heading a {
    font-family: 'Poppins', sans-serif;
}

.edu_service_header header {
    height: auto;
}


/*edu Services wrapper end */


/*edu course wrapper Start */

.edu_inner_course_main_wrapper {
    padding-top: 40px;
    padding-bottom: 100px;
}

.edu_couse_pagination {
    margin-top: 60px;
}


/*edu course wrapper end */


/*edu course single wrapper Start */

.single_course_categories_box i {
    font-size: 24px;
    line-height: 30px;
    color: #cfcfcf;
}

.single_course_categories_box {
    border: 1px solid #cfcfcf;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.single_course_categories_box {
    float: left;
}

.single_course_box_content {
    float: left;
    padding-left: 10px;
    width: calc(100% - 50px);
}

.single_course_box_content p {
    font-size: 14px;
    margin-bottom: 0;
}

.single_course_box_content h4 {
    font-size: 16px;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
}

.single_course_box_content span {
    font-size: 16px;
    margin-top: 0;
}

.single_course_box_wrapper {
    margin-top: 40px;
}

.single_course_box_content i {
    color: #f7ca17;
}

.single_course_box_content i:last-child {
    color: #cfcfcf;
}

.course_second_content_wrapper h4 {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 60px;
    padding-bottom: 25px;
}

.course_third_content_wrapper h4 {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 25px;
}

.content_img1 {
    margin-top: 30px;
}


/*edu course single wrapper end */


/*edu tearcher single wrapper Start */

.team_tittle_img img {
    border: 10px solid #fff;
    margin-bottom: 45px;
}

.team_tittle_content h3 {
    font-size: 35px;
    padding-top: 30px;
    margin-bottom: 0;
    font-weight: 600;
}

.team_tittle_content img {
    margin-top: -25px;
}

@media only screen and (max-width: 991px) {
 
    .team_title_sec {
        background: none;
    }
    .team_tittle_img_wrapper {
        text-align: center;
    }
    .team_tittle_img img {
        display: inline-block;
    }
}

.social_icons_wrapper ul {
    padding: 0;
}

.social_icons_wrapper li {
    float: left;
    margin-right: 20px;
    text-align: center;
    margin-top: 20px;
}

.team_tittle_content p {
    margin-top: 10px;
}

.social_icons_wrapper a:hover {
    background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #523746 100%);
    background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #523746 100%);
    background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #523746 100%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.icon1 a {
    background: #3b5997;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.icon2 a {
    background: #55acee;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.icon3 a {
    background: #d13d2f;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.icon4 a {
    background: #006dc0;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.social_icons_wrapper li a {
    float: left;
    width: 35px;
    height: 35px;
    text-decoration: none;
    color: #fff;
}

.social_icons_wrapper i {
    line-height: 35px;
}

.team_content_wrapper h4 {
    padding-top: 40px;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}

.team_content_wrapper p:last-child {
    padding-top: 30px;
    padding-bottom: 30px;
}

.team_info_wrapper {
    padding-top: 20px;
}

.team_info_small_box {
    width: 40px;
    height: 40px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    text-align: center;
    float: left;
}

.team_info_contant {
    width: calc(100% - 40px);
    float: right;
}

.team_info_contant p {
    margin-top: -7px;
    margin-left: 18px;
}

.team_info_small_box i {
    color: #fff;
    font-size: 23px;
    line-height: 40px;
}

.team_info_small_box2 {
    width: 40px;
    height: 40px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    text-align: center;
    float: left;
}

.team_info_contant2 {
    width: calc(100% - 40px);
    float: right;
}

.team_info_contant2 p {
    margin-top: -4px;
    margin-left: 18px;
    margin-bottom: 0;
}

.team_info_small_box2 i {
    color: #fff;
    font-size: 23px;
    line-height: 40px;
}

.team_info_contant3 a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.team_info_contant3 a:hover {
    color: #523746;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.team_info_small_box3 {
    width: 40px;
    height: 40px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    text-align: center;
    float: left;
}

.team_info_contant3 {
    width: calc(100% - 40px);
    float: right;
}

.team_info_contant3 p {
    margin-top: -6px;
    margin-left: 18px;
    margin-bottom: 0;
}

.team_info_contant3 p:last-child {
    margin-top: -2px;
}

.team_info_small_box3 i {
    color: #fff;
    font-size: 23px;
    line-height: 40px;
}

.team_tittle_img img {
    width: 100%;
}

.edu_teacher_single_wrapper {
    padding-top: 60px;
    padding-bottom: 35px;
    background: url(../images/header_bg.jpg) 50% 0 repeat-y;
    background-position: left 0;
    background-repeat: no-repeat;
    position: relative;
}

.edu_teacher_img_overlay {
    background: rgba(255, 255, 255, 0.90);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.team_main_contant1 p {
    padding-top: 50px;
    font-size: 18px;
}

.team_main_contant2 {
    margin-top: 65px;
    border: 1px solid #d6e0e2;
    display: inline-block;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.team_main_contant2 p {
    font-size: 20px;
    padding-top: 25px;
    margin-bottom: 0;
}

.team_main_contant2 i {
    padding-top: 35px;
}

.team_main_contant2 i:last-child {
    padding-bottom: 35px;
}

.team_main_contant2_wrapper {
    text-align: center;
}

.team_main_contant3_wrapper p {
    padding-top: 65px;
}

.team_main_contant3_wrapper p:last-child {
    padding-top: 35px;
}

.gallery_section_wrapper {
    padding-top: 50px;
}

.team_name_wrapper h4 {
    font-size: 18px;
}

.team_name_wrapper p {
    margin-top: -8px;
}

.team_name_wrapper a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.team_name_wrapper a:hover {
    color: #41c75b;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.team_main_contant3 p {
    font-size: 18px;
    line-height: 28px;
}

.team_main_contant3 p:first-child {
    margin-top: 60px;
}

.team_main_contant3 p:last-child {
    margin-top: 40px;
}

.team_main_contant {
    padding-bottom: 100px;
}

.edu_teacher_single_main_wrapper {
    background: #f9f9f9;
}


/*edu tearcher single wrapper end */


/*edu event wrapper Start */

.edu_slide_tabs_img_box_event {
    width: 360px;
    float: left;
}

.edu_slide_tabs_img_cont_box_event {
    width: calc(100% - 360px);
    float: left;
    padding-left: 60px;
    border-top: 1px solid #eee;
}

.edu_tabs_label_event {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.edu_tabs_label_event_wrapper {
    bottom: 112px;
    right: -35px;
}

.edu_slide_tab_box_event_single {
    margin-top: 30px;
}

.edu_ev_sin_timer_img_wrapper {
    background: url(../images/blog_s1.jpg) 50% 0 repeat-y;
    float: left;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}

#clockdiv {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    font-size: 40px;
    background: rgba(0, 0, 0, 0.27);
    width: 100%;
    padding-bottom: 80px;
}

#clockdiv>div {
    padding: 0px;
    border-radius: 10px;
    background: transparent;
    display: inline-block;
    margin: 0px 10px;
    position: relative;
}

#clockdiv>div:after {
    content: "";
    position: absolute;
    top: 50%;
    background: url(../images/timerdot.png);
    right: -18px;
    height: 30px;
    width: 7px;
    background-repeat: no-repeat;
    margin-top: 20px;
}

#clockdiv>div:last-child:after {
    display: none;
}

#clockdiv div>span {
    padding: 0px;
    border-radius: 100%;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: relative;
    color: #fff;
    margin-top: 100px;
    box-shadow: 0px 5px 30px 5px rgba(255, 255, 255, 0.32);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.smalltext {
    padding-top: 15px;
    font-size: 16px;
    color: #fff;
}

.edu_evnt_single_timer_cont_wrapper h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-top: 40px;
}

.edu_evnt_single_timer_cont_wrapper p {
    padding-top: 30px;
}

.edu_evnt_single_timer_bottom_cont_wrapper h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-top: 40px;
}

.edu_evnt_single_timer_bottom_cont_wrapper ul {
    padding-top: 15px;
}

.edu_evnt_single_timer_bottom_cont_wrapper li {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.edu_evnt_single_timer_bottom_cont_wrapper li i {
    padding-right: 10px;
    font-size: 8px;
    color: #51353f;
    position: relative;
    top: -2px;
}

.blog_dark_wrapper_event_single {
    margin-top: 40px;
}

.comments_wrapper_edu {
    padding: 0;
}

.comments_form_edu {
    margin-top: 40px;
}

.edu_event_bottom_padding {
    margin-bottom: 0;
}


/*edu event wrapper end */


/* login_section start */

.login_section {
    width: 100%;
    float: left;
}

.login_form_wrapper {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.login_form_wrapper h1 {
    font-size: 30px;
    color: #1e283c;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.login_form_wrapper h1:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    bottom: -20px;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.login_wrapper {
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 50px;
    margin-bottom: 20px;
    margin-top: 60px;
}

.login_wrapper a.btn {
    color: #fff;
    width: 100%;
    height: 50px;
    border: 0;
    padding: 6px 25px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: left;
    border-radius: 50px;
    text-transform: capitalize;
    letter-spacing: 1px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    font-size: 16px;
}

.login_wrapper a.btn:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.login_wrapper a span {
    float: left;
}

.login_wrapper a i {
    float: right;
    margin: 0;
    line-height: 35px;
}

.login_wrapper a.google-plus {
    background: #db4c3e;
    border: 1px solid #db4c3e;
}

.login_wrapper a.google-plus:hover {
    background: #bd4033;
    border-color: #bd4033;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.login_wrapper h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #111;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.login_wrapper h2::before,
.login_wrapper h2::after {
    content: "";
    background: #e4e4e4;
    width: 100px;
    height: 1px;
    position: absolute;
    top: 50%;
}

.login_wrapper h2::before {
    right: 60%;
}

.login_wrapper h2::after {
    left: 60%;
}

.login_wrapper .form-control {
    height: 53px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #f1f1f1;
    border-radius: 50px;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
}

.login_wrapper textarea.form-control {
    height: auto;
    resize: none;
}

.login_wrapper input::placeholder,
.login_wrapper textarea::placeholder {
    color: #999;
}

.login_wrapper .form-control:focus {
    color: #999;
    background-color: fafafa;
    border: 1px solid #453134 !important;
}

.login_wrapper .formsix-pos,
.formsix-e {
    position: relative;
}

.login_wrapper .form-group.i-password:after,
.form-group.i-email:after {
    position: absolute;
    top: 13px;
    font-size: 16px;
    font-family: "FontAwesome";
    color: #c0c0c0;
}

.login_wrapper .form-group.i-email:after {
    content: "\f0e0";
    right: 25px;
}

.login_wrapper .form-group.i-password:after {
    content: "\f09c";
    right: 25px;
}

.login_remember_box {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #999;
    text-align: left;
}

.login_remember_box .control {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin: 0;
}

.login_remember_box .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.login_remember_box .control__indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #999;
}

.login_remember_box .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.login_remember_box .control input:checked~.control__indicator:after {
    display: block;
}

.login_remember_box .control--checkbox .control__indicator:after {
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid #111;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.login_remember_box .forget_password {
    float: right;
    color: #db4c3e;
    font-size: 14px;
    text-decoration: underline;
}

.login_btn_wrapper {
    border-bottom: 1px solid #e4e4e4;
}

.login_btn_wrapper a.login_btn {
    text-align: center;
    text-transform: uppercase;
}

.login_message p {
    text-align: center;
    font-size: 16px !important;
    margin: 0;
}

.login_message a {
    color: #412f30;
}

.login_form_wrapper p {
    width: 70%;
    text-align: center;
    margin: 0px auto;
    font-size: 14px;
    padding-top: 30px;
}


/* login_section end */


/* register_section start */

.register_section {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.register_form_wrapper {
    float: left;
    width: 100%;
}

.register-tabs.nav-justified>.active>a,
.register-tabs.nav-justified>.active>a:focus,
.register-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #f1f1f1;
    background-color: #fff;
    color: #4285f4;
}

.register_tab_wrapper .register-tabs {
    font-size: 10px;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}

.register_tab_wrapper .register-tabs>li.active {
    position: relative;
}

.register_tab_wrapper .register-tabs>li.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -10px;
    border-top: 5px solid #23c0e9;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.register_tab_wrapper .register-tabs>li>a {
    line-height: 20px;
    padding: 15px 30px;
    border: 0;
    border-radius: 0px;
    background-color: #f3f3f3;
    color: #6d6d6d;
    font-size: 20px;
    text-transform: capitalize;
    transition: inherit;
    width: 300px;
}

.register_tab_wrapper .register-tabs>li>a>span {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400 !important;
}

.custom_input p {
    font-size: 14px;
}

.register_tab_wrapper .register-tabs>li.active>a,
.register_tab_wrapper .register-tabs>li.active>a:focus,
.register_tab_wrapper .register-tabs>li.active>a:hover {
    color: #fff;
    background-color: #23c0e9;
    border: 0;
}

.register_tab_wrapper .tab-content {
    background-color: #f9f9f9;
    padding: 30px;
    float: left;
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
    width: 100%;
}

.register_tab_wrapper .nav>li {
    float: left;
}

.register_left_form {
    float: left;
    width: 100%;
}

.register_left_form .column {
    padding-right: 30px;
}

.register_left_form .form-group {
    position: relative;
    margin-bottom: 5px;
}

.register_left_form .field-label i {
    float: right;
    font-size: 16px;
    color: #666;
}

.register_left_form .form-group .text {
    position: relative;
    color: #bbbbbb;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
}

.register_left_form input[type="text"],
.register_left_form input[type="email"],
.register_left_form input[type="password"],
.register_left_form input[type="tel"],
.register_left_form input[type="number"],
.register_left_form input[type="url"],
.register_left_form select,
.register_left_form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 26px;
    color: #888888;
    padding: 12px 15px;
    border-radius: 7px;
    height: 50px;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.register_left_form textarea {
    resize: none;
    height: 60px !important;
    padding-left: 30px;
}

.register_left_form input:focus,
.register_left_form select:focus,
.register_left_form textarea:focus {
    border-color: #23c0e9;
}

.jp_regiter_top_heading p {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 10px;
}

.check-box {
    margin-top: 35px;
}

.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
}

.check_box_anchr {
    color: #23c0e9 !important;
    ;
}

.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 18px;
    cursor: pointer;
    color: #333333;
}

.register_left_form input[type="checkbox"]+label:before {
    display: none;
}

.register_btn_wrapper {
    padding-top: 15px;
}

.btm_txt_register_form {
    width: 70%;
    text-align: center;
    margin: 0px auto;
    font-size: 14px;
}

.login_wrapper .btn {
    margin-top: 10px;
}


/* register_section end */


/* Berpel */

.edu_staff_main_box_wrapper {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    text-align: left;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 310px;
}

.edu_staff_main_box_wrapper:hover {
    border: 1px solid #e74c3c;
    box-shadow: 23px 31px 0px red;
}

.edu_staff_icon_wrapper {
    margin-bottom: 15px;
    margin-left: 19px;
    transition: all ease 0.5s;
}

.edu_staff_main_box_wrapper:hover .edu_staff_icon_wrapper {
    transform: scale(1.1);
    transition: all ease 0.5s;
}

.edu_staff_icon_wrapper i {
    color: rgba(231, 76, 60, 1);
    background: -moz-linear-gradient(left, rgba(231, 76, 60, 1) 0%, rgba(192, 57, 43, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231, 76, 60, 1)), color-stop(100%, rgba(192, 57, 43, 1)));
    background: -webkit-linear-gradient(left, rgba(231, 76, 60, 1) 0%, rgba(192, 57, 43, 1) 100%);
    background: -o-linear-gradient(left, rgba(231, 76, 60, 1) 0%, rgba(192, 57, 43, 1) 100%);
    background: -ms-linear-gradient(left, rgba(231, 76, 60, 1) 0%, rgba(192, 57, 43, 1) 100%);
    background: linear-gradient(to right, rgba(231, 76, 60, 1) 0%, rgba(192, 57, 43, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.edu_staff_icon_cont_wrapper h3 a {
    color: #333;
    display: block;
}

.edu_staff_icon_cont_wrapper p {
    color: #666;
    margin: 0;
    padding-top: 5px;
}


/* Berpel */


/* home 2 stilleri */

.edu_staff_main_wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
    background: #fbfbfb;
}

.edu_staff_main_box_wrapper {
    background: #fff;
    padding: 35px;
    border: 1px solid #DCDFE8;
    margin-top: 40px;
}

.edu_staff_icon_wrapper {
    width: 50px;
    float: left;
}

.edu_staff_icon_wrapper img {
    padding-top: 15px;
}

.edu_staff_icon_cont_wrapper {
    float: left;
    width: calc(100% - 50px);
    padding-left: 20px;
}

.edu_staff_icon_cont_wrapper h3 a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}


/* home 2 stilleri */

.cp_heading_wraper {
    padding-right: 20px;
}

.inner_story_left_Wrapper {
    text-align: right;
    height: 200px;
}

.video-frame {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    background: linear-gradient(45deg, red, darkred);
    border-radius: 10px;
}

.video-frame video {
    width: 100%;
    height: auto;
    display: block;
    border: 5px solid red;
    border-radius: 10px;
}

.unique-container {
    width: 100%;
    padding: 20px 0;
}

.unique-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.unique-col {
    flex: 1;
    padding: 10px;
}

.unique-video-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.unique-video-container video {
    width: 100%;
    height: auto;
}

.contmts {
    margin-bottom: -70px !important;
}

.video-overlay {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 10%);
    text-align: center;
    color: black;
    /* Metinleri koyu renk yapma */
    background: rgba(255, 255, 255, 0.8);
    /* Arka plan opaklığı artırıldı ve beyaz yapıldı */
    padding: 20px;
    border-radius: 10px;
}

.cp_heading_wraper {
    margin: 0 auto;
}


/* .edu_heading_wrapper {
    margin-bottom: 25px;
} */

.edu_bottom_btn_wrapper {
    margin-top: 10px;
}

.col-lg-3.col-md-12.col-sm-12.bolumHover {
    padding: 15px;
    transition: all 0.5s ease-in-out;
    border-bottom: 6px solid #fff;
}

.bolumHover:hover {
    box-shadow: 10px 15px 54px -34px gray;
    padding: 15px;
    transition: all 0.5s ease-in;
    border-bottom: 6px solid #e74c3c !important;
    margin-top: -20px;
    margin-bottom: 20px;
}

.edu_addmi_main_box_wrapper.float_left {
    transition: all 0.5s ease;
    padding-bottom: 100px;
}

.edu_addmi_main_box_wrapper.float_left:hover {
    box-shadow: -15px 10px 0px red;
    transition: all 0.5s ease;
    margin-top: -20px;
    margin-bottom: 20px;
}


/* Bg div  */

.bgDivs {
    background: url('../img/assets/projects/slider2.jpg') 50% 0 no-repeat;
    background-position: center -418px;
    background-size: cover;
    height: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative !important;
    background-attachment: fixed !important;
    padding-bottom: 745px;
    margin-bottom: -350px;
}


/* Bg div  */

.unique-video-bg-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.unique-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.unique-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    /* Arka planın yarı saydam siyah olması */
    border-radius: 10px;
}

.unique-content h3 {
    font-size: 2em;
    margin-bottom: 20px;
}

.unique-content p {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
    /* Metni sola hizalamak için */
}

.unique-content .edu_bottom_btn_wrapper {
    text-align: left;
    /* Butonu sola hizalamak için */
}

.sizeFon {
    font-size: 40px;
}

.content-vid {
    margin-top: -30px !important;
}

.col-lg-6.col-md-12.col-12.col-sm-12.imgStyle {
    height: 477px;
    padding: 0;
    margin: 0;
    box-shadow: 35px 45px 0 red;
}




.section-masthead__overlay {
    display: none !important; /* Overlay'i tamamen görünmez yapar */
  }
  

/* ===== responsive.css ===== */
@media(min-width: 1200px) and (max-width: 1300px){
#section-quote .container-pe-quote.right{
	right:30px;
}
#section-quote .container-pe-quote.left{
	left:70px;
}
}
@media (max-width: 1199px) and (min-width: 991px){
	#section-quote .container-pe-quote .li-quote-1{
	left:0;
}
#section-quote .container-pe-quote .li-quote-2, #section-quote .container-pe-quote .li-quote-4{
	left:30px;
}
#section-quote .container-pe-quote .li-quote-9{
	right:30px;
}
#section-quote .container-pe-quote .li-quote-10{
	right:140px;
}
.tb_btm_link_right {
	float:left;
}
}
@media (max-width: 1300px){
	.award_list li{
		margin-right:25px;
	}
}
@media (max-width: 1199px){
	.lv_share_info_wrapper ul li{
		margin-left:10px;
	}
	.lv_share_info_wrapper ul li .lv_header_icon{
		margin-right:10px;
	}
	.edu_team_inner_box img,.edu_team_main_box,.edu_team_main_box:after,.edu_team_inner_box{
		height:230px;
	}
	.edu_team_main_box h3{
		padding-top:58px;
	}
	.edu_team_main_box:hover .edu_team_inner_box {
		top: -178px;
	}

	.award_right_Wrapper{
		padding-left:25px;
	}
}
@media(min-width: 768px) and (max-width: 992px){
	
}
@media (max-width: 991px){
	#section-quote .container-quote .quote{
		width:100%;
		padding:0 100px;
	}
	#section-quote .container-pe-quote {
    width: 100%;
    height: 460px;
    bottom: 0px;
    top: initial;
	}
	#section-quote .container-pe-quote .li-quote-9 {
		height: 52px;
		width: 52px;
		left: 45%;
		top: 25%;
	}
	#section-quote .container-pe-quote .li-quote-9 {
		height: 52px;
		width: 52px;
		left: 22%;
		top: 65%;
	}
	#section-quote .container-pe-quote .li-quote-13 {
		height: 37px;
		width: 37px;
		left: 75%;
		top: 80%;
	}
	#section-quote .container-pe-quote .li-quote-8{
		 height: 52px;
		width: 52px;
		right: 45%;
		top: 73%;
	}
	#section-quote .container-pe-quote .li-quote-10 {
		height: 52px;
		width: 52px;
		left: 30%;
		top: 76%;
	}
	#section-quote .container-pe-quote .pp-quote {
		animation-name: none;
		-webkit-animation-name: none;
	}
	#section-quote .container-pe-quote .li-quote-7{
		 height: 52px;
		width: 52px;
		right: 30%;
		top: 82%;
	}
	#section-quote .container-pe-quote .li-quote-11 {
		height: 52px;
		width: 52px;
		left: 85%;
		top: 80%;
	}
	#section-quote .container-pe-quote .li-quote-1, #section-quote .container-pe-quote .li-quote-2, #section-quote .container-pe-quote .li-quote-3, #section-quote .container-pe-quote .li-quote-4, #section-quote .container-pe-quote .li-quote-5, #section-quote .container-pe-quote .li-quote-6{
		display:none;
	}
	#section-quote .container-quote{
		height:185px;
	}
	.lv_share_info_wrapper li:first-child{
		display:none;
	}
	.icon2,.icon3{
		margin-top:40px;
	}
	.edu_slide_tab_box2{
		margin-top:60px;
	}
	.edu_team_main_box {
		width: 72%;
	}
	.self_align_center{
		text-align:center;
	}
	.edu_team_main_box{
		width:70%;
		display:inline-block;
	}
	.edu_left_envo{
		width:100%;
	}
	.edu_right_form{
		width:100%;
		    margin-top: 25px;
	}
	.edu_right_form input{
		left:0;
	}
	.edu_right_form button{
		    position: relative;
    left: -25px;
	}
	.footer_border_disp3{
		margin-top:40px;
	}
	.award_left_Wrapper{
		width:100%;
	}
	.award_btn{
		text-align:center;
		float:none;
	}
	.award_btn a,.award_list li,.award_list ul{
		float:none;
		display:inline-block;
	}
	.award_right_Wrapper{
		width:100%;
	}
	.award_list li{
		margin-right:35px;
		margin-top:20px;
	}
	.award_right_Wrapper{
		padding-top:60px;
		padding-bottom:60px;
		text-align:center;
	}
	.award_left_Wrapper{
		padding-bottom:40px;
		text-align:center;
	}
	.right_sidebar{
		padding-left:15px;
	}
	.blog_text_single{
		width:100%;
		padding-left:0;
		padding-top:30px;
	}
	.blog_single_sidebar{
		margin-top:60px;
	}
	.edu_slide_tabs_img_box_event{
		width:100%;
	}
	.edu_slide_tabs_img_cont_box_event{
		width:100%;
		padding-left:20px;
	}
	.edu_tabs_label_event_wrapper{
		    bottom: -35px;
    right: 30px;
	}
	.edu_slide_tab_box_event_single{
		margin-top:60px;
	}
	.login_wrapper a.btn{
		font-size:8px;
	}
	.select_box3 .nice-select .current{
		font-size:15px;
	}
}

@media (max-width: 767px){
	.edu_top_header_wrapper{
		text-align:center;
	}
	.edu_top_header_right_wrapper ul{
		float:none;
		display:inline-block;
		margin-top:12px;
	}
	.lv_share_info_wrapper li:first-child{
		display:block;
	}
	.lv_share_info_wrapper ul li{
		margin-top:20px;
	}
	.lv_share_info_wrapper ul li{
		margin-left:0;
	}
	.select_box3,.contct_form_new3{
		width:100%;
	}
	.index3_form_box {
    -webkit-border-radius: 0; 
    -moz-border-radius: 0;
     border-radius: 0; 
	 -webkit-border-top-left-radius: 10px; 
    -moz-border-top-left-radius: 10px;
     border-top-left-radius: 10px;
	  -webkit-border-top-right-radius: 10px; 
    -moz-border-top-right-radius: 10px;
     border-top-right-radius: 10px;
	}
	.select_box3 .nice-select{
		border-right:0;
	}
	.index3_form_search{
		width:100%;
		-webkit-border-radius: 0; 
    -moz-border-radius: 0;
     border-radius: 0; 
	 -webkit-border-bottom-left-radius: 10px; 
    -moz-border-bottom-left-radius: 10px;
     border-bottom-left-radius: 10px;
	  -webkit-border-bottom-right-radius: 10px; 
    -moz-border-bottom-right-radius: 10px;
     border-bottom-right-radius: 10px;
	}
	.edu_coll_slider_tabs .nav-tabs li a{
		    padding: 12px 8px!important;
	}
	.edu_team_main_box{
		width:100%;
	}
	.tb_btm_link_right{
		float:left;
	}
	.contact_main2{
		margin-top:40px;
	}
	.content_img1 img{
		width:100%;
	}
	#clockdiv div > span{
		width:75px;
		height:75px;
		line-height:75px;
		    margin-top: 40px;
	}
	#clockdiv{
		font-size:20px;
		padding-bottom:40px;
	}
	#clockdiv > div:after{
		display:none;
	}
	.edu_top_login_wrapper,.edu_top_login_wrapper a{
		float:none;
		display:inline-block;
	}
	.edu_logo_main_wrapper{
		text-align:center;
	}
}
@media (max-width: 767px) and (min-width: 580px){
	
}
@media (max-width: 600px){
#section-quote .container-quote .quote{
	padding:0 20px;
}

}
@media (max-width: 580px){
	.lv_share_info_wrapper ul li{
		width:100%;
	}
	figcaption{
		position:unset;
		    margin-top: 271px;
    float: left;
	    margin-left: -93px;
		padding:0 30px;
	}
	.book{
		margin-top:70px;
	}
	.edu_books_text h4 a{
		display:inline-block;
		float:none;
	}
	.edu_team_main_box{
		width:50% !important;
	}
	.footer_border_disp2{
		margin-top:40px;
	}
	.inner_story_left_Wrapper img{
		width:100%;
	}
	.icon1{
		margin-top:0;
	}
	.btc_blog_single_post_admin_img_cont{
		width:100%;
		padding-left:0;
		padding-top:30px;
	}
	.login_wrapper a.btn{
		font-size:10px;
	}
	.login_wrapper{
		padding:35px;
	}
}
@media (max-width: 480px){
	#section-quote .container-quote .quote p{
		font-size: 20px;
		line-height: 20pt;
	}
	#section-quote .container-pe-quote .li-quote-9{
		display:none;
	}
	#section-quote .container-pe-quote .li-quote-8{
		top:83%;
	}
	#section-quote .container-quote .quote{
	padding:0 20px;
}
	#section-quote .container-pe-quote .li-quote-11{
		left:91%;
		top:85%;
	}
	.edu_left_envo h3{
		    width: 100%;
    padding-left: 0;
    padding-top: 10px;
	}
	.error_page_cntnt span {
		font-size: 150px;
	}
	.slide1 h2, .slide2 h2, .slide3 h2{
		padding:20px !important;
	}
	.slide1 h2 b, .slide2 h2 b, .slide3 h2 b{
		font-size:20px !important;
	}
	.tp-simpleresponsive >ul >li, .forcefullwidth_wrapper_tp_banner, .tp-simpleresponsive ul, .tp-banner-container, .revslider-initialised{
		height:500px !important;
	}
	.slide1 {
		top:130px !important;
	}
	.slide2 {
		top:200px !important;
	}
	.slide3{
		top:280px !important;
	}
	.partners_slider_wrapper .owl-theme .owl-nav{
		left:45px;
		right:45px;
	}
	.lr_prt_img_wrapper{
		margin-left:25%;
	}
	.edu_team_inner_box img, .edu_team_main_box, .edu_team_main_box:after, .edu_team_inner_box {
    height: 220px;
    }
	.award_left_Wrapper,.award_btn,.award_btn , .award_list li, .award_list ul {
		text-align:left;
	}
	
}
@media (max-width: 380px){
	.edu_team_main_box{
		width:75% !important;
	}
}
@media (max-width: 320px){
	.entry-content{
		padding-top:45px;
	}
	.lr_prt_img_wrapper {
    margin-left: 13%;
}
.edu_right_form input {
    left: 0;
    font-size: 13px;
    padding-left: 8px;
}
.edu_right_form button {
    position: relative;
    left: -22px;
    font-size: 13px;
}
.edu_left_envo h3 {
    font-size: 24px;
}
