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

body, html { /* set size of body to full page and remove margins */
    width: 100%;
    padding: 0;
    margin: 0;
}

/* General classes */
div.transbox
{
  background-color:#999999;
  border:1px solid black;
  opacity:0.5;
  filter:alpha(opacity=80);/* For IE8 and earlier */
}

div.ctransbox
{
  background-color:#999999;
  border:1px solid black;
  -opacity:0;
  filter:alpha(opacity=80);/* For IE8 and earlier */
}

div.transbox p
{
  margin:30px 40px;
  font-weight:bold;
  color:#000000;
}

/*********************Home Arrows CSS**********************/
.up {position:absolute; left:33%; width:29%; height:45%; z-index: 9990;}

.wrapper {height: 98%; margin: 0 18%; position: absolute;width: 65%;}

.wrapper img {width:100%; height:100%;}

.right {height: 95%; position: absolute; right: 12%;top: 4.4%; width: 40%;}

.down {position:absolute; bottom:-1px; left:32%;width:29%; height:45%; z-index: 9992;}

.left {height: 95%;position: absolute; left:6.5%; top: 4%; width: 40%;}
/*******************************************************************/

.box
{
	background:rgba(52,48,58,0.5);
	width:290px;
	height:290px;
	color:#FFFFFF;
	text-align:center;
	position:relative;
}

.box p{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

/* This class created for page which come by click on home page arrows (By Hitesh) */
.page{
	/*background: rgba(237, 245, 252,0.7);*/
	border: 2px hidden;
	border-radius: 70px;
    -border-radius: 70px;
	
    width: 1024px;
	
	margin: 5% !important;
}

/* Top Page */
#top_page{
	display:none;
	margin:0 auto;
	position: absolute;
	min-height: 600px;
	width: 99%;
	height: 80%;
}

/* Right Page */
#right_page{
	display:none;
}

/* Bottom Page */
#bottom_page{
	display:none;
	margin: 4% 0px 0px 15% !important;
	position:absolute;
}
#bottom_page{
	
	
}

/* Left Page */
#left_page{
	display:none;
	position:absolute;
	margin: 4% 0px 0px 25% !important;
}

.right_back{
	width:20%;
	float:right;
}

.right_content{
	width:1024px;
	
	-margin:15px 0 15px 0px;
	float:left;

}

.link_button{
	float:left;
}

.top_box{width:90%; margin:0 auto;}

.right_content{min-height:509px; border-radius: 70px;}
.arrow_right{margin-top:40%;}
.arrow_bottom{position: absolute; bottom:-125px; left: 45.5%; margin: auto;}
.arrow_left{ float: left; margin-top:25%; }
.arrow_top{ margin:0 auto;}
.back_arw_img{ height:120px; width:120px;}
.page_top{width: 90%; margin: 0 auto; margin-top: 10%;}

.left_back{
	width: 20%;
	float: right;
}


