
html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #1B9772;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11pt;
	font-weight: 300;
	color: #FFFFFF
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #454445;
}

p, ol, ul
{
	margin-top: 0;
}

ol, ul
{
	padding: 0;
	list-style: none;
}

p
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #2C383B;
}

a:hover
{
	text-decoration: none;
}

.container
{
	margin: 0px auto;
	width: 1200px;
}


/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/
.profile-image
{
	height: 1200px;
	width: 800px;
}

.imgContainer{
	float:left;
}

{

	box-sizing: border-box;

}



body{

	position: relative;

	color: #fff;

	font-family: 'Roboto', sans-serif;

}



body:before{

	content: '';

	position: fixed;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	z-index: -100;

}



body:after{

	content: '';

	position: fixed;

	background: rgba(0, 0, 0, .8);

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	z-index: -99;

}



.works{

	max-width: 1280px;

	margin-left: auto;

	margin-right: auto;

}



.works h3{

	font-size: 36px;

	border-bottom: 3px solid #fff;

	border-radius: 8px;

	padding-left: 20px;

	padding-bottom: 8px;

}

*{

        margin: 0;

        padding: 0;

      }

      .container {

        width: 100%;

        height: 100vh;
        
      }

      .heading {

        color: #fff;

        font-size: 70px;

        position: absolute;

        top: 10%;

        left: 50%;

        transform: translateX(-50%);

        font-family: 'Josefin Sans', sans-serif;

        text-transform: uppercase;

        letter-spacing: 5px;

        text-align: center;

        white-space: pre-wrap;

      }

      .heading::after {

        content: '';

        width: 5px;

        height: 55px;

        background-color: white;

        position: absolute;

        animation: blinking 1s 3s infinite;

      }

      @keyframes blinking {

        0% {background-color: #fff}

        50% {background-color: transparent}

        100%{background-color: #fff}

      }



      .cards-wrapper {

        width: 80%;

        display: flex;

        justify-content: space-evenly;

        position: relative;

        top: 35%;

        left: 50%;

        transform: translateX(-50%);

      }



      .card{

        width: 280px;

        background-color: #eee;

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: space-evenly;

        transition: transform .5s;

        box-shadow: 10px 10px 20px rgba(0,0,0,.4);

      }



      @keyframes cardAnim {

        0%{opacity: 0}

        100%{opacity: 1}

      }



      .card:nth-child(1) {

      animation: cardAnim 2s 3s backwards;

      }

      .card:nth-child(2) {

      animation: cardAnim 2s 3.5s backwards;

      }

      .card:nth-child(3) {

      animation: cardAnim 2s 4s backwards;

      }



      .card:hover {

        transform: scale(1.1);

      }

      .image-top {

        width: 100%;

        height: 220px;

        object-fit: cover;

        -webkit-clip-path: polygon(0 4%, 100% 3%, 100% 64%, 0% 100%);

        clip-path: polygon(0 4%, 100% 3%, 100% 54%, 0% 100%);

        transition: transform .5s;

        transition: clip-path 1s;

      }

      .image-top:hover{

        transform: scale(1.09);

        z-index: 11;

        box-shadow: 10px 10px 20px rgba(0,0,0, .4);

        clip-path: polygon(0 4%, 100% 3%, 100% 100%, 0% 100%);

      }

      .profile-image {

        width: 120px;

        height: 120px;

        object-fit: cover;

        border-radius: 50%;

        margin-top: -110px;

        z-index: 10;

        border: 10px solid #eee;

        box-shadow: 10px 10px 20px rgba(0,0,0,.3);

        transition: transform .9s;

      }

      .profile-image:hover {

        transform: scale(1.1);

        border: 7px solid #eee;

      }

      .card h1 {

        font-family: 'Ubuntu', sans-serif;

        font-size: 22px;

        color: #555;

        margin: 10px;

      }

      .job {

        font-family: 'Montserrat', sans-serif;

        color: #777;

        font-weight: 300;

      }

      .about-me {

        font-family: 'Josefin Sans', sans-serif;

        font-size: 14px;

        width: 90%;

        margin: 15px 0;

        text-align: center;

        font-style: italic;

        color: #444;

      }

      .card button {

        width: 120px;

        padding: 7px;

        margin: 10px 0;

        background: tomato;

        border: none;

        outline: none;

        border-radius: 25px;

        font-family: 'Josefin Sans', sans-serif;

        color: #eee;

        box-shadow: 5px 5px 20px rgba(0,0,0,.4);

        cursor: pointer;

      }

      .card:hover button {

        animation: buttonRotation 2s 1s linear;

      }

      @keyframes buttonRotation {

        0% {transform: scale(1) rotateZ(0)}

        5% {transform: scale(1.2) rotateZ(5deg)}

        10% {transform: scale(1.2) rotateZ(-5deg)}

        15% {transform: scale(1.2) rotateZ(5deg)}

        20% {transform: scale(1.2) rotateZ(-5deg)}

        25% {transform: scale(1.2) rotateZ(5deg)}

        30% {transform: scale(1.2) rotateZ(-5deg)}

        35% {transform: scale(1.2) rotateZ(5deg)}

        40% {transform: scale(1.2) rotateZ(-5deg)}

        45% {transform: scale(1.2) rotateZ(5deg)}

        50% {transform: scale(1.2) rotateZ(-5deg)}

        55% {transform: scale(1.2) rotateZ(5deg)}

        60% {transform: scale(1.2) rotateZ(-5deg)}

        65% {transform: scale(1.2) rotateZ(5deg)}

        70% {transform: scale(1.2) rotateZ(-5deg)}

        75% {transform: scale(1.2) rotateZ(5deg)}

        80% {transform: scale(1.2) rotateZ(-5deg)}

        85% {transform: scale(1.2) rotateZ(5deg)}

        90% {transform: scale(1.2) rotateZ(-5deg)}

        95% {transform: scale(1.2) rotateZ(5deg)}

        100% {transform: scale(1) rotateZ(0)}



      }



      .social-icons {

        width: 150px;

        list-style: none;

        display: flex;

        justify-content: space-evenly;

        justify-content: space-between;

        margin: 10px 0 20px 0;

        border-top: 1px solid #999;

        padding-top: 20px;

      }

      .social-icons i{

        font-size: 18px;



      }

      .fa-facebook-f {

        color: #3b5999;

      }

      .fa-youtube {

        color: #cd201f;

      }

      .fa-twitter {

        color: #55acee;

      }

      .fa-google-plus-g {

        color: #dd4b39;

      }





      @media(max-width: 1300px) {

        .heading {

          font-size: 65px;

          width: 80%;

        }

        .cards-wrapper {

          width: 100%;

          top: 32%;

        }

        .image-top {

          height: 200px;

        }

      }

      @media(max-width: 950px) {

        .container {

          height: 100%;

        }

        .heading {

          width: 90%;

        }

        .cards-wrapper {

          flex-wrap: wrap;

          padding: 300px 0 200px 0;

        }

        .card {

          margin: 0 30px 50px 30px;

        }

      }

      @media(max-width: 700px) {

        .heading{

          font-size: 50px;

        }

        .heading::after {

          height: 40px;

        }

      }

      @media(max-width: 450px) {

        .heading {

          font-size: 40px;

        }

        .heading::after {

          height: 33px;

        }

        .cards-wrapper {

          padding: 250px 0 150px 0;

        }

      }





/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
{
	margin: 0;
	padding: 0em 0em 0em 0em;
	overflow: hidden;
	list-style: none;
	color: #6c6c6c
}

ul.style1 li
{
	overflow: hidden;
	display: block;
	padding: 2.80em 0em;
	border-top: 1px solid #D1CFCE;
}

ul.style1 li:first-child
{
	padding-top: 0;
	border-top: none;
}

ul.style1 .image-left
{
	margin-bottom: 0;
}

ul.style1 h3
{
	padding: 1.2em 0em 1em 0em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #454445;
}

ul.style1 a
{
	text-decoration: none;
	color: #525252;
}

ul.style1 a:hover
{
	text-decoration: underline;
	color: #525252;
}

ul.style2
{
	margin: 0;
	padding-top: 1em;
	list-style: none;
}

ul.style2 li
{
	border-top: solid 1px #E5E5E5;
	padding: 0.80em 0 0.80em 0;
	font-family: 0.80em;
}

ul.style2 li:before
{
	display: inline-block;
	padding: 4px;
	background: #DB3256;
}

ul.style2 a
{
	display: inline-block;
	margin-left: 1em;
}

ul.style2 li:first-child
{
	border-top: 0;
	padding-top: 0;
}

ul.style2 .icon
{
	color: #FFF;
}

ul.style3
{
	margin: 0;
	padding-top: 1em;
	list-style: none;
}

ul.style3 li
{
	border-top: solid 1px rgba(255,255,255,.2);
	padding: 1em 0 1em 0;
	font-family: 0.80em;
}

ul.style3 li:before
{
	display: inline-block;
	padding: 4px;
	background: #FFF;
}

ul.style3 a
{
	display: inline-block;
	margin-left: 1em;
	font-size: 1em !important;
	color: #FFF;
}

ul.style3 li:first-child
{
	border-top: 0;
	padding-top: 0;
}

ul.style3 .icon
{
	color: #DB3256;
}


/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
{
	display: inline-block;
	padding: 1.3em 3em;
	background: #1B9772;
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	letter-spacing: 0.20em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	color: #FFF;
}

.button:hover
{
}

.button:active
{
}

.button-big
{
	padding: 1.6em 4em;
	font-size: 1.4em;
	font-weight: 900;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
{
	margin-bottom: 3em;
}

.title h2
{
	font-weight: 400;
	font-size: 2.8em;
	color: #323232;
}

.title .byline
{
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1em;
	color: #6F6F6F;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
	
#header-wrapper
{
	background: #FFF;
}

#header
{
	position: relative;
	height: 100px;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo
{
	position: absolute;
	top: 2em;
	left: 0;
	width: 100%;
}

#logo h1
{
	display: inline-block;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 700;
	color: #2C383B;
	padding-right: 0.50em;
	border-right: 1px solid rgba(0,0,0,.3);
}

#logo span
{
	position: absolute;
	top: 1.4em;
	display: inline-block;
	padding-left: 1.50em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 0.90em;
}

#logo a
{
	text-decoration: none;
	color: #2C383B;
}
/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/


#menu
{
	position: absolute;
	right: 0;
	top: 1em;
}

#menu ul
{
	display: inline-block;
}

#menu li
{
	display: block;
	float: left;
	text-align: center;
	line-height: 60px;
}

#menu li a, #menu li span
{
	display: inline-block;
	margin-left: 1px;
	padding: 0em 1.5em;
	letter-spacing: 0.10em;
	text-decoration: none;
	font-size: 0.95em;
	text-transform: uppercase;
	outline: 0;
	color: #212121;
	background: #ECECEC;
}

#menu li:hover a, #menu li.active a, #menu li.active span
{
}

#menu .current_page_item a
{
	background: #E24E2A;
	color: #FFF;
}

#menu .icon
{
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
	
	#banner-wrapper
{
	overflow: hidden;
	padding: 3em 0em;
	background: #E24E2A;
}

#banner
{
	overflow: hidden;
	width: 1000px;
	padding: 0px 100px;
	text-align: center;
	color: rgba(255,255,255,.7);
}

#banner a
{
	color: rgba(255,255,255,.9);
}

#banner .box-left
{
	float: left;
}

#banner .box-right
{
	float: right;
}

#banner h2
{
	margin: 0em;
	padding: 0em;
	font-weight: 400;
	font-size: 1.3em;
	color: #FFFFFF;
}

#banner span
{
	display: block;
	padding-top: 0.20em;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #A2A2A2;
}


/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
{
	float: right;
	width: 450px;
}

#stwo-col
{
	margin-top: 2em;
}

#stwo-col h2
{
	display: block;
	padding-bottom: 1.5em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #454445;
}

#stwo-col .sbox1
{
	float: left;
	width: 210px;
}

#stwo-col .sbox2
{
	float: right;
	width: 210px;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright
{
	overflow: hidden;
	padding: 5em 0em;
	border-top: 1px solid rgba(255,255,255,0.08);
}

#copyright p
{
	letter-spacing: 0.20em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	color: rgba(255,255,255,0.3);
}

#copyright a
{
	text-decoration: none;
	color: rgba(255,255,255,0.6);
}


/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/


#footer-wrapper
{
	overflow: hidden;
	padding: 6em 0em;
	background: #383838;
	text-align: center;
}

#footer
{
	overflow: hidden;
}


#footer .title h2
{
	font-size: 1.6em;
	font-weight: 300;
	color: #FFF;
}

#footer .title .byline
{
	display: block;
	padding-top: 1em;
	text-transform: uppercase;
	font-size: 0.80em;
	color: rgba(255,255,255,0.5);
}

#footer .button
{
	margin-top: 2em;
}

#extra
{
	overflow: hidden;
	margin: 0em auto 0em auto;
	padding: 5em 0em 5em 0em;
	text-align: center;
}

#extra h2
{
	margin: 0em;
	padding: 0em;
	font-weight: 400;
	font-size: 2.4em;
	color: #555555;
}

#extra span
{
	display: block;
	padding-top: 0.20em;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #A2A2A2;
}


#extra .button
{
	margin-top: 2em;
}

#extra2
{
	overflow: hidden;
	padding-bottom: 5em;
}


