/* Theme Name: Seo Institute Theme URI: http://wordpress.org/extend/themes/twentytwelve Author: the WordPress team Author URI: http://wordpress.org/ Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background. Version: 1.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready Text Domain: twentytwelve This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. */ /* =Notes -------------------------------------------------------------- This stylesheet uses rem values with a pixel fallback. The rem values (and line heights) are calculated using two variables: $rembase: 14; $line-height: 24; ---------- Examples * Use a pixel value with a rem fallback for font-size, padding, margins, etc. padding: 5px 0; padding: 0.357142857rem 0; (5 / $rembase) * Set a font-size and then set a line-height based on the font-size font-size: 16px font-size: 1.142857143rem; (16 / $rembase) line-height: 1.5; ($line-height / 16) ---------- Vertical spacing Vertical spacing between most elements should use 24px or 48px to maintain vertical rhythm: .my-new-div { margin: 24px 0; margin: 1.714285714rem 0; ( 24 / $rembase ) } ---------- Further reading http://snook.ca/archives/html_and_css/font-size-with-rem http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/ /* =Reset -------------------------------------------------------------- */ body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #464646; line-height: 18px; } a:link, a:visited { outline: none; text-decoration: none; color: #0869a0; font-weight: bold; } a:hover { color: #0869a0; text-decoration: underline; } input { vertical-align: middle; } img, a img { border: 0; outline: none; } p { padding: 0px; text-align: justify } form { margin: 0; padding: 0; } abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, menu, content, center, button, object, ol, output, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var { margin: 0; padding: 0; } ol, ul { list-style: none } blockquote, q { quotes: none } table, table td { padding: 0; border: none; border-collapse: collapse } .clear { clear: both; } embed { vertical-align: top } * { border: none } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } .spacer20 { height: 20px; } .spacer50 { height: 50px; clear: both; } .spacer7 { height: 7px; clear: both; } h1 { color: ##0869A0; font-size: 14px; font-weight: bold; text-transform: uppercase; } .main_wrap { width: 980px; margin: 0 auto; } #top-bar { width: 100%; margin: 10px 0 0 0; padding: 0px; } #top-bar .logo { float: left; width: 284px; } #top-bar .logo a { text-decoration: none; } #top-bar .right_top { float: right; width: 680px; } #top-bar .right_top .tuch_cl { float: right; width: auto; margin-top: 10px; } #top-bar .right_top .tuch_cl a { text-decoration: none; color: #08689e; font-size: 13px; font-weight: bold; height: 30px; margin-right: 0px; display: inline-block; } #top-bar .right_top .tuch_cl a[title="Email"] span { background: url(images/icon.png) no-repeat left -31px; height: 30px; width: 24px; display: inline-block; margin-right: 5px; } #top-bar .right_top .tuch_cl dd { color: #08689e; font-size: 13px; font-weight: bold; height: 30px; margin-right: 0; display: inline-block; } #top-bar .right_top .tuch_cl dd.phone_no span { background: url(images/icon.png) no-repeat -22px -28px; height: 30px; width: 24px; display: inline-block; margin-right: 5px; } #top-bar .right_top .tuch_cl dd.phone_no2 span { background: url(images/icon.png) no-repeat -47px -28px; height: 30px; width: 24px; display: inline-block; margin-right: 0px; } #top-bar .right_top .social { float: right; width: auto; padding-top: 16px; clear: both; } #top-bar .right_top .social a { text-decoration: none; background: url(images/icon.png) no-repeat; height: 25px; width: 22px; display: inline-block; margin-right: 8px; text-indent: -9999px; } #top-bar .right_top .social [title="Facebook"] { background-position: left top; } #top-bar .right_top .social [title="Twitter"] { background-position: -30px top; } #top-bar .right_top .social [title="Linked"] { background-position: -60px top; } #top-bar .right_top .social [title="pinterest"] { background-position: -29px top; } #top-bar .right_top .social [title="google plus"] { background-position: -90px top; } #top-bar menu { width: 100%; float: left; clear: both; background: #3d3d3d; height: 38px; line-height: 38px; margin-top: 5px; margin-bottom: 2px; } #top-bar .mob_nav { display: none; } #top-bar .desktop ul { margin: 0px; padding: 0px 15px; } #top-bar .desktop ul li { margin: 0px; padding: 0px; list-style: none; display: inline-block; position: relative; } #top-bar .desktop ul li a { text-decoration: none; color: #FFFFFF; margin: 0; padding: 0 8px; font-weight: bold; border-right: solid 1px #FFFFFF; } #top-bar .desktop ul li a:hover { text-decoration: none; color: #ecab10; } #top-bar .desktop ul li.current-menu-item a { text-decoration: none; color: #ecab10; } #top-bar .desktop ul li:last-child a { border: none; } #top-bar .desktop ul li a:hover, #top-bar .desktop ul li:hover a { color: #ecab10; } #top-bar .desktop ul ul li.submenu a:hover, #top-bar .desktop ul ul li.submenu:hover a.submenu { color: #ecab10; } #top-bar .desktop ul ul { display: none; } #top-bar .desktop ul li:hover ul { display: block; background: #3d3d3d; padding: 0px 0; margin: 0px; position: absolute; z-index: 999; border-bottom: solid 2px #FFFFFF; top: 35px; min-width: 190px; } #top-bar .desktop ul li:hover ul li { display: block; border-bottom: solid 1px #5f5f5f; padding: 0px; margin: 0px; } #top-bar .desktop ul li:hover ul li a { text-decoration: none; color: #FFFFFF; margin: 0; padding: 5px 10px; font-weight: normal; border-right: none; display: block; line-height: 22px; } #top-bar .desktop ul li:hover ul li a:hover { text-decoration: none; color: #ecab10; } #top-bar .desktop ul li:hover ul li.active a { text-decoration: none; color: #ecab10; } #top-bar .desktop ul li:hover ul li:last-child { border-bottom: none; } #top-bar .desktop ul ul li.submenu ul { display: none; } #top-bar .desktop ul ul li.submenu:hover ul { display: block; top: 0px; left: 100%; } .banner_section { width: auto; clear: both; margin-bottom: 25px; } .breadcrumbs { width: 100%; float: left; clear: both; margin-top: -17px; margin-bottom: 20px; color: #0869A0; font-weight: bold; line-height: 11px; } .breadcrumbs a { text-decoration: none; color: #464646; margin-right: 5px; padding: 0 5px; border-right: solid 1px #464646; line-height: 11px; float: left; } .breadcrumbs a:hover { color: #0869a0; } .breadcrumbs span { font-weight: bold; color: #0869a0; line-height: 11px; float: left; } /*content_wrap_start*/ #main_content_wrap { width: 100%; padding: 0 0 24px 0; float: left; } #main_content_wrap h1 { font-size: 14px; font-weight: bold; color: #FFFFFF; background: #08659a; padding: 8px; } #main_content_wrap h2, h3 { padding-left: 5px; font-size: 21px; font-weight: bold; background-color: #f4f4f4; line-height: 31px; } #main_content_wrap .center_img { text-align: center; } #main_content_wrap .content_box { padding: 0 7px; } #main_content_wrap ul { margin: 0px 0 10px 0; padding: 0px; } #main_content_wrap ul li { list-style: none; padding: 0 0 6px 12px; margin: 0px; background: url(images/defl_arrow.gif) no-repeat left 5px; font-weight: bold; color: #464646; font-size: 11px; } #main_content_wrap .welcome_note { width: 100%; float: left; border: solid 1px #bebebe; min-height: 135px; margin-bottom: 24px; } #main_content_wrap .welcome_note .note_cl { float: left; width: 46px; background: #056093; padding: 10px 10px 10px 20px; border-top: solid 3px #00446a; min-height: 135px; } #main_content_wrap .welcome_note .note_cl p { font-size: 14px; color: #FFFFFF; margin: 0px; } #main_content_wrap .welcome_note .note { float: left; line-height: 20px; padding: 14px; text-align: justify; width: 872px; } #main_content_wrap .welcome_note .note p { margin: 0px; } #main_content_wrap .courses_note { width: 100%; float: left; border: solid 1px #bebebe; min-height: 135px; margin-bottom: 24px; } #main_content_wrap .courses_note .note_cl { float: left; width: 56px; background: #056093; padding: 10px; border-top: solid 3px #00446a; min-height: 135px; } #main_content_wrap .courses_note .note_cl .courses { margin: 10px 0 0 10px; } #main_content_wrap .courses_note .note_cl p { font-size: 14px; color: #FFFFFF; } #main_content_wrap .courses_note .note { float: left; line-height: 20px; width: 904px; } #main_content_wrap .courses_note .courses_cl { float: left; min-height: 158px; border-left: solid 1px #dcdcdc; width: 25%; } #main_content_wrap .courses_note .courses_cl:nth-child(2n) { background: rgba(244, 244, 244, 0.6) } #main_content_wrap .courses_note .courses_cl:last-child { width: 222px; } #main_content_wrap .courses_note .courses_cl .fee_bloc { min-height: 100px; padding: 6px; } #main_content_wrap .courses_note .courses_cl .fee_bloc p { font-size: 11px; } #main_content_wrap .courses_note .courses_cl .fee_bloc dd { font-size: 12px; font-weight: bold; color: #0869a0; margin-bottom: 10px; } #main_content_wrap .courses_note .courses_cl .fee_bloc strong { font-size: 12px; } #main_content_wrap .courses_note .courses_cl .more { background: none repeat scroll 0 0 #4F4F4F; clear: both; color: #FFFFFF; float: left; margin-right: -11px; margin-top: 5px; padding: 4px 8px; } #main_content_wrap .footer_bloc { width: 100%; } #main_content_wrap .footer_bloc .bloc { width: 294px; height: 320px; float: left; border: solid 1px #d1d1d1; border-top: solid 4px #ecab10; box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3); margin-right: 15px; padding: 10px; } #main_content_wrap .footer_bloc .bloc h3 { font-size: 12px; font-weight: bold; color: #056093; text-transform: uppercase; margin-bottom: 12px; } #main_content_wrap .footer_bloc .second_bloc { border-top: solid 4px #056093; } #main_content_wrap .footer_bloc .third_bloc { border-top: solid 4px #4f4f4f; margin-right: 0px; } #main_content_wrap .footer_bloc .main_article { height: 256px; border-bottom: 1px dashed #4f4f4f; margin-bottom: 12px; } a.more_link { text-decoration: none; color: #056093; font-weight: bold; float: right; text-transform: uppercase; } a:hover.more_link { text-decoration: none; color: #333333; } #main_content_wrap .footer_bloc .bloc .article { float: left; width: 100%; border-bottom: 1px dashed #4f4f4f; padding-bottom: 12px; margin-bottom: 12px; } #main_content_wrap .footer_bloc .bloc .article p { text-align: justify; margin: 0px; } #main_content_wrap .footer_bloc .bloc .article span { float: right; font-size: 12px; font-weight: bold; color: #056093; } #main_content_wrap .footer_bloc .bloc div.article:last-child { margin-bottom: 0px; border-bottom: none; } #main_content_wrap .footer_bloc .quickQuery input { border: solid 1px #dcdcdc; padding: 5px; width: 283px; margin-bottom: 8px; color: #464646; font-size: 11px; } #main_content_wrap .footer_bloc .quickQuery textarea { border: solid 1px #dcdcdc; padding: 5px; width: 283px; margin-bottom: 8px; color: #464646; font-size: 11px; font-family: Arial, Helvetica, sans-serif; } #main_content_wrap .footer_bloc .quickQuery select { border: solid 1px #dcdcdc; padding: 5px; width: 294px; margin-bottom: 8px; color: #464646; font-size: 11px; cursor: pointer; } #main_content_wrap .footer_bloc .quickQuery input[type="submit"] { border: none; background: url(images/more_link_icon.png) no-repeat right center; color: #056093; font-weight: bold; text-transform: uppercase; width: auto; float: right; padding: 0px 12px 0 0; cursor: pointer; font-size: 12px; } #main_content_wrap .footer_bloc .quickQuery input:hover[type="submit"] { color: #333333; } #main_content_wrap .footer_bloc .quickQuery .cupture-iput { width: 202px; margin-left: 10px; } #main_content_wrap .footer_bloc .quickQuery .cupture-img { float: left; width: 70px; } #main_content_wrap .footer_bloc .main_article .job_article { float: left; width: 100%; border-bottom: 1px dashed #4f4f4f; padding-bottom: 12px; margin-bottom: 9px; position: relative; } #main_content_wrap .footer_bloc .main_article .job_article .left_cl { float: left; width: 46px; height: 46px; border: solid 1px #dcdcdc; margin-right: 10px; } #main_content_wrap .footer_bloc .main_article .job_article .right_cl { float: right; width: 235px; } #main_content_wrap .footer_bloc .main_article .job_article .right_cl p { margin: 0px; } #main_content_wrap .footer_bloc .main_article .job_article .right_cl .apply { float: right; clear: both; margin-top: 5px; margin-right: -11px; color: #FFFFFF; background: #4f4f4f; padding: 4px 8px; } #main_content_wrap .footer_bloc .bloc div.job_article:last-child { margin-bottom: 0px; border-bottom: none; } .courses_mobile { display: none; width: auto; margin: 0 auto; } .none_bg { background: none !important; margin: 0; padding: 10px !important; } .none_bg1 { color: #056093!important; font-size: 16px !important; font-weight: bold; background: none !important; margin: 10px 0 10px 0; padding: 0px !important; color: #0869A0; font-size: 16px; font-weight: bold; } /*new css*/ .detail { display: none; } #main_content_wrap .footer_bloc .main_article div.job_article:hover .detail { display: block; border: solid 1px #999999; background: #f2f2f2; height: auto; float: left; position: absolute; z-index: 999; box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3); border: #D1D1D1 solid 1px; padding: 0px 10px 0px 10px; top: 100%; left: 0; border-radius: 4px; } #main_content_wrap .footer_bloc .main_article div.job_article:hover .detail a { color: #056093; font-weight: bold; } #main_content_wrap .footer_bloc .main_article div.job_article:hover .detail p { text-align: justify; } .content_box table { border: solid 1px #464646; border-collapse: collapse; } .content_box table th { background: #08659A; color: #FFFFFF; padding: 8px 0; border: solid 1px #CCCCCC; font-size: 14px; } .content_box table td { padding: 10px 10px; border: solid 1px #CCCCCC; } .content_box table tfoot td { padding: 10px 10px; } .left_cl_addres { width: 320px; float: left; } .map-source { border: 1px solid #DCDCDC; float: right; margin: 12px 0; width: 620px; height: 500px; padding: 1px; } .address { float: left; width: 100%; margin: 12px 0; } .left_cl_addres .main_article { height: auto; margin: 12px 0; float: left; } .left_cl_addres .quickQuery { width: 290px; } .left_cl_addres .quickQuery input { border: solid 1px #dcdcdc; padding: 5px; width: 283px; margin-bottom: 8px; color: #464646; font-size: 11px; } .left_cl_addres .quickQuery textarea { border: solid 1px #dcdcdc; padding: 5px; width: 283px; margin-bottom: 8px; color: #464646; font-size: 11px; font-family: Arial, Helvetica, sans-serif; } .left_cl_addres .quickQuery select { border: solid 1px #dcdcdc; padding: 5px; width: 294px; margin-bottom: 8px; color: #464646; font-size: 11px; cursor: pointer; } .left_cl_addres .quickQuery input[type="submit"] { border: none; background: url(images/more_link_icon.png) no-repeat right center; color: #056093; font-weight: bold; text-transform: uppercase; width: auto; float: right; padding: 0px 12px 0 0; cursor: pointer; font-size: 12px; } .left_cl_addres .quickQuery input:hover[type="submit"] { color: #333333; } .left_cl_addres .quickQuery .cupture-iput { width: 202px; margin-left: 10px; } .left_cl_addres .quickQuery .cupture-img { float: left; width: 70px; } .enquiry fieldset { border: 1px solid #CFCFCF; display: block; margin: 0 auto; padding: 0 25px; width: 550px; } .enquiry legend { color: #444444; font-family: Georgia, Arial, Tahoma; font-size: 18px; margin-bottom: 5px; padding: 10px 0; } .enquiry label { float: left; padding: 6px 10px; } .enquiry fieldset p { float: right; } .enquiry label span { display: block; float: left; padding: 6px 10px; width: 100px; } .enquiry label input { border: 1px solid #CFCFCF; color: #686868; font-size: 12px; margin: 7px 0; padding: 6px 10px; width: 275px; } .enquiry label select { border: 1px solid #CFCFCF; color: #686868; font-size: 12px; margin: 7px 0; padding: 6px 10px; width: 295px; } .enquiry label textarea { border: 1px solid #CFCFCF; color: #686868; font-size: 12px; height: 100px; margin: 5px 0; padding: 6px 10px; width: 275px; } .enquiry label input[type="submit"] { background: #08659A; border: medium none; border-radius: 10px 10px 10px 10px; color: #FFFFFF; cursor: pointer; float: none; font-size: 14px; font-weight: bold; margin: 0 auto 24px; padding: 6px 10px; text-transform: uppercase; width: 130px; } .submit { clear: both; display: block; float: none !important; margin: 0 auto; width: 130px; } .enquiry form { margin: 12px 0; } .enquiry b { color: #FF0000; } .enquiry img { border: 1px solid #CFCFCF; float: left; margin: 7px 0 0 0; padding: 1px; } .enquiry .cupture-iput { float: left; margin-left: 9px; width: 190px; } .imagethum { float: left; margin: 3px 20px 5px 1px; width: auto; } #tabs ol { width: 100%; background: #3D3D3D; margin-top: 18px; padding-right: 2px; } #tabs ol li { list-style: none; margin: 0px; padding: 0px; display: inline-block; } #tabs ol li a { display: block; padding: 8px 18px; color: #FFFFFF; font-size: 13px; text-decoration: none; border-right: solid 1px #FFFFFF; font-weight: bold; } #tabs ol li a:hover { text-decoration: none; color: #ECAB10; } #tabs ol li:last-child a { border: none; } #tabs ol li a.active { color: #ECAB10!important; } #tabs div.tabcontent { border: solid 1px #D4D4D4; float: left; width: 100%; margin: 0 0 15px 0px; clear: both; } .duration_cl { width: 94%; background: rgba(236, 236, 236, 0.5); padding: 10px 3%; border-right: solid 1px #f0f0f0; } .duration_cl h2 { margin: 10px 17px 10px 0; font-size: 17px; } .duration_cl p { font-size: 13px; } .tabcontent .box-coursefee { float: left; width: 44%; margin: 10px 3%; } #tabs div.tabcontent .box-coursefee h2, .box-coursefee h3, .box-coursefee h4 { /*background:#08659A;*/ color: #08659A!important; padding: 0px 10px; margin: 0px 0 0 -12px; } .copy-scape { float: right; margin-bottom: 12px; text-align: right; color: #999999; } .copy-scape a { margin-right: 5px; } .copy-scape a img { border-radius: 5px; } .contact_Now { text-align: center; } .contact_Now a { text-decoration: none; } .contact_Now a:hover { text-decoration: none; opacity: 0.8; } /*blog start*/ #content { background: none repeat scroll 0 0 #F2F2F2; float: left; margin-right: 10px; padding: 5px 20px; width: 657px; } #post- { margin-bottom: 40px; font-size: 13px; margin-top: 0; padding: 0 0 5px 0; width: 100%; } #post- h2 { font-size: 14px; padding-bottom: 8px; } .dashed-line { border-bottom: 1px dashed #999999; margin: 0 0 6px 4px; padding: 10px 3px 0 1px; } #post- p { text-align: justify; } #secondary { float: right; width: 270px; } #secondary .widget { -moz-hyphens: auto; margin-bottom: 25px; word-wrap: break-word; } .cta { float: left; margin: 0px 0px 10px 0px; padding: 0px 0px 0px 219px; width: 477px; height: 185px; background: url(images/cta-bg.jpg) top left no-repeat; } .cta .tptxt { margin: 0px; padding: 0px 10px 0px 0px; width: 467px; font: bold 13px Arial, Helvetica, sans-serif; line-height: 39px; color: #ffffff; text-transform: uppercase; text-align: right; } .cta .tptxt a { color: #ffffff; text-decoration: none; } .cta .bx1 { float: left; margin: 0px 6px 0px 0px; padding: 0px 0px 0px 5px; width: 118px; } .cta .bx1 .hd { float: left; margin: 8px 6px 5px 0px; padding: 0px; width: 165px; font: bold 13px Arial, Helvetica, sans-serif; text-transform: uppercase; color: #ffffff; text-decoration: underline; } .cta .bx1 ul { list-style-type: none; margin: 0px; padding: 0px; } .cta .bx1 ul li { float: left; margin: 0px !important; padding: 0px 0px 0px 9px !important; width: 118px !important; font: 12px Arial, Helvetica, sans-serif; color: #ffffff !important; line-height: 20px; font-weight: normal !important; background: url(images/cta-arw.jpg) 0px 7px no-repeat !important; display: block !important; } .cta .bx1 .mr { float: left; margin: 0px 6px 0px 0px; padding: 2px 0px 0px 5px; width: 107px; font: bold 12px Arial, Helvetica, sans-serif; color: #ffffff; text-align: right; } .cta .bx1 .mr a { color: #ffffff; text-decoration: underline; } .cta .bx2 { float: left; margin: 0px 6px 0px 0px; padding: 0px 0px 0px 7px; width: 160px; } .cta .bx2 .hd { float: left; margin: 8px 6px 5px 0px; padding: 0px; width: 165px; font: bold 13px Arial, Helvetica, sans-serif; text-transform: uppercase; color: #ffffff; text-decoration: underline; } .cta .bx2 ul { list-style-type: none; margin: 0px; padding: 0px; } .cta .bx2 ul li { float: left; margin: 0px !important; padding: 0px 0px 0px 10px !important; width: 150px !important; font: 12px Arial, Helvetica, sans-serif; color: #ffffff !important; line-height: 20px; font-weight: normal !important; background: url(images/cta-arw.jpg) 2px 7px no-repeat !important; display: block !important; } .cta .bx2 .mr { float: left; margin: 0px 6px 0px 0px; padding: 2px 0px 0px 5px; width: 144px; font: bold 12px Arial, Helvetica, sans-serif; color: #ffffff; text-align: right; } .cta .bx2 .mr a { color: #ffffff; text-decoration: underline; } #secondary h3 { border-bottom: 1px dashed #CDCDCD; font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #636363; margin: 0 0 10px; font-weight: bold; width: 100%; padding: 7px 0; text-transform: uppercase; } #secondary ul li { border-bottom: 1px solid #D8D8D8; background: none; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 18px; margin: 0 0 5px; padding: 0 0 7px; } #secondary ul li a { background: url("images/defl_arrow.gif") no-repeat scroll 5px 6px transparent; color: #016999; display: block; padding: 0 0 0 18px; text-decoration: none; } #post- .readmore { float: right; } #post- .readmore a { color: #016999; text-decoration: underline; } #post- .readmore a:hover { color: #016999; text-decoration: none; } .site-content #content article.post .entry-header h1 { /*float: left;*/ font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; line-height: 24px; padding: 0 0 6px; color: #000000; } .site-content #content article.post .entry-header { border-bottom: 4px solid #11719E; float: left; margin: 0 0 20px; width: 100%; } #respond form input[type="text"], #respond form textarea { -moz-box-sizing: border-box; font-size: 0.857143rem; line-height: 1.71429; padding: 0.714286rem; width: 75%; } #respond button, input, textarea { border: 1px solid #CCCCCC; border-radius: 3px 3px 3px 3px; font-family: inherit; padding: 0.428571rem; } #respond form label { display: block; line-height: 1.71429; } #respond form p { margin: 0.785714rem 0; } #respond { margin-top: 3.42857rem; } #respond .menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"], li.bypostauthor cite span { background-color: #E6E6E6; background-image: -moz-linear-gradient(center top, #F4F4F4, #E6E6E6); background-repeat: repeat-x; border: 1px solid #D2D2D2; border-radius: 3px 3px 3px 3px; box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1); color: #000; font-size: 0.785714rem; font-weight: normal; line-height: 1.42857; padding: 0.428571rem 0.714286rem; cursor: pointer; } #respond .required { color: #FF0000; } /*blog End*/ /*content_wrap_end*/ /*footer_start*/ #footer-main-wraper { width: 100%; background: #333333; border-top: solid 10px #4c4c4c; float: left; } #footer-main-wraper .footer-inner { margin: 0 auto; padding-top: 15px; width: 980px; } #footer-main-wraper .footer-inner nav { display: block; float: left; width: 740px; margin-bottom: 15px; } #footer-main-wraper .footer-inner nav ul { margin: 0px; padding: 0px; clear: both; } #footer-main-wraper .footer-inner nav ul li { list-style: none; display: inline-block; } #footer-main-wraper .footer-inner nav ul li a { color: #999999; border-left: solid 1px #999999; font-family: Arial, Helvetica, sans-serif; font-size: 11px; height: 11px; line-height: 10px; float: left; margin: 0; padding: 0 5px; text-decoration: none; } #footer-main-wraper .footer-inner nav ul li a:hover { text-decoration: underline; } #footer-main-wraper .footer-inner nav ul li:first-child a { border: none; padding-left: 0px; } #footer-main-wraper .footer-inner nav summary { color: #999999; display: block; float: left; font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin: 0; padding: 0; } #footer-main-wraper .footer-inner nav summary a { color: #999999; text-decoration: none; } #footer-main-wraper .footer-inner nav summary a:hover { text-decoration: underline; } /*footer_End*/ a.free-demo-class, a.free-demo-class:link, a.free-demo-class:visited { float: left; width: 230px; line-height: 34px; text-align: center; text-decoration: none; background: #666; font-family: 'Titillium Web'; font-size: 18px; color: #FFF; border-top: 3px solid #ecab10; border-bottom: 3px solid #ecab10; border-left: 0px solid #ecab10; border-right: 0px solid #ecab10; background: #3d3d3d; background: -moz-linear-gradient(top, #3d3d3d 0%, #545454 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3d3d), color-stop(100%, #545454)); background: -webkit-linear-gradient(top, #3d3d3d 0%, #545454 100%); background: -o-linear-gradient(top, #3d3d3d 0%, #545454 100%); background: -ms-linear-gradient(top, #3d3d3d 0%, #545454 100%); background: linear-gradient(to bottom, #3d3d3d 0%, #545454 100%); text-shadow: 1px 1px 0px #000; box-shadow: 0px 0px 6px #000; border-radius: 17px; margin: 40px 0 0 100px; text-decoration: blink; transition: background 0.2s; position: absolute; } a.free-demo-class:hover { background: #ecab10; } a.free-demo-class:hover:hover:before { animation: spinAround 2s linear infinite; } @keyframes spinAround { from { transform: rotate(0deg) } to { transform: rotate(360deg); } } #post-.type-post, .type-post { font-family: 'Titillium Web', Arial, Helvetica, sans-serif; color: #555D5F; font-size: 14px; line-height: 20px; width: 100%; float: left; padding: 10px 0 0 0; margin: 0 0 30px 0; } .type-post a[rel='category tag'], .type-post a[rel='bookmark'], .type-post .author { font-weight: bold; } #post-.type-post p, .type-post p, .type-post .wp_rp_wrap, .type-post li { font-size: 16px; width: 100%; float: left; padding: 0 0 15px 0; margin: 0px; text-align: justify; } .type-post .wp_rp_wrap { padding: 2%; margin: 15px 0; border-bottom: solid 1px #CCC; border-top: solid 1px #CCC; background: #f9f9f9; width: 96%; } .type-post .wp_rp_wrap h3 { float: left; width: 100%; padding: 0 0 0 0; } .type-post .wp_rp_wrap li { padding: 0 0 3px 0; } .type-post .wp_rp_wrap a { font-size: 14px; } #post-.type-post h2 { font-family: 'Titillium Web', Arial, Helvetica, sans-serif; color: #555D5F; font-size: 18px; font-weight: normal; padding: 0 0 6px 0; margin: 0 0 6px 0; line-height: 30px; float: left; width: 100%; } .site-content #content article.type-post h1 { font-family: 'Titillium Web', Arial, Helvetica, sans-serif !important; } .site-content #content article.type-post .entry-header { margin: 0 0 15px 0; } #post-.type-post h2 a { float: left; } #secondary .widget { width: 90%; background: #f7f7f7; border: solid 1px #dcdcdc; padding: 5%; } #secondary .widget.widget_recent_entries, #secondary .widget.simplerssfeedswidget { border-top: solid 4px #ecab10; } #secondary .widget.simplerssfeedswidget p { margin: 13px 0 0 0; } #secondary .widget.widget_recent_comments, #secondary .widget.widget_archive, #secondary .widget.widget_wp_related_posts, #secondary .widget.widget_categories { border-top: solid 4px #056093; } #secondary h3 { color: #056093; font-size: 13px; margin: 0px; } #secondary ul li { border-bottom: 0px; padding: 7px 0 0 0; margin: 6px 0 0 0; border-top: 1px solid #D8D8D8; } #secondary ul li:first-child { border-top: 0px solid #D8D8D8; } .content_box table.career { margin: 15px 0; } .content_box table.career th { text-align: left; padding: 7px; } .content_box table.career td { padding: 7px; } .content_box table td.course-td, .content_box div.course-td { background: #f1f1f1; font-weight: bold; } .content_box div.course-td { padding: 10px 0; } .content_box table td.course-td p, .content_box div.course-td p { margin: 0px; padding: 0px; } .content_box table td.course-td strong, .content_box div.course-td strong { color: #056093; } #main_content_wrap .courses_note .courses_cl .fee_bloc p { margin: 0 0 2px 0; } #main_content_wrap .courses_note .courses_cl .fee_bloc dd { margin-bottom: 5px; } .sitemap { margin-top: 18px !important; } .sitemap li strong { display: block; margin-bottom: 7px; } .archive-header .archive-title { color: hsl(202, 90%, 33%) } /*newcss*/ #main_content_wrap .bottom_cn { width: 100%; float: left; clear: both; margin-bottom: 35px; } #main_content_wrap .bottom_cn .largeheading { font-size: 16px; font-weight: bold; color: #fff; text-transform: uppercase; background: #0179be; padding: 0.7%; } #main_content_wrap .bottom_cn .course-main { float: left; width: 237px; margin-right: 10px; padding-top: 25px; } #main_content_wrap .bottom_cn .course-main h3 { font-size: 14px; font-weight: bold; color: #0179be; text-transform: uppercase; } #main_content_wrap .bottom_cn .course-main .innerbox { min-height: 635px; margin-top: 5px; padding: 10px; border: solid 1px #ebebeb; border-radius: 3px; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%); /* IE10+ */ background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0 ); /* IE6-9 */ } #main_content_wrap .bottom_cn .course-main .innerbox p { text-align: justify; } #main_content_wrap .bottom_cn .course-main.last { margin-right: 0px; } #main_content_wrap .bottom_cn .course-main .innerbox ul li { background: url("images/bulet.jpg") no-repeat scroll left 7px; padding: 0 0 10px 11px; } #main_content_wrap .bottom_cn .course-main .innerbox .bluecolor1 { color: #0179be; font-size: 14px; } #main_content_wrap .bottom_cn .course-main .innerbox .bluecolor2 { color: #0179be; font-size: 12px; font-weight: bold; text-transform: uppercase; } #main_content_wrap .bottom_cn .course-main .more { background: none repeat scroll 0 0 #4F4F4F; clear: both; color: #FFFFFF; float: right; margin-top: 2px; padding: 4px 8px; } #main_content_wrap .welcome_bloc { width: 100%; float: left; } .welcome_bloc .wl_left { float: left; height: auto; width: 698px; } .welcome_bloc .wl_left .pcon { margin: 10px 0px; padding: 5px; float: left; height: auto; width: 688px; min-height: 140px; border: 1px solid #e2e2e2; -moz-border-radius: 10px; border-radius: 10px; -webkit-border-radius: 10px; border-bottom: 4px solid #ecab10; } .welcome_bloc .wl_left .pcon img { float: left; width: auto; } #main_content_wrap .welcome_bloc .wl_left h1 { background: none; color: #0869A0; font-size: 16px; font-weight: bold; padding: 0px 0px 0px 5px; text-transform: uppercase; background-color: #f4f4f4; line-height: 41px; float: left; width: 688px; } #main_content_wrap .welcome_bloc .bloc { width: 250px; height: auto; float: right; border: solid 1px #d1d1d1; border-top: solid 4px #ecab10; box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3); padding: 10px; margin-bottom: 25px; } #main_content_wrap .welcome_bloc .bloc2 { width: 270px; height: auto; float: right; border: solid 1px #d1d1d1; padding: 0px; margin-bottom: 25px; } #main_content_wrap .welcome_bloc .bloccta { width: 250px; min-height: 390px; float: right; border: solid 1px #d1d1d1; border-top: solid 4px #ecab10; box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3); padding: 10px 10px 0px 10px; margin-bottom: 25px; background: url(images/cta-banner.gif) top left no-repeat; position: relative; } #main_content_wrap .welcome_bloc .bloccta.fixit { position: fixed; top: 30px; right: 128px; z-index: 1000; } .bloccta.second_bloc.fixed { bottom: 119px; float: right; right: 138px; } #main_content_wrap .welcome_bloc .bloccta a { float: left; width: 250px; min-height: 390px; } #main_content_wrap .welcome_bloc .bloccta a span { visibility: hidden; } #main_content_wrap .welcome_bloc .bloc span { font-size: 12px; font-weight: bold; color: #056093; text-transform: uppercase; margin-bottom: 12px; display: block; } #main_content_wrap .welcome_bloc .main_article { height: auto; border-bottom: 1px dashed #4f4f4f; margin-bottom: 12px; } #main_content_wrap .welcome_bloc .main_article .mem1 { float: left; margin: 6px 0px 0px 0px; width: 239px; height: 103px; background: url(images/aco-analytics.jpg) top center no-repeat; border: 1px solid #dddddd; } #main_content_wrap .welcome_bloc .main_article .mem1 a { float: left; width: 239px; height: 103px; background: url(images/aco-analytics.jpg) top center no-repeat; } #main_content_wrap .welcome_bloc .main_article .mem1 a:hover { float: left; width: 239px; height: 103px; background: url(images/aco-analytics.jpg) 24px -102px no-repeat; } #main_content_wrap .welcome_bloc .main_article .mem2 { float: left; width: 239px; margin: 6px 0px 0px 0px; height: 80px; background: url(images/aco-microsoft.jpg) top center no-repeat; border: 1px solid #dddddd; } #main_content_wrap .welcome_bloc .main_article .mem2 a { float: left; width: 239px; height: 80px; background: url(images/aco-microsoft.jpg) top center no-repeat; } #main_content_wrap .welcome_bloc .main_article .mem2 a:hover { float: left; width: 239px; height: 80px; background: url(images/aco-microsoft.jpg) 24px -80px no-repeat; } #main_content_wrap .welcome_bloc .main_article .mem3 { float: left; width: 239px; margin: 6px 0px 0px 0px; height: 80px; background: url(images/aco-google-partner.jpg) top center no-repeat; border: 1px solid #dddddd; } #main_content_wrap .welcome_bloc .main_article .mem3 a { float: left; width: 239px; height: 80px; background: url(images/aco-google-partner.jpg) top center no-repeat; } #main_content_wrap .welcome_bloc .main_article .mem3 a:hover { float: left; width: 239px; height: 80px; background: url(images/aco-google-partner.jpg) 24px -79px no-repeat; } #main_content_wrap .welcome_bloc .main_article .mem4 { float: left; width: 239px; margin: 6px 0px 0px 0px; height: 80px; background: url(images/aco-ire.jpg) top center no-repeat; border: 1px solid #dddddd; } #main_content_wrap .welcome_bloc .main_article .mem4 a { float: left; width: 239px; height: 80px; background: url(images/aco-ire.jpg) top center no-repeat; } #main_content_wrap .welcome_bloc .main_article .mem4 a:hover { float: left; width: 239px; height: 80px; background: url(images/aco-ire.jpg) 24px -80px no-repeat; } a.more_link { text-decoration: none; color: #056093; font-weight: bold; float: right; text-transform: uppercase; } a:hover.more_link { text-decoration: none; color: #333333; } #main_content_wrap .welcome_bloc .bloc .article { float: left; width: 100%; border-bottom: 1px dashed #4f4f4f; padding-bottom: 12px; margin-bottom: 12px; } #main_content_wrap .welcome_bloc .bloc .article p { text-align: justify; margin: 0px; } #main_content_wrap .welcome_bloc .bloc .article span { float: right; font-size: 12px; font-weight: bold; color: #056093; } .banner_section { width: 100%; float: left; margin-top: 10px; } .banner_section .banner_left { float: left; height: auto; width: 698px; position: relative; } #slideshow img { top: 0; left: 0; max-width: 698px; height: auto; position: absolute; } .banner_section .bloc { width: 250px; height: auto; float: right; border: solid 1px #d1d1d1; border-top: solid 4px #056093; box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3); padding: 10px 10px 0px 10px; margin-bottom: 0px; } .banner_section .bloc span { font-size: 12px; font-weight: bold; color: #056093; text-transform: uppercase; margin-bottom: 12px; display: block; } .banner_section .main_article { height: auto; border-bottom: 1px dashed #4f4f4f; margin-bottom: 9px; } .banner_section .quickQuery input { border: solid 1px #dcdcdc; padding: 5px; width: 239px; margin-bottom: 8px; color: #464646; font-size: 11px; } .banner_section .quickQuery textarea { border: solid 1px #dcdcdc; padding: 5px; width: 237px; margin-bottom: 8px; color: #464646; font-size: 11px; font-family: Arial, Helvetica, sans-serif; resize: none; } .banner_section .quickQuery select { border: solid 1px #dcdcdc; padding: 5px; width: 250px; margin-bottom: 8px; color: #464646; font-size: 11px; cursor: pointer; border-radius: 3px; } .banner_section .quickQuery input[type="submit"] { border: none; background: #b8391e !important; color: #ffffff; font-weight: bold; text-transform: uppercase; width: auto; float: right; padding: 10px 12px; cursor: pointer; font-size: 12px; box-shadow: none; } .banner_section .quickQuery input:hover[type="submit"] { color: #333333; } .banner_section .quickQuery .cupture-iput { width: 157px; margin-left: 10px; } .banner_section .quickQuery .cupture-img { float: left; width: 70px; } #main_content_wrap .career_block { width: 100%; float: left; } #main_content_wrap .career_block h2 { background: none repeat scroll 0 0 #0179BE; color: #FFFFFF; font-size: 16px; font-weight: bold; padding: 0.7%; text-transform: uppercase; } #main_content_wrap .career_block .main_article .job_article { border-bottom: 1px dashed #4F4F4F; float: left; margin-bottom: 9px; margin-right: 20px; padding: 20px 10px; position: relative; width: 292px; } #main_content_wrap .career_block .main_article .job_article:last-child { margin-right: 0px; } #main_content_wrap .career_block .main_article .job_article .left_cl { float: left; width: 46px; height: 46px; border: solid 1px #dcdcdc; margin-right: 10px; } #main_content_wrap .career_block .main_article .job_article .right_cl { float: right; width: 225px; } #main_content_wrap .career_block .main_article .job_article .right_cl p { margin: 0px; } #main_content_wrap .career_block .main_article .job_article .right_cl .apply { float: right; clear: both; margin-top: 5px; margin-right: 0px; color: #FFFFFF; background: #4f4f4f; padding: 4px 8px; } #main_content_wrap .career_block .detail { display: none; } #main_content_wrap .career_block .main_article div.job_article:hover .detail { display: block; border: solid 1px #999999; background: #f2f2f2; height: auto; float: left; position: absolute; z-index: 999; box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3); border: #D1D1D1 solid 1px; padding: 0px 10px 0px 10px; bottom: 90%; left: 0; border-radius: 4px; } #main_content_wrap .career_block .main_article div.job_article:hover .detail a { color: #056093; font-weight: bold; } #main_content_wrap .career_block .main_article div.job_article:hover .detail p { text-align: justify; } #main_content_wrap .corcon { margin: 0px 0px 10px 0px; padding: 0px; width: 695px; background-color: #ececec; border: 1px solid #e1e1e1; min-height: 185px; color: #005281; } #main_content_wrap .corcon .cortxt { margin: 0px; padding: 0px 10px; float: left; width: 675px; font: bold 14px Arial, Helvetica, sans-serif; text-transform: uppercase; text-align: right; line-height: 39px; color: #005281; } #main_content_wrap .corcon .cortxt a { color: #005281; } #main_content_wrap .corcon .corbx, #main_content_wrap .corcon .corbx2, #main_content_wrap .corcon .corbx3 { float: left; margin: 0px; padding: 8px 0px 0px 18px; width: 210px; min-height: 139px; background: url(images/courses-tbbg.png) top right no-repeat; font: bold 14px Arial, Helvetica, sans-serif; color: #0869a0; text-transform: uppercase; } #main_content_wrap .corcon .corbx ul, #main_content_wrap .corcon .corbx2 ul, #main_content_wrap .corcon .corbx3 ul { float: left; margin: 0px; padding: 0px; list-style-type: none; width: 210px; background: url(images/lncseo.png) 145px 19px no-repeat; } #main_content_wrap .corcon .corbx2 ul { float: left; margin: 0px; padding: 0px; list-style-type: none; width: 210px; background: url(images/lncppc.png) 156px 19px no-repeat; } #main_content_wrap .corcon .corbx3 ul { float: left; margin: 0px; padding: 0px; list-style-type: none; width: 210px; background: url(images/lncsmo.png) 145px 19px no-repeat; } #main_content_wrap .corcon .corbx ul li, #main_content_wrap .corcon .corbx2 ul li, #main_content_wrap .corcon .corbx3 ul li { margin: 0px; padding: 5px 0px 0px 7px; width: 158px; background: url(images/lncseoarw.png) 0px 8px no-repeat; font: 11px Arial, Helvetica, sans-serif; text-transform: none; color: #464646; } #main_content_wrap .corcon .corbx .mor, #main_content_wrap .corcon .corbx2 .mor, #main_content_wrap .corcon .corbx3 .mor { float: right; background: url(images/incmore.png) top right no-repeat; margin: 0px; padding: 0px; width: 88px; height: 32px; font: bold 12px Arial, Helvetica, sans-serif; color: #ffffff; text-align: center; text-transform: none; line-height: 30px; } #main_content_wrap .corcon .corbx .mor a, #main_content_wrap .corcon .corbx2 .mor a, #main_content_wrap .corcon .corbx3 .mor a { color: #ffffff; text-decoration: none; } /*phone css with 100%*/ #main_content_wrap .study { width: 698px; height: auto; margin: 20px 0px 0px 0px; } #main_content_wrap .study ul { list-style-type: none; width: 698px; margin: 0px; padding: 0px; } #main_content_wrap .study ul li { float: left; margin: 0px 0px 0px 0px; } #main_content_wrap .study ul li.c1 { float: left; width: 233px; min-height: 68px; background: url(images/c1.jpg) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; margin-right: 54px; } #main_content_wrap .study ul li.c2 { float: left; width: 233px; min-height: 68px; background: url(images/c2.jpg) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } #main_content_wrap .study ul li.c3 { float: left; width: 233px; min-height: 68px; background: url(images/c3.jpg) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; margin-right: 54px; } #main_content_wrap .study ul li.c4 { float: left; width: 233px; min-height: 68px; background: url(images/c4.jpg) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } #main_content_wrap .study ul li.c5 { float: left; width: 233px; min-height: 68px; background: url(images/c5.jpg) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; margin-right: 54px; } #main_content_wrap .study ul li.c6 { float: left; width: 233px; min-height: 68px; background: url(images/c6.jpg) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } #main_content_wrap .study ul li.c7 { float: left; width: 233px; min-height: 68px; background: url(images/c7.jpg) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; margin-right: 54px; } #main_content_wrap .study ul li.c8 { float: left; width: 233px; min-height: 68px; background: url(images/c8.jpg) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } .marquee { height: 120px; overflow: hidden; padding-top: 8px; position: relative; width: 242px; } .pcta { width: 688px; float: left; text-align: center } .pcta a { width: auto; margin: 0px; padding: 12px 15px; font: 18px Arial, Helvetica, sans-serif; background: #0869a0; line-height: 50px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #ffffff; text-decoration: none; box-shadow: 1px 1px 1px #4b4b4b; -moz-box-shadow: 1px 1px 1px #4b4b4b; -webkit-box-shadow: 1px 1px 1px #4b4b4b; } div.contentp1new { float: left; margin: 0px; padding: 0px; width: 300px; } div.contentp1newppc { float: left; margin: 0px; padding: 0px; width: 460px; } div.contentp1new .btn { margin: 0px 0px 10px 0px; padding: 5px 0px 5px 36px; font: bold 12px Tahoma; line-height: 25px; color: #464646; display: block; float: left; width: 255px; background-color: #ffffff; text-transform: none; border: 1px solid #f1f1f1; box-shadow: 1px 1px 1px #e3e2e2; -moz-box-shadow: 1px 1px 1px #e3e2e2; -webkit-box-shadow: 1px 1px 1px #e3e2e2; } div.contentp1new .btn.opn { background: url(images/onpage-icon.jpg) top left no-repeat #ffffff; } div.contentp1new .btn.opn2 { background: url(images/optimisation-icon.jpg) top left no-repeat #ffffff; } div.contentp1new .btn.opn3 { background: url(images/tools-icon.jpg) top left no-repeat #ffffff; } div.contentp1new .btn.opn4 { background: url(images/exclusive-icon.jpg) top left no-repeat #ffffff; } div.contentp1new .btn.opn5 { background: url(images/ebook-icon.jpg) top left no-repeat #ffffff; } div.contentp1new .btn.opn6 { background: url(images/privilege-icon.jpg) top left no-repeat #ffffff; } div.contentp1new .btn.opn7 { background: url(images/expert-icon.jpg) top left no-repeat #ffffff; } div.contentp1new .btn.opn8 { background: url(images/link-icon.jpg) top left no-repeat #ffffff; } div.contentp1new .btn.opn9 { background: url(images/so-cr-icon.jpg) top left no-repeat #ffffff; } div.contentp1new .btn.opn10 { background: url(images/pace-icon.jpg) top left no-repeat #ffffff; } div.contentp1new .btn.opn11 { background: url(images/why-iconsm.jpg) top left no-repeat #ffffff; } div.contentp1new .btn.opn12 { background: url(images/syl-icon.jpg) top left no-repeat #ffffff; } div.contentp1new .crsdtls { margin: 0px 0px 10px 0px; padding: 0px; font: bold 12px Tahoma; line-height: 25px; color: #ffffff; display: block; float: left; width: 300px; text-transform: uppercase; background: url(images/crsdtls.jpg) top left no-repeat; text-align: center; line-height: 33px; text-shadow: 1px 1px #6e6e6e; } div.contentp1newppc .crsdtls { margin: 0px 0px 10px 0px; padding: 0px; font: bold 12px Tahoma; line-height: 25px; color: #ffffff; display: block; float: left; width: 100%; text-transform: uppercase; background: url(images/crsdtls.jpg) top center no-repeat; text-align: center; line-height: 33px; text-shadow: 1px 1px #6e6e6e; } div.contentp1new .crsnm { padding: 20px 0px 0px 0px; margin: 0px 0px 10px 0px; font: bold 12px Tahoma; line-height: 25px; color: #ffffff; display: block; float: left; width: 300px; background-color: #e9e9e9; text-align: center; min-height: 90px; box-shadow: 1px 1px 1px #aaaaaa; -moz-box-shadow: 1px 1px 1px #aaaaaa; -webkit-box-shadow: 1px 1px 1px #aaaaaa; } div.contentp1newppc .crsnm { padding: 20px 0px 0px 0px; margin: 0px 0px 10px 0px; font: bold 12px Tahoma; line-height: 25px; color: #ffffff; display: block; float: left; width: 100%; background-color: #e9e9e9; text-align: center; min-height: 90px; box-shadow: 1px 1px 1px #aaaaaa; -moz-box-shadow: 1px 1px 1px #aaaaaa; -webkit-box-shadow: 1px 1px 1px #aaaaaa; } div.contentp1new .crsnm2 { padding: 20px 0px 0px 0px; margin: 0px 0px 10px 0px; font: bold 12px Tahoma; line-height: 25px; color: #ffffff; display: block; float: left; width: 300px; background-color: #056093; text-align: center; min-height: 90px; box-shadow: 1px 1px 1px #aaaaaa; -moz-box-shadow: 1px 1px 1px #aaaaaa; -webkit-box-shadow: 1px 1px 1px #aaaaaa; } div.contentp1new .crsnm2 h2 { font-family: 'Titillium Web', Arial, Helvetica, sans-serif !important; font-size: 19px !important; font-weight: normal !important; text-transform: none !important; line-height: 20px !important; text-align: center !important; color: #ffffff !important; background: none !important; } div.contentp1new .crsnm2 h6 { font-family: 'Titillium Web', Arial, Helvetica, sans-serif !important; font-size: 13px !important; font-weight: normal !important; line-height: 20px !important; text-align: center !important; color: #ffffff !important; background: none !important; } div.contentp1newppc .crsnm2 { padding: 20px 0px 0px 0px; margin: 0px 0px 10px 0px; font: bold 12px Tahoma; line-height: 25px; color: #ffffff; display: block; float: left; width: 100%; background-color: #056093; text-align: center; min-height: 90px; box-shadow: 1px 1px 1px #aaaaaa; -moz-box-shadow: 1px 1px 1px #aaaaaa; -webkit-box-shadow: 1px 1px 1px #aaaaaa; } div.contentp1newppc .crsnm2 h2 { font-family: 'Titillium Web', Arial, Helvetica, sans-serif !important; font-size: 19px !important; font-weight: normal !important; text-transform: none !important; line-height: 20px !important; text-align: center !important; color: #ffffff !important; background: none !important; } div.contentp1newppc .crsnm2 h6 { font-family: 'Titillium Web', Arial, Helvetica, sans-serif !important; font-size: 13px !important; font-weight: normal !important; line-height: 20px !important; text-align: center !important; color: #ffffff !important; background: none !important; } div.contentp1new .crsnm h2 { font-family: 'Titillium Web', Arial, Helvetica, sans-serif !important; font-size: 19px !important; font-weight: normal !important; text-transform: uppercase !important; line-height: 20px !important; text-align: center !important; color: #444444 !important; background: none !important; } div.contentp1new .crsnm h6 { font-family: 'Titillium Web', Arial, Helvetica, sans-serif !important; font-size: 13px !important; font-weight: normal !important; line-height: 20px !important; text-align: center !important; color: #444444 !important; background: none !important; padding: 20px 0px 0px 0px; } div.contentp1newppc .crsnm h2 { font-family: 'Titillium Web', Arial, Helvetica, sans-serif !important; font-size: 19px !important; font-weight: normal !important; text-transform: uppercase !important; line-height: 20px !important; text-align: center !important; color: #444444 !important; background: none !important; } div.contentp1newppc .crsnm h6 { font-family: 'Titillium Web', Arial, Helvetica, sans-serif !important; font-size: 13px !important; font-weight: normal !important; line-height: 20px !important; text-align: center !important; color: #444444 !important; background: none !important; padding: 20px 0px 0px 0px; } div.contentp1new .btn a { color: #056093; text-decoration: none; background: url(images/dnar.png) right 8px no-repeat; font: bold 11px Arial, Helvetica, sans-serif; min-height: 25px; } div.contentp1new .btnlt { margin: 0px; padding: 5px 0px 5px 5px; font: bold 12px Tahoma; line-height: 25px; color: #056093; display: block; float: left; width: 285px; background-color: #f1f1f1; text-transform: uppercase; border-bottom: 1px solid #ffffff; } div.contentp1new .btnlt a { color: #056093; text-decoration: none; background: url(images/dnar.png) right 8px no-repeat; } div.contentp1new a.bn { text-decoration: none; color: #056093; background: url(images/upar.png) right 8px no-repeat; } div.contentp1new a.bndn { text-decoration: none; color: #056093; background: url(images/dnar.png) right 8px no-repeat; } .acc_a { float: left; width: 240px; padding: 0px 10px 0px 0px; font: bold 12px/25px Arial, Helvetica, sans-serif; color: #328fc9; } .acc_a a { font: bold 12px/25px Tahoma; color: #328fc9; text-decoration: none; } .acc_a a:hover { text-decoration: underline; } #hide, #hide1, #hide2, #hide3, #hide4, #hide5, #hide6, #hide7, #hide8, #hide9, #hide10, #hide11, #hide12, #hide13, #hide14, #hide15, #hide16, #hide17, #hide18, #hide19, #hide20, #hide21 { float: left; display: none; } #main_content_wrap h2.mcls { background: #f0f0f0; line-height: 45px; color: #056093; } @media only screen and (max-width :800px) { #main_content_wrap .corcon { float: left; margin: 0px 0px 10px 0px; padding: 0px; width: 100%; background-color: #ececec; border: 1px solid #e1e1e1; min-height: 185px; color: #005281; } #main_content_wrap .corcon .cortxt { margin: 0px; padding: 0px 10px; float: left; width: 90%; font: bold 10px Arial, Helvetica, sans-serif; text-transform: uppercase; text-align: right; line-height: 39px; color: #005281; } #main_content_wrap .corcon .cortxt a { color: #005281; font: bold 10px Arial, Helvetica, sans-serif; } #main_content_wrap .corcon .corbx, #main_content_wrap .corcon .corbx2, #main_content_wrap .corcon .corbx3 { float: left; margin: 0px; padding: 8px 0px 0px 18px; width: 95%; min-height: 139px; background: url(images/res-tbbg.png) top left repeat-x; font: bold 14px Arial, Helvetica, sans-serif; color: #0869a0; text-transform: uppercase; } #main_content_wrap .corcon .corbx ul, #main_content_wrap .corcon .corbx2 ul, #main_content_wrap .corcon .corbx3 ul { float: left; margin: 0px; padding: 0px; list-style-type: none; width: 95%; background: url(images/lncseo.png) 145px 19px no-repeat; } #main_content_wrap .corcon .corbx2 ul { float: left; margin: 0px; padding: 0px; list-style-type: none; width: 95%; background: url(images/lncppc.png) right top no-repeat; } #main_content_wrap .corcon .corbx3 ul { float: left; margin: 0px; padding: 0px; list-style-type: none; width: 95%; background: url(images/lncsmo.png) right top no-repeat; } #main_content_wrap .corcon .corbx ul li, #main_content_wrap .corcon .corbx2 ul li, #main_content_wrap .corcon .corbx3 ul li { margin: 0px; padding: 5px 0px 0px 7px; width: 95%; background: url(images/lncseoarw.png) 0px 8px no-repeat; font: 11px Arial, Helvetica, sans-serif; text-transform: none; color: #464646; } #main_content_wrap .corcon .corbx .mor, #main_content_wrap .corcon .corbx2 .mor, #main_content_wrap .corcon .corbx3 .mor { float: right; background: url(images/incmore.png) top right no-repeat; margin: 0px; padding: 0px; width: 88px; height: 32px; font: bold 12px Arial, Helvetica, sans-serif; color: #ffffff; text-align: center; text-transform: none; line-height: 30px; } #main_content_wrap .corcon .corbx .mor a, #main_content_wrap .corcon .corbx2 .mor a, #main_content_wrap .corcon .corbx3 .mor a { color: #ffffff; text-decoration: none; } a.free-demo-class, a.free-demo-class:link, a.free-demo-class:visited { width: 100%; position: static; display: block; clear: both; margin: 10px 0; float: right; } img { width: 100%; } .main_wrap { width: 99%; margin: 0 auto; } #top-bar .logo { float: left; width: 98%; padding: 0 1%; } #top-bar .right_top { float: right; width: 98%; padding: 0 1%; } #top-bar .right_top .tuch_cl { float: right; width: auto; margin-top: 10px; text-align: right; } #top-bar .right_top .tuch_cl a { text-decoration: none; color: #08689e; font-size: 13px; font-weight: bold; height: 30px; margin-right: 0; display: inline-block; } #top-bar .right_top .social { float: right; width: auto; padding-top: 6px; clear: both; } #top-bar .desktop { display: none; } #top-bar .mob_nav { display: block; } #top-bar .mob_nav .select_cl .nav { display: none; } #top-bar .mob_nav .select_cl { position: relative; color: #FFFFFF; border: solid 1px #FFFFFF; padding: 0 10px; cursor: pointer; font-size: 14px; } #top-bar .mob_nav .select_cl:hover .nav { display: block; position: absolute; z-index: 9999; left: 0px; top: 30px; } #top-bar .mob_nav .select_cl .nav { margin: 0px 3% 0 3%; padding: 0px 4% 10px 4%; width: 86%; background: #3d3d3d; border-bottom: 2px solid #FFFFFF; } #top-bar .mob_nav .select_cl .nav li { display: block; margin: 0px; padding: 3px 0 3px 17px; line-height: normal; list-style: disc; color: #fff; background: url(images/mobile_icon.png) no-repeat left 7px; } #top-bar .mob_nav .select_cl .nav li a { text-decoration: none; color: #fff; display: block; font-size: 12px; } #top-bar .mob_nav .select_cl .nav ul { padding-top: 10px; } #top-bar .mob_nav .select_cl span { float: right; padding-right: 5px; padding-top: 8px; } #main_content_wrap .courses_note .note_cl .courses { margin: 10px 0 0 3px; } #main_content_wrap .courses_note .courses_cl .more { background: none repeat scroll 0 0 #4F4F4F; clear: both; color: #FFFFFF; float: left; margin-right: -11px; margin-top: 5px; padding: 4px 8px; } #main_content_wrap .courses_note .courses_cl .more img { width: auto; } #main_content_wrap .footer_bloc .bloc img { width: auto; } #footer-main-wraper .footer-inner { display: table; margin: 0 auto; padding-top: 15px; width: 96%; } #main_content_wrap .footer_bloc .quickQuery input { border: solid 1px #dcdcdc; padding: 5px; width: 95%; margin-bottom: 8px; color: #464646; font-size: 11px; } #main_content_wrap .footer_bloc .quickQuery textarea { border: solid 1px #dcdcdc; padding: 5px; width: 95%; margin-bottom: 8px; color: #464646; font-size: 11px; font-family: Arial, Helvetica, sans-serif; } #main_content_wrap .footer_bloc .quickQuery select { border: solid 1px #dcdcdc; padding: 5px; width: 99%; margin-bottom: 8px; color: #464646; font-size: 11px; cursor: pointer; } #main_content_wrap .footer_bloc .main_article .job_article .right_cl .apply { float: right; clear: both; margin-top: 5px; margin-right: 0px; color: #FFFFFF; background: #4f4f4f; padding: 4px 8px; } #footer-main-wraper .footer-inner nav { display: block; float: left; width: 94%; margin-bottom: 10px; padding: 3%; } #main_content_wrap .courses_note .courses_cl { float: left; height: auto; width: 95%; border-left: 0px; margin-left: 0px; border-bottom: solid 1px #dcdcdc; } #main_content_wrap .courses_note .courses_cl .fee_bloc { min-height: 80px; padding: 8px 4px; } #main_content_wrap .footer_bloc .main_article .job_article .right_cl { float: right; width: 98%; clear: both; padding-top: 5px; } #main_content_wrap .welcome_note .note_cl { float: left; width: 96%; padding: 10px 2%; background: #056093; border-top: solid 3px #00446a; height: auto; min-height: 0; } #main_content_wrap .courses_note .note_cl { float: left; width: 100%; padding: 10px 0; background: #056093; border-top: solid 3px #00446a; height: auto; min-height: 0; } #main_content_wrap .welcome_note .note { float: right; line-height: 20px; padding: 5px; text-align: justify; width: 96%; padding: 2%; } #main_content_wrap .courses_note .note { float: left; line-height: 20px; width: 96%; padding: 2%; } #main_content_wrap .courses_note { float: none; width: 100%; display: table; } .courses_mobile { display: block; width: auto; margin: 0 auto; } .courses { display: none; } #main_content_wrap .courses_note .courses_cl:last-child { border: none; } #main_content_wrap .footer_bloc .quickQuery .cupture-iput { width: 94%; margin-left: 0; } #main_content_wrap .footer_bloc .bloc { height: auto; padding-bottom: 20px; width: 88%; margin: 8px auto; float: none; clear: both; display: table; } #main_content_wrap .footer_bloc .main_article { height: auto; border: none; } .left_cl_addres { width: 100%; float: left; } .map-source { border: 1px solid #DCDCDC; float: right; margin: 12px 0; width: 100%; height: 400px; padding: 1px; } .address { float: left; width: 100%; margin: 12px 0; } .left_cl_addres .main_article { height: auto; margin: 12px 0; width: 100%; float: left; } .left_cl_addres .quickQuery { width: 100%; } .left_cl_addres .quickQuery input { border: solid 1px #dcdcdc; padding: 5px; width: 95%; margin-bottom: 8px; color: #464646; font-size: 11px; } .left_cl_addres .quickQuery textarea { border: solid 1px #dcdcdc; padding: 5px; width: 95%; margin-bottom: 8px; color: #464646; font-size: 11px; font-family: Arial, Helvetica, sans-serif; } .left_cl_addres .quickQuery select { border: solid 1px #dcdcdc; padding: 5px; width: 99%; margin-bottom: 8px; color: #464646; font-size: 11px; cursor: pointer; } .left_cl_addres .quickQuery .cupture-iput { margin-left: 0; width: 94%; } .enquiry fieldset { border: 1px solid #CFCFCF; display: block; margin: 0 auto; padding: 0 2%; width: 96%; } .enquiry label span { display: block; float: left; padding: 6px 10px; width: 100px; } .enquiry label input { border: 1px solid #CFCFCF; color: #686868; font-size: 12px; margin: 7px 0; padding: 6px 5px; width: 95%; } .enquiry label select { border: 1px solid #CFCFCF; color: #686868; font-size: 12px; margin: 7px 0; padding: 6px 5px; width: 90%; } .enquiry label textarea { border: 1px solid #CFCFCF; color: #686868; font-size: 12px; height: 100px; margin: 5px 0; padding: 6px 5px; width: 83%; } .enquiry img { border: 1px solid #CFCFCF; float: left; width: auto; margin: 7px 0 0 0; padding: 1px; } .enquiry .cupture-iput { float: left; margin-left: 0; width: 95%; } .tabcontent .box-coursefee { float: left; width: 97%; margin: 10px 3%; } #tabs div.tabcontent .box-coursefee h2, .box-coursefee h3, .box-coursefee h4 { background: #08659A; color: #fff!important; padding: 8px 10px; margin: 0px 0 0 -9px; } #tabs ol li a { display: block; padding: 8px 8px; color: #FFFFFF; font-size: 12px; text-decoration: none; border-right: solid 1px #FFFFFF; font-weight: bold; } #main_content_wrap .courses_note .courses_cl:nth-child(2n) { background: none } #main_content_wrap .courses_note .courses_cl:last-child { width: auto; } .copy-scape a img { border-radius: 5px; width: auto; } /* blog-start*/ #content { float: left; margin-right: 0; width: 96%; padding: 2%; } #secondary { float: left; margin-right: 0; width: 96%; padding: 2%; } #respond form input[type="text"], #respond form textarea { -moz-box-sizing: border-box; font-size: 0.857143rem; line-height: 1.71429; padding: 0.714286rem; width: 95%; } .stButton { margin-bottom: 6px; } /* blog-End*/ /*newcss*/ #main_content_wrap .bottom_cn { clear: both; display: table; float: none; margin: 0 auto; width: 96%; } #main_content_wrap .bottom_cn .largeheading { font-size: 16px; font-weight: bold; color: #fff; text-transform: uppercase; background: #0179be; padding: 2%; } #main_content_wrap .bottom_cn .course-main { display: table; float: none; margin-right: 0; padding: 20px 0 0 0; width: 100%; } #main_content_wrap .bottom_cn .course-main h3 { font-size: 14px; font-weight: bold; color: #0179be; text-transform: uppercase; } #main_content_wrap .bottom_cn .course-main .innerbox { min-height: 485px; margin-top: 5px; padding: 10px; } #main_content_wrap .welcome_bloc { float: none; margin: 0 auto; width: 96%; } .welcome_bloc .wl_left { float: left; height: auto; width: 98%; } .welcome_bloc .wl_left .pcon { margin: 10px 0px; padding: 5px; height: auto; width: 98%; border: 1px solid #e2e2e2; -moz-border-radius: 10px; border-radius: 10px; -webkit-border-radius: 10px; border-bottom: 4px solid #ecab10; } #main_content_wrap .welcome_bloc .wl_left h1 { background: none; width: 95%; color: #0869A0; font-size: 16px; font-weight: bold; padding: 0; text-transform: uppercase; } #main_content_wrap .welcome_bloc .bloc { width: 94%; height: auto; float: right; border: solid 1px #d1d1d1; border-top: solid 4px #ecab10; box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3); padding: 10px 3%; margin-bottom: 25px; } #main_content_wrap .welcome_bloc .bloc2 { width: 94%; height: auto; float: right; border: solid 1px #d1d1d1; padding: 0px; margin-bottom: 25px; } #main_content_wrap .welcome_bloc .bloccta { width: 94%; min-height: 212px; float: right; border: solid 1px #d1d1d1; border-top: solid 4px #ecab10; box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3); padding: 10px 3%; margin-bottom: 25px; background: url(images/cta-banner.png) top left no-repeat; } #main_content_wrap .welcome_bloc .bloccta a { float: left; width: 250px; min-height: 212px; } #main_content_wrap .welcome_bloc .bloccta a span { visibility: hidden; } #main_content_wrap .welcome_bloc .bloc span img { width: auto; } #main_content_wrap .more_link img { width: auto; } #main_content_wrap .more img { width: auto; } #main_content_wrap .apply img { width: auto; } #main_content_wrap .welcome_bloc .main_article { height: auto; border-bottom: 1px dashed #4f4f4f; margin-bottom: 12px; } a.more_link { text-decoration: none; color: #056093; font-weight: bold; float: right; text-transform: uppercase; } a:hover.more_link { text-decoration: none; color: #333333; } #main_content_wrap .welcome_bloc .bloc .article { float: left; width: 98%; border-bottom: 1px dashed #4f4f4f; padding-bottom: 12px; margin-bottom: 12px; } #main_content_wrap .welcome_bloc .bloc .article p { text-align: justify; margin: 0px; } #main_content_wrap .welcome_bloc .bloc .article span { float: right; font-size: 12px; font-weight: bold; color: #056093; } .banner_section { width: 100%; float: left; margin-top: 10px; } .banner_section .banner_left { float: left; height: 200px; width: 100%; position: relative; margin-bottom: 10px; clear: both; } #slideshow img { top: 0; left: 0; width: 100%; height: 200px; max-width: none; position: absolute; } .cta { float: left; margin: 0px 0px 10px 0px; padding: 0px; width: 100%; height: 185px; background: url(images/cta-bg.jpg) top left no-repeat; } .banner_section .bloc { width: 94%; height: auto; display: table; float: none; height: auto; margin: 0 auto; padding: 10px 3%; width: 92%; } .banner_section .bloc span { font-size: 12px; font-weight: bold; color: #056093; text-transform: uppercase; margin-bottom: 12px; display: block; } .banner_section .bloc span img { width: auto; } .banner_section .main_article { height: auto; border-bottom: 1px dashed #4f4f4f; margin-bottom: 9px; } .banner_section .quickQuery input { border: solid 1px #dcdcdc; padding: 5px 3%; width: 94%; margin-bottom: 8px; color: #464646; font-size: 11px; } .banner_section .quickQuery textarea { border: solid 1px #dcdcdc; padding: 5px 3%; width: 94%; margin-bottom: 8px; color: #464646; font-size: 11px; font-family: Arial, Helvetica, sans-serif; resize: none; } .banner_section .quickQuery select { border: solid 1px #dcdcdc; padding: 5px 2%; width: 100%; margin-bottom: 8px; color: #464646; font-size: 11px; cursor: pointer; border-radius: 3px; } .banner_section .quickQuery .cupture-iput { width: 30%; margin-left: 10px; } .banner_section .quickQuery .cupture-img { float: left; width: 70px; } #main_content_wrap .career_block { display: table; float: none; margin: 0 auto; width: 96%; } #main_content_wrap .career_block h2 { background: none repeat scroll 0 0 #0179BE; color: #FFFFFF; font-size: 16px; font-weight: bold; padding: 2%; text-transform: uppercase; } #main_content_wrap .career_block .main_article .job_article { border-bottom: 1px dashed #4F4F4F; float: left; margin-bottom: 9px; margin-right: 20px; padding: 20px 4%; position: relative; width: 92%; } #main_content_wrap .career_block .main_article .job_article .left_cl { float: left; width: 46px; height: 46px; border: solid 1px #dcdcdc; margin-right: 10px; } #main_content_wrap .career_block .main_article .job_article .right_cl { float: right; width: 100%; } #main_content_wrap .study { width: 100%; height: auto; margin: 10px 0px 0px 0px; } #main_content_wrap .study ul { list-style-type: none; width: 100%; margin: 0px; padding: 0px; } #main_content_wrap .study ul li { float: left; margin: 0px 0px 0px 0px; } #main_content_wrap .study ul li.c1 { float: left; width: 50%; min-height: 68px; background: url(images/c1.png) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } #main_content_wrap .study ul li.c2 { float: left; width: 50%; min-height: 68px; background: url(images/c2.png) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } #main_content_wrap .study ul li.c3 { float: left; width: 50%; min-height: 68px; background: url(images/c3.png) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } #main_content_wrap .study ul li.c4 { float: left; width: 50%; min-height: 68px; background: url(images/c4.png) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } #main_content_wrap .study ul li.c5 { float: left; width: 50%; min-height: 68px; background: url(images/c5.png) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } #main_content_wrap .study ul li.c6 { float: left; width: 50%; min-height: 68px; background: url(images/c6.png) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } #main_content_wrap .study ul li.c7 { float: left; width: 50%; min-height: 68px; background: url(images/c7.png) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } #main_content_wrap .study ul li.c8 { float: left; width: 50%; min-height: 68px; background: url(images/c8.png) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } #main_content_wrap .welcome_bloc .main_article .mem1 { float: left; margin: 6px 0px 0px 0px; width: 100%; height: 103px; background: url(images/aco-analytics.jpg) top center no-repeat; border: 1px solid #dddddd; } #main_content_wrap .welcome_bloc .main_article .mem1 a { float: left; width: 100%; height: 103px; background: url(images/aco-analytics.jpg) top center no-repeat; } #main_content_wrap .welcome_bloc .main_article .mem1 a:hover { float: left; width: 100%; height: 103px; background: url(images/aco-analytics.jpg) top center no-repeat; } #main_content_wrap .welcome_bloc .main_article .mem2 { float: left; width: 100%; margin: 6px 0px 0px 0px; height: 80px; background: url(images/aco-microsoft.jpg) top center no-repeat; border: 1px solid #dddddd; } #main_content_wrap .welcome_bloc .main_article .mem2 a { float: left; width: 100%; height: 80px; background: url(images/aco-microsoft.jpg) top center no-repeat; } #main_content_wrap .welcome_bloc .main_article .mem2 a:hover { float: left; width: 100%; height: 80px; background: url(images/aco-microsoft.jpg) top center no-repeat; } #main_content_wrap .welcome_bloc .main_article .mem3 { float: left; width: 100%; margin: 6px 0px 0px 0px; height: 80px; background: url(images/aco-google-partner.jpg) top center no-repeat; border: 1px solid #dddddd; } #main_content_wrap .welcome_bloc .main_article .mem3 a { float: left; width: 100%; height: 80px; background: url(images/aco-google-partner.jpg) top center no-repeat; } #main_content_wrap .welcome_bloc .main_article .mem3 a:hover { float: left; width: 100%; height: 80px; background: url(images/aco-google-partner.jpg) top center no-repeat; } #main_content_wrap .welcome_bloc .main_article .mem4 { float: left; width: 100%; margin: 6px 0px 0px 0px; height: 80px; background: url(images/aco-ire.jpg) top center no-repeat; border: 1px solid #dddddd; } #main_content_wrap .welcome_bloc .main_article .mem4 a { float: left; width: 100%; height: 80px; background: url(images/aco-ire.jpg) top center no-repeat; } #main_content_wrap .welcome_bloc .main_article .mem4 a:hover { float: left; width: 100%; height: 80px; background: url(images/aco-ire.jpg) top center no-repeat; } .pcta { width: 100%; float: left; text-align: center } .pcta a { width: auto; margin: 0px; padding: 0 10px; font: 16px Arial, Helvetica, sans-serif; background: #0869a0; line-height: 50px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #ffffff; text-decoration: none; box-shadow: 1px 1px 1px #4b4b4b; -moz-box-shadow: 1px 1px 1px #4b4b4b; -webkit-box-shadow: 1px 1px 1px #4b4b4b; } div.contentp1new { float: left; margin: 0px; padding: 0px; width: 100%; } div.contentp1newppc { float: left; margin: 0px; padding: 0px; width: 100%; } div.contentp1new .btn { margin: 0px; padding: 5px 0px 5px 6px; font: bold 12px Tahoma; line-height: 25px; color: #464646; display: block; float: left; width: 100%; background-color: #f1f1f1; text-transform: uppercase; border-bottom: 1px solid #ffffff; } div.contentp1new .btn a { color: #056093; text-decoration: none; background: url(images/dnar.png) right 8px no-repeat; font: 11px Arial, Helvetica, sans-serif; min-height: 25px; width: 89%; } div.contentp1new .btnlt { margin: 0px; padding: 5px 0px 5px 6px; font: bold 12px Tahoma; line-height: 25px; color: #056093; display: block; float: left; width: 100%; background-color: #f1f1f1; text-transform: uppercase; border-bottom: 1px solid #ffffff; } div.contentp1new .btnlt a { color: #056093; text-decoration: none; background: url(images/dnar.png) right 8px no-repeat; } div.contentp1new a.bn { text-decoration: none; color: #056093; background: url(images/upar.png) right 8px no-repeat; } div.contentp1new a.bndn { text-decoration: none; color: #056093; background: url(images/dnar.png) right 8px no-repeat; } .acc_a { float: left; width: 100%; padding: 0px 20px 0px 0px; font: bold 12px/25px Arial, Helvetica, sans-serif; color: #328fc9; } .acc_a a { font: bold 12px/25px Tahoma; color: #328fc9; text-decoration: none; width: 89%; } .acc_a a:hover { text-decoration: underline; } #hide, #hide1, #hide2, #hide3, #hide4, #hide5, #hide6, #hide7, #hide8 { float: left; display: none; } .mcls { background: #056093; line-height: 45px; } div.contentp1new .crsdtls { margin: 0px 0px 10px 0px; padding: 0px; font: bold 12px Tahoma; line-height: 25px; color: #ffffff; display: block; float: left; width: 100%; text-transform: uppercase; background: url(images/crsdtls.jpg) top left no-repeat; text-align: center; line-height: 33px; text-shadow: 1px 1px #6e6e6e; } div.contentp1new .crsnm { padding: 20px 0px 0px 0px; margin: 0px 0px 10px 0px; font: bold 12px Tahoma; line-height: 25px; color: #ffffff; display: block; float: left; width: 100%; background-color: #e9e9e9; text-align: center; min-height: 90px; box-shadow: 1px 1px 1px #aaaaaa; -moz-box-shadow: 1px 1px 1px #aaaaaa; -webkit-box-shadow: 1px 1px 1px #aaaaaa; } div.contentp1new .crsnm2 { padding: 20px 0px 0px 0px; margin: 0px 0px 10px 0px; font: bold 12px Tahoma; line-height: 25px; color: #ffffff; display: block; float: left; width: 100%; background-color: #056093; text-align: center; min-height: 90px; box-shadow: 1px 1px 1px #aaaaaa; -moz-box-shadow: 1px 1px 1px #aaaaaa; -webkit-box-shadow: 1px 1px 1px #aaaaaa; } div.contentp1new .crsnm2 h2 { font-family: 'Titillium Web', Arial, Helvetica, sans-serif !important; font-size: 19px; font-weight: normal; text-transform: none; line-height: 20px; text-align: center; color: #ffffff; background: none; } div.contentp1new .crsnm2 h6 { font-family: 'Titillium Web', Arial, Helvetica, sans-serif !important; font-size: 13px; font-weight: normal; line-height: 20px; text-align: center; color: #ffffff; background: none; } div.contentp1new .crsnm h2 { font-family: 'Titillium Web', Arial, Helvetica, sans-serif !important; font-size: 19px; font-weight: normal; text-transform: uppercase; line-height: 20px; text-align: center; color: #444444; background: none; } div.contentp1new .crsnm h6 { font-family: 'Titillium Web', Arial, Helvetica, sans-serif !important; font-size: 13px; font-weight: normal; line-height: 20px; text-align: center; color: #444444; background: none; padding: 20px 0px 0px 0px; } } @media only screen and (min-width : 500px) and (max-width : 800px) { #top-bar .logo img { float: left; width: auto; } #main_content_wrap .courses_note .courses_cl { float: left; height: auto; width: 48%; border-left: 0px; margin-left: 0; margin-right: 10px; border-bottom: solid 1px #dcdcdc; } #main_content_wrap .courses_note .courses_cl:nth-child(2n) { margin-right: 0px; } #main_content_wrap .courses_note .courses_cl:last-child { width: 48%; } .contact_Now a img { width: auto; } a.free-demo-class, a.free-demo-class:link, a.free-demo-class:visited { width: 60%; position: static; clear: both; margin: 10px 0; } #main_content_wrap .corcon .cortxt { margin: 0px; padding: 0px 10px; float: left; width: 90%; font: 9px Arial, Helvetica, sans-serif; text-transform: none; text-align: right; line-height: 39px; color: #005281; } #main_content_wrap .corcon .cortxt a { color: #005281; font: 9px Arial, Helvetica, sans-serif; } #main_content_wrap .study { width: 100%; height: auto; margin: 10px 0px 0px 0px; } #main_content_wrap .study ul { list-style-type: none; width: 100%; margin: 0px; padding: 0px; } #main_content_wrap .study ul li { float: left; margin: 0px 0px 0px 0px; } #main_content_wrap .study ul li.c1 { float: left; width: 50%; min-height: 68px; background: url(images/c1.png) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } #main_content_wrap .study ul li.c2 { float: left; width: 50%; min-height: 68px; background: url(images/c2.png) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } #main_content_wrap .study ul li.c3 { float: left; width: 50%; min-height: 68px; background: url(images/c3.png) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } #main_content_wrap .study ul li.c4 { float: left; width: 50%; min-height: 68px; background: url(images/c4.png) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } #main_content_wrap .study ul li.c5 { float: left; width: 50%; min-height: 68px; background: url(images/c5.png) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } #main_content_wrap .study ul li.c6 { float: left; width: 50%; min-height: 68px; background: url(images/c6.png) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } #main_content_wrap .study ul li.c7 { float: left; width: 50%; min-height: 68px; background: url(images/c7.png) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } #main_content_wrap .study ul li.c8 { float: left; width: 50%; min-height: 68px; background: url(images/c8.png) top left no-repeat; padding: 20px 0px 0px 88px; font: bold 12px Arial, Helvetica, sans-serif; color: #056093; } div.contentp1new { float: left; margin: 0px; padding: 0px; width: 100%; } div.contentp1new .btn { margin: 0px; padding: 5px 0px 5px 6px; font: bold 12px Tahoma; line-height: 25px; color: #464646; display: block; float: left; width: 100%; background-color: #f1f1f1; text-transform: uppercase; border-bottom: 1px solid #ffffff; } div.contentp1new .btn a { color: #056093; text-decoration: none; background: url(images/dnar.png) right 8px no-repeat; font: 11px Arial, Helvetica, sans-serif; min-height: 25px; width: 78%; } div.contentp1new .btnlt { margin: 0px; padding: 5px 0px 5px 6px; font: bold 12px Tahoma; line-height: 25px; color: #056093; display: block; float: left; width: 100%; background-color: #f1f1f1; text-transform: uppercase; border-bottom: 1px solid #ffffff; } div.contentp1new .btnlt a { color: #056093; text-decoration: none; background: url(images/dnar.png) right 8px no-repeat; } div.contentp1new a.bn { text-decoration: none; color: #056093; background: url(images/upar.png) right 8px no-repeat; } div.contentp1new a.bndn { text-decoration: none; color: #056093; background: url(images/dnar.png) right 8px no-repeat; } .acc_a { float: left; width: 100%; padding: 0px 20px 0px 0px; font: bold 12px/25px Arial, Helvetica, sans-serif; color: #328fc9; } .acc_a a { font: bold 12px/25px Tahoma; color: #328fc9; text-decoration: none; width: 78%; } .acc_a a:hover { text-decoration: underline; } #hide, #hide1, #hide2, #hide3, #hide4, #hide5, #hide6, #hide7, #hide8, #hide9, #hide10, #hide11, #hide12, #hide13, #hide14, #hide15, #hide16, #hide17, #hide18, #hide19, #hid20, #hide21 { float: left; display: none; } div.contentp1new .crsdtls { margin: 0px 0px 10px 0px; padding: 0px; font: bold 12px Tahoma; line-height: 25px; color: #ffffff; display: block; float: left; width: 100%; text-transform: uppercase; background: url(images/crsdtls.jpg) top left no-repeat; text-align: center; line-height: 33px; text-shadow: 1px 1px #6e6e6e; } } .srch { float: right; margin: 0px; padding: 0px; } .srbtn { height: 25px; line-height: 19px; padding-top: 3px; backgroung-color: #333333 } .srbtn-inpt { height: 10px; } .entry-content ol { margin: 0px; padding: 0px 0px 0px 22px; list-style-type: lower-roman; } .rhd { text-transform: uppercase; font-weight: bold; border-bottom: 1px solid #999999; }