@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div, p {
    display: block;
}
body {
    line-height: 1;
    font-size: 15px;
	font-family: 'open_sansregular';
}
a:hover{
	text-decoration:none;
	}
.left{
	float:left;
	}
.right{
	float:right;
	}
.justify{
	text-align:justify
	}
.img_marginL{
	margin:7px 15px 5px 0;
	}
.img_marginR{
	margin:5px 0 5px 10px;
	}
.top{
	background:#066292;
	padding:5px 0;
	margin:0;
	font-family: 'open_sansregular';
	color:#fff;
	font-size:15px;
	}
header{
	width:100%;
	height:auto;
	}
header img{
	width:100%;
	height:auto;
	}
/*#main-nav {
	background:#1caffc;
	}*/
.rbar{
	display:none;
	}
.lLogo{
	width:113px;
	height:94px;
	padding:10px;
	margin:0;
	}
.rLogo{
	width:113px;
	height:auto;
	padding:10px;
	margin:0;
	float:right;
	}
.rLogo img{
	width:100%;
	height:auto;
	}
.logo{
	font-family: 'ubuntubold';
	font-size:30px;
	color:#2da5ee;
	text-align:center;
	padding:10px;
	margin:0;
	line-height:25px;
	}
.logo span{
	font-family: 'open_sansregular';
	font-size:15px;
	color:#282828;
	text-align:center;
	}
.menu{
	background-color: #ffffff;
    border:solid 1px #efefef;
    /*box-shadow: 2px 2px 24px 0px rgba(0,0,0,0.1);*/
    padding: 0px 10px 0px 10px;
    z-index: 2;
	}
.services{
	background:#1caffc;
	width:100%;
	height:auto;
	padding:30px 0;
	margin:0 auto;
	}
.services .borders {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
	}
.text_item {
    margin: 15px 0 15px 0;
	text-align:center;
	}
.text_item h5{
	font-family: 'open_sanssemibold';
	color:#fff;
	}
.text_item h3{
	font-family: 'open_sanssemibold';
	color:#fff;
	}
.text_item .btn {
    border: 3px solid #fff;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
	margin:15px 0 0 0;
	border-radius:0;
	transition: background 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out;
	}
.text_item .btn:hover{
	background:#282828;
	color:#fff;
	border: 3px solid #282828;
	}
.section_home{
	width:100%;
	height:auto;
	padding:50px 0;
	margin:0 auto;
	}
.section_home .title {
	width:100%;
    font-family: 'ubuntubold';
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 0.64px;
	color:#333333;
	position:relative;
	padding-bottom:15px;
	text-align:center;
	}
.section_home .title:after {
	position:absolute;
	content:'';
	border:solid 3px #1caffc;
	width:5%;
	display:block;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto
	}
.section_home p{
    color: #5f656d;
    font-family: 'open_sansregular';;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
	}
