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

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-SemiBold.eot');
    src: url('fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
            url('fonts/SegoeUI-SemiBold.woff2') format('woff2'),
            url('fonts/SegoeUI-SemiBold.woff') format('woff'),
            url('fonts/SegoeUI-SemiBold.ttf') format('truetype'),
            url('fonts/SegoeUI-SemiBold.svg#SegoeUI-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI.eot');
    src: url('fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
            url('fonts/SegoeUI.woff2') format('woff2'),
            url('fonts/SegoeUI.woff') format('woff'),
            url('fonts/SegoeUI.ttf') format('truetype'),
            url('fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Bold.eot');
    src: url('fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
            url('fonts/SegoeUI-Bold.woff2') format('woff2'),
            url('fonts/SegoeUI-Bold.woff') format('woff'),
            url('fonts/SegoeUI-Bold.ttf') format('truetype'),
            url('fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Segoe UI';
    font-weight: normal;
    font-style: normal;
    font-size:15px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color:#302e2e;

}

div, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, form, input, textarea, dl, dt, dd  { padding : 0px 0px 0px 0px; margin : 0;	font-weight:normal; vertical-align:baseline;}
header, footer, section,  nav, article, aside {display: block; padding : 0px 0px 0px 0px; margin : 0px;	font-weight:normal; vertical-align:baseline;}

ul {list-style: none;}
li {list-style: none;}

img {outline: none;	border: none;	vertical-align:middle; padding:0px; margin:0px;}

a {	outline: none;	text-decoration: none;}
a:hover { text-decoration:none;}
a:focus {outline: none;  text-decoration: none;}

.clr{ clear:both; height:0px; margin:0px; padding:0px;}



/* ------------------------------------------------------ loadaer css ------------------------------------------------------ */

.loader {
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: fixed;
    top: 0;
}
.pi-logo-loader {
    position: relative;
    width: 204px;
    height: 95px;
    margin: 0 auto;
    margin-top: -60px;
    top: 50%;
    background: url(../images/logo.png) no-repeat center center;
    -moz-animation: logo-pulse 1.2s infinite both;
    -webkit-animation: logo-pulse 1.2s infinite both;
    animation: logo-pulse 1.2s infinite both;
}
.pi-logo-loader > div {
    position: absolute;
    background-color: #fff;
    -moz-animation: pix-bouncedelay 1.3s infinite ease-in-out both, pix-move 1.4s infinite both;
    -webkit-animation: pix-bouncedelay 1.3s infinite ease-in-out both, pix-move 1.4s infinite both;
    animation: pix-bouncedelay 1.3s infinite ease-in-out both, pix-move 1.4s infinite both;
}
.pi-logo-loader .pi-pixel-1 {
    top: 17px;
    right: 42px;
    width: 6px;
    height: 6px;
    -moz-animation-delay: -0.38s;
    -webkit-animation-delay: -0.38s;
    animation-delay: -0.38s;
}
.pi-logo-loader .pi-pixel-2 {
    top: 14px;
    right: 36px;
    width: 4px;
    height: 4px;
    -moz-animation-delay: -0.16s;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}



::-moz-selection { /* Code for Firefox */
    color: #000;
    background: #f3ae34;
}

::-webkit-selection  { 
    color: #000;
    background: #f3ae34;
}
::-ms-animation{ 
    color: #000;
    background: #f3ae34;
}

::-o-animation{ 
    color: #000;
    background: #f3ae34;
}

::selection {
    color: #000;
    background: #f3ae34;
}


/* ------------------------------------------------------ main css ------------------------------------------------------*/

.wrapper {width:100%;}


.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:none; outline:none;	outline-offset:-2px;}

.carousel-control.left {background-image: none;  background-repeat: repeat-x;}
.carousel-control.right {background-image: none;  background-repeat: repeat-x;}

.circleRotate {-webkit-transition: all 1s ease-in-out;-moz-transition:    all 1s ease-in-out;-o-transition:      all 1s ease-in-out;
-ms-transition:     all 1s ease-in-out;cursor:pointer;}
.circleRotate:hover {-webkit-transform: rotate(360deg);-moz-transform:    rotate(360deg);-o-transform:      rotate(360deg);-ms-transform:     rotate(360deg);}

.scroll-top-wrapper {position: fixed;opacity: 0;visibility: hidden;overflow: hidden;text-align: center;z-index: 99999999;background-color: transparent; color: #eeeeee; width: 42px;
height: 50px;line-height: 50px;right: 30px;bottom: 30px;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.scroll-top-wrapper:hover {background-color: transparent;}
.scroll-top-wrapper.show {visibility:visible;cursor:pointer;opacity: 1.0;}

.scroll-top-inner img{max-width: 100%;}
.scroll-top-inner {line-height: 17px; width: 100%; display: inline-block; text-align: center;}



/* ------------------------------------------------------ header css ------------------------------------------------------ */

.header_section {position: fixed; top: 0; left: 0; width: 100%; z-index:999;}
	
.headaer_top { background-color:#1d2553; padding:15px 0px;}
.top_social { float:left; font-size:15px; color:#fff; padding-top:3px;}
.top_social img { padding-left:10px;}
.hvr-float-shadow { cursor:pointer;}
.top_phone { float:right; font-size:15px; color:#fff; line-height:18px; padding-top:2px;}
.top_phone span { font-weight: 600; color:#f07901; font-size:20px;}
.top_phone img { padding-right:10px;}
.headaer_logomenu { background-color:#FFFFFF; box-shadow: 0px 2px 5px #555555;}
.logo { width:100%; max-width:288px; padding:19px 0px 15px 0px; display:inline-block;}
.menu_sec {	width: 100%;	position: relative;}
.navbar-brand {	height: auto;	padding:0px;}
.navbar-default {background: transparent;border: 0;margin: 0;min-height: inherit;}
.navbar-nav li {}
.navbar-nav li a {font-family: 'Segoe UI'; font-size:15px; color: #000000 !important; font-weight:600;	background: none !important; text-transform:uppercase; 
margin: 43px 0px 0px 50px; padding:4px 0px 4px 0px; }
.navbar-nav li a:hover, .navbar-nav li a.active {color: #00933d !important; }
.dropdown-menu {border: none;border-radius: 0px;box-shadow: none;display: none;float: left;font-size: 15px;left: 0;list-style: outside none none;margin: 0px 0 0;
min-width: 180px;padding: 5px 0;position: absolute;text-align: left;top: 101%;z-index: 1000;font-weight:normal;background: rgba(240, 121, 1, 0.9);
color:#fff !important;}
.dropdown-menu > li > a {clear: both;color: #fff;display: block;padding: 6px 10px;white-space: nowrap;margin:0px;text-transform:none;}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {background-color: transparent;color:#fff !important;text-decoration: none;border:none;}

/* ------------------------------------------------------ banner css ------------------------------------------------------*/


.banner_section { margin:171px 0px 0px 0px; position:relative;}
.bannercss {height:555px;background-size:cover;background-position:center top;background-repeat:no-repeat;}
.bannerText {max-width:560px;position: absolute; padding-top:50px;}
.bannerText h1 {font-family: 'Segoe UI'; font-weight:bold;font-size:48px;line-height:40px;color:#fff;padding:0px 0px 15px 0px;text-transform:uppercase;}
.bannerText h3 {font-family: 'Segoe UI'; font-weight:bold;font-size:48px;line-height:40px;color:#f07901;padding:0px 0px 15px 0px;text-transform:uppercase;}
.bannerText h4 {font-family: 'Segoe UI'; font-size:30px;line-height:36px;color:#fff;padding:15px 0px 30px 0px;}
.carousel-indicators .active {background-color:#1ab394;height: 14px;margin: 0;width: 14px;border: solid 2px #FFF;}
.carousel-indicators li {background-color: hsla(0, 0%, 0%, 0);border: 2px solid #1ab394;border-radius: 14px;cursor: pointer;display: inline-block;height: 14px;
margin: 1px;text-indent: -999px;width: 14px;}
.btn-readmore {background-color:#fff;border-color: #f07901;border: solid 2px #f07901;color: hsl(0, 0%, 20%);font-size:15px; text-transform:uppercase;padding:10px 20px;
font-weight:600;}
.banner_section .carousel-control.left {background: url(../images/banner_arrow_left.png);background-repeat: no-repeat;background-position: 100% 50%;opacity: 1 !important;}
.banner_section .carousel-control.right {background: url(../images/banner_arrow_right.png);background-repeat: no-repeat;background-position: 0% 50%;opacity: 1 !important;}
.carousel-control .glyphicon {display: none;}
.carousel-control {width: 50px;}

/* ------------------------------------------------------ body css ------------------------------------------------------ */


.body_partOne {}
.home_duration { padding:35px 15px 35px 15px; background-color:#1d2553;}
.home_duration_con { width:100%; max-width:570px; float:right;}
.home_duration_con h3 { font-size:21px; color:#f07901; line-height:21px; padding-bottom:10px; text-transform:uppercase; font-weight:600;}
.home_duration_con p { font-size:16px; color:#fff; line-height:24px;}
.home_duration_con p a { color:#f07901; font-weight:600; cursor:pointer;}
.home_duration_con p a:hover { text-decoration:underline;}
.home_certificate { padding:35px 15px 35px 15px; background-color:#000;}
.home_certificate_con { width:100%; max-width:570px; float:left;}
.home_certificate_con h3 { font-size:21px; color:#f07901; line-height:21px; padding-bottom:10px; text-transform:uppercase; font-weight:600;}
.home_certificate_con p { font-size:16px; color:#fff; line-height:24px;}
.home_certificate_con p a { color:#f07901; font-weight:600; cursor:pointer;}
.home_certificate_con p a:hover { text-decoration:underline;}
.body_partTwo { padding:60px 0px 35px 0px;}
.body_partTwo h2 { color:#171717; font-size:30px; font-weight:bold; text-transform:uppercase; padding-bottom:10px; background-image:url(../images/title_line.jpg); 
background-position:bottom left; background-repeat:no-repeat; margin-bottom:20px;}
.body_partTwo h2 span { color:#1d2553;}
.about_con {}
.about_con p { font-size:16px; line-height:26px; padding-bottom:25px;}
.homepic { width:100%; max-width:570px; margin:auto;}

.body_partThree { padding:60px 0px 50px 0px; background-color:#1d2553;}
.body_partThree h2 { color:#fff; font-size:30px; font-weight:bold; text-align:center; text-transform:uppercase; padding-bottom:12px; background-image:url(../images/title_line2.jpg); background-position:bottom center; background-repeat:no-repeat; margin-bottom:30px;}
.body_partThree h2 span { color:#f07901;}
.cont_ph { text-align:center; font-size:30px; color:#fff; line-height:30px; margin:20px 0px 0px 0px;}
.cont_ph span { color:#f07901;}
.cont_ph  img { padding-right:10px;}
.courses_pic { width:100%; max-width:370px; margin:auto auto auto auto;}
.course_box { padding:0px 0px 45px 70px; position:relative;}
.course_box h4 { font-size:18px; color:#f07901; text-transform:uppercase; padding-bottom:5px;}
.course_box h4 a {color:#f07901; cursor:pointer;}
.course_box h4 a:hover { text-decoration:underline;}
.course_box p { font-size:14px; color:#ffffff; line-height:22px;}
.course_box p a { cursor:pointer; color:#f07901;}
.course_box p a:hover { text-decoration:underline;}
.course_box_icon { position:absolute; left:0; top:0px;}

.body_partFour { padding:60px 0px 30px 0px;}
.body_partFour h2 { color:#171717; font-size:30px; font-weight:bold; text-align:center; text-transform:uppercase; padding-bottom:10px; background-image:url(../images/title_line.jpg); background-position:bottom center; background-repeat:no-repeat; margin-bottom:30px;}
.body_partFour h2 span { color:#1d2553;}
.selection_box { padding-bottom:30px; margin:auto; text-align:center;}
.selection_box h3 { font-size:18px; color:#171717; text-transform:uppercase; padding:15px 0px;}
.selection_box h3 a {color:#171717; cursor:pointer;}
.selection_box h3 a:hover { color:#1d2553;}
.selection_box p { font-size:15px; color:#2f2f2f; line-height:22px;}
.selection_box p a {color:#2f2f2f; cursor:pointer;}
.selection_box p a:hover { text-decoration:underline;}

.body_partFive { padding:0px;}
.home_facility { padding:60px 15px 35px 15px; background-color:#1d2553; height:478px;}
.home_facility_con { width:100%; max-width:570px; float:right;}
.home_facility_con h3 { font-size:30px; font-weight:bold; color:#fff; line-height:21px; text-transform:uppercase; padding-bottom:16px; 
background-image:url(../images/title_line2.jpg); background-position:bottom left; background-repeat:no-repeat; margin-bottom:30px;}
.home_facility_con h3 span { color:#f07901;}
.home_facility_con p { font-size:16px; color:#fff; line-height:24px; padding-bottom:15px;}
.home_facility_con p a { color:#fff; cursor:pointer;}
.home_facility_con p a:hover { text-decoration:underline;}
.home_facilitypic { height:478px; background-position:left top; background-repeat:no-repeat; background-size:cover;}
.btn-facility {background-color: #1d2553;border: 2px solid #fff;color: #fff;font-size: 15px;padding: 10px 20px;text-transform: uppercase;margin-top:30px;font-weight:600;}
.btn-facility.focus, .btn-facility:focus, .btn-facility:hover {color: #f07901;  text-decoration: none;}

.body_partSix { padding:60px 0px;}
.body_partSix h2 { color:#171717; font-size:30px; font-weight:bold; text-align:center; text-transform:uppercase; padding-bottom:10px; 
background-image:url(../images/title_line.jpg); background-position:bottom center; background-repeat:no-repeat; margin-bottom:30px;}
.body_partSix h2 span { color:#1d2553;}
.gallery_box { width:100%; max-width:370px; margin:auto;}
.pic_pd { margin-bottom:10px;}

.body_partSeven { padding:60px 0px 60px 0px;}
.body_partSeven h2 { color:#171717; font-size:30px; font-weight:bold; text-align:center; text-transform:uppercase; padding-bottom:10px; background-image:url(../images/title_line.jpg); background-position:bottom center; background-repeat:no-repeat; margin-bottom:30px;}
.body_partSeven h2 span { color:#1d2553;}
.home_newsbox { margin-bottom:30px;}
.home_newsbox h3 { font-size:18px; color:#000000; text-transform:uppercase; padding-top:15px; font-weight:600;}
.home_newsbox h3 a {color:#000000; cursor:pointer;}
.home_newsbox h3 a:hover {color:#1d2553;}
.home_newspic { width:100%; max-width:370px;}
.home_newsbox p { font-size:14px; color:#000; line-height:22px; padding-top:10px;}
.home_newsbox p a { font-weight:bold; color:#1d2553; cursor:pointer;}
.home_newsbox p a:hover { text-decoration:underline;}
.home_btn { text-align:center;}
.btn-all {background-color: #fff;border: 2px solid #1d2553;color: #1d2553;font-size: 15px;padding: 10px 20px;text-transform: uppercase;margin-top:10px;font-weight:600;}
.btn-facility.focus, .btn-facility:focus, .btn-facility:hover {color: #f07901;  text-decoration: none;}


/* ------------------------------------------------------ footer css ------------------------------------------------------*/

.footer_top { background-color:#0b0b0b; padding:60px 0px 30px;}
.footer_linkbox { margin-bottom:20px;}
.footer_linkbox h3 { color:#f07901; font-size:18px; line-height:18px; padding-bottom:25px; text-transform:uppercase;}
.footer_linkbox ul {}
.footer_linkbox li { float:left; width:50%; font-size:13px; color:#fff;}
.footer_linkbox li a {color:#fff; cursor:pointer; padding:0px 0px 15px 20px; display:inline-block; background-image:url(../images/footer_arrow.png); 
background-repeat:no-repeat; background-position:0% 6px;}
.footer_linkbox li a:hover { color:#f3ae34;}
.footer_linkbox2 { margin-bottom:20px;}
.footer_linkbox2 h3 { color:#f07901; font-size:18px; line-height:18px; padding-bottom:25px; text-transform:uppercase;}
.footer_linkbox2 ul {}
.footer_linkbox2 li { font-size:13px; color:#fff; padding-bottom:10px;}
.footer_linkbox3 { margin-bottom:20px;}
.footer_linkbox3 h3 { color:#f07901; font-size:18px; line-height:18px; padding-bottom:25px; text-transform:uppercase;}
.footer_linkbox3 h4 { color:#fff; font-size:18px; line-height:18px; padding-bottom:10px; text-transform:uppercase; font-weight:600;}
.footer_linkbox3 ul {}
.footer_linkbox3 p { font-size:13px; color:#fff; padding-bottom:10px;}
.footer_bottom { background-color:#000; padding:20px 0px 20px;}
.copyright { font-size:14px; color:#fff; float:left;}
.developed {float:right; font-size:14px; color:#fff;}
.developed a { color:#f07901; cursor:pointer;}
.developed a:hover { text-decoration:underline;}



/* ------------------------------------------------------ about css ------------------------------------------------------*/

.inner_banner { height:150px; background-position:center top; background-repeat:no-repeat; background-size:cover;}
.inner_banner h1 {background-image: url("../images/title_line2.jpg");background-position: left bottom;background-repeat: no-repeat;color: hsl(0, 0%, 100%);font-size: 30px;
font-weight: bold;line-height: 21px;margin-bottom: 30px;padding-bottom: 16px;text-transform: uppercase;padding-top:60px;text-shadow: 0 0 3px #000;}
.inner_banner h1 span { color: hsl(45, 91%, 55%);}
.about_partOne { padding:60px 0px;}
.about_partOne h2 {color: hsl(0, 0%, 9%);font-size: 24px;font-weight: bold;margin-bottom: 5px;text-transform: uppercase;}
.about_partOne h3 {color: hsl(0, 0%, 9%);font-size: 24px;font-weight: bold;margin-bottom: 20px;text-transform: uppercase;}	
.about_partOne h5 { font-size:18px; font-weight:600; padding-bottom:20px;}
.about_partOne p { font-size:16px; padding-bottom:15px;}
.about_pic { padding:40px 0px;}
.about_pic ul  {}
.about_pic li { background-image:none !important; padding:0px !important; float:left; margin:0px 30px 0px 0px; width:100%; max-width:160px;}
.about_partOne ul {}
.about_partOne li { font-size:16px; font-weight:600;  padding:0px 0px 15px 20px; background-image:url(../images/dot.png); background-position:0% 9px; background-repeat:no-repeat;}


/* ------------------------------------------------------ qualificaiton css ------------------------------------------------------*/

.qulaification_box { margin-top:20px;}
.qulaification_box h3 { font-size:18px !important; color:#1d2553; margin-bottom:10px !important;}
.qulaification_box p {}


/* ------------------------------------------------------ contact css ------------------------------------------------------ */

.contact_add {}
.contact_addbox { padding:15px 0px 0px 30px; position:relative; font-size:16px;}
.contact_addbox2 { padding:15px 0px 0px 0px; position:relative;}
.contact_icon { position:absolute; top:20px; left:0;}
.contact_addbox img { padding:0px !important; margin:0px !important;}


/* ------------------------------------------------------ news  css ------------------------------------------------------ */

.news_box { margin-bottom:40px;}
.news_box h4 {color: hsl(0, 0%, 0%);font-size: 20px;font-weight: 600;padding-top: 15px;text-transform: uppercase;margin-bottom:30px;}	
.news_box p {}
.news_pic { float:left; padding:0px 40px 20px 0px; width:370px;}


/*26-6-17*/
.menu_inn{width: 100%; position: relative;}
.top_menu{position: absolute; top: 0; right: 0; padding: 5px 0 0 0;}
.top_menu ul{width: auto; display: inline-block;}
.top_menu ul li{float: left;}
.top_menu ul li a {font-family: 'Segoe UI';font-size: 14px; color: #000000 !important; font-weight: 600; background: none !important; text-transform: capitalize;
margin: 0 0px 0px 25px; padding: 4px 0px 4px 0px;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.top_menu ul li a:hover{color: #00933d !important;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.top_menu ul li a.active{color: #00933d !important;}
.divider {height: 1px;margin: 9px 0;overflow: hidden;background-color: #e5e5e5;}


/*staff details*/
.staff_img{width:100%; height: 300px; font-size: 0;text-align: center;max-width: 100%;position: relative;overflow: hidden;}
.staff_img img{display: inline-block; vertical-align: middle;max-height: 100%;max-width: 100%;position: absolute; left: 50%;top: 50%;transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);}

.staff_txt{width: 100%;}
.staff_txt p{font-size: 15px;}
.staff_txt p a{color: #f07901;}

.staff_box{width: 100%; margin: 0 0 30px;}

.closeCus { position: absolute;right: 28px;top: 24px;z-index: 99999;}
.ventureModalHeader {border: 0 none !important;padding: 0px 0px 0 !important;position: relative !important;}
.ventureModalHeader .close {margin-right: -28px !important;margin-top: -24px !important;opacity: 1 !important;}
.venturesmodalBody { padding:0px; background-color:#3a3a3a; padding:30px;}
.venturesmodalBody h3{font-size: 22px; color:#fff; padding:10px 0px; text-align:center; text-transform:uppercase;}
.venturesmodalBody p {color:#fff; line-height:24px; font-size:13px; text-align:center;}


/* change update 26/06/2017 : Start Code */
.gallery_box1 {height: 203px; margin: 20px auto 0; max-width: 370px; width: 100%;}
.pic_pd1 { margin-bottom:10px;height:100%;width:100%;}

.dropdown-menu > li > a.active_sub {
    background-color: transparent;
    border: medium none;
    color: #fff !important;
    text-decoration: none;
}
/* change update 26/06/2017 : Start End*/


/* pnt 27-06-2017 */
.qulaification_box.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.qulaification_box table {
    border: 1px solid #ddd;
}

.qulaification_box table>thead>tr>td, .qulaification_box table>thead>tr>th {
    border-bottom-width: 2px;
}

.qulaification_box table>thead>tr>th {
    border-bottom-width: 2px;
}

.qulaification_box table>tbody>tr>td, .qulaification_box table>tbody>tr>th, .qulaification_box table>tfoot>tr>td, .qulaification_box table>tfoot>tr>th, .qulaification_box table>thead>tr>td, .qulaification_box table>thead>tr>th {
    border: 1px solid #ddd;
	 padding: 8px;
}

.qulaification_box table>tbody>tr{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.error_msg{
	color:#f07901;
}
.msent{
	color:#00933d;
	margin-bottom: 10px;
}


.govt_logo { width:157px; position:absolute; top:0; margin:auto !important; z-index:99999; left:0%; right:0%;}










