@charset "utf-8";
/* CSS Document */

#more {display: none;}


.farsiForm
{
	max-width: 500px;
	margin: 0 auto;
}

.languageSelectFarsi
{
	position: absolute;
	top: 2px;
	right: 35px;
	color: #FFFFFF;
	font-size: 15px;
	background-color: #000000;
	height: 38px;
	width: 90px;
	text-align: center;
	line-height: 8px;
	
}

.languageSelectFarsi a
{
	text-decoration: none;
	color:#FFFFFF;
	font-weight:500;
}

.languageSelectFarsi a:hover
{
	color: #96C;
}

.languageSelectEnglish
{
	position: absolute;
	top: 2px;
	right: 35px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	background-color: #000000;
	height: 28px;
	width: 80px;
	text-align: center;
	line-height: 4px;
	
}

.languageSelectEnglish a
{
	text-decoration: none;
	color:#FFFFFF;
	font-weight:500;
}

.languageSelectEnglish a:hover
{
	color: #96C;
}



/* FONTS */
.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.farsi-text {
      font-family: 'Noto Naskh Arabic', sans-serif;
	  text-align: right;
	  font-size: 1.2em;
    }
	
.blueFarsiHeader {
	font-size: 2em;
	color:#006699; /* blue */
	text-align: right;
	margin: 0 auto;
	font-family: 'Noto Naskh Arabic', sans-serif;
}

/* <weight>: Use a value from 100 to 900 */

.noto-sans-arabic-regular {
  font-family: "Noto Sans Arabic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.noto-sans-arabic-bold {
  font-family: "Noto Sans Arabic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


/* <weight>: Use a value from 300 to 700
<uniquifier>: Use a unique and descriptive class name */

.quicksand {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.quicksand-bold {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}




/* MENU BAR */

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	/* background-color:#0260b5; */
	font-size:1em;
	/* color:#0C3D1E; /* DARK GREEN */
	color:#000066; /* DARK BLUE */
	font-family: 'Didact Gothic', sans-serif;
	/* border-bottom: 4px solid #FFF; */	
}


/* Since we'll have the "ul li" "float:left"
 we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}

/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	/* background-color: #0260b5; DARK BLUE */
	}

/* Styling the links */
nav a {
	display:block;
	padding:14px 20px;	
	/* color:#0C3D1E; /* DARK GREEN */
	color: #009;
	font-size:1.3em;
	text-decoration:none;
	transition:0.3s;
}


nav ul li ul li:hover { background: #072467; }
/* was #076737; dark green /*

/* Background color change on Hover */
nav a:hover { 
	/* background-color:#072467; /*DARK BLUE */
	background-color: rgba(19, 3, 119, 0.3);
	color:#FFF;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-" of "nav a" */
	top: 1.5em; 
}

	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}


	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:auto;
	float:none;
	display:list-item;
	position: relative;
	z-index:9999; !important
}

	
/* Change ' +' in order to change the Dropdown symbol */
nav li > a:after { content:  ' +'; }
nav li > a:only-child:after { content: ''; }

.centered
{
	text-align:center;	
}


.telephone
{
	font-family: 'Didact Gothic', sans-serif;
	text-align:right;
	padding-right: 2%;
	font-size: 1.4em;
	font-weight:bold;
	color: #ad93b8;	
	
}

.telephone a
{
	color: #ad93b8;	
}

.greenHeader
{
	font-family: 'Didact Gothic', sans-serif;
	font-size: 1.5em;
	/*color:#076737; BRIGHT GREEN*/
	color:#006699; /* blue */
	text-align:center;
	padding: 0.25em 0 0.25em 0.25em;	
}

.greenHeaderLeft
{
	font-family: 'Didact Gothic', sans-serif;
	font-size: 1.5em;
	color:#006699; /* blue */
	text-align:left;
/*	padding: 0.25em 0 0.25em 5em;	 */
	margin: 15px 8%;
}

.shortDescription
{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25em;
	text-align: center;
	color:#0C3D1E; /* DARK GREEN */
	margin: 15px 15%;
	line-height: 125%;
}

.shortDescriptionLeft
{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.30em;
	text-align: left;
	color:#072467;; /* DARK BLUE*/
	margin: 15px 8%;
	line-height: 155%;
}


.blurb
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	text-align: left;
	color: #000000;
	margin: 15px 10%;
	line-height: 125%;	
}

.blurbCentered
{
	font-family: 'Didact Gothic', sans-serif;
	font-size: 1.25em;
	text-align:center;
	color: #000000;
	line-height: 125%;	
	margin: auto 0;
}

.blurbCentered img
{
	max-width: 100%;
	height: auto;
	padding-top: 10px;	
}

.newsletterBox
{
	width: 100%;
	margin: 0 auto;
	height: auto;	
}

.box-footer a
{
	color: #003366; /*Dark Blue */
}

.box-footer a:hover
{
	color:#09C;
	text-decoration:none;
}	

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.column img:hover{
	opacity: 0.5;
	cursor:pointer;
}

.formBox
{
	width: 95%;
	height: auto;
	margin-left:2em;
	background-color:rgba(0, 175, 156, 0.1); /* PALE GREEN */
	padding: 1em;
	box-shadow: 0 0 0 3px #fff inset;
}

.samples
{
	width: 100%;
	height: auto;
	margin: 10px auto;	
}

