@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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
::selection {
 background: #000;
 color: #fff;
}

::-moz-selection {
 background: #000;
 color: #fff;
}
.transition_eff {
 transition: all linear .3s;
 -webkit-transition: all linear .3s;
 -moz-transition: all linear .3s;
 -ms-transition: all linear .3s;
 -o-transition: all linear .3s;
}
.transition_eff2 {
 transition: all linear .1s;
 -webkit-transition: all linear .1s;
 -moz-transition: all linear .1s;
 -ms-transition: all linear .1s;
 -o-transition: all linear .1s;
}
body {
	background: #fff;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
/* TITLE */
h1 {
	font: 600 30px/30px 'Roboto', sans-serif;
	display: block;
	color: #3f3e3e;
}
h2 {
	font: normal 20px/36px 'PT Sans', sans-serif;
	display: block;
	color: #2d3335;
}
h3 {
	font: 500 16px/20px 'Roboto', sans-serif;
	display: block;
	color: #000066;
}
h4 {
	font: 400 14px/16px 'Roboto', sans-serif;
	display: block;
	color: #666;
	margin: 15px 0 10px 0;
}
p {
	font: 300 13px/20px 'Roboto', Arial, Helvetica, sans-serif;
	display: block;
	color: #777777;
}
a, a {
	text-decoration: none;
}
/* Desktop/Laptop/Others - 980px */
.img_responsive {
	display: block;
	width: 100%;
	line-height: 0;
	height: auto;
}
.mob_only {
	display: none;
}
.tab_only {
	display: none;
}
.desk_only {
	display: block;
}
.desk_hider {
	display: none;
}
/* floating classes */
.floater, .floater li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.float_2 li {
	width: 50%;
	float: left;
}
.float_2x li {
	width: 50%;
	float: left;
}
.float_3 li {
	width: 33.33333%;
	float: left;
}
.float_4 li {
	width: 25%;
	float: left;
}
.float_4x li {
	width: 25%;
	float: left;
}
/*==================index style===============*/

.wrapper {
	width: 1000px;
	margin: auto;
}
.wrapper2 {
	width: 1000px;
	margin: auto;
}
.wrapper3 {
	width: 1000px;
	margin: auto;
}
/*header classes*/
header {
	padding: 23px 0 0 0;
	position: relative;
	z-index: 999;
}
.logo {
	width: 265px;
	height: 37px;
	background: url(../images/logo.png) no-repeat;
	float: left;
	display: block;
	margin: 0 0 0 0;
}
.top {
	min-height: 28px;
	padding: 3px 0;
	background: #000066;
}
.top p {
	font: 300 13px/13px 'Roboto';
	color: #fff;
	float: left;
	margin: 4px 0 0
}
.top_contact {
	float: right;
	color: #fff;
	font: 400 15px 'Roboto'
}
.top_right_con {
	float: right;
}
.arebic_version_btn {
	background: #fff url(../images/arebic_flag.png) no-repeat 10px center;
	font: 500 11px/34px 'Roboto';
	color: #777;
	display: inline-block;
	float: left;
	text-decoration: none;
	border: 1px solid #eee;
	padding: 0 10px 0 38px;
	text-transform: uppercase;
	margin: 0 20px 0 0
}
.arebic_version_btn:hover {
	background: #eee url(../images/arebic_flag.png) no-repeat 10px center;
}
.h_social_con {
	float: left;
	margin: 4px 0 0 0;
}
.h_social_con .icon1 {
	background: #fff url(../images/s_icon1.png) no-repeat center center;
	height: 29px;
	width: 29px;
	border-radius: 100%;
	display: inline-block;
	border: 1px solid #000066;
}
.h_social_con .icon1:hover {
	background: #000066 url(../images/s_icon1h.png) no-repeat center center;
}
.h_social_con .icon2 {
	background: #fff url(../images/s_icon2.png) no-repeat center center;
	height: 29px;
	width: 29px;
	border-radius: 100%;
	display: inline-block;
	border: 1px solid #000066;
}
.h_social_con .icon2:hover {
	background: #000066 url(../images/s_icon2h.png) no-repeat center center;
}
.h_social_con .icon3 {
	background: #fff url(../images/s_icon3.png) no-repeat center center;
	height: 29px;
	width: 29px;
	border-radius: 100%;
	display: inline-block;
	border: 1px solid #000066;
}
.h_social_con .icon3:hover {
	background: #000066 url(../images/s_icon3h.png) no-repeat center center;
}
.h_social_con .icon4 {
	background: #fff url(../images/s_icon4.png) no-repeat center center;
	height: 29px;
	width: 29px;
	border-radius: 100%;
	display: inline-block;
	border: 1px solid #000066;
}
.h_social_con .icon4:hover {
	background: #000066 url(../images/s_icon4h.png) no-repeat center center;
}
/*header classes ends*/


/* nav classes  */
.nav_t_d {
	border-top: 1px solid #eee;
	margin: 20px 0 0 0
}
nav {
	text-align: center;
	position: relative;
	margin: 1px 0 0 0;
	z-index: 888;
	background: #fff;
	height: 42px;
	border-bottom: 3px solid #dddddd;
	border-top: 1px solid #eee;
}
ul.topmenu {
	margin: 0;
	padding: 0;
	color: #777;
	font: 300 15px/38px 'Roboto', sans-serif;
	text-transform: uppercase;
}
ul.topmenu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	position: relative
}
ul.topmenu li a, ul.topmenu li a:visited {
	display: block;
	padding: 0px 29px;
	color: #777;
	height: 40px;
}
ul.topmenu li:hover>a, ul.topmenu li>a.act {
	color: #000066;
	border-bottom: 3px solid #000066;
	background: url(../images/nav_arrow.png) no-repeat center bottom;
}
ul.topmenu li.sep {
	color: #c2c2c2;
	margin: 0px;
	font-size: 12px;
	overflow: hidden;
	width: 2px;
}
ul.topmenu li.sep img {
	display: block;
	width: 2px;
}
.nav_mob {
	height: auto;
	position: relative;
}
#home .home, #about-us .about-us, #services .services, #clients .clients, #contact-us .contact-us, #training .training, #careers .careers, #products .products, #business-customers .business-customers {
	color: #000066;
	border-bottom: 3px solid #000066;
	background: url(../images/nav_arrow.png) no-repeat center bottom;
}
ul.topmenu li .sublink_x {
	display: none;
	position: absolute;
	padding-top: 2px;
	z-index: 999;
	left: 0;
	top: 40px;
	box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2);
}
ul.topmenu li:hover .sublink_x {
	display: block;
}
ul.topmenu li .sublink_x a {
	font-size: 12px;
	text-transform: capitalize;
	display: block;
	background: #d2066f;
	min-width: 220px;
	text-align: left;
	padding: 0px 15px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #bf0062;
	color: #fff
}
ul.topmenu li .sublink_x a:hover {
	color: #fff;
	background: #2d3335;
}
.nav_mob {
	position: relative
}
.nav_mob .navlink {
	display: none;
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	z-index: 999999
}
a.mob_link_dd {
	display: none !important;
}
a.mob_link_dd b {
	width: 16px;
	height: 16px;
	float: right;
	display: block;
	background-image: url(../images/fq-r.html);
	background-repeat: no-repeat;
	margin: 17px 10px 0 0
}
a.mob_link_dd_act b {
	width: 16px;
	height: 16px;
	float: right;
	display: block;
	background-image: url(../images/fq-b.html);
	background-repeat: no-repeat;
	margin: 17px 10px 0 0
}
a.mob_link_dd_act {
	background: #2d3335 !important;
	border-bottom: 0 !important;
}
/* nav classes ends */



