/*
Theme Name: Developer
Theme URI: http://themewagon.com/demo/Developer/
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: Slick One page HTML 5 template powered by Bootstrap 3.
Version: 1.14.11
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: blue, white, one page, parallax, responsive-layout, full-width-template
Text Domain: developer
*/

/**
* Table of Contents:
*
* 01.0 - Global
* 02.0 - Header
* 03.0 - Navigation
* 04.0 - Blur styles
* 05.0 - Home
* 06.0 - Latest Works
* 	 06.1 - isotope (http://isotope.metafizzy.co/)
*	 06.2 - Image Hover Effect
* 07.0 - More About Me
* 	 07.1 - Animated Number
* 08.0 - Testimonials
* 	 08.1 - Owl Carousel (http://owlgraphic.com/owlcarousel/)
* 09.0 - Contact
*	 09.1 - Social Icon
* 10.0 - Footer
* 11.0 - Responsive styles
* -----------------------------------------------------------------------------
*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/
@font-face {
	font-family: 'Pacifico';
	font-style: normal;
	font-weight: 400;
	src: local('Pacifico Regular'), local('Pacifico-Regular'), url("../fonts/pacifico.woff") format('woff');
}

html, body {
	margin: 0; 
	padding: 0;
}

::selection {
	background-color: #35405f;
	color: #fff;
}

*, *:active, *:focus, *:hover {
	outline: none;
}

h1, h2, h3, h4, h5,h6 {
	margin-top: 0;
}

body {
	font: 15px/23px "Lucida Sans","Liberation Sans","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	background-color: #e6f0fa !important;
	color: #003366;
}

h1, h2, h3, h4, h5, h6, a, .blue-accent {
	color: #020243;
}

.btn, button, .button {
	background-color: #020243;
	color: #fff;
	border: none;
}

.btn:hover, button:hover, .button:hover {
	background-color: #020243;
}

.btn {
	transition: 0.4s background linear;
}

.btn:focus
{
	color: #fff;
}

.block-heading {
	margin-bottom: 60px;
}

.block-heading p {
    font-size: 18px;
}

/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/

#header {
	background: url(../img/bg/header-bg.jpg) no-repeat center top fixed;
	background-size: cover;
}

#site-header {
	position: fixed;
	width: 100%;
	/* background-color: #35405f; */
	background-color: #020243;
	/* background-color: rgba(0, 74, 173, 0.90); */
	padding: 0 30px;
	z-index: 100;
}

#site-header h1 {
	margin: 0;
	font-family: 'Oswald', sans-serif;
	margin-top: 11px;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 2px;
}

#site-header h1 a:focus {
    text-decoration: none;
}

#site-header h1 a {
	color: #fff;
}

#site-header h1 a:hover {
	text-decoration: none;
}

/*////////////////////////////////////////////////////////////////////////
//  03 - Navigation
///////////////////////////////////////////////////////////////////////*/

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

.navbar-toggle {
	padding: 0;
	border: 0;
	color: #fff;
	margin-top: 13px;
}

.site-nav ul li a {
	color: #fff;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	transition: 0.5s background linear;
}

/* .site-nav ul li a:hover {
	background: rgba(255, 255, 255, 0.11);
} */

.site-nav ul li a:hover, .site-nav ul li a:focus
{
	background-color: #020243;
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Blur styles
///////////////////////////////////////////////////////////////////////*/

#overlay-1 {
	/* background-color: rgba(32, 30, 30, 0.52); */
	background-color: rgba(33, 32, 42, 0.44);
	/* background-color: rgba(17, 55, 46, 0.75); */
	position: relative;
}

.overlay-2 {
	padding: 60px 0;
	background-color: #020243;
}

.overlay-3 {
	padding: 60px 0;
	/* background-color: rgba(9, 20, 39, 0.83); */
	/* background-color: rgba(24, 77, 77, 0.93); */
	background-color: #020243;
}

.overlay {
    background: none repeat scroll 0 0 #020243;
    width: 100%;
    height: 100%;
}


/*////////////////////////////////////////////////////////////////////////
//  05 - Home
///////////////////////////////////////////////////////////////////////*/

.middle {
	padding-top: 200px;
}

