/* 
Kristine Rath 2023
*/

:root {
  --primary: #ec008c !important;
}

body {
  font-family: "metropolis-regular";
  src: url("../fonts/metropolis/metropolis-regular-webfont.woff2") format("woff2"), url("../fonts/metropolis/metropolis-regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

p {
  font-size: 15px;
  color: #7a7a7a;
  line-height: 24px;
}

.page-content {
  width: 77.5%;
  float: right;
}

.content-section {
  padding-top: 80px;
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-heading {
  text-align: left;
  position: relative;
  margin-bottom: 60px;
}

.section-heading h1 {
  margin-top: 0px;
  font-size: 33px;
  color: #162236;
  display: inline-block;
  margin-right: 50px;
	
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "metropolis-semibold";
  src: url("../fonts/metropolis/metropolis-semibold-webfont.woff2") format("woff2"), url("../fonts/metropolis/metropolis-semibold-webfont.woff") format("woff");
  /*font-family: "domine-regular";
  src: url("../fonts/domine/domine-regular-webfont.woff2") format("woff2"), url("../fonts/domine/domine-regular-webfont.woff") format("woff");*/
  color: #162236;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
/*background: #7A52E5;
background: linear-gradient(to right, #7A52E5 0%, #D82E8B 48%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
}

.section-heading em {
  font-style: normal;
  font-weight: 700;
  color: var(--primary);
background: #ec008c;
background: linear-gradient(to right, #ec008c 0%, #8d06e3 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.section-heading p {
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #343434;
  position: absolute;
  top: 12.5px;
}

.white-button a {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary);
  text-transform: capitalize;
  background-color: #fff;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.white-button a:hover {
  background-color: var(--primary);
  color: #fff;
}

.accent-button a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: var(--primary);
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 25px;	
}

.accent-button a:hover {
  background-color: #fff;
  color: var(--primary);
}

header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -75px;
}

/*-------------------------------------
        Responsive Navigation Style
-------------------------------------*/

.responsive-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  /*background-color: rgba(236,0,140,0.400);*/
  background-image: linear-gradient(50deg, #ec008c 0%, #8d06e3 100%);
  opacity: .9;
  /*box-shadow: 0px 5px 15px rgba(0,0,0,0.2);*/
}

.navbar-toggle {
  position: absolute;
  top: 40%;
  left: 50%;	
  display: inline-block;
  -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%);
}

.navbar-nav {
  margin: 0;
  border: none;
}

#main-nav ul {
  text-align: center;
  background-color: rgba(0,0,0,0.98);
  margin-top: 59px;
  width: 100%;
}
#main-nav ul li {
  margin: 15px 0px;
}
#main-nav ul li:hover {
  background-color: transparent;
}
#main-nav ul li a {
  font-size: 17px;
  text-transform: capitalize;
  color: #fff;
  /*box-shadow: none;*/
  border: none;
}

#main-nav ul li a:hover {
  /*opacity: 0.75;*/
  background-color: transparent;
  color: #ec008c;
}




/*-------------------------------------
        Sidebar Style
-------------------------------------*/

.sidebar-navigation {
  width: 22.5%;
  float: left;
  height: 100%;
  position: fixed;
  background-color: rgba(9,6,8,0.9); /* gray */
  z-index: 10;
}

.navbar-toggle span {
  background-color: #232323;
}

.sidebar-navigation nav {
  position: relative;
  top: 52%;
  left: 60%;
  -webkit-transform: translateX(-60%) translateY(-60%);
  -moz-transform: translateX(-60%) translateY(-60%);
  -ms-transform: translateX(-60%) translateY(-60%);
  -o-transform: translateX(-60%) translateY(-60%);
  transform: translateX(-60%) translateY(-60%);
}

.sidebar-navigation ul {
  margin-left: 45px;
  list-style: none;
  padding: 0;
}
.sidebar-navigation li{
  padding: 10px 0;
}
.sidebar-navigation span{
  display: inline-block;
  position:relative;
}
.sidebar-navigation nav a{
  display: inline-block;
  color: #8a919a;
  margin-top: 5px;
  text-decoration: none!important;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.circle{
  margin-right: 5px;
  height: 10px;
  width: 10px;
  left: 0px;
  top: -1px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--primary);
  transition: all 0.3s;
}
.rect{
  height: 1px;
  width: 0px;
  left: 0;
  bottom: 5.5px;
  background-color: var(--primary);
  -webkit-transition: -webkit-transform 0.1s, width 0.6s;
  -moz-transition: -webkit-transform 0.1s, width 0.6s;
  transition: transform 0.1s, width 0.6s;
}