.samples img
{
	max-width:45%;
	padding: 0.5em;
	height: auto;
	margin: auto;	
}


/* Create two equal columns that floats next to each other */
.sampleImageColumn {
  float: left;
  width: 50%;
  padding: 0 10px;
}

/* Clear floats after the columns */
.samplesRow:after {
  content: "";
  display: table;
  clear: both;
}

.servicesButton
{
	display:block;
	background-color:#71499C; /* PURPLE */
	padding: 1em 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	width: 300px;
	text-align:center;
	margin: auto;
	border-radius: 6px;
	border: 1px solid #FFF;
}



.servicesButton a
{
	color: #FFF;
	text-decoration: none;
}

.servicesButton a:hover
{
	
	color:#000;
}

.servicesButton:hover
{
	border: 1px solid #000;
	background-color: #ad93b8;
}

.buttonBox
{
	width: 100%;
	padding: 3em 0;
	position:relative;
}

.button2 {
  background-color:#71499C;
  color: #FFFFFF;
  padding: 15px 60px;
  text-align: center;
  display: inline-block;
  font-size: 1em;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid #000;
  font-family:Arial, Helvetica, sans-serif;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.button2farsi {
  background-color:#71499C;
  color: #FFFFFF;
  padding: 15px 100px;
  text-align: center;
  display: inline-block;
  font-size: 1em;
  cursor: pointer;
  border-radius: 18px;
  border: 1px solid #000;
  font-family: 'Noto Naskh Arabic', sans-serif;
  margin: 0;
  top: 25%;
  right: 10%;
   -ms-transform: translate(-25%, -10%);
  transform: translate(-25%, -10%);
 
  position: absolute;
  
}

.button2farsi a
{
	color: #FFF;
	text-decoration: none;
}
.button2farsi:hover
{
	border: 1px solid #000;
	background-color: #ad93b8;
}

.button2 a
{
	color: #FFF;
	text-decoration: none;
}
.button2:hover
{
	border: 1px solid #000;
	background-color: #ad93b8;
}


.video1
{
	margin: 0 5%;	
}

#background-video {
  width: 80vw;
  height: auto;
  margin: auto;
 
}



/* MEDIA QUERIES
--------------------------------------------- */
@media all and (max-width : 1080px) {
.telephone
{
	text-align:center;
	padding:0;	
}

}

@media all and (max-width : 960px) {
	
nav {
		margin: 0;	
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
		font-family: 'Noto Naskh Arabic', sans-serif;
	  text-align: right;
		 
	}

	/* Styling the toggle lable */
	.toggle {
		display: block;
		background-color:#1B2176; /*Dark Blue */
		padding:14px 20px;	
		color:#FFFFFF;
		font-size:17px;
		text-decoration:none;
		border:none;
		text-align:center;
		/* border-radius: 8px; */
	}

	.toggle:hover {
		/* background-color: #09F; /* BRIGHT BLUE */
		background-color: rgba(19, 3, 119, 0.3); /* PALE PURPLE */
		color: #000000;
		text-align:center;
		
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		text-align:center;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 10px 40px;
		
		
		
	}
	
	nav ul li
	{
		border-bottom:1px dotted #000000;	
	}

	/* nav ul ul ul a {
		padding: 0 80px;
	}
*/
	nav a:hover,
 	nav ul ul ul a {
		/* background-color:#076737; /*BRIGHT GREEN*/
	/* 	background-color: #09F; /* BRIGHT BLUE */
		background-color: #ad93b8;
		
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 
	}
	
	.shortDescriptionLeft
{
	margin: 15px 5%;
	line-height: 125%;
}

.sampleImageColumn
{
	width: 100%;
	float: none;
	text-align:center;
	margin: 0;
}

.sampleImageColumn img
{
	max-width: 100%;
	height: auto;	
}

}
	

@media all and (max-width: 850px) {

nav a
{
	font-size: 1.2em;	
}

.shortDescription
{
	margin: 15px 2%;	
}

.blurb
{
	margin: 15px 2%;	
}
	
}

@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
  
  .shortDescriptionLeft img
  {
	  max-width:100%;
	  height: auto;
  }
  
  
  
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .button2farsi
  {
	  font-size: 1em;
	  position: relative;
	  left: 25%;
	  
  }
	  
		  
  
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  
  #background-video
  {
	  display:none;
  }
  
  .greenHeaderLeft
  {
		text-align:center;  
  }
  .blurb
  {
	  text-align:left;
  }
  
  .servicesButton
  {
	  margin: auto;
  }
  
  .servicesButton a
  {
	  text-align:center;
	  margin: 0.5em 3em;
  }
  
  .shortDescriptionLeft img
  {
	  max-width:100%;
	  height: auto;
  }
  
  .languageSelectFarsi
{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	margin: 10 auto;
	height: 26px;
	width: 90px;
	line-height: 4px;
	
}


.languageSelectFarsi a
{
	text-decoration: none;
	color:#FFFFFF;
	font-weight:500;
}

.languageSelectEnglish
{
	position: absolute;
	top: 0px;
	right: 0;
	font-size: 10px;
	margin: 10 auto;
	height: 22px;
	width: 60px;
	line-height: 4px;
	
}

}



@media all and (max-width : 330px) {
nav ul li {
		display:block;
		width: 94%;
	}
	

	
}