.pro-name {
    font-size: 100px;
    margin: 0;
    margin-bottom: 15px;  
    /* font-family: 'Lato', sans-serif; */
    /* font-family: 'Source Sans Pro', sans-serif; */
    /* font-family: 'Niconne', cursive; */
    font-weight: 400;
    font-family: 'Rouge Script', cursive;
    line-height: 90px;
    color: #fff;
    letter-spacing: 1px;
    word-spacing: 6px;
    text-shadow: -2px -2px #000;
}

.tagline {
	font-size: 27px;
	margin-bottom: 60px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 56px;
	word-spacing: 2px;
	text-shadow: 2px 2px #1C2725;
	letter-spacing: 2px;
	text-transform: capitalize;
}

.bottom {
	position: absolute;
	width: 100%;
	bottom: 4%;
}

.bottom a {
	color: #fff;
	display: inline-block;
	position: relative;
	top: 0px;
}

.btn-hire {
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #020243;
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
	word-spacing: 5px;
	letter-spacing: 1px;
	box-shadow: 0 3px 1px 0 rgba(20, 20, 26, 0.55);
	border-radius: 0;
	font-size: 18px;
	/* background-color: rgba(247, 255, 248, 1); */
	padding: 16px 48px;
}

.btn-hire:hover {
	color: #fff;
	border: 1px solid #020243;
	background-color: #020243;
}

.hero-cta-group {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.btn-ghost {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.6);
}

.availability-badge {
	display: inline-block;
	padding: 8px 16px;
	margin-bottom: 20px;
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: 0.5px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.availability-badge i {
	font-size: 10px;
	margin-right: 8px;
	color: #64f58d;
}

/*////////////////////////////////////////////////////////////////////////
//  06 - Latest works
///////////////////////////////////////////////////////////////////////*/

#portfolio {
	padding: 60px 0;
}

#portfolio .block-heading h1 {
	color: #020243;
	
	font-weight: 400;
	
    font-size: 55px;
    font-family: 'Milonga', cursive;
}

.portfolio-item img {
	width: 100%;
}

.portfolio-items {
	margin-bottom: 60px;
}

.portfolio-item {
	position: relative;
}

/*////////////////////////////////////////////////////////////////////////
//  06 - Latest works > isotope
///////////////////////////////////////////////////////////////////////*/

.isotope:after {
  content: '';
  display: block;
  clear: both;
}

.element-item {
  position: relative;
  float: left;
  width: 25%;
  color: #262524;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.btn-view {
	/* border: 1px solid #35405f;
	color: #35405f;
	border-radius: 0; */
	text-transform: uppercase;
	color: #020243;
	border: 1px solid #020243;
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
	word-spacing: 5px;
	letter-spacing: 1px;
	border-radius: 0;
	font-size: 18px;
	padding: 16px 48px;
}

.btn-view:hover {
	color: #fff;
	border: 1px solid #020243;
	background-color: #020243;
}


/* ==============================  Image hover effect ============================== */


