﻿@charset "utf-8";
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, sub, sup, tt, var, 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;
}
::selection {
	background: #fff;
	color: #000;
}
::-moz-selection {
background: #fff;
color: #000;
}
* {
	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;
}
.trans_eff {
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
a {
	color: #777;
	text-decoration: none;
}
a:hover {
	color: #252525;
	text-decoration: underline;
}
body {
	background: #fff;
	background: url(../images/background.html) repeat-y center top;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #777;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}/* TITLE */
h1 {
	font: 600 40px/40px 'Dosis', Arial, Helvetica, sans-serif;
	display: block;
	color: #006883;
	text-transform: inherit;
}
h2 {
	font: 400 30px/30px 'Dosis', Arial, Helvetica, sans-serif;
	display: block;
	color: #006883;
}
h3 {
	font: normal 18px/26px 'Dosis', Arial, Helvetica, sans-serif;
	display: block;
	color: #000;
	text-transform: capitalize;
}
p {
	font: 300 16px/20px 'Lato';
	color: #777;
}/* Desktop/Laptop/Others - 980px *//*==================BASIC RESPONSIVE CSS===============*/
.mob_only {
	display: none;
}
.tab_only {
	display: none;
}
.desk_only {
	display: block;
}
.desk_hider {
	display: none;
}
.desk_hider2 {
	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;
	list-style: none;
	margin-bottom: 25px;
}
.float_4 li {
	width: 25%;
	list-style: none;
	float: left;
	margin-bottom: 15px;
}
.float_4x li {
	width: 25%;
	float: left;
}/*==================BASIC RESPONSIVE CSS END===============*/
.wrapper {
	max-width: 1030px;
	margin: auto;
}
.wrapper2 {
	max-width: 1030px;
	margin: auto;
}
.min-max {
	min-width: 1030px;
	max-width: 100%;
}/*comman clasess*/
.tittle_bdr {
	width: 88px;
	height: 4px;
	border-radius: 15px;
	margin: 13px auto 0 auto;
	display: block;
	background: #ffc410;
}
.bg_dotted {
	background: url(../images/dotted_bg.gif) repeat;
}/*comman clasess ends*//*social media clasess*/
.social_con {
	width: 38px;
	height: 164px;
	position: fixed;
	right: 2px;
	top: 316px;
	z-index: 9;
}
.social_con .social_ico {
	width: 38px;
	height: 38px;
	background: #006883 url(../images/social_icon.png);
	display: inline-block;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	border-radius: 5px;
	margin: 1px 0
}
.social_con .social_ico:hover {
	background: #ffc410 url(../images/social_icon.png);
}
. social_con .facebook {
background-position: 0 0 !important;
}
.social_con .twitter {
	background-position: 0 -38px !important;
}
.social_con .linkdin {
	background-position: 0 -75px !important;
}
.social_con .youtube {
	background-position: 0 -114px !important;
}/*social media clasess ends*//*top classes*/
.top {
	background: #fff;
	height: 88px;
	position: relative;
	z-index: 9;
}
.logo {
	height: auto;
	width: 118px;
	display: inline-block;
	float: left;
	margin: 10px 0 0 0;
}
.logo img {
	width: 100%;
	height: auto;
	display: block;
}
.top .left {
 	float: left;
	margin: 10px 0 0 25px;
}
.top .left .iso {
	float: left;
}
.top .left .call_us {
	float: right;
	border-left: 1px solid #f0f0f0;
	padding: 0 0 5px 47px;
	/*background: url(../images/call_img.png) no-repeat 25px 7px;*/
	font: 500 22px/20px 'Dosis';
	margin: 5px 0 0 25px;
}
    .top .left .call_us a {
        text-decoration: none;
        color: #006883;
        color: #006883;
    }
.top .right {
	float: right;
	margin: 23px 0 0 0;
}

    .top .right .call_us {
        float: right;
        border-left: 1px solid #f0f0f0;
        padding: 0 0 5px 47px;
        background: url(../images/call_img.png) no-repeat 25px 7px;
        font: 500 22px/20px 'Dosis';
        margin: 5px 0 0 25px;
    }

        .top .right .call_us a {
            text-decoration: none;
            color: #006883;
            color: #006883;
        }


.top .right .contact_btn {
	font: 500 16px/43px 'Dosis';
	color: #006883;
	border: 1px solid #006883;
	border-radius: 25px;
	padding: 0 24px 0 43px;
	background: #fff url(../images/c_btn_icon.png) no-repeat 24px 12px;
	float: left;
	display: inline-block;
	text-decoration: none;
}
.top .right .contact_btn:hover {
	background: #006883 url(../images/c_btn_icon2.png) no-repeat 24px 12px;
	color: #fff;
}
.top .right .login_btn {
	font: 600 15px/43px 'Dosis';
	color: #fff;
	border-radius: 25px;
	padding: 0 20px 0 38px;
	background: #ffc410 url(../images/login_icon.png) no-repeat 21px 11px;
	float: left;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #ffc410;
	margin: 0 0 0 5px
}

.login_toggle_con{background: url(../images/tooltip.png) no-repeat 145px top; padding:7px 0 0 0; display:none; position:absolute; right:0; top:47px; width:200px; border-radius:5px; overflow:hidden; box-shadow: 0px 3px 1px 0 rgba(0,0,0,0.2);}
.login_toggle_con a{font-size: 14px;
	text-transform: capitalize; background:#ffc410;
	display: block;
	height: auto !important; font-family:'Dosis', sans-serif;
	text-align: left;
	padding: 10px 25px;
	line-height: 16px;
	border-bottom: 1px solid #f5ba08; text-decoration:none;
	color: #fff; transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;}
	.login_toggle_con a:first-child{ border-radius:5px 5px 0 0 }
	.login_toggle_con a:last-child{ border-bottom:0;}
	
.login_toggle_con a:hover{color: #fff;
	background: #006883;}
/*top classes ends*//* nav classes  */
nav {
	position: relative;
	box-shadow: 0 4px 3px 0px rgba(0,0,0,0.2);
	height: 45px;
	text-align: left;
	margin: 0 0 0 0;
	float: right;
	background: #006883;
	width: 100%;
	z-index: 2;
}
ul.topmenu {
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	margin: 0 0 0 0;
	padding: 0;
	color: #fff;
	font: 500 16px/45px 'Dosis', sans-serif;
}
ul.topmenu li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	position: relative
}
ul.topmenu li a, ul.topmenu li a:visited {
	display: block;
	padding: 0px 35.1px;
	color: #fff;
	height: 45px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
    ul.topmenu li:hover > a, ul.topmenu li > a.act {
        color: white;
        text-decoration: none;
        background-color: #ffc410;
    }
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 .home {
    color: white;
    background-color: #ffc410;
}
ul.topmenu li ul.sublink_x {
	display: none;
	position: absolute;
	min-width: 220px;
	z-index: 999;
	left: 0;
	top: 45px;
	background: #ffc410;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 3px 3px 0px rgba(0,0,0,0.3);
}
ul.topmenu li:hover ul.sublink_x {
	display: block;
}
ul.topmenu li ul.sublink_x li {
	display: block;
	float: none;
	border-radius: 0;
	position: relative;
	border: 0;
}
ul.topmenu li ul.sublink_x li a {
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	height: auto !important;
	text-align: left;
	padding: 10px 25px;
	line-height: 16px;
	border-bottom: 1px solid #f5ba08;
	color: #fff;
}
ul.topmenu li ul.sublink_x li:last-child a {
	border-bottom: 0 !important;
	border-radius: 0 0 5px 5px;
}
    ul.topmenu li ul.sublink_x li a:hover {
        color: #fff;
        background: #006883;
        
    }
.nav_mob {
	position: relative
}
.nav_mob .navlink {
	display: none;
	position: absolute;
	right: 12px;
	top: 11px;
	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.png);
	background-repeat: no-repeat;
	margin: 14px 10px 0 0
}
a.mob_link_dd_act b {
	width: 16px;
	height: 16px;
	float: right;
	display: block;
	background-image: url(../images/fq-b.png);
	background-repeat: no-repeat;
	margin: 14px 10px 0 0
}
a.mob_link_dd_act {
	border-bottom: 0 !important;
}/* nav classes ends *//*welcome clasess*/
.welcome_con {
	text-align: center;
	width: 929px;
	margin: 20px auto 0 auto;
}
.welcome_con h1 {
	font: 600 50px/42px 'Dosis';
	color: #006883;
	text-transform: uppercase;
}
.welcome_con h1 span {
	font-size: 25px;
	font-weight: 300;
	color: #777777;
	text-transform: none;
}
.welcome_con p {
	font: 300 16px/22px 'Lato';
	color: #777;
}/*welcome clasess ends*/ /* infrastructure enquiry clasess*/
.infra_enq {
	padding: 40px 0;
	margin: 50px 0 0 0;
}
.infra_enq h2 {
	margin-left: 3px;
}
.infra_enq .left {
	width: 53%;
	float: left;
}
.infra_enq .left p {
	margin-left: 3px;
}
.infra_enq .right {
	width: 43%;
	float: right;
}/* infrastructure enquiry clasess ends*//*gallery classes*/
.gallery_con {
	padding: 40px 0;
	text-align: center;
}
.g_scroller_cont {
	overflow: hidden;
	margin: 25px -18px 0 -18px;
}
ul.g_floater li {
	width: 25%;
	list-style: none;
	float: left;
}

.img_box {
    width: 86%;
    height: auto;
    margin: auto;
    display: block;
    text-align: center;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    overflow: hidden;
    border-radius: 12px;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    border: 2px solid #eee;
}
.img_box:hover {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.img_box img {
	width: 100%;
	display: block;
}
.ar_l {
	position: absolute;
	z-index: 9;
	left: -60px;
	top: 35%;
	opacity: .5;
}
.ar_r {
	position: absolute;
	z-index: 9;
	right: -60px;
	top: 35%;
	opacity: .5;
}
.gallery_con:hover .ar_l {
	opacity: 1;
}
.gallery_con:hover .ar_r {
	opacity: 1;
}
.gallery_con2{ padding:0 !important; margin-bottom:50px;}
.gallery_con2 ul.g_floater li{ margin:10px 0;}
.gallery_con2 .img_box { width:90%;} 


/*gallery classes ends*/


/*footer classes*/
footer {
	background: #006883;
	padding: 40px 0 0 0;
	margin: 10px 0 0 0;
}
footer h3 {
	font: 400 25px 'Dosis';
	color: #fff;
}
footer .col_01 {
	width: 17%;
	float: left;
}
footer .col_02 {
	margin: 33px 0 0 2.5%;
	width: 17%;
	float: left;
}
footer .col_03 {
	margin: 0 0 0 2.5%;
	width: 30%;
	float: left;
}
.map {
	margin: 10px 0 0 0;
	width: 27%;
	float: right;
	border-radius: 10px !important;
	overflow: hidden !important;
	height: 205px;
	background: #fff;
	border: 5px #fff solid;
}
.map iframe {
	border-radius: 10px !important;
	width: 100%;
	height: 100%;
}
.f_contact_con {
	margin: 20px 0 0 0;
}
.f_contact_con p {
	color: #dadbf0;
}
.f_contact_con p a {
	color: #dadbf0;
}
.f_contact_con .address {
	background: url(../images/address.png) no-repeat left top;
	padding: 0 0 0 28px;
}
.my_add {
	display: none;
}
.bot-title {
	font: 400 25px 'Dosis';
	color: #fff;
}
.f_link {
	margin: 20px 0 0 5px;
}
.f_link a {
	background: url(../images/f_link_bullet.png) no-repeat left 9px;
	font: 300 14px/16px 'Lato';
	color: #dadbf0;
	padding: 5px 0 5px 16px;
	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: #ffc410;
	background: url(../images/f_link_bullet2.png) no-repeat left 9px;
}
.copyright_bg {
	padding: 15px 0;
	border-top: 1px solid white;
	margin: 30px 0 0 0;
}
.copyright_bg p, .copyright_bg p a {
	color: #dadbf0;
}
.copyright_bg .left {
	float: left;
}
.copyright_bg .right {
	float: right;
}
footer .jstd-bnr { text-align:center; }
footer .jstd-bnr img{ display:inline-block; }

/*footer classes ends*/

/*============================= inside pages clasess =======================*/
.tittle_bg_con {
	padding: 50px 0 0 0;
	background: url(../images/page_tittle_bg.jpg) no-repeat center center;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.tittle_bg_con h1 {
	color: #ffc410;
	font-size: 40px;
}
.inside_banner_con .banner1 {
	background: url(../images/inside_banner1.jpg) no-repeat center top;
	display: block;
	height: 250px;
}
.inside_banner_con .banner2 {
	background: url(../images/inside_banner2.jpg) no-repeat center top;
	display: block;
	height: 250px;
}
.inside_banner_con .banner3 {
	background: url(../images/inside_banner3.jpg) no-repeat center top;
	display: block;
	height: 250px;
}
.inside_banner_con .banner4 {
	background: url(../images/inside_banner4.jpg) no-repeat center top;
	display: block;
	height: 250px;
}
.inside_banner_con .banner5 {
	background: url(../images/inside_banner5.jpg) no-repeat center top;
	display: block;
	height: 250px;
}/* TREE STYLE*/
.brade_crum_con {
	padding: 0 0 5px 0;
	overflow: hidden;
	font-weight: 400;
	margin: 15px 0 0 0;
}
.tree p {
	text-align: left;
	font: 400 13px 'Open Sans', sans-serif
}
.tree a, .tree a:visited {
	color: #006883;
	text-decoration: none;
	padding: 0 3px 0 0;
	margin: 0 3px
}
.tree a:hover {
	text-decoration: underline;
	color: #006883
}
.tree span {
	color: #006883;
}/* TREE STYLE ends*//*left panel right panel*/
.left_panel {
	width: 68%;
	float: left;
	padding-left: 1%;
}
.right_panel {
	width: 28%;
	float: right;
	padding-right: 1%;
}/*left panel right panel ends*//*cms area clasess*/
.cms_area table {
	width: 75%;
	border: 1px solid #eee;
	border-radius: 15px;
	font: 400 15px/18px 'Dosis'
}
.cms_area table td {
	padding: 15px;
}
.cms_area h1 {
	font-size: 25px;
	margin-bottom: 10px;
}
.cms_area h3 {
	font: 600 18px/18px 'Dosis';
	color: #ffc410;
	display: inline-block;
	margin: 20px 0 15px 0;
}
.box1 {
	border-radius: 0 5px 5px 5px;
	padding: 20px;
	border: 1px solid #eee;
}
.cms_area p {
	text-align: justify;
	font-size: 15px;
	color: #666;
}
.cms_pic {
	width: auto;
}
.cms_area ul {
	margin-left: 25px;
}
.cms_area ul li {
	list-style: none;
	font: 400 14px/18px 'Lato';
	color: #777;
	background: url(../images/pr_bullet.gif) no-repeat left 6px;
	padding: 3px 0 3px 18px;
}
.enquiry_box {
	background: #efefef;
	border-radius: 5px;
	margin: 15px auto;
	padding: 25px;
	width: 70%;
}/*cms area clasess ends*/
.advisore_con {
	width: 100%;
	margin: 10px auto 0 auto;
}

.advisore_con p{ text-align:left !important;}
.advisore_con .row1 {
	width: 100%;
	float: left;
	border: 2px solid #eee;
	border-radius: 10px;
	padding: 15px;
	margin: 10px 0
}
.advisore_con .row2 {
	width: 47%;
	float: right;
	border: 2px solid #eee;
	border-radius: 10px;
	padding: 15px;
	margin: 10px 0
}/* contact clasess*/
.contact_con_left {
	width: 47%;
	float: left;
}
.contact_con_right {
	width: 47%;
	float: right;
}
.contact_con_right .form_box {
	border-radius: 0 5px 5px 5px;
	padding: 20px;
	background: #efefef;
	border-radius: 15px;
	overflow: hidden;
}
.map_con {
	height: 350px;
	width: 100%;
	display: block;
	overflow: hidden;
}/* contact clasess ends*//*sitemap*/
.sitemap {
	text-align: center;
	padding: 30px 0 50px 0;
	width: 80%;
	margin: auto;
}
.sitemap a {
	display: inline-block;
	padding: 10px 15px;
	font: 400 16px/20px 'Dosis', Arial, Helvetica, sans-serif;
	background: #fff;
	border-radius: 5px;
	margin: 5px 1%;
	color: #777;
	width: 46%;
	border: 1px solid #eee;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.sitemap a:hover {
	background: #ffc410;
	color: #fff;
	text-decoration: none;
	border: 1px solid #ffc410;
}/*sitemap*/
@media only screen and (max-width: 1166px) {/*gallery classes*/
.g_scroller_cont {
	overflow: hidden;
	margin: 25px 0 0 0;
}
.ar_l {
	left: 0px;
	opacity: 0;
}
.ar_r {
	right: 0px;
	opacity: 0;
}/*gallery classes ends*/
}/*==============================*//* Tab 960px - 768px */
@media only screen and (max-width: 999px) {/*==================BASIC RESPONSIVE CSS===============*/
.img_responsive {
	width: 100%;
	line-height: 0;
	height: auto;
}
.mob_only {
	display: none;
}
.tab_only {
	display: block;
}
.desk_only {
	display: none;
}
.desk_hider {
	display: block;
}
.desk_hider2 {
	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;
}/*==================BASIC RESPONSIVE CSS END===============*/
.wrapper {
	width: 98%;
}
.wrapper2 {
	max-width: 100%;
	margin: auto;
}
.camera_fakehover {
	min-height: 300px !important;
}/*top classes*/
.top .left {
	float: left;
	margin: 15px 0 0 4%;
}
.top .right {
	float: right;
	margin: 17px 0 15px 0;
}
.top .right .contact_btn {
	float: none;
	display: block;
	text-decoration: none;
	width: 136px;
}
.top .right .login_btn {
	float: none;
	margin: 5px 0 0 0;
}/*top classes ends*//* nav classes  */
ul.topmenu {
	margin: 0 0 0 0;
}
ul.topmenu li a, ul.topmenu li a:visited {
	display: block;
	padding: 0px 17px;
	color: #fff;
	height: 45px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}/* nav classes  ends*//*welcome clasess*/
.welcome_con {
	width: 92%;
}/*welcome clasess ends*/ /*gallery classes*/
ul.g_floater li {
	width: 33.33333%;
	list-style: none;
	float: left;
}/*gallery classes ends*//*footer classes*/
footer .col_01 {
	width: 20%;
}
footer .col_03 {
	width: 40%;
}
.map {
	width: 30%;
}/*footer classes ends*/
.advisore_con {
	width: 90%;
}
.cms_area table {
	width: 100%;
}
}/* Mobile 480px - 767px */
@media only screen and (max-width: 767px) {/*==================BASIC RESPONSIVE CSS===============*/
.img_responsive {
	display: block;
	width: 100%;
	line-height: 0;
	height: auto;
	float: none !important;
}
.mob_only {
	display: block;
}
.tab_only {
	display: none;
}
.desk_hider {
	display: block;
}
.desk_hider2 {
	display: inline;
}
.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;
}/*==================BASIC RESPONSIVE CSS END===============*/
.camera_fakehover {
	min-height: 200px !important;
}
.camera_wrap .camera_pag .camera_pag_ul {
	top: 33% !important;
}/*top classes*/
.top {
	height: auto;
	padding: 5px 0 0 0;
}
.logo {
	height: auto;
	float: none;
	margin: 5px auto 0 auto;
	display: block;
}
.top .left {
	float: none;
	margin: 10px 0 0 0;
	text-align: center;
	width: 100%;
}
.top .left .iso {
	float: none;
	padding: 5px 10px 5px;
	border: 1px solid #eee;
	border-radius: 40px;
	width: 285px
}
.top .left .call_us {
	float: none;
	border-left: 0;
	width: 175px;
	padding: 0 0 5px 15px;
	background: url(../images/call_img.png) no-repeat 0 7px;
	margin: 5px auto 0 auto;
}
.top .right {
	float: none;
	margin: 17px 0 0 0;
	text-align: center;
	width: 100%;
}
.top .right .contact_btn {
	float: none;
	display: inline-block;
	text-decoration: none;
	width: 136px;
}
.top .right .login_btn {
	float: none;
	display: inline-block;
	margin: 0 0 0 5px;
}/*top classes ends*//* nav classes  */
nav {
	float: none;
	height: auto;
	text-align: center;
	margin: 10px 0 0 0;
}
ul.topmenu {
	margin: 0;
	padding: 0;
	color: #777;
	text-transform: capitalize;
}
ul.topmenu li {
	display: block;
	float: none;
	margin: 0;
	line-height: 40px;
	padding: 0;
}
ul.topmenu li a, ul.topmenu li a:visited {
	display: block;
	padding: 0;
	border-bottom: 1px solid #484aa9;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	text-align: center;
}
ul.topmenu li:hover>a {
	color: #ffc410;
}
ul.topmenu li>a.act {
	border-bottom: 0 !important;
}
.nav_mob {
	height: 40px;
	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 ul.sublink_x, ul.topmenu li:hover ul.sublink_x {
	display: none;
	height: auto;
	overflow: hidden;
	position: static;
	z-index: 999;
	left: auto;
	top: auto;
	width: 100%;
	box-shadow: none;
	border-radius: 0 !important;
}
ul.topmenu li ul.sublink_x>li>a {
	text-transform: capitalize;
	font-size: 13px;
	text-align: center;
	display: block;
	width: auto;
	padding: 7px 15px;
	border: 0;
	border-bottom: 1px solid #f5ba08;
	border-radius: 0 !important;
	color: #fff;
}
ul.topmenu li ul.sublink_x>li>a:hover {
	color: #fff
}
a.mob_link_ddx {
	display: none !important;
}
a.mob_link_dd {
	display: block !important;
}
ul.sublink_x2 {
	display: none !important
}
ul.topmenu li ul.sublink_x li>a>.drop_arrow {
	display: none;
} /* nav classes ends *//* infrastructure enquiry clasess*/
.infra_enq {
	padding: 40px 0;
	margin: 50px 0 0 0;
	text-align: center;
}
.infra_enq h2 {
	margin-left: 0;
}
.infra_enq .left {
	width: 95%;
	float: none;
	margin: auto;
}
.infra_enq .left p {
	margin-left: 3px;
}
.infra_enq .right {
	width: 100%;
	float: none;
	margin: 30px 0 0 0
}/* infrastructure enquiry clasess ends*//*gallery classes*/
ul.g_floater li {
	width: 50%;
	list-style: none;
	float: left;
}/*gallery classes ends*/
.advisore_con {
	width: 90%;
}
.advisore_con .row1 {
	width: 100%;
}
.advisore_con .row2 {
	width: 100%;
}/*footer classes*/
footer {
	background: #006883;
	padding: 40px 0 0 0;
	margin: 10px 0 0 0;
}
footer h3 {
	font: 400 25px 'Dosis';
	color: #fff;
}
footer .col_01 {
	width: 100%;
	text-align: center;
	float: none;
}
footer .col_02 {
	margin: 33px 0 0 2.5%;
	width: 17%;
	float: left;
}
footer .col_03 {
	margin: 30px 0 0 0;
	width: 100%;
	float: none;
	text-align: center;
}
.f_contact_con {
	margin: 20px auto 0 auto;
	padding: 15px 15px;
	border-radius: 12px;
	background: #4749a1;
	width: 95%;
}
.f_contact_con .address {
	background: none;
	padding: 0 0 0 0;
}
.my_add {
	display: inline-block;
}
.f_link a {
	background: url(../images/f_link_bullet.png) no-repeat 15px 12px;
	font: 300 14px/16px 'Lato';
	color: #dadbf0;
	padding: 8px 15px 8px 28px;
	display: inline-block;
	border-radius: 8px;
	border: 1px solid #dadbf0;
	margin: 5px 2px;
}
.f_link a:hover {
	color: #ffc410;
	background: url(../images/f_link_bullet2.png) no-repeat 15px 12px;
	border: 1px solid #ffc410;
}
.copyright_bg {
	text-align: center;
}
.copyright_bg .left {
	float: none;
}
.copyright_bg .right {
	float: none;
}
footer .jstd-bnr {margin-top:30px;}

/*footer classes ends*/
.tittle_bg_con {
	padding: 35px 0 0 0;
	background: url(../images/page_tittle_bg.jpg) no-repeat center center;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.tittle_bg_con h1 {
	color: #ffc410;
	font-size: 35px;
}/*left panel right panel*/
.left_panel {
	width: 100%;
	float: left;
	padding-left: 0;
	padding: 0 15px;
}
.right_panel {
	width: 100%;
	float: right;
	padding-right: 0;
	padding: 0 15px;
	margin: 30px 0 0 0;
}/*left panel right panel ends*//*cms area clasess*/
.cms_pic {
	width: auto;
	width: 100%;
}/*cms area clasess ends*//* contact clasess*/
.contact_con_left {
	width: 100%;
	float: left;
	border: 1px solid #eee;
	padding: 20px;
}
.contact_con_left p {
	text-align: center !important;
}
.contact_con_right {
	width: 100%;
	float: right;
}/* contact clasess ends*//*sitemap*/
.sitemap {
	width: 100%;
}/*sitemap*/
}/* Mobile Below 480px */
@media only screen and (max-width: 479px) {
.camera_fakehover {
	min-height: 140px !important;
}
.camera_wrap .camera_pag .camera_pag_ul {
	top: 22% !important;
}
h1 {
	font-size: 30px;
}/*welcome clasess*/
.welcome_con h1 {
	font: 600 30px/30px 'Dosis';
}
.welcome_con h1 span {
	font-size: 20px;
}/*welcome clasess ends*/ /*gallery classes*/
ul.g_floater li {
	width: 100%;
	list-style: none;
	float: left;
}/*gallery classes ends*//*index service clasess*/
.servive_bg .service_con li {
	width: 100%;
	float: left;
}/*index service clasess ends*//*footer clasess*/
footer h3 {
	font-size: 20px;
}
footer .copyright p {
	font-size: 12px !important;
}/*footer clasess ends*/
 
footer .jstd-bnr img{ display:inline-block; width:80%;}

}