#right_page{
	display:none;
	position:absolute;
	-width:100%;

	width:90%;

	margin:2% 5% !important;
	 
	border:2px hidden;
	border-radius:70px;
}
.info_box{

/*border:1px solid #000000;*/
font-size:18px; color:#FFFFFF; font-family:Calibri; text-align:center;
width:514px; margin-top:2%; margin-left:10%; height:276px;
/*border-radius:30px; */
float: left;
}
.info_box_down{background: rgb(46,115,120); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNzM3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOWFjMGZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0ODJjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(46,115,120,1) 0%, rgba(154,192,254,1) 0%, rgba(68,130,207,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,115,120,1)), color-stop(0%,rgba(154,192,254,1)), color-stop(100%,rgba(68,130,207,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(68,130,207,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(68,130,207,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(68,130,207,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(68,130,207,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e7378', endColorstr='#4482cf',GradientType=0 ); /* IE6-8 */
border:1px solid #3f80cd;
font-size:18px; color:#FFFFFF; font-family:Calibri; text-align:left;
width:514px;  margin-left:5%; height:256px;
border-radius:30px; 
float: left;
padding:10px;}
}
.half{width:50%; float:left;}
.row{width:514px; float:left; margin-left:10%; margin-top:5%;}
.small_box{background: rgb(46,115,120); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNzM3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOWFjMGZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0ODJjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(46,115,120,1) 0%, rgba(154,192,254,1) 0%, rgba(68,130,207,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,115,120,1)), color-stop(0%,rgba(154,192,254,1)), color-stop(100%,rgba(68,130,207,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(68,130,207,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(68,130,207,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(68,130,207,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(68,130,207,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e7378', endColorstr='#4482cf',GradientType=0 ); /* IE6-8 */
border-radius:10px;
width:160px; float:left;
height:50px;
color:#FFFFFF; font-family:Calibri; text-align:center; vertical-align:middle;
 font-size:18px;
 margin-right:30px;
 padding:10px 0px;
}
.small_box1{background: rgb(46,115,120); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNzM3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOWFjMGZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0ODJjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(46,115,120,1) 0%, rgba(154,192,254,1) 0%, rgba(68,130,207,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,115,120,1)), color-stop(0%,rgba(154,192,254,1)), color-stop(100%,rgba(68,130,207,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(68,130,207,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(68,130,207,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(68,130,207,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(68,130,207,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e7378', endColorstr='#4482cf',GradientType=0 ); /* IE6-8 */
border-radius:10px;
width:140px; float:left;
height:70px;
color:#FFFFFF; font-family:Calibri; text-align:center; vertical-align:middle;
 font-size:18px;
 margin-right:30px;
 margin-top:40px;
 padding:10px 0px;
}
.box_blue{background: rgb(46,115,120); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNzM3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOWFjMGZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQxODFjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(46,115,120,1) 0%, rgba(154,192,254,1) 0%, rgba(65,129,206,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,115,120,1)), color-stop(0%,rgba(154,192,254,1)), color-stop(100%,rgba(65,129,206,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(65,129,206,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(65,129,206,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(65,129,206,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(65,129,206,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e7378', endColorstr='#4181ce',GradientType=0 ); /* IE6-8 */
border-radius:10px;
width:140px; float:left;
height:60px;
border:1px solid #4a7ebb;
color:#FFFFFF; font-family:Calibri; text-align:center; vertical-align:middle;
 font-size:18px;
 margin-right:30px;
 padding-top:15px;
 margin-top:40px;
}
.left_box{float:left; width:80%;}
.left_box1{width:70%; float:left;margin-right: 7%;}
.right_box{width:20%; float:right;}
.right_box1{float:left; }

.left_small{width:15%; float:left;}
.right_big{width:85%; float:left;}
.right_page_cotent{ float:left; margin-left:10%;}
.right_big .info_box{ margin-top:10%; height:420px;}
.arrow_left_small{ position:absolute; bottom:20%; margin-left:40px;}
.arrow_right_small{ margin-top:-28%; margin-left:75%;}
.full{width:100%; margin:0px; text-align:center;}
.form_row{width:100%; float:left; margin:8px 0px;}
.title{font-size:24px;}
input[type='button']{background: rgb(46,115,120); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNzM3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOWFjMGZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0ODJjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(46,115,120,1) 0%, rgba(154,192,254,1) 0%, rgba(68,130,207,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,115,120,1)), color-stop(0%,rgba(154,192,254,1)), color-stop(100%,rgba(68,130,207,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(68,130,207,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(68,130,207,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(68,130,207,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(46,115,120,1) 0%,rgba(154,192,254,1) 0%,rgba(68,130,207,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e7378', endColorstr='#4482cf',GradientType=0 ); /* IE6-8 */
border:none; width:50px;
}
.half_down{width:45%; float:left; margin-right:2%;}
.half_down_last{width:45%; float:left; margin-left:8%;}
.half_down_last .box_blue{margin-top:10px; margin-left:30px; height:135px; width:230px; border-radius:15px;}
.half_down_last .small_box{margin-left:30px; margin-top:10px;}
.half_down_last .blank_box{ width:80px; height:30px; margin-left:0px;}
.row_bottom{width:100%; float:left; margin-top:20px;}
.rounds{width:90%; margin:0 auto; margin-left:10%;}
.grey_round{background:url(../imgs/grey_rownd.png) top center no-repeat; width:175px; height:175px; text-align:center;
-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -o-transition:all 0.5s linear; transition:all 0.5s linear;
}
.one{width:25%; float:left;}

.first{margin-top:30%;}
.second{margin-top:17%; bottom:0;}
.third{margin-top:5%;}
.fourth{ margin-top:65%;}
.fifth{ margin-top:30%;}
.six{ margin-top:17%;}
.logo1{position:fixed; top:31%; left:37%;}
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.grey_round:hover{background:url(../imgs/grey_round1.png) top center no-repeat; -webkit-transition: background 1.5s linear;
    -moz-transition: background 1.5s linear;
    transition: background 1.5s linear;}

@media screen and (max-width: 771px){
	.arrow_right img{max-width:100%;}
}