.effect-zoe:hover figcaption, 
.effect-zoe:hover h2, 
.effect-zoe:hover p.icon-links a{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.effect-zoe h2 {
	display: inline-block;
}
.effect-zoe figcaption{
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: rgba(0,0,0,0.75);
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.grid  figcaption, .grid  figcaption > a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid  figcaption{
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid .effect-zoe{
	position: relative;
	float: left;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.effect-zoe p.icon-links a i
{
	display: inline-block;
	padding: 30px 10px;
	color: #66b3ff;
	font-size: 22px;
}

/* ///////////////////////////////////////////////////////////////////// 
//  06.5 - Services (Servicios)
/////////////////////////////////////////////////////////////////////*/

#servicios {
	background: linear-gradient(135deg, #e6f0fa 0%, #d0e8f6 50%, #b8ddf0 100%);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

#servicios::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		radial-gradient(circle at 20% 50%, rgba(0, 116, 217, 0.05) 0%, transparent 50%),
		radial-gradient(circle at 80% 80%, rgba(0, 116, 217, 0.03) 0%, transparent 50%);
	pointer-events: none;
}

#servicios .block-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

#servicios .block-heading h1 {
	color: #003366;
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 2px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
	margin: 0;
}

#servicios .service-list {
	position: relative;
	z-index: 1;
}

.service-card-grid {
	background: white;
	border-radius: 12px;
	padding: 25px 15px;
	margin: 15px 0;
	box-shadow: 0 4px 15px rgba(0, 74, 173, 0.12);
	transition: all 0.4s ease;
	transform: translateY(0);
	border-top: 4px solid #020243;
	position: relative;
}

.service-card-grid:hover {
	box-shadow: 0 12px 30px rgba(0, 74, 173, 0.25);
	transform: translateY(-8px);
	border-top-color: #020243;
}

.service-card-grid h5 {
	color: #003366;
	font-size: 1.1em;
	font-weight: 600;
	margin: 15px 0 12px 0;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}

.service-card-grid ul {
	color: #555;
	font-size: 0.9em;
	line-height: 1.8;
}

.service-card-grid ul li {
	color: #020243;
	font-weight: 500;
	margin: 5px 0;
}

.service-img-grid {
	transition: transform 0.4s ease, filter 0.4s ease;
}

.service-card-grid:hover .service-img-grid {
	transform: scale(1.05);
	filter: brightness(1.1);
}

/* ///////////////////////////////////////////////////////////////////// 
//  06.6 - Resume (Experience + Skills)
/////////////////////////////////////////////////////////////////////*/

#resume {
	padding: 80px 0;
	background: linear-gradient(180deg, #f7fbff 0%, #e7f2fc 100%);
}

#resume .block-heading {
	margin-bottom: 45px;
}

#resume .block-heading h1 {
	color: #003366;
	font-family: 'Milonga', cursive;
	font-weight: 400;
	font-size: 50px;
	word-spacing: 4px;
}

.resume-panel {
	background: #fff;
	border-radius: 14px;
	padding: 30px;
	box-shadow: 0 8px 24px rgba(0, 74, 173, 0.12);
	height: 100%;
	border: 1px solid rgba(0, 116, 217, 0.12);
}

.resume-panel h3 {
	font-family: 'Oswald', sans-serif;
	color: #020243;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.resume-panel h3 i {
	margin-right: 8px;
}

.experience-item {
	padding: 14px 0;
	border-bottom: 1px dashed #d5e7f8;
}

.experience-item:last-child {
	border-bottom: none;
}

.experience-item h4 {
	margin-bottom: 6px;
	color: #003366;
	font-size: 20px;
}

.exp-company {
	margin-bottom: 8px;
	color: #0074D9;
	font-weight: 600;
}

.exp-company span {
	float: right;
	color: #4f6f91;
	font-weight: 400;
}

.skill-item {
	margin-bottom: 18px;
}

.skill-head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	font-weight: 600;
	color: #003366;
	font-size: 14px;
}

.skill-bar {
	height: 10px;
	background: #d9eaf9;
	border-radius: 999px;
	overflow: hidden;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

.skill-fill {
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #020243 0%, #020243 100%);
	box-shadow: 0 0 10px rgba(0, 116, 217, 0.4);
}

.skill-groups {
	display: grid;
	gap: 18px;
}

.skill-group h4 {
	margin-bottom: 10px;
	font-size: 15px;
	letter-spacing: 0.4px;
	color: #003366;
	font-weight: 700;
	text-transform: uppercase;
}

.skill-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.skill-tags span {
	padding: 7px 12px;
	border-radius: 20px;
	background: #e6f2ff;
	border: 1px solid #c5e0fb;
	color: #005fa3;
	font-size: 13px;
	font-weight: 600;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.skill-tags span:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 14px #020243;
}

/* ///////////////////////////////////////////////////////////////////// 
//  06.7 - Projects + Results + Testimonials + Writing
/////////////////////////////////////////////////////////////////////*/

#projects {
	padding: 84px 0;
	background: linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
}

#projects .block-heading h1,
#results .block-heading h1,
#recommendations .block-heading h1,
#writing .block-heading h1 {
	color: #003366;
	font-family: 'Milonga', cursive;
	font-size: 50px;
}

.project-card {
	background: #fff;
	border: 1px solid rgba(0, 116, 217, 0.14);
	border-radius: 14px;
	padding: 24px;
	margin-bottom: 24px;
	box-shadow: 0 8px 24px #020243;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
}

.project-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 34px #020243;
}