.hexagon {
  width: 100px;
  height: 100px;
  background: var(--primary);
  position: relative;
  margin: 0 0 45px 0;	
}
.hexagon::before {
  content: "";
  position: absolute;
  top: -28.8675px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 28.8675px solid var(--primary);
}
.hexagon::after {
  content: "";
  position: absolute;
  bottom: -28.8675px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 28.8675px solid var(--primary);
}

.sidebar-navigation nav a:focus {
  color: #ffffff;
  font-weight:500;	
}
.sidebar-navigation nav a:hover, nav .active-section {
  color: var(--primary);
}
.sidebar-navigation nav a:hover span, nav .active-section span{
  background-color: var(--primary);
  background-image: linear-gradient(to right, #8d06e3 0%, #ec008c 100%);	
}
.sidebar-navigation nav .active-section .rect{
  width: 30px;
}
.sidebar-navigation nav .active-section .circle{
  background-color: var(--primary);
}

.sidebar-navigation .social-icons {
  position: absolute;
  width: 100%;  
  bottom: 10px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.sidebar-navigation .social-icons li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sidebar-navigation .social-icons li:last-child {
  margin-right: 0px;
}

.sidebar-navigation .social-icons li a {
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
}

.sidebar-navigation .social-icons li a:hover {
  color: var(--primary);
}


/*-------------------------------------
        Slider Style
-------------------------------------*/

.slider .content-section {
  padding-top: 0px;
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
  height: 100vh;
  text-align: center;
/*  position: relative;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;	*/
}

.slider p a {
	color: #FFF;
}
.slider p a:hover {
	color: #FF0;
	text-decoration: none;
}

.Modern-Slider .info {
  width: 100%;	
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 45%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.Modern-Slider .info h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}

.Modern-Slider .info p {
  margin-top: 25px;
  font-size: 22px;
  color: #fff;
  line-height: 33px;
}

.Modern-Slider .info p.small {
  font-size: 17px;
  color: #B695DA;
  line-height: 27px;
}

.Modern-Slider .info .white-button {
  margin-top: 30px;
}

.Modern-Slider .info .white-button a:focus {
  outline: none;
}

.Modern-Slider .slick-dots {
  opacity: 0;
}

.Modern-Slider .NextArrow{
  outline: none;
  display: none;
  position:absolute;
  top:60px;
  right:60px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  outline: none;
  position:absolute;
  top:60px;
  right: 120px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .item .image {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: block;
}

.Modern-Slider .item-1 .videobg {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
  position: relative;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Modern-Slider .item-1 .videobg .back-video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index:  -1;
}

@media (min-aspect-ratio:16/9) {
	.back-video{
		width: 100%;
		height: auto;
	}
}

@media (max-aspect-ratio:16/9) {
	.back-video{
		width: auto;
		height: 100%;
	}
}

.Modern-Slider .item-1 .image {
  background-image: url(../img/Snow-9999_pink01b.gif);
}

.Modern-Slider .item-2 .image {
  background-image: url(../img/slide_02.jpg);
}

.Modern-Slider .item-3 .image {
  background-image: url(../img/slide_03.jpg);
}

.Modern-Slider .item-4 .image {
  background-image: url(../img/slide_04.jpg);
}

.Modern-Slider .item-5 .image {
  background-image: url(../img/slide_05.jpg);
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .item .image {
  animation: zoomin 12s ease-in-out infinite alternate;
  -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}

/*
@keyframes zoomin {
    0% {
		-webkit-transform: scale(1);
	}
    100% {
		-webkit-transform: scale(1.2);
	}
}
*/

.Modern-Slider {background:transparent;}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

.Modern-Slider a {
  color: #ffffff;
  text-decoration: none;
  background-color: var(--primary);
  -webkit-text-decoration-skip: objects;
  border-radius: 25px;	
}

.Modern-Slider a:hover {
  color: #ffffff;
  background-color: #c221a9;	
  text-decoration: none;
}

.Modern-Slider a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

.Modern-Slider a:not([href]):not([tabindex]):hover,
.Modern-Slider a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

.Modern-Slider a:not([href]):not([tabindex]):focus {
  outline: 0;
}


/*-------------------------------------
        Featured Style
-------------------------------------*/

#about {
  text-align: center;
  padding: 50px 60px;
  border-bottom: 1px solid #eee;
}

#about .section-heading {
  margin-bottom: 5px;
  text-align: center;
}

#about .section-heading h1 {
  display: block;
  margin: 0px;
}

#about p {
  position: relative;
  margin: 0px;
}

