/*********************************************************

    Template Name:  Nimbus - Personal Portfolio HTML Template
    Author: MouriTheme
    Version: 1.0
    Design and Developed by: MouriTheme 

    NB: This is the main stylesheet of this theme.

***********************************************************/

/*----------- table of content ---------------


1. DEFAULT
2. PRELOADER
3. NAVBAR
4. BANNER
5. ABOUT
6. SKILLS
7. RESUME
8. SERVICE
9. PORTFOLIO
10. TESTIMONIAL
11. BLOG
12. CONTACT
13. FOOTER
14. RESPONSIVE


*/

/*==============
    1. DEFAULT
================*/

html, body {
	height: 100%;
}
body {
	font-family: 'Poppins', sans-serif;
	width: 100%;
	height: 100%;
	font-size: 15px;
	line-height: 1.7;
	color: #333333;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-weight: 600;
}
p {
	letter-spacing: 0;
	line-height: 1.8;
	color: #ddd;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
a:focus {
	outline: none;
	text-decoration: none;
}
ul, li {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.section-padding {
	padding: 60px 0;
}
.sm-mb-30 {
	margin-bottom: 30px;
}
.section-title {
	text-align: center;
	padding-bottom: 60px;
}
.section-title h2 {
	margin: 0;
	padding: 0 0 20px;
	font-weight: 900;
	font-size: 55px;
	display: inline-block;
	z-index: 1;
	color: #fff;
    text-transform: uppercase;
}
.section-title h2 span{
    color: #ffb400;
}
.section-title p {
	width: 50%;
	margin: auto;
}
/*=================
    2. PRELOADER
===================*/

.loader_bg {
	position: fixed;
	z-index: 9999999;
	background: #fff;
	width: 100%;
	height: 100%;
}
.loader {
	border: 0 solid transparent;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	position: absolute;
	top: calc(50vh - 75px);
	left: calc(50vw - 75px);
}

.loader:before, .loader:after {
	content: '';
	border: 1em solid #020204;
	border-radius: 50%;
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	animation: loader 2s linear infinite;
	opacity: 0;
}
.loader:before {
	animation-delay: .5s;
}
@keyframes loader {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}



/*=================
    3. NAVBAR
===================*/

.nav-area {
	height: 65px;
}
.nav-area.sticky_navigation {
	background: #111;
	height: 80px;
}
.navbar-nav {
	margin-top: 15px;
}
.sticky_navigation {
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-box-shadow: 0px 3px 4.6px 0.3px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 3px 4.6px 0.3px rgba(0, 0, 0, 0.25);
}
.sticky_navigation .main-menu {
	margin-top: 0;
}
.sticky_navigation .navbar-brand, .sticky_navigation .navbar-brand span {
	color: #000000;
}
.sticky_navigation .navbar-brand:hover, 
.sticky_navigation .navbar-brand:focus, 
.sticky_navigation .navbar-brand span {
	color: #ffb400;
}
.sticky_navigation .navbar-brand .logo span {
	color: #fff;
}
.sticky_navigation .nav li a {
	color: #fafafa;
}
.sticky_navigation .nav li.active a {
	color: #ffb400;
}
.sticky_navigation .navbar-brand:hover {
	color: #ffffff;
}
.main-menu {
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	margin-top: 10px;
}
.navbar {
	border: 0;
	margin-bottom: 0;
}
.navbar-brand {
	padding: 25px 0;
	text-transform: capitalize;
	font-size: 25px;
	display: block;
	color: #ffffff;
	font-weight: 800;
}
.logo {
	padding: 5px;
	font-size: 32px;
	letter-spacing: 3px;
}
.logo span {
	color: #ffb400;
    font-weight: 100;    
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none;
	color: #ffffff;
}
.navbar-right li {
	display: inline-block;
	float: none;
}
.navbar-right li a {
	color: #ffffff;
	text-transform: uppercase;
}
.navbar-right li.active a {
	color: #ffffff;
}
.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {
	background: none;
}
.navbar-toggle .icon-bar {
	background: #033D75;
}
/*=================
    4. BANNER
===================*/

.banner-area {
	background-image: url(../images/home/5.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
	height: 100%;
}
canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.banner-table {
	display: table;
	margin: 0;
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.banner-table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.welcome-text .intro h2 {
	color: #fff;
	font-size: 85px;
	font-weight: 800;
	margin-bottom: 10px;
}
.intro h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 200;
	margin: 25px 0;
	text-transform: uppercase;
    text-align: left;
}
.intro p {
	margin: 11px 600px 0 auto;
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	color: #ddd;
}
.ah-headline.clip .ah-words-wrapper::after {
	background-color: #fff;
}

.ah-headline.clip span,
.ah-headline.loading-bar span,
.ah-headline.slide span {
 padding:0 0;
    
}
.ah-headline.clip span {
 color: #ffb400;    
}
.banner-btn {
	background: transparent;
	text-decoration: none;
	padding: 10px 30px;
	display: inline-block;
	margin-top: 25px;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 25px;
	border: 3px solid #fafafa;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
.banner-btn:hover, .banner-btn:focus{
    text-decoration: none;
	color: #000;
}
.banner-btn:hover:before{
    top: 0;
    border-radius: 0;
}
.banner-btn:before{
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffb400;
    border-radius: 50% 50% 0 0;
    z-index: -1;
    transition: all .9s;
}

.welcome-text h3 {
	color: #fff;
    font-weight: 100;
}
/*=================
    5. ABOUT
===================*/

.about-area {
	background: #020204;
}
.about-text-right h2 {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 20px;
	color: #fff;
}
.about-text-right h5 {
	font-size: 16px;
	font-weight: 600;
	color: #222;
	margin: 0 0 25px;
}
.about-text-left a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px;
	float: right;
	text-decoration: none;
}
.about-text-left {
	margin-top: 90px;
}
.about-text-left p {
	text-align: right;
	font-size: 15px;
	color: #fafafa;
	margin-bottom: 20px;
}

.about-text-right h3 {
	color: #fafafa;
	margin-bottom: 45px;
}
.about-text-right h6 {
	color: #fff;
}
.cv-btn {
  border: 3px solid #fff;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 50px;
  margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cv-btn i {
  margin-right: 10px;
}
.cv-btn:hover,.cv-btn:focus {
  color: #000;
  text-decoration: none;
}
.cv-btn:before {
  position: absolute;
  content: '';
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffb400;
  border-radius: 50% 50% 0 0;
  z-index: -1;
  transition: all .9s;
}
.cv-btn:hover:before {
  top: 0;
  border-radius: 0;
}

/*=============
   6. SKILLS
==============*/

.skill-area {
	background: #020204;
}

.progress-circle {
    width: 70px;
    height: 70px;
    background-color: #E2DFE6 !important;
}

.progress-circle span {
    font-size: 15px;
    color: #ffffff;
    background: #000000;
}

.progress-circle span::after {
    color: #ffffff;
}

.progress-circle.progress-90::after {
    background-image: -webkit-linear-gradient(54deg, #F1C40F 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #F1C40F 50%, #ebebeb 50%, #ebebeb); /*--edit here--*/
    background-image: -moz-linear-gradient(54deg, #F1C40F 50%, transparent 50%, transparent), -moz-linear-gradient(270deg, #F1C40F 50%, #ebebeb 50%, #ebebeb); /*--edit here--*/
    background-image: -o-linear-gradient(54deg, #F1C40F 50%, transparent 50%, transparent), -o-linear-gradient(270deg, #F1C40F 50%, #ebebeb 50%, #ebebeb); /*--edit here--*/
    background-image: linear-gradient(54deg, #F1C40F 50%, transparent 50%, transparent), linear-gradient(270deg, #F1C40F 50%, #ebebeb 50%, #ebebeb); /*--edit here--*/
}

.progress-circle.progress-70::after {
    background-image: -webkit-linear-gradient(-18deg, #F1C40F 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #F1C40F 50%, #ebebeb 50%, #ebebeb); /*--edit here--*/
    background-image: -moz-linear-gradient(-18deg, #F1C40F 50%, transparent 50%, transparent), -moz-linear-gradient(270deg, #F1C40F 50%, #ebebeb 50%, #ebebeb); /*--edit here--*/
    background-image: -o-linear-gradient(-18deg, #F1C40F 50%, transparent 50%, transparent), -o-linear-gradient(270deg, #F1C40F 50%, #ebebeb 50%, #ebebeb); /*--edit here--*/
    background-image: linear-gradient(-18deg, #F1C40F 50%, transparent 50%, transparent), linear-gradient(270deg, #F1C40F 50%, #ebebeb 50%, #ebebeb); /*--edit here--*/
}

.progress-circle.progress-65::after {
    background-image: -webkit-linear-gradient(-36deg, #F1C40F 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #F1C40F 50%, #ebebeb 50%, #ebebeb); /*--edit here--*/
    background-image: -moz-linear-gradient(-36deg, #F1C40F 50%, transparent 50%, transparent), -moz-linear-gradient(270deg, #F1C40F 50%, #ebebeb 50%, #ebebeb); /*--edit here--*/
    background-image: -o-linear-gradient(-36deg, #F1C40F 50%, transparent 50%, transparent), -o-linear-gradient(270deg, #F1C40F 50%, #ebebeb 50%, #ebebeb); /*--edit here--*/
    background-image: linear-gradient(-36deg, #F1C40F 50%, transparent 50%, transparent), linear-gradient(270deg, #F1C40F 50%, #ebebeb 50%, #ebebeb); /*--edit here--*/
}

.progress-circle.progress-75::after {
    background-image: -webkit-linear-gradient(0deg, #F1C40F 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #F1C40F 50%, #ebebeb 50%, #ebebeb); /*--edit here--*/
    background-image: -moz-linear-gradient(0deg, #F1C40F 50%, transparent 50%, transparent), -moz-linear-gradient(270deg, #F1C40F 50%, #ebebeb 50%, #ebebeb); /*--edit here--*/
    background-image: -o-linear-gradient(0deg, #F1C40F 50%, transparent 50%, transparent), -o-linear-gradient(270deg, #F1C40F 50%, #ebebeb 50%, #ebebeb); /*--edit here--*/
    background-image: linear-gradient(0deg, #F1C40F 50%, transparent 50%, transparent), linear-gradient(270deg, #F1C40F 50%, #ebebeb 50%, #ebebeb); /*--edit here--*/
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    z-index: 1;
}

.skillbar-bar::before {
    background: #ffffff !important;
    content: "";
    height: 5px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.skillbar-bar {
    height: 5px;
    width: 0;
    background: #F1C40F;
    transition-property: width, background-color;
}

.skillbar-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

.skill-bar-percent {
    float: right;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.programming-area h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 30px;
}
.language-skills h2{
    color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 30px;
}
.single-program h3 {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}
/*=================
    7. RESUME
===================*/

.education-area h2, .experience-area h2 {
	text-transform: uppercase;
	font-size: 20px;
	color: #020204;
	background: #ffb400;
	padding: 15px 0;
	width: 310px;
	margin: 0 auto 40px;
}

.experience-area h2 {
    margin-top: 40px;    
}

.resume-area .content h3 {
    font-size: 15px;
    text-transform: uppercase;
}

.education-area h2::before {
    content: '----';
    padding-right: 10px;
}

.education-area h2::after {
    content: '----';
    padding-left: 10px;
}

.experience-area h2::before {
    content: '----';
    padding-right: 10px;
}

.experience-area h2::after {
    content: '----';
    padding-left: 10px;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-radius: 30px;
    width: 6px;
    background-color: #ffb400 !important;
    top: 0;
}

.wrapper {
    background-color: inherit;
    width: 50%;
    padding: 10px 40px;
    position: relative;
}

.wrapper::after {
    position: absolute;
    content: '';
    background-image: url(../images/about/1.jpg); /*--edit image--*/
    border: 4px solid #dddddd;
    top: 15px;
    width: 40px;
    height: 40px;
    right: -20px;
    border-radius: 50%;
    z-index: 1;
    background-size: cover;
}

.experience-area .wrapper::after {
    background-image: url(../images/about/2.png); /*--edit image--*/
}

.left {
    left: 0;
}

.right {
    left: 50%;
}

.left::before {
    position: absolute;
    content: '';
    height: 0;
    border: medium solid #ffb400;
    border-width: 10px 0 10px 10px;
    right: 30px;
    z-index: 1;
    border-color: transparent transparent transparent #ffb400;
    top: 22px;
    width: 0;
}

.right::before {
    content: '';
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #ffb400;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ffb400 transparent transparent;
}

.right::after {
    left: -16px;
}

.content {
	position: relative;
	padding: 20px 30px;
	border-radius: 6px;
	background-color: #262626;
	border: 3px solid #ffb400;
}
.content h3,
.content h4,
.content h5{
    color: #fff;
}


@media all and (max-width: 600px) {
    .timeline::after {
        left: 31px;
    }

    .wrapper {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .wrapper::before {
        left: 60px;
    }
    .wrapper:hover.left::before {
        border-width: 10px 10px 10px 0;
        border-color: transparent #F1C40F transparent transparent;
    }

    .left::after, .right::after {
        left: 15px;
    }

    .right {
        left: 0;
    }
}

/*=================
    8. SERVICE
===================*/

.services-area {
	background: #020204;
}
.services-area .single-service {
	margin-bottom: 30px;
	padding: 30px;
	text-align: center;
	border-radius: 4px;
	background: #262626;
}
.services-area .single-service i {
	font-size: 45px;
	height: 75px;
	width: 75px;
	line-height: 75px;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	color: #ffb400;
	transition: all 0.3s ease-in-out;
	font-weight: bold;
}
.services-area .single-service h4 {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 600;
	color: #fff;
	font-size: 27px;
}

.service-btn {
  border: 3px solid #fff;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 50px;
  margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.service-btn:hover,.service-btn:focus {
  color: #000;
  text-decoration: none;
}
.service-btn:before {
  position: absolute;
  content: '';
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffb400;
  border-radius: 50% 50% 0 0;
  z-index: -1;
  transition: all .9s;
}
.service-btn:hover:before {
  top: 0;
  border-radius: 0;
}

/*=================
    9. PORTFOLIO
===================*/

.portfolio-area {
	background: #020204;
}
.project-item img {
	width: 100%;
}
.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.9);
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: crosshair;
}
.overlay .overlay-inner {
	position: absolute;
	top: 35%;
	width: 100%;
	text-align: center;
}
.overlay .overlay-inner h4 {
	color: #ffb400!important;
	margin-bottom: 0!important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
	text-transform: capitalize;
	font-size: 25px;
	letter-spacing: 1px;
    font-style: italic;
}
.overlay .overlay-inner p {
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	margin-top: 10px;
}
.project-item:hover .overlay .overlay-inner h4 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.project-item:hover .overlay .overlay-inner p {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.project-item a:hover .overlay {
	opacity: 1;
}
ul.port-nav-list {
	padding: 0 0 50px 0;
	list-style: none;
	text-align: center;
}
ul.port-nav-list li {
	display: inline-block;
	margin-right: 10px;
	border-radius: 25px;
	background: #262626;
}
ul.port-nav-list li a {
	display: block;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 25px;
	box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
}
ul.port-nav-list li a.active {
	color: #000;
	border-color: #ffb400;
	background: #ffb400;
}
.port-items {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.portfolio-items .port-items .single-port {
	overflow: hidden;
	margin-bottom: 25px;
}
.single-port {
	padding: 0;
}
/*=================
    10. TESTIMONIAL
===================*/

.testimonial-area {
	background: #020204;
}
.testimonial-area .section-title h2:before {
	background: #111;
}
.client-testimonial-carousel .owl-dots {
	text-align: center;
}
.client-testimonial-carousel .owl-dot {
	display: inline-block;
	height: 20px !important;
	width: 20px !important;
	background-color: transparent!important;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	margin: 0 5px;
	-webkit-transition: .2s;
	transition: .2s;
	margin-top: 30px;
    border: 2px solid #fff !important;
}
.client-testimonial-carousel .owl-dot.active {
	background-color: #ffb400 !important;
    border-color: #ffb400 !important;
}
.single-testimonial-item {
	margin: 2px;
	padding: 20px;
	position: relative;
    background: #262626;
    text-align: center;
}
.single-testimonial-item h3 span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	color: #ffb400;
}
.single-testimonial-item h3 {
	font-size: 24px;
	margin-bottom: 5px;
	color: #fff;
}
.single-testimonial-item p {
	font-style: italic;
}
.ser-bottom-icon i {
	font-size: 40px;
	color: #ffb400;
}
.img-clint {
	width: 80px;
	height: 80px;
    margin: auto;
}
.tes-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 20px;
}
.tes-icon li {
  margin-right: 7px;
}
.tes-icon li i {
  color: #ffb400;
  font-size: 14px;
}
/*=================
    11. BLOG
===================*/

#blog{
    background: #020204;
}
.blog-news-area .header-text>h2 {
	left: 33%;
}
.blog-news-area .header-text {
	margin-bottom: 100px;
}
.news-img {
	position: relative;
	overflow: hidden;
}
.news-img img {
	width: 100%;
}
.single-blog-news:hover .news-date {
	background: #f1c40f none repeat scroll 0 0;
	color: #ffffff;
	-webkit-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.single-post > h2 {
	text-transform: capitalize;
	color: #fff;
	font-size: 23px;
	margin: 15px 0;
	font-weight: 600;
}
.single-post>h5 {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	font-size: 15px;
}
.single-post h5 span {
	margin: 0 20px;
	padding: 0;	
}
.single-post i {
	margin-right: 5px;
	color: #ffb400;
	font-size: 30px;
}
.single-post>p {
	font-size: 14px;
	padding: 0 20px;
	text-align: center;
}
.read-btn {
	display: inline-block;
	font-size: 13px;
	margin: 25px 0;
	text-transform: uppercase;
	padding: 10px 30px;
	border-radius: 25px;
	background: transparent;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 1px;
    border: 3px solid #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.read-btn:hover, .read-btn:focus{
    text-decoration: none;
	color: #000;
}
.read-btn:hover:before{
            top: 0;
            border-radius: 0;
        }
.read-btn:before{
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffb400;
    border-radius: 50% 50% 0 0;
    z-index: -1;
    transition: all .9s;
}

.single-post {
	border-left: 1px solid #DADADA;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid transparent;
}
.single-blog-news {
	box-shadow: rgba(58, 78, 95, 0.2) 0 10px 16px, rgba(58, 78, 95, 0.05) 0 -5px 16px;
}
.view-all a {
	background: #f1c40f;
	text-decoration: none;
	color: #ffffff;
	border-radius: 25px;
	padding: 10px 35px;
	display: inline-block;
	margin-top: 30px;
	font-weight: 600;
}
/*=================
    12. CONTACT
===================*/

.contact-area {
	background: #020204;
}
.form-group input, .form-group textarea {
	background: transparent;
}
.custom-button-4 {
	background: transparent;
	border-radius: 25px;
	padding: 10px 30px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
	font-weight: 600;
	color: #fff;
    border: 3px solid #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.custom-button-4:hover, .custom-button-4:focus{
    text-decoration: none;
	color: #000;
}
.custom-button-4:hover:before{
    top: 0;
    border-radius: 0;
}
.custom-button-4:before{
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffb400;
    border-radius: 50% 50% 0 0;
    z-index: -1;
    transition: all .9s;
}
.custom-button-4:hover {
	box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
	-webkit-transition: .5s;
	transition: .5s;
}
.contact-right h3 {
	margin-top: 0;
	font-size: 18px;
	text-transform: uppercase;
}
.contacDetails {
	text-align: center;
}
.contacDetails i {
	color: #f1c40f;
	margin-bottom: 15px;
	font-size: 25px;
}
.contact-area .form-control {
	color: #aaa;
    background: #262626;
    border: none;
}
.r-text {
	width: 350px;
	max-width: 100%;
	margin-bottom: 30px;
}
.contact-right h2 {
	text-transform: capitalize;
	margin: 0;
	padding: 0 0 15px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.contact-left h2 {
	text-transform: capitalize;
	margin: 0;
	padding: 0 0 20px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.contact-left p {
	margin-bottom: 30px;
}
.contact-area .section-title h2:before {
	background: #333;
}
.contact-right p {
	font-weight: 100;
	color: #fff;
}
.connn-right p b {
	color: #fff;
	background: #ffb400;
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-right: 20px;
	border-radius: 50%;
}
.connn-right p b i {
	padding: 19px;
    color: #262626;
}
.contact-area input[type=text], .contact-area input[type=email] {
	height: 45px;
}
/*=================
    13. FOOTER
===================*/

.footer-area {
	background: #0F0F0F;
	color: #ffffff;
	padding: 30px 0;
}
.footer-area a {
	color: #ffb400;
	text-decoration: none;
}





/*=================
    14. RESPONSIVE
===================*/


/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {}
/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding: 35px 0;
	}
	.section-header {
		margin-bottom: 40px;
	}
	.navbar-nav {
		margin: 12px 0;
	}
	.sticky_navigation .nav li {
		margin: 23px 0;
	}
	.navbar-brand {
		padding: 20px 0;
	}
	.navbar-nav li {
		margin: 9px 0;
	}
	.navbar-nav>li>a {
		line-height: 0;
	}
	.nav>li>a {
		padding: 10px 5px;
	}
	.sticky_navigation .nav li.active::before {
		margin: 5px auto;
	}
	.sticky_navigation .nav li.active::after {
		margin: 5px auto;
	}
	.sticky_navigation .navbar-brand {
		line-height: 45px;
	}
	.socials {
		padding-top: 3%;
	}
    
	.banner-area {
		background-position: 70%;
	}
    .intro p {
	width: 100%;
        margin: 0;
}
	.about-img img {
		width: 100%;
	}
	.about-text-right p {
		display: none;
	}
	.connn-right p b {
		margin-right: 10px;
	}
    .single-program {
	text-align: center;
}
    .programming-area h2 {
	text-align: center;
}
    .language-skills h2 {
	text-align: center;
}
    .section-title p {
	width: 85%;
}
}
/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
	.xs-mb-30 {
		margin-bottom: 30px;
	}
	.section-title p {
		width: 90%;
	}
	.section-padding {
		padding: 30px 0;
	}
	.section-header {
		margin-top: 15px;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-toggle .icon-bar {
		background: #ffb400;
	}
	.navbar-nav {
		float: right;
		margin: 11px 21px;
		margin-right: 32%;
		display: inherit;
		width: 200px;
		background-color: transparent;
	}
	.navbar-nav li {
		float: left;
		margin: 9px 50px;
		display: inherit;
		width: 100%;
	}
	.navbar-fixed-top .navbar-collapse {
		height: auto;
		background-color: rgba(0, 0, 0, 0.9);
	}
	.navbar-fixed-top .navbar-collapse {
		max-height: 100%;
	}
	.sticky_navigation .nav li a {
		color: #ffffff;
	}
    .banner-btn {
	padding: 7px 15px;
	font-size: 12px;
}
    .intro p {
	display: none;
}
    .section-title h2 {
	font-size: 35px;
}
	.welcome-text h2 {
		font-size: 2em;
	}
	.navbar-nav {
		text-align: center;
	}
	.nav-area.sticky_navigation {
		height: 60px;
	}
	.welcome-text h1.ah-headline {
		font-size: 30px;
	}
	.welcome-text h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.banner-area {
		background-position: 70%;
	}
	.mouse-scroll {
		left: 43%;
	}
	.about-text-left {
		margin-top: 20px;
	}
	.about-text-left h2 {
		text-align: center;
	}
	.about-text-left h3 {
		text-align: center;
	}
	.about-text-left p {
		text-align: center;
	}
	.about-text-right h5 {
		font-size: 13px;
	}
	.about-text-left a {
		display: block;
		text-align: center;
		float: none;
	}
	.about-area img {
		width: 100%;
	}
	.about-text-right {
		margin-top: 40px;
	}
	.services-area .section-header {
		margin-bottom: 0;
	}
    .programming-area {
	text-align: center;
}
    .language-skills h2 {
	text-align: center;
}
    .content {
	padding: 5px 15px;
}
    .content h3 {
	font-size: 18px;
}
    .services-area .single-service h4 {
	font-size: 18px;
}
    .single-post > h2 {
	font-size: 18px;
}
    .single-post i {
	font-size: 20px;
}
    
    .education-area h2, .experience-area h2 {
	width: 100%;
}
    
	.counter {
		font-size: 25px;
	}
	.single-number p {
		font-size: 14px;
	}
	.single-number i {
		font-size: 25px;
	}
	.white-popup {
		padding: 10px;
		max-width: 95%;
	}
	.por-text h2 {
		margin-top: 25px;
		font-size: 18px;
	}
	.por-text-details p {
		font-size: 12px;
	}
	ul.port-nav-list li {
		margin-bottom: 10px;
	}
	
	.single-contact {
		margin-bottom: 30px;
	}
	#contact-form {
		margin-top: 20px;
	}
	.contact-area .form-control {
		font-size: 11px;
	}
	.contact-area {
		background-position: inherit;
	}
	
}
/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.navbar-nav {
		margin-right: 38%;
	}
	.navbar-toggle .icon-bar {
		background: #ffb400;
	}
	.single-portfolio img {
		width: 100%;
	}
    .intro p {
	display: block;
	width: 100%;
        margin: 0;
}
    .banner-btn {
	padding: 10px 25px;
	font-size: 15px;
}
	.contact-area {
		background-position: inherit;
	}
}
@media only screen and (min-width: 360px) and (max-width: 767px) {}
@media only screen and (min-width: 375px) and (max-width: 767px) {
	.portfolio-area .list-inline>li {
		padding-right: 0;
	}
	.portfolio-area ul.list-inline li {
		margin: 7px;
	}
}
@media only screen and (min-width: 411px) and (max-width: 767px) {
	.carousel-caption h1 {
		font-size: 33px;
	}
	.timeline-area {
		width: 380px;
	}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
	.navbar-nav li {
		margin: 9px 0;
	}
	.welcome-text h1.ah-headline {
		font-size: 40px;
	}
	.welcome-text h3 {
		font-size: 25px;
		margin-bottom: 20px;
	}
}