.project-thumb {
	height: 150px;
	border-radius: 10px;
	background: linear-gradient(135deg, #020243 0%, #020243 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	color: #fff;
	font-size: 42px;
	overflow: hidden;
}

.project-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.project-card h3 {
	font-size: 22px;
	color: #003366;
	margin-bottom: 10px;
}

.project-meta {
	padding-left: 17px;
	margin: 12px 0;
	color: #36597d;
}

.project-links {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 10px;
}

.project-links a,
.writing-card a,
.contact-cta-links a {
	font-weight: 700;
	color: #020243;
	text-decoration: none;
}

.project-links a:hover,
.writing-card a:hover,
.contact-cta-links a:hover {
	color: #005fa3;
	text-decoration: underline;
}

.projects-cta {
	margin-top: 20px;
}

.btn-view-alt {
	margin-left: 10px;
	background: #fff;
	color: #020243;
}

#results {
	padding: 80px 0;
	background: linear-gradient(180deg, #ecf6ff 0%, #dceeff 100%);
}

.metrics-row {
	margin-top: 10px;
}

.metric-card {
	background: #fff;
	text-align: center;
	border-radius: 12px;
	padding: 22px 16px;
	margin-bottom: 15px;
	border: 1px solid rgba(0, 116, 217, 0.14);
	box-shadow: 0 6px 18px #020243;
	height: 100%;
}

.metric-card h3 {
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 8px;
	color: #020243;
}

#recommendations {
	padding: 80px 0;
	background: #f9fcff;
}

.quote-card {
	background: #fff;
	padding: 24px;
	border-radius: 12px;
	margin-bottom: 20px;
	border-left: 4px solid #020243;
	box-shadow: 0 8px 20px rgba(0, 74, 173, 0.11);
	min-height: 235px;
}

.quote-card p {
	font-style: italic;
	line-height: 1.8;
	color: #244769;
}

.quote-card h4 {
	margin-bottom: 4px;
	color: #003366;
}

.quote-card span {
	color: #4f6f91;
	font-size: 13px;
}

.logo-strip {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 12px;
}

.logo-strip span {
	padding: 8px 14px;
	background: #eaf4ff;
	border: 1px solid #cfe4fb;
	border-radius: 999px;
	font-weight: 600;
	color: #276094;
	font-size: 13px;
}

#writing {
	padding: 80px 0;
	background: linear-gradient(180deg, #fff 0%, #f5f9ff 100%);
}

.writing-card {
	padding: 22px;
	background: #fff;
	border-radius: 12px;
	border: 1px solid rgba(0, 116, 217, 0.14);
	box-shadow: 0 6px 16px rgba(0, 74, 173, 0.08);
	margin-bottom: 20px;
	min-height: 210px;
}

.writing-card h3 {
	font-size: 21px;
	color: #003366;
	margin-bottom: 10px;
}

.contact-cta-links {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 8px;
	margin-left: 72px;
}

.availability-note {
	margin-left: 72px;
	margin-top: 14px;
	line-height: 1.7;
}

#site-header.scrolled {
	box-shadow: 0 10px 20px rgba(2, 27, 57, 0.2);
	backdrop-filter: blur(4px);
}

/* Dark mode */
body.dark-mode {
	background: #081727 !important;
	color: #d4e6fb;
}

body.dark-mode #projects,
body.dark-mode #results,
body.dark-mode #recommendations,
body.dark-mode #writing,
body.dark-mode #resume,
body.dark-mode #testimonials {
	background: #0d2237;
}

body.dark-mode .project-card,
body.dark-mode .metric-card,
body.dark-mode .quote-card,
body.dark-mode .writing-card,
body.dark-mode .resume-panel,
body.dark-mode .service-card-grid {
	background: #102b44;
	border-color: rgba(126, 180, 235, 0.24);
	color: #d4e6fb;
}

body.dark-mode .project-card h3,
body.dark-mode .writing-card h3,
body.dark-mode .quote-card h4,
body.dark-mode .skill-group h4,
body.dark-mode .experience-item h4,
body.dark-mode #projects .block-heading h1,
body.dark-mode #results .block-heading h1,
body.dark-mode #recommendations .block-heading h1,
body.dark-mode #writing .block-heading h1,
body.dark-mode #resume .block-heading h1 {
	color: #8bc6ff;
}