#about .accent-button {
  margin-top: 30px;
}

#about h2 {
	font-size: 22px;
    font-weight: 400;
}

#about h3 {
    font-size: 16px;
    font-weight: 100;
    color: var(--primary);
    margin-top: 14px;
    text-transform: uppercase;
}
/*experience-time*/

/*main-timeline*/
#about .main-timeline{
    position: relative;
}

#about span>i {
    color: var(--primary);
    position: absolute;
    font-size: 10px;
    left: -14.5%;
    z-index: 1;
}
#about h4 {
    font-size: 16px;
}
#about h5 {
    color: #636a82;
    font-size: 14px;
    font-weight: 300;
    margin: 8px 0 10px;
}

#about .mainfeature {
    margin-bottom: 15px;
}

#about .subfeature {
    margin: 10px;
}

#about .main-timeline .description {
    font-size: 14px;
    color: #999fb3;
}

#about .outer {
  width: 1px;
  height: 50px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

#about .inner {
  position: absolute;
  width:100%;
  height: 40%;
  background: #cecece;
  top: 30%;
  box-shadow: 0px 0px 30px 20px #cecece;
}




/*-------------------------------------
        Projects Style
-------------------------------------*/

#projects {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}


#projects .more a {
  color: #ffffff;
  text-decoration: none;
  /*background-color: var(--primary);*/
  background-image: linear-gradient(to right, #ec008c 0%, #8d06e3 100%);	
  -webkit-text-decoration-skip: objects;
  border-radius: 25px;	
  margin-top: 25px;	
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
}

#projects .more a:hover {
  color: #ffffff;
  background-color: #c221a9;	
  text-decoration: none;
}

#projects .more a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

#projects .more a:not([href]):not([tabindex]):hover,
#projects .more a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

#projects .more a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/*---- Portfolio ------*/
#projects .portfolio {
    padding:  0;
	max-width: 930px;
    margin:0 auto;
	overflow-x:hidden;
}

#projects .portfolio-content {
	padding: 0;
	margin: 0;
}

/* ---- .item ---- */
#projects .isotope:after {
    content: '';
    display: block;
    clear: both;
}
#projects .isotope .item {
    position:relative;
    overflow:hidden;
    margin-bottom: 23px;
}
/*.item img*/
#projects .isotope .item img{
    width:100%;
    height:100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#projects .isotope .item:hover  img{
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
}/*.item img*/

/*.isotope-overlay*/
#projects .isotope-overlay{
    position:absolute;
    height:100%;
    width:100%;
    background:rgba(216,46,139, 0.5);
	background-image: linear-gradient(45deg, #ec008c 0%, #b31475 10%, #340959 70%);	
	opacity: 0.8;
    display:flex;
    align-items:center;
    text-transform: uppercase;
    justify-content:center;
    flex-direction:row;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#projects .isotope-overlay a {
    display: inline-block;
    color: #fff;
	text-decoration: none;
    font-size: 15px;
    text-align: center;
}
#projects .isotope .item:hover .isotope-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    top:0;
}/*.isotope-overlay*/



/*-------------------------------------
        Skills Style
-------------------------------------*/

#skills {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}

#skills .section-heading {
  margin-right: 20%;
  margin-bottom: 5px;	
}

#skills .content-section {
  display: inline-block;
  position: relative;
}

#skills .owl-dots {
  margin-top: 40px;
}

#skills .owl-dots .owl-dot span  {
  width: 12px;
  height: 12px;
  background-color: #cdcdcd!important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}

#skills .owl-dots .active span {
  background-color: var(--primary)!important;
}

#skills .owl-dots button {
  outline: none;
}

#skills .owl-nav {
  position: absolute;
  display: inline-block;
  top: -110px;
  right: 0;
}

#skills .owl-nav button:focus {
  outline: none;
}

#skills .owl-nav .owl-prev span {
  margin-right: 10px;
}

#skills .owl-nav .owl-next span, #skills .owl-nav .owl-prev span {
  outline: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background-color: #eee;
  color: #232323;
  /*font-size: 42px;*/
  font:32px/50px FontAwesome;
  transition: all 0.5s;
}

#skills .owl-nav span:hover {
  background-color: var(--primary);
  background-image: linear-gradient(to right, #ec008c 0%, #8d06e3 100%);	
  color: #fff;
}

#skills .item {
  text-align: left;
  position: relative;
  z-index: 10;
}

#skills .item .image {
  position: relative;
}