.section_home .right-image{width:90%;height:auto;border:1px solid #333;float:right;margin:40px 40px 0 0;position:relative;}

.section_home .right-image img{width:100%;height:auto;padding:0;margin:0;position:relative;z-index:1;}

.section_home .right-image:after{position:absolute;content:'';width:100%;height:100%;border:solid 2px #282828;top:-12%;right:-8%;}
.section_home ul.bullate{
	margin-left:15px;
	}
.section_home ul.bullate li {
    color: #5f656d;
    font-family: 'open_sansregular';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
}
.left_menu{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	}
.left_menu .title{
	background:#066292;
	padding:15px;
	font-family: 'ubuntubold';
	font-size:20px;
	color:#fff;
	}
.left_menu ul{
	list-style-type:none;
	}
.left_menu ul li{
	padding:15px;
	font-family: 'open_sanslight';
	font-size:20px;
	color:#282828;
	border:solid 1px #efefef;
	margin-top:10px;
	}
.left_menu ul li a{
	padding:15px;
	font-family: 'open_sanslight';
	font-size:20px;
	color:#282828;
	}
.left_menu ul li a:hover{
	outline:none;
	text-decoration:none;
	color:#1caffc;
	}
.gallery{
	background-color: #f5f6f6;
	width:100%;
	height:auto;
	padding:40px 0 0;
	margin:0 auto;
	border-top:solid 1px #efefef;
	}
.gallery .title {
	width:100%;
    font-family: 'ubuntubold';
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 0.64px;
	color:#333333;
	text-align:center;
	margin-bottom:20px;
	position:relative;
	padding-bottom:15px;
	}
.gallery .title:after {
	position:absolute;
	content:'';
	border:solid 3px #1caffc;
	width:5%;
	display:block;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto
	}
.gallery ul{
	list-style-type:none;
	margin:0;
	}
.gallery ul li{
	width:20%;
	height:auto;
	padding:0;
	margin:0;
	float:left;
	}
.gallery ul li img{
	width:100%;
	height:auto;
	}
.footer{
	width:100%;
	height:auto;
	background:#066292;
	padding:20px 0;
	margin:0;
	}
.footer .fmenu{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	}
.footer .fmenu ul{
	list-style-type:none;
	margin-bottom:0;
	background:none;
	border:0;
	}
.footer .fmenu ul li{
	padding:0 10px;
	font-family: 'open_sanslight';
	font-size:12px;
	color:#fff;
	border-right:solid 1px #fff;
	margin-left:-4px;
	display:inline-block;
	}
.footer .fmenu ul li:last-child{
	border-right:0;
	}
.footer .fmenu ul li a{
	padding:0;
	font-family: 'open_sanslight';
	font-size:12px;
	color:#fff;
	}
.footer .fcopy{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	}
.footer .fcopy p{
    color: #fff;
    font-family: 'open_sansregular';;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0px;
	margin-bottom:0;
	}
.footer .fcopy p a{
    color: #fff;
	}
/*-------------------------------------------------menu-------------------------------------------*/
#main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border:none;
}

#main-nav ul li {
  display: block;
  position: relative;
  float: left;
  /*background: #1bc2a2;*/
}

/* This hides the dropdowns */


#main-nav li ul { display: none; }

#main-nav ul li a {
  display: block;
  padding: 20px 14px;
  text-decoration: none;
  white-space: nowrap;
  color:#282828;
  font-family: 'open_sanssemibold';
  font-size: 13px;
  line-height: 20px;
  text-transform:uppercase;
}
.menu ul li a:hover { background: #1caffc;color:#fff !important; }

/* Display the dropdown 


#main-nav li:hover > ul {
  display: block;
  position: absolute;
}
#main-nav ul li ul li a {
  display: block;
  padding: 20px 17px;
  text-decoration: none;
  white-space: nowrap;
  color:#282828;
  font-family: 'open_sanssemibold';
  font-size: 13px;
  line-height: 20px;
  text-transform:uppercase;
}
#main-nav li:hover li { float: none;z-index:1;background:none;border:solid 1px #ccc; }

#main-nav li:hover a { background: #1caffc;color:#fff; }*/
/*
#main-nav li:hover li a:hover { background: #1caffc; }*/

/*#main-nav li ul li { border-top: 0; }

 Displays second level dropdowns to the right of the first level dropdown */


/*#main-nav ul ul ul {
  left: 100%;
  top: 0;
}

 Simple clearfix */



#main-nav ul:before,
#main-nav ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

#main-nav ul:after { clear: both; }
.sub-menu
{
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
	z-index:100;
	
}

#main-nav ul li ul{border:solid 1px #ccc;}
#main-nav ul li ul a {
  display: block;
  padding: 10px 17px;
  text-decoration: none;
  white-space: nowrap;
  color:#282828;
  font-family: 'open_sanssemibold';
  font-size: 13px;
  line-height: 20px;
  text-transform:uppercase;
}
.sub-menu > li
{
    position: relative;
	border-bottom:solid 1px #ccc;
	display:block;
	float:none !important;
}
#main-nav ul li:hover .sub-menu{
	display:block;
	}
#main-nav ul li.menu-item-has-children{position:relative;}
#main-nav ul li.menu-item-has-children:after{
	position:absolute;
	content:'';
	top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #282828 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
	}
/*--------------------------------------------------btn--------------------------------------------*/	
.inner_banner{
	width:100%;
	height:auto;
	padding:0;
	margin:0 auto;
	}