/*banner bottom text classes*/
.banner_bottom_bg {
	background: #0066CC; /* Old browsers */
	background: -moz-linear-gradient(left, #0066CC 49%, #000066 49%, #000066 49%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(49%, #0066CC), color-stop(49%, #000066), color-stop(49%, #000066)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #0066CC 49%, #000066 49%, #000066 49%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #0066CC 49%, #000066 49%, #000066 49%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #0066CC 49%, #000066 49%, #000066 49%); /* IE10+ */
	background: linear-gradient(to right, #0066CC 49%, #000066 49%, #000066 49%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066CC', endColorstr='#000066', GradientType=1 ); /* IE6-9 */
	min-height: 76px;
}
.banner_bottom_bg .coloum1 {
	width: 48.5%;
	float: left;
	padding: 17px 42px 17px 0
}
.banner_bottom_bg .coloum2 {
	width: 51.5%;
	float: right;
	min-height: 76px;
	background: url(../images/toolkit1.png) no-repeat left center;
	padding: 19px 40px 19px 42px;
}
/*banner bottom text classes ends*/




/*left right classes*/
.left_panel {
	width: 74%;
	float: left;
}
.right_panel {
	float: right;
	width: 23.5%;
}
/*left right classes ends*/




/*catlist classes*/

.catlist_con {
	background: #fff;
	border: 1px solid #eee;
}
.catlist_inner {
	background: #fff;
	padding: 0 15px 0 23px;
}
.catlist_inner a {
	font: 500 12px/17px 'Roboto';
	color: #777;
	background: url(../images/catlist_bullet.png) no-repeat left 12px;
	display: block;
	padding: 7px 0 7px 15px;
 transition: all linear .3s;
 -webkit-transition: all linear .3s;
 -moz-transition: all linear .3s;
 -ms-transition: all linear .5s;
	text-transform: uppercase;
 -o-transition: all linear .3s;
	border-bottom: 1px solid #f7f7f7;
}
.catlist_inner a:hover {
	color: #000066;
	background: url(../images/catlist_bullet.png) no-repeat right 12px;
	padding: 7px 0 7px 0;
}
/*catlist classes ends*/



/*index service classes*/
.service_con {
	background: #000066;
	padding: 40px 0 15px;
	margin: 40px 0 0
}
.service_con .contaner:hover h3 {
	color: #000066
}
.service_con h3 {
	color: #3f3e3e
}
.service_con span {
	color: #777
}
.service_con ul li {
	list-style: none;
	margin: 0 0 25px
}
.service_con .contaner {
	width: 95%;
	margin: auto;
	min-height: 270px;
	text-align: center;
	padding: 20px 15px;
	border-top: 15px #f2f2f2 solid
}
.service_con .icon1 {
	background: url(../images/service_icon1.png) top center no-repeat #f2f2f2;
	padding-top: 110px;
	display: block
}
.service_con .icon1:hover {
	background: url(../images/service_icon1h.png) top center no-repeat #f2f2f2
}
.service_con .icon2 {
	background: url(../images/service_icon2.png) top center no-repeat #f2f2f2;
	padding-top: 110px;
	display: block
}
.service_con .icon2:hover {
	background: url(../images/service_icon2h.png) top center no-repeat #f2f2f2
}
.service_con .icon3 {
	background: url(../images/service_icon3.png) top center no-repeat #f2f2f2;
	padding-top: 110px;
	display: block
}
.service_con .icon3:hover {
	background: url(../images/service_icon3h.png) top center no-repeat #f2f2f2
}
.service_con .icon4 {
	background: url(../images/service_icon4.png) top center no-repeat #f2f2f2;
	padding-top: 110px;
	display: block
}
.service_con .icon4:hover {
	background: url(../images/service_icon4h.png) top center no-repeat #f2f2f2
}
/*index service classes ends*/





/*mision classes*/


.mission_con {
	padding: 40px 0 50px 0;
	background: url(../images/mision_bg.jpg) no-repeat center bottom;
	text-align: center;
}
/*mision classes end*/


/*what we offer classes*/


.what_we_offer_con {
	padding: 40px 0 50px 0;
	background: url(../images/what_we_offer_bg.jpg) no-repeat center top;
}
.what_we_offer_con p {
	text-align: justify;
	line-height: 18px
}
.what_we_offer_con img {
	float: right;
	margin: 5px 0 0 15px;
}
/*what we offer classes end*/


/*why select us classes*/
.why_select_con {
	padding: 40px 0;
	width: 100%;
	background: url(../images/why_select_bg.jpg) no-repeat center top;
}
.why_select_con p {
	padding: 0 20px;
}
.text_poit p {
	background: url(../images/right_icon.png) no-repeat 12px 10px;
	display: block;
	float: left;
	margin: 2px 5px;
	font: 500 15px/18px 'Roboto';
	color: #000066;
	padding: 10px 12px 10px 35px;
	border: 1px solid #000066;
	width: 48%;
}
/*why select us classes end*/
  
/*footer classes*/
footer {
	background: #111111;
	padding: 50px 0 0 0;
}
.footer_t_b {
	border-top: 3px solid #000066;
}
footer .col_01 {
	width: 20%;
	float: left;
}
footer .col_02 {
	width: 56%;
	float: left;
}
footer .col_03 {
	width: 18%;
	float: right;
}
footer .col_02 .map_con {
	float: right;
	width: 280px;
	height: 145px;
	margin: 5px 15px 0 0;
}
footer .col_02 .content_con {
	float: left;
}
footer .f_social_con {
	float: none;
	margin: 18px 0 25px 0;
}
footer .f_social_con a {
	margin: 0 2px;
}
.f_link {
	float: left;
	margin: 20px 0 0 5px;
}
.f_link a {
	background: url(../images/f_link_bullet.png) no-repeat left 8px;
	font: 400 13px/22px 'Roboto';
	color: #777777;
	padding: 0 0 0 12px;
	display: block;
	text-decoration: none;
 transition: all linear .3s;
 -webkit-transition: all linear .3s;
 -moz-transition: all linear .3s;
 -ms-transition: all linear .3s;
 -o-transition: all linear .3s;
}
.f_link a:hover {
	color: #00CCFF;
}
.copyright_bg {
	background: #222;
	padding: 20px 0;
	margin: 40px 0 0 0;
	color: #777;
}
.copyright_bg p span {
	float:right;
}
.grey {
	color:#777;
}
.grey:hover {
	color: #000066;
}
/*footer classes ends*/

/*===========================inside pages classes===========================*/

.inside_page_heading_bg {
	min-height: 100px;
	width: 100%;
	background: #000 url(../images/inside_heading_bg.jpg) no-repeat center top;
	padding: 35px 0;
}
.inside_page_heading_bg h1 {
	color: #fff;
	text-align: center;
}
/* TREE STYLE*/
.brade_crum_con {
	padding: 12px 17px 15px;
	height: 43px;
	overflow: hidden;
	font-weight: 400;
}
.tree {
	text-align: left;
	font-size: 12px;
	font: 400 13px 'Roboto', sans-serif;
}
.tree a, .tree a:visited {
	color: #777;
	text-decoration: none;
	padding: 0px 3px 0 0;
	margin: 0px 3px;
}
.tree a:hover {
	text-decoration: underline;
	color: #777
}
.tree b {
	color: #777;
}
.tree span {
	color: #777;
	margin-left: 4px;
}
.paging_container {
	padding: 6px 8px;
	border: 1px solid #eee;
	border-bottom: 3px solid #eee;
	border-radius: 5px;
}
.paging_container_x {
	padding: 7px 5px;
	border: 1px solid #ddd;
	background: none;
}
.paging_container .one {
	float: left;
}
.paging_container .two {
	float: none;
	text-align: center;
}
.paging a, .paging a:visited {
	display: inline-block;
	padding: 3px 12px;
	text-align: center;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	background: #f1f1f1;
	border: 1px solid #ccc;
	margin: 0px 2px;
	color: #333;
	box-shadow: 0px 1px 0 #ccc;
	border-radius: 100%;
 transition: all linear .3s;
 -webkit-transition: all linear .3s;
 -moz-transition: all linear .3s;
 -ms-transition: all linear .3s;
}
.paging a:hover, .paging a.act {
	color: #fff;
	background: #02a2df;
	border: 1px solid #02a2df;
}
.paging .sort_by {
	float: right;
	margin: 0 0 0 5px;
}
/* TREE STYLE ends*/




/*cms area*/
.cms_area p {
	font: 300 13px/20px 'Roboto';
	color: #777;
	text-align: justify;
}
.cms_area .cms_img {
}
.cms_area h3 {
	margin: 20px 0 10px 0;
}
.cms_area ul {
	margin: 15px 0 0 0;
}
.cms_area ul li {
	font: 300 13px/20px 'Roboto';
	color: #777;
	list-style: none;
	background: url(../images/cms_li_bullet.jpg) no-repeat left 7px;
	padding-left: 12px
}
.cms_area table {
	font: 300 13px/20px 'Roboto';
	color: #777;
}
.cms_area .style1 {
	color:#777;
	background:#fafafa;
	font-weight:400;
}
.cms_area table {
	border:1px solid #eee;
	border-top:0;
	border-right:0;
}
.cms_area table td {
	border:1px solid #eee;
	padding:5px 7px;
	border-bottom:0;
	border-left:0;
}
/*inner service classes*/






.inside_service_con {
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #dad8d4;
	border-bottom: 4px solid #dad8d4;
	margin-bottom: 20px;
	overflow: hidden;
 transition: all linear .3s;
 -webkit-transition: all linear .3s;
 -moz-transition: all linear .3s;
 -ms-transition: all linear .5s;
 -o-transition: all linear .3s;
}
.inside_service_con p {
	font: 300 14px/22px 'Roboto';
	color: #666;
}
.inside_service_con .img1 {
	float: right;
	margin-top: -35px;
}
.inside_service_con:hover {
	border: 1px solid #881212;
	border-bottom: 4px solid #881212;
}
/*inside gallery classes*/


ul.inside_gallery li {
	list-style: none;
	margin-bottom: 15px;
}
ul.inside_gallery li a {
	width: 235px;
	margin: auto;
	border: 5px solid #dad8d4;
}
/* CONTACT */
.contact_con .discription {
	text-align: justify;
	margin: 5px 0 0 0;
}
.contact_con .c_cont1 {
	width: 51%;
	float: left;
	margin: 30px 0 0 0;
	border-right: 2px solid #eee;
	padding-right: 30px;
}
.contact_con .c_cont2 {
	width: 49%;
	float: right;
	margin: 30px 0 0 0;
	padding-left: 30px;
}
ul.contact_country_con {
	margin-top: 15px;
	background: #f8f8f8;
	padding: 15px;
	border-radius: 3px;
}
ul.contact_country_con li {
	list-style: none;
	width: 16.6%;
	float: left;
	margin: 6px 0;
}
ul.contact_country_con li .con {
	width: 90%;
	margin: auto;
	border: 2px solid #fff;
	text-align: center;
	font: 400 14px/20px 'Roboto';
	padding: 5px;
}
ul.contact_country_con li .con p {
	font: 400 14px/20px 'Roboto';
}
.form_con {
	background: #f8f8f8;
	padding: 5px;
}


/* CONTACT */




/* Tab 960px - 768px */
@media only screen and (max-width: 999px) {
.mob_only {
 display: none;
}
.tab_only {
 display: block;
}
.desk_only {
 display: none;
}
.desk_hider {
 display: block;
}
.tab_hider {
 display: none;
}
/* Floating Classes */
.float_2 li {
 width: 100%;
 float: none;
}
.float_3 li, .float_4 li {
 width: 50%;
 float: left;
}
.float_4x li {
 width: 33.33333%;
 float: left;
}
.camera_fakehover {
 min-height: 350px !important;
}
/*================*/

.wrapper {
 width: 98%;
 margin: auto;
}
.wrapper2 {
 width: 98%;
 margin: auto;
}
.wrapper3 {
 width: 100%;
 margin: auto;
}
/*header classes*/

.top p {
 float: non;
 text-align: center;
 width: 100%;
 display: block;
 border-bottom: 1px solid #0066CC;
 padding-bottom: 7px;
}
.top_contact {
 text-align: center;
 width: 100%;
 margin: 0px 0 0 0;
 display: block;
 padding: 5px 0
}
/*header classes ends*/


/*nav classes*/


ul.topmenu li a, ul.topmenu li a:visited {
 display: block;
 padding: 0px 17px;
}
/*nav classes ends*/

/*banner bottom text classes*/

.banner_bottom_bg .coloum1 {
 padding: 17px 20px 17px 10px
}
.banner_bottom_bg .coloum2 {
 padding: 19px 25px 19px 32px;
}
/*banner bottom text classes ends*/




/*left right classes*/
.left_panel {
 width: 68%;
}
.right_panel {
 width: 30%;
}
/*left right classes ends*/



/*why select us classes*/
.text_poit p {
 min-height: 60px;
}
/*why select us classes end*/


/*footer classes*/
footer .col_02 {
 width: 50%;
}
footer .col_03 {
 width: 22%;
}
footer .col_02 .map_con {
 float: none;
 width: 100%;
 margin: 20px 0 0 0;
}
footer .col_02 .content_con {
 float: none;
}
footer .f_social_con {
 float: none;
 margin: 18px 0 25px 0;
}
footer .f_social_con a {
 margin: 0 2px;
}
/*footer classes ends*/

/* CONTACT */

ul.contact_country_con li {
 width: 25%;
}
/* CONTACT */


.other_website {
 display: none !important;
}
.cms_area .cms_img {
 width: 100%;
}
}
	
	
/* Mobile 480px - 767px */
@media only screen and (max-width: 767px) {
.mob_only {
 display: block;
}
.tab_only {
 display: none;
}
.desk_hider {
 display: block;
}
.mob_hider {
 display: none;
}
.mob_shower {
 display: block;
}
/* Floating Classes */
.float_2 li, .float_2x li, .float_3 li, .float_4 li, .float_4x li {
 width: 100%;
 float: none;
}
.camera_fakehover {
 min-height: 250px !important;
}
.wrapper2 {
 width: 100%;
 margin: auto;
}
/*header classes*/

.logo {
 float: none;
 display: block;
 margin: auto;
}
.top_right_con {
 float: none;
 text-align: center;
 border-top: 2px solid #eee;
 margin: 25px 0 0 0;
}
.arebic_version_btn {
 float: none;
 display: inline-block;
 margin: 15px 10px 0 0;
}
.h_social_con {
 float: none;
 display: inline-block;
 vertical-align: bottom;
 height: 32px;
}
.nav_t_d {
 margin: 15px 0 0 0
}
/*header classes ends*/



/* nav classes  */
nav {
 height: auto;
 text-align: center;
}
ul.topmenu {
 margin: 0;
 padding: 0;
 color: #777;
 font: normal 14px/41px;
}
ul.topmenu li {
 display: block;
 float: none;
 margin: 0;
 padding: 0;
}
ul.topmenu li a, ul.topmenu li a:visited {
 display: block;
 padding: 0;
 color: #777;
 text-align: center;
 background: #f9f9f9;
}
ul.topmenu li:hover>a, ul.topmenu li>a.act {
 color: #000066;
}
.nav_mob {
 height: 42px;
 overflow: hidden;
 position: relative;
}
.nav_mob_toggle {
 height: auto !important;
 overflow: visible;
 position: relative;
}
.nav_mob .navlink {
 display: block;
}
ul.topmenu li.sep {
 margin: 0 5px;
 display: none
}
ul.topmenu li .sublink_x, ul.topmenu li:hover .sublink_x {
 display: none;
 height: auto;
 overflow: hidden;
 position: static;
 z-index: 999;
 left: auto;
 top: auto;
}
ul.topmenu li .sublink_x a {
 text-transform: capitalize;
 font-size: 12px;
 display: block;
 width: auto;
 text-align: center;
 background: #d2066f;
 border-bottom: 1px solid #bf0062;
 color: #fff;
}
ul.topmenu li .sublink_x a:hover {
 background: #d2066f;
 color: #fff
}
a.mob_link_ddx {
 display: none !important;
}
a.mob_link_dd {
 display: block !important;
}
/* nav classes ends */



/*banner bottom text classes*/

.banner_bottom_bg .coloum1 {
 padding: 17px 0 17px 0;
 float: none;
 width: 100%;
 text-align: center;
 background: #0066CC;
}
.banner_bottom_bg .coloum2 {
 padding: 19px 0;
 width: 100%;
 text-align: center;
 background: #000066;
}
/*banner bottom text classes ends*/



/*left right classes*/
.left_panel {
 width: 100%;
}
.right_panel {
 width: 100%;
 margin-top: 25px;
}
.welcome_con {
 text-align: center;
}
.welcome_con p {
 text-align: center;
}
/*left right classes ends*/






/*why select us classes*/

.why_select_con p {
 padding: 0 0px;
}
.text_poit p {
 float: none;
 margin: 3px 5px;
 padding: 10px 12px 10px 35px;
 border: 1px solid #000066;
 width: auto;
 min-height: 34px;
}
/*why select us classes end*/



/*what we offer classes*/


.what_we_offer_con {
 padding: 40px 0 50px 0;
 background: url(../images/what_we_offer_bg.jpg) no-repeat center top;
}
.what_we_offer_con p {
 text-align: center;
 line-height: 18px
}
.what_we_offer_con img {
 float: none;
 margin: 0 auto 15px auto;
 display: block;
}
/*what we offer classes end*/



/*footer classes*/


footer .col_01 {
 width: 100%;
 float: none;
 text-align: center;
}
footer .col_02 {
 width: 100%;
 float: none;
 text-align: center;
 margin: 70px 0 0 0;
}
footer .col_03 {
 width: 100%;
 float: none;
}
footer .col_02 .map_con {
 display: none;
}
footer .col_02 .content_con {
 float: none;
}
.mob_mt1 {
 margin-top: 15px;
}
.mob_mt2 {
 margin-top: 5px;
}
footer .f_social_con {
 float: none;
 width: 100%;
 margin: 18px 0 0 0;
 padding: 10px 0 0 0;
 text-align: center;
 border-top: 1px solid #333;
}
footer .f_social_con a {
 margin: 0 2px;
}
.f_link {
 margin: 15px 0 0 0;
 text-align: center;
 width: 100%;
}
.f_link a {
 background: url(../images/f_link_bullet.png) no-repeat left 5px;
 padding: 1px 10px 1px 12px;
 font: 400 13px/18px "Roboto";
 display: inline-block;
}
.copyright_bg {
 margin: 20px 0 0 0;
 text-align:center;
}
.copyright_bg p {
 font-size: 13px;
 display:block;
 text-align:center;
}
.copyright_bg p span {
 display:block;
 text-align:center;
 float:none;
}

/*footer classes ends*/









/*cms area*/


.cms_area {
 padding:0;
}
.cms_area h3 {
}
.cms_area h1 {
 text-align: center;
}
.cms_area p {
 margin-top: 5px !important;
}
.cms_area .cms_img {
 width: 100%;
}
.cms_area ul {
}
.cms_area ul li {
}
.servive_we_offer {
 margin: 15px 0px 0 0;
}
.servive_we_offer span {
 width: 100%;
}





/* CONTACT */

ul.contact_country_con li {
 width: 33.33333%;
}
/* CONTACT */
}


/* Mobile Below 480px */
@media only screen and (max-width: 479px) {
/* TITLE */
h1 {
 font-size: 30px;
}
.camera_fakehover {
 min-height: 170px !important;
}
.servive_we_offer span img {
 margin-bottom: 10px;
}
/* CONTACT */
.contact_con .c_cont1 {
 width: 100%;
 float: none;
 border-right: 0;
 padding-right: 0;
 border: 2px solid #eee;
 padding: 15px;
}
.contact_con .c_cont2 {
 width: 100%;
 float: none;
 margin-top: 15px;
 border-right: 0;
 padding-right: 0;
 border: 2px solid #eee;
 padding: 15px;
}
ul.contact_country_con li {
 width: 33.33333%;
}
ul.contact_country_con li .con {
 min-height: 105px;
}
/* CONTACT */

}
