/* Fonts */

@font-face{
	font-family: ar-julian;
	src: url('../fonts/arjulian.ttf');	
}

@font-face{
	font-family: din_normal;
	src: url('../fonts/DINNextCYR-Regular.otf');	
}

@font-face{
	font-family: arial_narrow;
	src: url('../fonts/ARIALN.TTF');	
}

@font-face{
	font-family: josefin_regular;
	src: url('../fonts/JOSEFINSANS-REGULAR.TTF');	
}

@font-face{
	font-family: josefin_sb;
	src: url('../fonts/JOSEFINSANS-SEMIBOLD.TTF');	
}

@font-face{
	font-family: josefin_b;
	src: url('../fonts/JOSEFINSANS-BOLD.TTF');	
}

@font-face{
	font-family: josefin_l;
	src: url('../fonts/JOSEFINSANS-LIGHT.TTF');	
}

@font-face{
	font-family: segoeui_r;
	src: url('../fonts/SEGOEUI.TTF');	
}

@font-face{
	font-family: narziss_pro;
	src: url('../fonts/narziss.otf');	
}

@font-face{
	font-family: newzald_book;
	src: url('../fonts/NEWZALD-BOOK.OTF');	
}

@font-face{
	font-family: arrno_pro_l;
	src: url('../fonts/ArnoPro-LightDisplay.otf');
	/* src: url('../fonts/UbuntuMono-R.ttf');	 */
}

@font-face{
	font-family: myriad_pro;
	src: url('../fonts/MYRIADPRO-REGULAR.OTF');	
}

/* Fonts */


/* Generic CSS */

.hidden-1{
	opacity: 0;
}

/* Generic CSS */

.submit-button{
	font-family: arrno_pro; 
	font-size: 16px; 
	font-weight: bold;
}


/* Other Pages Top Menu */

#nav-menu{
	height: 50px;
	text-align: center;
	margin: 10px 0px 10px 0px;
	font-family: josefin_sb;
	font-weight: bold;
	
}

#nav-menu tr td{
	text-align: center;
	width: 200px;
	/* padding: 0px 40px 0px 40px; */
	font-size: 20px;
}

#nav-menu tr td a{
	color: #363636;
	text-decoration: none;
	outline: none;
	z-index: 99999;
}

#nav-menu tr td:hover{
	/* background-color: #eee; */
}

#nav-menu tr td a:hover{
	color: #961c23;
}

.nav-active{
	border: 1px solid orange;
	margin-top: 6px;
	position: relative;
	left: 0px;
}

.nav-menu-effect .name{
	/* z-index: 5; */
	position: relative;
	top: 12px;
}

.nav-menu-effect .line{
	/* z-index: 10; */
	position: relative;
	top: 3px;
	border-bottom: 2px solid orange;
}

.nav-sahana{
	cursor: pointer
}

.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mid-animate {
  opacity: 0;
}

.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.diamond-menu{
    background: url('../images/carat-open.png');
	top: 5px;
	width: 25px;
	height: 25px;
	-webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1);
    transition: all .2s ease-in;
    transform: scale(1);
}

.diamond-menu-close{
	-webkit-transition: all .2s ease-in;
    -webkit-transform: scale(0.75);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(0.75);   
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(0.75);
    transition: all .2s ease-in;
    transform: scale(0.75);
    /* background: url('../images/carat-close.png') no-repeat; */
    /* background-size : 100% auto;
    width: 20px;
	height: 20px; */
}