.inner_banner img{
	width:100%;
	height:auto;
	}
.page{
	width:100%;
	height:auto;
	padding:0;
	margin:0 auto;
	}
.btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'open_sansregular';
	}
/*---------------------------------------------------------admin part-----------------------------------------*/
.sub_heading{}
.sub_heading {
	width:100%;
    font-family: 'ubuntubold';
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 0.64px;
	color:#333333;
	position:relative;
	text-align:left;
	border-left:solid 3px #1caffc;
	padding-left:15px;
	}

.quick_search{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	}
.quick_search:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
#infocontent{
	width:100%;
	height:auto;
	padding:0;
	margin:20px 0;
	}
.info_table{
	width:100%;
	height:auto;
	padding:0;
	margin:20px 0;
	}
fieldset{padding:10px !important;border:1px solid #BEBEBE !important;border-radius:10px;}
fieldset legend{padding:5px 10px;margin:0px 15px;border:1px solid #BEBEBE;border-radius:390px;}
.form_label{float:left;margin-left: 20px;}
.form_div input[type=text],.form_div input[type=date],.form_div input[type=datetime],.form_div input[type=datetime-local],.form_div input[type=number],
.form_div input[type=search],.form_div input[type=time],.form_div input[type=url],.form_div input[type=email],input[type=password],
.form_div input[type=radio],.form_div input[type=checkbox],.form_div textarea,.form_div select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 5px;
    /*height: 30px;*/
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    /*    -webkit-transition: border-color ease-in-out .45s,-webkit-box-shadow ease-in-out .45s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .45s,box-shadow ease-in-out .45s;*/
    outline: none; 
    /*border-radius: 0px;*/

}
.form_div input[type=radio],.form_div input[type=checkbox]{height: auto;margin-top: 10px;cursor: pointer;}
.form_div input[type=date]{padding: 3px;}
.form_div select{padding: 4px;}
.form_div label div{cursor: pointer;}
.form_div input[type=text]:focus,.form_div input[type=date]:focus,.form_div input[type=datetime]:focus,.form_div input[type=datetime-local]:focus,
.form_div input[type=number]:focus,.form_div input[type=search]:focus,.form_div input[type=time]:focus,.form_div input[type=url]:focus,
.form_div input[type=email]:focus,input[type=password]:focus,.form_div input[type=radio]:focus,.form_div input[type=checkbox]:focus,
.form_div textarea:focus,.form_div select:focus{
    -moz-box-shadow: 0 0 8px rgba(0,138,250,.35); /*0 0 8px #88D5E9*/
    -webkit-box-shadow: 0 0 8px rgba(0,138,250,.35);
    box-shadow: 0 0 8px rgba(0,138,250,.35);
    border: 1px solid #008AFC;
}
.input_error, input_error:focus{
    -moz-box-shadow: 0 0 8px rgba(250,30,0,.35) !important; /*0 0 8px #88D5E9*/
    -webkit-box-shadow: 0 0 8px rgba(250,30,0,.35) !important;
    box-shadow: 0 0 8px rgba(250,30,0,.35) !important;
    border: 1px solid #ed1328 !important;
}
.label1{width:90px;}.label2{width:130px;}.label5{width:240px;} .label3{width:170px;}
.label4{width:200px;}.label6{width:280px;}
.label7{width:310px;}.label8{width:350px;} /*.label9{width:380px;}*/.label15{width:710px;}
.label10{width:420px;}.label11{width:590px;}.label9{width:395px;}

/*--------------------------------------------------fonts--------------------------------------------*/
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntubold';
    src: url('../fonts/ubuntu-bold-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntu_lightregular';
    src: url('../fonts/ubuntu-light-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntu_mediumregular';
    src: url('../fonts/ubuntu-medium-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/ubuntu-regular-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@media (max-width: 1169px) {
.menu{
	display:none;
	}
button#responsive-menu-button{
	top:0 !important;
	right:0 !important;
	}
	
}
@media (max-width: 767px) {
.lLogo {
    margin:0 auto;
	}
.rLogo {
    margin:0 auto;
    float: none;
	}	
.logo {
    line-height: 30px;
	}
}