body.dark-mode .skill-tags span,
body.dark-mode .logo-strip span {
	background: #143b5e;
	border-color: #2f5f8d;
	color: #b3d8ff;
}

body.dark-mode .project-links a,
body.dark-mode .writing-card a,
body.dark-mode .contact-cta-links a {
	color: #9dd1ff;
}

/* ///////////////////////////////////////////////////////////////////// 
//  07 - More About Me 
/////////////////////////////////////////////////////////////////////*/

/* #services {
	background: url(../img/bg/bg-2.jpg) no-repeat center center fixed;
	background-size: cover;
	color: #fff;
}

.pro-stat {
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	font-style: italic;
}

.proj-name {
	font-family: Pacifico;
	font-size: 150px;
	text-align: center;
	line-height: 90%;
	margin-bottom: 80px;
} */
#services .block-heading h1 {
    color: #020243;
	
    font-family: 'Milonga', cursive;
	font-weight: 400;
	
    font-size: 55px;
	word-spacing: 5px;
}


/* ============================  animated  numbers   ==================================*/

.parallax{
    width: 100%;
    color: #fff;
    text-align: center;
}

#numbers
{
	background: url(../img/bg/number1.gif) repeat center center fixed;
}
#numbers .overlay{
    padding: 60px 0px 80px 0px;
}
ul.numbersList {
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
    list-style: none;
    text-align: center;
}
ul.numbersList li{
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
ul.numbersList li:last-child{
    border: none;
}
ul.numbersList h4{
    color: rgb(234, 234, 234);
    margin-bottom: 58px;
}
ul.numbersList span{
    font-size: 62px;
    font-weight: 700;
}

.numbers-title {
    padding: 10px 0;
    position: relative;
}


/* ///////////////////////////////////////////////////////////////////// 
//  08 - Testimonials
/////////////////////////////////////////////////////////////////////*/

#testimonials {
    padding: 60px 0;
}

#testimonials .block-heading{
	margin-bottom: 0px;
}

.testimonial p {
    line-height: 34px;
    margin-top: 20px;
}

#testimonials .block-heading h1
{
	color: #020243;
	font-family: 'Milonga', cursive;
	font-weight: 400;
	font-size: 55px;
}

#testimonials .testimonial {
	padding: 25px;
	cursor: -webkit-grab;
}

#testimonials .testimonial > img {
	border-radius: 100%;
	margin-bottom: 15px;
}

/* ///////////////////////////////////////////////////////////////////// 
//  08 - Testimonials > Owl Carousel
/////////////////////////////////////////////////////////////////////*/

.owl-carousel {
	z-index: 0;
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: inherit;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

/* ///////////////////////////////////////////////////////////////////// 
//  09 - Contact
/////////////////////////////////////////////////////////////////////*/

#contact {
	background: url(../img/bg/contact-bg.jpg) no-repeat center center fixed;
	background-size: cover;
	color: #fff;
}

#contact .block-heading h1
{
	color: #fff;
	font-family: 'Milonga', cursive;
	font-weight: 400;
	font-size: 55px;
}

.contact-info {
    padding: 16px 62px;
    text-align: left;
    font-size: 18px;
    line-height: 36px;
    margin-top: 25px;
}

.contact-info i {
    width: 40px;
	height: 40px;
	color: white;
	padding-top: 7px;
	font-size: 25px;
	border: 1px solid #fff;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.contact-info p {
    padding: 27px 10px;
}

.contact-info span {
    padding-left: 20px;
}

input[type="text"],
input[type="email"],
textarea {
	display: block;
	margin: 0 auto;
	width: 100%;
	background: transparent;
	border: 1px solid #fff;
	padding: 12px 15px;
	margin-bottom: 30px;
}

input[type="submit"] {
	background: transparent;
	border: 1px solid #fff;
	width: 100%;
	padding: 10px;
	transition: 0.5s background linear;
	font-weight: bold;
}

input[type="submit"]:hover {
	background: #fff;
	border-color: #fff;
	transition: 0.5s background linear;
	color: #333;
}

.contact-form .input-error {
	border-color: #ffd2d2;
	background: rgba(255, 91, 91, 0.14);
	box-shadow: 0 0 0 2px rgba(255, 91, 91, 0.18);
}