.top-menu {
  top: 5px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.mid-menu {
  top: 13px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.bottom-menu {
  top: 21px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.menui {
  /* background: #1d65bd; */
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
}

.icon {
  z-index: 99999;
  position: fixed;
  display: block;
  padding: 9px;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 0;
  right: 15px;
}

a.icon{
	outline: none !important;
}

a.icon:hover{
	outline: none !important;
}

.mobilenav {
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url('../images/transparent_box2.png');
  cursor: url(../images/cross-cursor.png), auto;
}

.mobilenav .menu-row{
	width: 620px;
}

.centered{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

.mobilenav .menu-item{
	max-width: 150px;
	display: inline-block;
	max-height: 150px;
	width: 150px;
	height: 150px;
	background: url('../images/menu-thin-box.png');
	background-size: 100% 100%;
	margin: 8px 6px;
	-webkit-transition: linear  0.3s; /* Safari */
    transition: background 0.5s ease;
    z-index: 9;
}




.mobilenav .menu-item:hover{
	cursor: pointer;
	background: url( '../images/transparent_box_purple.png' );
}

.mobilenav .menu-item-facebook:hover{
	cursor: pointer;
	background: url( '../images/transparent_box_facebook.png' );
}

.mobilenav .menu-item-linkedin:hover{
	cursor: pointer;
	background: url( '../images/transparent_box_linkedin.png' );
}

.mobilenav .menu-item-google:hover{
	cursor: pointer;
	background: url( '../images/transparent_box_google.png' );
}

.menu-item img{
	/* top: 40%; */
	top: 60px;
	position: relative;
	z-index: 8;
}

.menu-item p{
	/* bottom: -63%; */
	bottom: -19%;
	position: relative;
	color: white;
	font-family: josefin_sb;
	visibility: hidden;
	/* opacity: 0; */
	z-index: 8;
	font-size: 18px;
}



.mobilenav .menu-items{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

.nav-menu .menu-item{
	color: white;
	display: inline-block;
}

.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
}

.mobilenav li a {
  font-size: 150%;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  width: 100%;
}

.mobilenav li:first-child {
  margin-top: 60px;
}


@media screen and (max-width: 500px) /* and (min-width: 520px) */ {
	.mobilenav .menu-item{
		display: inline-block;
		width: 100px;
		height: 100px;
		background: url('../images/menu-thin-box.png');
		background-size: 100% 100%;
		margin: 8px 6px;
		-webkit-transition: linear  0.3s; /* Safari */
	    transition: background 0.5s ease;
	    z-index: 9;
	}
	
	.menu-item img{
		top: 40px;
		position: relative;
		z-index: 8;
	}
	
	.menu-item p{
		bottom: -12%;
		position: relative;
		color: white;
		font-family: josefin_sb;
		visibility: hidden;
		z-index: 8;
		font-size: 18px;
	}
	
	.nav-menu-effect{
		visibility: hidden;
	}
}

/* Other Pages Top Menu */


/* Section Title */

.section-title {
    text-align: center;
    position: relative;
}

.divider {
    border-bottom: 2px solid #dedede;
    width: 100%;
}

.divider-thin {
    border-bottom: 1px solid #ededed;
    width: 100%;
}

.section-title .divider {
    border-bottom: 2px solid #dedede;
    position: absolute;
    width: 100%;
    top: 45px;
}

.section-title .textbox {
    position: relative;
    width: 100%;
}

.section-title .textbox .text {
    background-color: white;
    margin: 0px auto;
    padding: 0px 40px 0px 40px;
    text-align: center;
    display: inline;
    font-size: 50px;
    font-family: josefin_regular;
}

/* Section Title */




/* Css Hover Plugin */

.row_contant {
	display: inline-block;
	width: 40%;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center
}

.item-hover.circle.effect1 a:hover .spinner {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

/* Css Hover Plugin */


/* Sub Footer Section */

.sub-footer-section{
	padding-top: 50px;
	text-align: center;
}

.sahana-footer-logo{
	height: 125px;
}

.social-media-icons-section{
	padding: 40px 0px 40px 0px;
}

img.social-icon {
	width: 40px;
	display: inline-block;
}

.social-media-icons-section p{
	display: inline-block;
	padding: 0px 20px 0px 20px;
}

.social-media-icons-section a{
	text-decoration:none;
	outline: none;
}


/* Sub Footer Section */


/* Footer Section */

.footer-section{
	padding-top: 0px;
	text-align: center;
}

.copyright{
	color: #575757;
	font-family: 'myriad_pro';
}

#nav-menu-footer{
	height: 50px;
	text-align: center;
	margin: 10px 0px 10px 0px;
	font-family: josefin_sb;
	font-weight: bold;
}

#nav-menu-footer tr td{
	text-align: center;
	width: 135px;
	font-size: 18px;
	color: #575757;
}


#nav-menu-footer tr td a{
	color: #575757;
	text-decoration: none;
	transition: all 0.5s linear;
}

#nav-menu-footer tr td a:hover{
	color: #570d5e;
}


/* Footer Section */