/*
Main heighlight heading color,
button border color, botton background color
#f8bf45 //yellow

*/ 
/*
primary fontcolor : #ffffff
highlight primary color : #f8bf45
*/
header{
    height: 100vh;
}
div.alert{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.navbar .navbar-toggler.collapsed {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.navbar .navbar-toggler{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
nav ul a:hover,
nav ul a:active {
    color: #f8bf45;
}

/*
particle animation styling*/


#home > .intro_text {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9;
    width: 100%;
    transform: translate(-50%, -50%);
}
.introduction{
    font-family: 'Allison', cursive !important;
    
}


#home > .hero_background_image {
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

#home > .hero_background_image > img {
    opacity: 0.18;
}



#particle-canvas {
    width: 100%;
    min-height: 100vh;
    height: 100%;
}

main {
    z-index: 99;
}

main section {
    position: relative;

}

/*about section styling*/

section#factsSkillSet{
    position: relative;
    z-index: 9;
/*
    background: url("../img/img6.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
*/
}




/*progress bar stylling */

.progress {
    height: 2px;
}

.progress .progress-bar {
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .6s;
    background-color: black;
}

@keyframes animateBar {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

/*================*/

.progressBar {
    position: relative;
    width: 100%;
    height: 5px;
    background: #eeeeee;
    margin-bottom: 40px;
    border-radius: 5px;
}
/*
.skillSet{
    width: 100%;
}
*/

.skillSet .title {
    position: absolute;
    width: auto;
    height: 5px;
    padding-left: 0px;
    float: left;
    font-weight: normal;
    top: -24px;
/*    color: black;*/
/*    z-index: 10000;*/
}

.progress_value {
    position: relative;
    float: right;
    padding-right: 10px;
    font-weight: bold;
/*    color: #000000;*/
/*    z-index: 10000;*/
    top: -25px;
}

.progress {
    height: 5px;
    position: absolute;
    border-radius: 5px;
    background-color: #f9be12;
/*    temp value*/
    width:87%;
}
a:hover{
    text-decoration:none;
}
/*
.section-padding {
	padding: 60px 0;
}
*/

/*social media container*/
.social-container{
    position: fixed;
    width: 2%;
    bottom: 0;
    right: 0;
    transform: translate(-50%, 0%);
    border: none;
    z-index: 999;
}

.social-container a{
    padding: 0px;
    border: 2px solid rgba(255, 205, 60, 0);
}
.social-container a:hover{
  background: transparent;
    color: white;
   border: 2px solid rgba(255, 205, 60, 1);
}

/*contact us*/
.container-contact{
    position: relative;
    z-index: 9;
    background: url("../img/img6.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contactus {
    background: #000000de;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 10%;
    box-sizing: border-box;
}
	.col-md-3{
		background: #facd48;
		padding: 4%;
        color: black;
        text-align: center;
		border-top-left-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
	}
	.contact-info{
		margin-top:10%;
	}
	.contact-info img{
		margin-bottom: 15%;
	}
	.contact-info h2{
		margin-bottom: 10%;
	}
	.col-md-9{
		background: #fff;
		padding: 3%;
		border-top-right-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
	}
	.contact-form label{
		font-weight:600;
	}
/*
	.contact-form button{
		background: #25274d;
		color: #fff;
		font-weight: 600;
		width: 25%;
	}
*/
	.contact-form button:focus{
		box-shadow:none;
	}

/*footer*/
footer{
    position: absolute;
    
}
.bottom {
    background-color: #0a1c2e;
}
.bottom .copyright {
    color: #e5e5e5;
    font-weight: 600;
}
.copyright a {
    color: #f2ff49;
    margin-left: 3px;
    padding-right: 3px;
}
.bottom p {
    margin-bottom: 0;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
}
.copyright p span {
    color: #d1caca;
}
.bottom .copyright p, .bottom .copyright a:hover{
    color: #6c6d83;
}
/*temporary code to hide incomplete pannel*/
/*#portfolio,*/
/*#services,*/
#testimonial{
    display: none;
}

.justifyBetween{
    justify-content: space-between;
}
/*
.skillCard{
    width: 300px;
    max-width: 300px;
    text-align: center;
    border: none;
}
.skillCard img{
   width: 70%;
    margin:0px auto;
}
*/






/*testimonial*/
/*
html{font-size:10px}body{font-size:1.4rem}.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{border:none;} 
    .h2, h2 {font-size: 5rem;text-shadow: 1px 1px #ffffff, -1px 1px #ffffff, 1px -1px #ffffff, -1px -1px #ffffff, 1px 1px 5px #252920;}
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom:1.5rem;font-family:"Dosis", sans-serif;font-weight:600;line-height:1.2;color:#1c223a;}
    .client-testimonial .drop-shadow {
  -webkit-filter: drop-shadow(0px 15px 50px rgba(2, 173, 136, 0.2));
  -moz-filter: drop-shadow(0px 15px 50px rgba(2, 173, 136, 0.2));
  -o-filter: drop-shadow(0px 15px 50px rgba(2, 173, 136, 0.2));
  filter: drop-shadow(0px 15px 50px rgba(2, 173, 136, 0.2)); }
.bg-5 {
    background-image: url("http://regaltheme.com/tf/multi/rnr/assets/img/bg/5.png");
    background-position: center 65%;
    background-size: auto;
    background-repeat: no-repeat;
}
.client-testimonial .client-nav .nav-item {
  position: absolute;
  z-index: 5;
  width: 10.5rem; }
  .client-testimonial .client-nav .nav-item:nth-child(1) {
    top: 2.5rem;
    right: 16%;
    width: 7rem; }
  .client-testimonial .client-nav .nav-item:nth-child(2) {
    bottom: 3rem;
    right: 0; }
    @media (min-width: 1281px) {
      .client-testimonial .client-nav .nav-item:nth-child(2) {
        right: -3rem; } }
  .client-testimonial .client-nav .nav-item:nth-child(3) {
    bottom: 9rem;
    left: 4%; }
  .client-testimonial .client-nav .nav-item:nth-child(4) {
    top: -2rem;
    left: 0;
    width: 7rem; }
    @media (min-width: 1281px) {
      .client-testimonial .client-nav .nav-item:nth-child(4) {
        left: -8rem; } }
  .client-testimonial .client-nav .nav-item:nth-child(5) {
    top: -9rem;
    right: 0;
    width: 7rem; }
    @media (min-width: 1281px) {
      .client-testimonial .client-nav .nav-item:nth-child(5) {
        right: -5.5rem; } }
  @media (max-width: 767.98px) {
    .client-testimonial .client-nav .nav-item {
      position: relative !important;
      top: 0 !important;
      left: 0 !important;
      right: inherit;
      width: 7rem !important; } }

.client-testimonial .tab-content .fade {
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; }

.client-testimonial .tab-content .client-thumb {
  width: 10.5rem; }

.client-testimonial .tab-content .client-desc {
  -webkit-box-shadow: 0px 15px 50px 0px rgba(115, 115, 115, 0.06);
  box-shadow: 0px 15px 50px 0px rgba(115, 115, 115, 0.06);
  min-height: 21rem;
  padding: 2rem; }
  .client-testimonial .tab-content .client-desc h6 {
    font-size: 1.3rem; }
.section-ptb, .section-pt, .section-pb {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
*/
@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}

  @media (min-width: 768px) and (max-width: 991.98px) {
    .section-ptb, .section-pt, .section-pb {
      padding-top: 8rem;
      padding-bottom: 8rem; } }
  @media (max-width: 767.98px) {
    .section-ptb, .section-pt, .section-pb {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@media only screen and (max-width: 480px) {
    .social-container {
    width: 10%;
    display: none;
}
    
#home > .intro_text {
/*    top: 20%;*/
}
}