#skills .item .image img {
  width: 100%;
  overflow: hidden;
}

#skills .item .image .featured-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(216,46,139, 0.9);
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  z-index: 9;
  bottom: -44px;
  opacity: 0;
}

#skills .item:hover .featured-button a {
  bottom: 0;
  opacity: 1;
}

#skills .item .text-content {
  padding-top: 20px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#skills .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#skills .item .text-content span {
  display: inline-block;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 12.5px;
}

#skills .fa-ul {
  font-size: 15px;
  color: #7a7a7a;
  line-height: 27px;	
  padding-left: 0;
}

#skills .fa-ul {
  font-size: 15px;
  color: #7a7a7a;
  line-height: 27px;	
}

.technical {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

.technical li {
  display: inline-block;
  font-size: 20px;
  padding: 20px;
}

.techheading {
  text-align: left;
}





/*-------------------------------------
        Experience Style
-------------------------------------*/

#experience {
  text-align: center;
  background-color: #f4f4f4;
  padding: 100px 60px;
}

#experience .section-heading {
  margin-bottom: 15px;
  text-align: center;
}

#experience .section-heading h1 {
  display: block;
  margin: 0px;
}

#experience p {
  position: relative;
  margin: 0px;
}

#experience .more a {
  color: #ffffff;
  text-decoration: none;
  /*background-color: var(--primary);*/
  background-image: linear-gradient(50deg, #ec008c 0%, #8d06e3 100%);	
  -webkit-text-decoration-skip: objects;
  border-radius: 25px;	
  margin-top: 25px;	
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
}

#experience .more a:hover {
  color: #ffffff;
  background-color: #c221a9;	
  text-decoration: none;
}

#experience .more a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

#experience .more a:not([href]):not([tabindex]):hover,
#experience .more a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

#experience .more a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/*experience-time*/
#experience .experience-time {
    position: relative;
}
#experience h2 {
	font-size: 22px;
    font-weight: 400;
}
#experience h3 {
    font-size: 16px;
    font-weight: 100;
    color: var(--primary);
    margin-top: 14px;
    text-transform: uppercase;
}
/*experience-time*/

/*main-timeline*/
#experience .main-timeline{
    position: relative;
}
#experience .main-timeline:before{
    content: "";
    width: 2px;
    height: 84%;
    background: #b2c1ce;
    position: absolute;
    top: 1.5%;
    left: 45.8%;
    z-index: -1;
}
#experience .main-timeline .timeline{
    position: relative;
}

#experience .timeline-content span>i, .experience-time span>i {
    color: var(--primary);
    position: absolute;
    font-size: 10px;
    left: -14.5%;
    z-index: 1;
}
#experience h4 {
    font-size: 18px;
}
#experience h5 {
    color: #636a82;
    font-size: 16px;
    font-weight: 300;
    margin: 8px 0 10px;
}
#experience .main-timeline .description {
    font-size: 16px;
    color: #999fb3;
}

#experience .outer {
  width: 1px;
  height: 30px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
#experience .inner {
  position: absolute;
  width:100%;
  height: 40%;
  background: #cecece;
  top: 30%;
  box-shadow: 0px 0px 30px 20px #cecece;
}

/* v i d e o  c o n t a i n e r */

.box-video{
  width: 100%;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
  overflow: hidden;
}

.box-video .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.box-video .video-container{
  position: relative;
  margin: 0;
  z-index: 1;
}

.box-video .bt-play {
  position: absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background:#fff;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index:2;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video:hover .bt-play {
  transform: scale(1.1);
}

.box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;  
}
.box-video.open .video-container{
  opacity: 1;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}




/*-------------------------------------
        Education Style
-------------------------------------*/

#education {
  text-align: center;
  padding: 100px 60px;
  border-bottom: 1px solid #eee;
}

#education .section-heading {
  margin-bottom: 15px;
  text-align: center;
}

#education .section-heading h1 {
  display: block;
  margin: 0px;
}

#education p {
  position: relative;
  margin: 0px;
}

#education .accent-button {
  margin-top: 30px;
}

#education h2 {
	font-size: 22px;
    font-weight: 400;
}

#education h3 {
    font-size: 16px;
    font-weight: 100;
    color: var(--primary);
    margin-top: 14px;
    text-transform: uppercase;
}
/*experience-time*/

/*main-timeline*/
#education .main-timeline{
    position: relative;
}