.contact-form .form-status {
	display: none;
	margin-top: 15px;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	border: 1px solid transparent;
}

.contact-form .form-status.is-visible {
	display: block;
}

.contact-form .form-status.is-error {
	background: rgba(255, 91, 91, 0.16);
	border-color: rgba(255, 210, 210, 0.65);
	color: #fff;
}

.contact-form .form-status.is-success {
	background: rgba(78, 209, 133, 0.16);
	border-color: rgba(151, 255, 192, 0.65);
	color: #fff;
}

.contact-form.is-submitting input[type="submit"] {
	opacity: 0.7;
	cursor: wait;
}

::-webkit-input-placeholder {
   color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}


/* ///////////////////////////////////////////////////////////////////// 
//  09 - contact > Social
/////////////////////////////////////////////////////////////////////*/

.social-box {
    list-style-type: none;
    padding-left: 71px;
    margin-top: 30px;
}

.social-box li {
    display: inline-block;
    margin-right: 10px;
}

.social-box li a {
	transition: 0.5s background linear;
	color: #fff;
}

.facebook-icon {
    padding: 10px 17px;
    border: 1px solid #44619D;
    background-color: #44619D;
}

.facebook-icon:hover {
    background-color: transparent;
    color: #fff;
}

.twitter-icon {
	padding: 10px 15px;
	border: 1px solid #33CCFF;
	background-color: #33CCFF;
}

.twitter-icon:hover {
	background-color: transparent;
	color: #fff;
}

.g-plus-icon {
	padding: 10px 15px;
	border: 1px solid #DD4C39;
	background-color: #DD4C39;
}

.g-plus-icon:hover {
	background-color: transparent;
	color: #fff;
}

.linkedin-icon {
	padding: 10px 15px;
	border: 1px solid #1B86BD;
	background-color: #1B86BD;
}

.linkedin-icon:hover {
	background-color: transparent;
	color: #fff;
}

/* ///////////////////////////////////////////////////////////////////// 
//  10 - Footer
/////////////////////////////////////////////////////////////////////*/

#site-footer {
    /* background-color: #35405f; */
	background-color: #020243;
    color: #fff;
    padding: 14px;
    font-size: 14px;
}

.copyright {
	text-align: left;
}

.designed-by {
	text-align: right;
}

.designed-by a {
	color: #fff;
}
.sqaure-nebir {
    height: 45px;
    width: 45px;
    border: 3px double #fff;
    transform: rotate(-45deg);
    /* text-align: center; */
    position: absolute;
}

.rotated-icon {
    position: relative;
    float: left;
    width: 50px;
}

.rotated-icon i {
    position: absolute;
    top: 1.3rem;
    left: 1.5rem;
    font-size: 22px;
}

i.fa.fa-envelope-o {
    left: 12px;
}

.contact-info p{
	margin-left: 70px;
	float: left;
	width: auto;
	line-height: 43px;
	margin-top: -22px;
}
/* ///////////////////////////////////////////////////////////////////// 
//  11 - Responsive styles
/////////////////////////////////////////////////////////////////////*/

@media (max-width: 991px) {
	.element-item {
		width: 33.33%;
	}
}

@media (max-width: 767px) {
	.element-item {
		width: 50%;
	}

	.hero-cta-group {
		flex-direction: column;
		align-items: center;
	}

	.btn-view-alt {
		margin-left: 0;
		margin-top: 12px;
	}

	.contact-cta-links,
	.availability-note,
	.contact-info p {
		margin-left: 0;
	}

	.contact-info {
		font-size: 16px;
	}

	#resume {
		padding: 60px 0;
	}

	#resume .block-heading h1 {
		font-size: 40px;
	}

	.resume-panel {
		padding: 22px;
		margin-bottom: 20px;
	}

	.exp-company span {
		float: none;
		display: block;
		margin-top: 3px;
	}

	#site-header .pull-right {
		float: none !important;
	}

	.copyright, .designed-by {
		text-align: center;
	}
}

@media (max-width: 500px) {
	.contact-info {
		padding: 30px 10px;
	}
}

@media only screen and (max-width : 640px) {
    .parallax{
    background: url(../video/video.jpg) no-repeat center center fixed #444;
    background-attachment: fixed !important;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
}


