@import url("header_stylesheet.css");
@import url("footer_stylesheet.css");
*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box
}

@font-face {
  font-family: ashiraFont;
  src: url(../fonts/space_bt.ttf);
}

@font-face {
  font-family: socialFont;
  src: url(../fonts/social_color_pro.ttf);
}

.wrapper {
	width: 100%;
	height: auto;
	float: left;
	background-color: #FFC;
}

/*/ START_ARTICLE_CLASS /*/

article {
	width: 100%;
	height: auto;
	float: left;
	background-color: #FFF;
}

/*/ START_MAIN_SLIDESHOW_CLASS /*/

.mySlides {
	display: none;
	width: 1250px;
	height: 650px;
	margin: auto;
	background-color: none;
}

.slideshow-container {
  width: 100%;
  height: 650px;
  float: left;
  background-color: #FFF;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.3);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/*/ CLOSE_MAIN_SLIDESHOW_CLASS /*/

.ashira_animated_logo {
	width: 450px;
	height: 450px;
	float: left;
	background-color: none;
	position: relative;
	z-index: 2;
	margin-top: 100px;
	margin-left: 20px;
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}
@-webkit-keyframes action {
   0% { transform: translateY(0); }
   100% { transform: translateY(-10px); }
}
@keyframes action {
   0% { transform: translateY(0); }
   100% { transform: translateY(-10px); }
}

.read_more_box {
	width: 720px;
	height: 400px;
	float: left;
	background-color: none;
	margin-top: 100px;
	margin-left: 40px;
	z-index: 1;
}

.read_more_box h1 {
	position: relative;
	font-family: 'Righteous', cursive;
	font-size: 30px;
	font-weight: normal;
	margin-top: 20px;
	color: #000;
	-webkit-animation-name: example1; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: example1;
    animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example1 {
  from { top: -50px;}
  to { top: 0px;}
}

/* Standard syntax */
@keyframes example1 {
  from { top: -50px;}
  to { top: 0px;}
}


.read_more_box h2 {
	position: relative;
	font-family: ashiraFont;
	font-size: 80px;
	font-weight: bold;
	color: #000;
	-webkit-animation-name: example2; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: example2;
    animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example2 {
  from { left: -300px;}
  to { left: 0px;}
}

/* Standard syntax */
@keyframes example2 {
  from { left: -300px;}
  to { left: 0px;}
}

.read_more_box h3 {
	position: relative;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
	line-height: 27px;
	color: #555;
	-webkit-animation-name: example3; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: example3;
    animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example3 {
  from { bottom: -100px;}
  to { bottom: 0px;}
}

/* Standard syntax */
@keyframes example3 {
  from { right: -100px;}
  to { right: 0px;}
}

.read_more_box a {
	display: block;
	width: 170px;
	height: 50px;
	background-color: #FFF;
	position: relative;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	color: #000;
	border:2px solid #000;
	-webkit-animation-name: example4; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: example4;
    animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example4 {
  from { bottom: -150px;}
  to { bottom: 0px;}
}

/* Standard syntax */
@keyframes example4 {
  from { bottom: -150px;}
  to { bottom: 0px;}
}

.read_more_box a:hover {
	color: #ea4335;
	border:2px solid #ea4335;
}

.featured_case_studies {
	width: 100%;
	height: 800px;
	float: left;
	background-color: none;
	background:
        radial-gradient(#CCC 1px, transparent 1px),
        radial-gradient(#CCC 1px, transparent 1px),
        #fff;
    background-position: 0 0, 20px 20px;
    background-size: 20px 20px;
}

.featured_case_studies_box {
	width: 1250px;
	height: 750px;
	margin: auto;
	background-color: none;
}

.featured_case_studies_box h1{
	width: 1250px;
	height: 400px;
	float: left;
	background-image: linear-gradient(#E8fEE7, #D0F5FF);
	margin-top: 60px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	line-height: 150px;
	color: #000;
}

.studies_case {
	width: 1250px;
	height: 500px;
	float: left;
	background-color: none;
	position: relative;
	top: -250px;
}

.studies_case_box {
	width: 350px;
	height: 500px;
	float: left;
	background-color: #EEE;
	margin-left: 50px;
	-moz-box-shadow: 0px 0px 40px #BBB;
    -webkit-box-shadow: 0px 0px 40px #BBB;
    box-shadow: 0px 0px 40px #BBB;
}

.studies_case_box:hover {
	-moz-box-shadow: 0px 0px 40px #AAA;
    -webkit-box-shadow: 0px 0px 40px #AAA;
    box-shadow: 0px 0px 40px #AAA;
}

.studies_case_box img {
	width: 350px;
	height: auto;
	float: left;
	background-color: none;
}

.studies_case_box h2 {
	display: block;
	width: 350px;
	height: 70px;
	background-color: none;
	padding-left: 20px;
	font-family: 'Days One', sans-serif;
	font-size: 23px;
	font-weight: normal;
	float: left;
	line-height: 70px;
	color: #000;
}

.studies_case_box h3 {
	display: block;
	width: 350px;
	height: 160px;
	background-color: none;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: normal;
	float: left;
	color: #555;
}

.studies_case_box a {
	display: block;
	width: 350px;
	height: 60px;
	background-color: none;
	padding-left: 20px;
	font-family: 'Patua One', cursive;
	font-size: 18px;
	font-weight: normal;
	float: left;
	line-height: 60px;
	color: #000;
}

.studies_case_box a:hover {
	color: #ea4335;
}

.our_services {
	width: 100%;
	height: 900px;
	float: left;
	background-color: #1a222e;
}

.our_services_box {
	width: 1250px;
	height: 600px;
	margin: auto;
	background-color: none;
}

.our_services_box h2 {
	width: 1250px;
	height: 170px;
	float: left;
	background-color: none;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	line-height: 170px;
	border-bottom: 1px solid #333c4c;
}

.our_services_grid {
	width: 350px;
	height: 600px;
	float: left;
	background-color: none;
	margin-left: 50px;
	margin-top: 50px;
}

.our_services_grid li {
	border: none;
	display: block;
	width: 350px;
	height: 100px;
	float: left;
	background-color: #333c4c;
	margin-top: 15px;
	font-family: 'Concert One', cursive;
	font-size: 26px;
	font-weight: normal;
	text-align: left;
	line-height: 100px;
	padding-left: 20px;
	color: #8c9ab6;
	text-decoration: none;
	cursor: pointer;
}

.our_services_grid li samp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

.our_services_grid li.active {
	border-left: 5px solid #ED1D32;
    background-color: #576379;
	color: #FFF;
}

.our_services_grid li:hover {
	color: #EEE;
	background-color: #56627b;
}

/* Style the tab content */
.tabcontent {
  display: none;
  width: 350px;
  height: 600px;
  float: left;
  background-color: none;
  border-bottom: 10px solid #ED1D32;
}

.tabcontent img {
	display: block;
	width: 350px;
	height: 250px;
	float: left;
	background-color: none;
}

.tabcontent h1 {
	display: block;
	width: 350px;
	height: 70px;
	float: left;
	background-color: none;
	padding-left: 20px;
	font-family: 'Passion One', cursive;
	font-size: 28px;
	font-weight: normal;
	line-height: 70px;
	color: #000;
}

.tabcontent p {
	display: block;
	width: 350px;
	height: 210px;
	float: left;
	background-color: none;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Muli', sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #555;
}

.tabcontent a {
	display: block;
	width: 350px;
	height: 60px;
	float: left;
	background-color: none;
	padding-left: 20px;
	font-family: 'Patua One', cursive;
	font-size: 18px;
	font-weight: normal;
	line-height: 60px;
	color: #111;
}

.tabcontent a:hover {
	color: #ED1D32;
}

.profiles {
	display: none;
	width: 100%;
	height: 880px;
	float: left;
	background-color: #EEE;
}

.profile_box {
	width: 1240px;
	height: 600px;
	margin: auto;
	background-color: none;
}

.profile_box h3 {
	display: block;
	width: 100%;
	height: 150px;
	float: left;
	font-family: 'Righteous', cursive;
	font-size: 35px;
	font-weight: normal;
	color: #333;
	text-align: center;
	line-height: 150px;
	border-bottom: 1px solid #DDD;
}

.profile_box_content {
	width: 400px;
	height: 600px;
	float: left;
	background-color: #FFF;
	margin-left: 10px;
	margin-top: 50px;
	border-bottom: 15px solid #DDD;
}

.profile_box_content img {
	width: 200px;
	height: 200px;
	float: left;
	background-color: #CCC;
	border-radius: 150px;
	border: 7px solid rgba(0,0,0,0.0);
	margin-left: 100px;
	margin-top: 25px;
}

.profile_box_content h1 {
	display: block;
	width: 100%;
	height: 30px;
	float: left;
	background-color: none;
	margin-top: 20px;
	font-family: 'Concert One', cursive;
	font-size: 25px;
	font-weight: normal;
	color: #333;
	text-align: center;
	line-height: 30px;
}

.profile_box_content h2 {
	display: block;
	width: 100%;
	height: 20px;
	float: left;
	background-color: none;
	margin-top: 5px;
	font-family: 'Viga', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #999;
	text-align: center;
	line-height: 20px;
}

.profile_box_content p {
	display: block;
	width: 100%;
	height: 220px;
	float: left;
	background-color: none;
	padding: 15px;
	font-family: 'Muli', sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #666;
	text-align: center;
}

/*/ CLOSE_ARTICLE_CLASS /*/

/*/ ====================================================================================================== /*/

@media only screen and (max-width: 360px) {
	
.wrapper {
	width: 360px;
	height: auto;
	float: left;
	background-color: #FFC;
}

/*/ START_ARTICLE_CLASS /*/

article {
	width: 360px;
	height: auto;
	float: left;
	background-color: #FFF;
}

/*/ START_MAIN_SLIDESHOW_CLASS /*/

.mySlides {
	display: none;
	width: 360px;
	height: 350px;
	margin: auto;
	background-color: none;
}

.slideshow-container {
  width: 360px;
  height: 350px;
  float: left;
  background-color: #FFF;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 70%;
  width: auto;
  padding: 10px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.3);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/*/ CLOSE_MAIN_SLIDESHOW_CLASS /*/

.ashira_animated_logo {
	width: 100px;
	height: 100px;
	float: left;
	background-color: none;
	position: relative;
	z-index: 2;
	margin-top: 50px;
	margin-left: 10px;
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}
@-webkit-keyframes action {
   0% { transform: translateY(0); }
   100% { transform: translateY(-10px); }
}
@keyframes action {
   0% { transform: translateY(0); }
   100% { transform: translateY(-10px); }
}

.read_more_box {
	width: 220px;
	height: 300px;
	float: left;
	background-color: none;
	margin-top: 30px;
	margin-left: 20px;
	z-index: 1;
}

.read_more_box h1 {
	position: relative;
	font-family: 'Righteous', cursive;
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
	color: #000;
	-webkit-animation-name: example1; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: example1;
    animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example1 {
  from { top: -50px;}
  to { top: 0px;}
}

/* Standard syntax */
@keyframes example1 {
  from { top: -50px;}
  to { top: 0px;}
}


.read_more_box h2 {
	position: relative;
	font-family: ashiraFont;
	font-size: 27px;
	font-weight: bold;
	color: #000;
	-webkit-animation-name: example2; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: example2;
    animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example2 {
  from { left: -300px;}
  to { left: 0px;}
}

/* Standard syntax */
@keyframes example2 {
  from { left: -300px;}
  to { left: 0px;}
}

.read_more_box h3 {
	position: relative;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
	margin-left: -120px;
	line-height: 27px;
	color: #555;
	-webkit-animation-name: example3; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: example3;
    animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example3 {
  from { bottom: -100px;}
  to { bottom: 0px;}
}

/* Standard syntax */
@keyframes example3 {
  from { right: -100px;}
  to { right: 0px;}
}

.read_more_box a {
	display: block;
	width: 140px;
	height: 40px;
	background-color: #FFF;
	position: relative;
	margin-top: 40px;
	margin-left: -20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	color: #000;
	border:2px solid #000;
	-webkit-animation-name: example4; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: example4;
    animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example4 {
  from { bottom: -150px;}
  to { bottom: 0px;}
}

/* Standard syntax */
@keyframes example4 {
  from { bottom: -150px;}
  to { bottom: 0px;}
}

.read_more_box a:hover {
	color: #ea4335;
	border:2px solid #ea4335;
}

.featured_case_studies {
	width: 360px;
	height: 700px;
	float: left;
	background-color: none;
	background:
        radial-gradient(#CCC 1px, transparent 1px),
        radial-gradient(#CCC 1px, transparent 1px),
        #fff;
    background-position: 0 0, 20px 20px;
    background-size: 20px 20px;
}

.featured_case_studies_box {
	width: 360px;
	height: 600px;
	float: left;
	background-color: none;
}

.featured_case_studies_box h1{
	width: 360px;
	height: 350px;
	float: left;
	background-image: linear-gradient(#E8fEE7, #D0F5FF);
	margin-top: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
	color: #000;
}

.studies_case {
	width: 360px;
	height: 500px;
	float: left;
	background-color: none;
	position: relative;
	top: -250px;
}

.studies_case_box {
	width: 320px;
	height: 500px;
	float: left;
	background-color: #EEE;
	margin-left: 20px;
	-moz-box-shadow: 0px 0px 40px #BBB;
    -webkit-box-shadow: 0px 0px 40px #BBB;
    box-shadow: 0px 0px 40px #BBB;
}

.studies_case_box:hover {
	-moz-box-shadow: 0px 0px 40px #AAA;
    -webkit-box-shadow: 0px 0px 40px #AAA;
    box-shadow: 0px 0px 40px #AAA;
}

.studies_case_box img {
	width: 320px;
	height: auto;
	float: left;
	background-color: none;
}

.studies_case_box h2 {
	display: block;
	width: 320px;
	height: 70px;
	background-color: none;
	padding-left: 20px;
	font-family: 'Days One', sans-serif;
	font-size: 23px;
	font-weight: normal;
	float: left;
	line-height: 70px;
	color: #000;
}

.studies_case_box h3 {
	display: block;
	width: 320px;
	height: 160px;
	background-color: none;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: normal;
	float: left;
	color: #555;
}

.studies_case_box a {
	display: block;
	width: 320px;
	height: 60px;
	background-color: none;
	padding-left: 20px;
	font-family: 'Patua One', cursive;
	font-size: 18px;
	font-weight: normal;
	float: left;
	line-height: 60px;
	color: #000;
}

.studies_case_box a:hover {
	color: #ea4335;
}

.our_services {
	width: 360px;
	height: 800px;
	float: left;
	background-color: #1a222e;
}

.our_services_box {
	width: 360px;
	height: 600px;
	margin: auto;
	background-color: none;
}

.our_services_box h2 {
	width: 350px;
	height: 120px;
	float: left;
	background-color: none;
	margin-left: 5px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	line-height: 120px;
	border-bottom: 1px solid #333c4c;
}

.our_services_grid {
	width: 350px;
	height: 600px;
	float: left;
	background-color: none;
	margin-left: 5px;
	margin-top: 30px;
}

.our_services_grid li {
	border: none;
	display: block;
	width: 350px;
	height: 100px;
	float: left;
	background-color: #333c4c;
	margin-top: 15px;
	font-family: 'Concert One', cursive;
	font-size: 26px;
	font-weight: normal;
	text-align: left;
	line-height: 100px;
	padding-left: 20px;
	color: #8c9ab6;
	text-decoration: none;
	cursor: pointer;
}

.our_services_grid li samp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

.our_services_grid li.active {
	border-left: 5px solid #ED1D32;
    background-color: #576379;
	color: #FFF;
}

.our_services_grid li:hover {
	color: #EEE;
	background-color: #56627b;
}

/* Style the tab content */
.tabcontent {
  display: none;
  width: 350px;
  height: 600px;
  float: left;
  background-color: none;
  border-bottom: 10px solid #ED1D32;
}

.tabcontent img {
	display: block;
	width: 350px;
	height: 250px;
	float: left;
	background-color: none;
}

.tabcontent h1 {
	display: block;
	width: 350px;
	height: 70px;
	float: left;
	background-color: none;
	padding-left: 20px;
	font-family: 'Passion One', cursive;
	font-size: 28px;
	font-weight: normal;
	line-height: 70px;
	color: #000;
}

.tabcontent p {
	display: block;
	width: 350px;
	height: 210px;
	float: left;
	background-color: none;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Muli', sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #555;
}

.tabcontent a {
	display: block;
	width: 350px;
	height: 60px;
	float: left;
	background-color: none;
	padding-left: 20px;
	font-family: 'Patua One', cursive;
	font-size: 18px;
	font-weight: normal;
	line-height: 60px;
	color: #111;
}

.tabcontent a:hover {
	color: #ED1D32;
}

.profiles {
	width: 360px;
	height: 820px;
	float: left;
	background-color: #EEE;
}

.profile_box {
	width: 360px;
	height: 600px;
	margin: auto;
	background-color: none;
}

.profile_box h3 {
	display: block;
	width: 360px;
	height: 100px;
	float: left;
	background-color: none;
	margin-top: 30px;
	font-family: 'Righteous', cursive;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	text-align: center;
	line-height: 30px;
	border-bottom: 1px solid #DDD;
}

.profile_box_content {
	width: 350px;
	height: 600px;
	float: left;
	background-color: #FFF;
	margin-left: 5px;
	margin-top: 50px;
	border-bottom: 15px solid #DDD;
}

.profile_box_content img {
	width: 200px;
	height: 200px;
	float: left;
	background-color: #CCC;
	border-radius: 150px;
	border: 7px solid rgba(0,0,0,0.0);
	margin-left: 70px;
	margin-top: 25px;
}

.profile_box_content h1 {
	display: block;
	width: 100%;
	height: 30px;
	float: left;
	background-color: none;
	margin-top: 20px;
	font-family: 'Concert One', cursive;
	font-size: 25px;
	font-weight: normal;
	color: #333;
	text-align: center;
	line-height: 30px;
}

.profile_box_content h2 {
	display: block;
	width: 100%;
	height: 20px;
	float: left;
	background-color: none;
	margin-top: 5px;
	font-family: 'Viga', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #999;
	text-align: center;
	line-height: 20px;
}

.profile_box_content p {
	display: block;
	width: 100%;
	height: 220px;
	float: left;
	background-color: none;
	padding: 15px;
	font-family: 'Muli', sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #666;
	text-align: center;
}

/*/ CLOSE_ARTICLE_CLASS /*/

}