#education span>i {
    color: var(--primary);
    position: absolute;
    font-size: 10px;
    left: -14.5%;
    z-index: 1;
}
#education h4 {
    font-size: 18px;
}
#education h5 {
    color: #636a82;
    font-size: 16px;
    font-weight: 300;
    margin: 8px 0 10px;
}
#education .main-timeline .description {
    font-size: 14px;
    color: #999fb3;
}

#education .outer {
  width: 1px;
  height: 30px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
#education .inner {
  position: absolute;
  width:100%;
  height: 40%;
  background: #cecece;
  top: 30%;
  box-shadow: 0px 0px 30px 20px #cecece;
}



/*-------------------------------------
        casestudies Style
-------------------------------------*/

#casestudies {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

#casestudies .tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 90px;
  width: 100%;
  background-color: #eee;
  border-bottom: 10px solid var(--primary);
}

#casestudies .tabs li {
  display: inline-block;
  text-align: center;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
}

#casestudies .tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #232323;
  font-size: 19px;
  line-height: 80px;
  font-weight: 600;
  transition: 0.5s;
}

#casestudies .tabs a:hover {
  color: var(--primary);
}


#casestudies .tabs .active:hover {
  color: #fff;
}

#casestudies .tabs .active {
  background-color: var(--primary);
  color: #fff;
}

.tabgroup {
  background-color: #f4f4f4;
  padding: 20px 30px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

#casestudies .tabgroup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#casestudies .tabgroup ul li {
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

#casestudies .tabgroup ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

#casestudies .tabgroup ul li img {
  float: left;
  margin-right: 30px;
  max-width: 100%;
  overflow: hidden;
}
#casestudies .tabgroup ul li .text-content {
  display: inline;
}

#casestudies .item .text-content h4 {
  padding-top: 7.5px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#casestudies .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

#casestudies .item .text-content .accent-button {
  margin-top: 20px;
	
}


/*-------------------------------------
        Contact Style
-------------------------------------*/
#contact {
  padding-top: 0px;
}

#contact-content {
  padding: 80px 60px;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 16px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 25px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 16px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  height: 200px;
  max-height: 250px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

#contact button {
  font-size: 16px;
  border-radius: 0px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: var(--primary);
  display: inline-block;
  height: 44px;
  line-height: 24px;
  outline: none;
  box-shadow: none;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

#contact button:hover {
  color: #232323;
  background-color: #f4f4f4;
}


/*-------------------------------------
        Footer Style
-------------------------------------*/

.footer {
  background-color: rgba(12,12,12,0.9);
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.footer p {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 80px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}



/*-------------------------------------
        Responsive Style
-------------------------------------*/


@media (max-width: 992px) {

  .responsive-nav {
    display: none;
  }

  .sidebar-navigation .logo a {
    font-size: 18px;
  }

  .sidebar-navigation nav a {
    font-size: 13px;
  }

  .sidebar-navigation nav ul {
    margin-left: 30px;
  }

  .sidebar-navigation .social-icons li a {
    font-size: 15px;
  }

}


@media (max-width: 767px) {

  .responsive-nav {
    display: block;
    height: 60px;
  }

  .page-content {
    width: 100%;
  }

  .Modern-Slider .info {
    text-align: center;
    left: 0px;
    padding: 0px 0px;
  }

  .Modern-Slider .NextArrow{
    outline: none;
    display: none;
    position:absolute;
    top:120px;
    right: 50%;
    transform: translateX(50%);
    margin-right: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  .Modern-Slider .NextArrow:before{content:'\f105';}

  .Modern-Slider .PrevArrow{
    outline: none;
    position:absolute;
    top:120px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  

}

@media (max-width: 690px) {

  .section-heading p {
    position: relative;
  }

  #about {
    padding-left: 15px;
    padding-right: 15px;
  }

  #about .owl-nav {
    position: absolute;
    display: inline-block;
    top: -220px;
    right: 0;
  }

  #projects {
    padding-left: 15px;
    padding-right: 15px;
  }
	
  #skills {
    padding-left: 15px;
    padding-right: 15px;
  }

  #experience {
    padding-left: 15px;
    padding-right: 15px;
  }
	
  #education {
    padding-left: 15px;
    padding-right: 15px;
  }

  #casestudies {
    padding-left: 15px;
    padding-right: 15px;
  }

  #casestudies .tabs a {
    font-size: 13px;
  }

  #casestudies .tabgroup ul li img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  #casestudies .tabgroup ul li .text-content {
    display: block;
  }

  #contact-content {
    padding-left: 15px;
    padding-right: 15px;
  }

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#b636ff;
	border:1px solid #b636ff;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #b636ff;
	border:1px solid #b636ff;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
	}
}