/*
Theme Name: theme2021
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, 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, accessibility-ready
Text Domain: twentyfourteen

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.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
 
 @font-face {
    font-family: 'silkaregular';
    src: url('fonts/silka-regular-webfont.eot');
    src: url('fonts/silka-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/silka-regular-webfont.woff2') format('woff2'),
         url('fonts/silka-regular-webfont.woff') format('woff'),
         url('fonts/silka-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




 
 

@font-face {
font-family: 'TheGreatEscapeRegular';
src: url('fonts/thegreatescape.eot');
src: url('fonts/thegreatescape.eot') format('embedded-opentype'),
	 url('fonts/thegreatescape.woff2') format('woff2'),
	 url('fonts/thegreatescape.woff') format('woff'),
	 url('fonts/thegreatescape.ttf') format('truetype'),
	 url('fonts/thegreatescape.svg#TheGreatEscapeRegular') format('svg');}
@font-face {

src: url('fonts/myriadpro-bold.eot');
src: url('fonts/myriadpro-bold.eot') format('embedded-opentype'),
	 url('fonts/myriadpro-bold.woff2') format('woff2'),
	 url('fonts/myriadpro-bold.woff') format('woff'),
	 url('fonts/myriadpro-bold.ttf') format('truetype'),
	 url('fonts/myriadpro-bold.svg#MyriadProBold') format('svg');}
@font-face {
font-family: 'TheGreatEscapeBold';
src: url('fonts/thegreatescapebold.eot');
src: url('fonts/thegreatescapebold.eot') format('embedded-opentype'),
	 url('fonts/thegreatescapebold.woff2') format('woff2'),
	 url('fonts/thegreatescapebold.woff') format('woff'),
	 url('fonts/thegreatescapebold.ttf') format('truetype'),
	 url('fonts/thegreatescapebold.svg#TheGreatEscapeBold') format('svg');}


body {margin:0; padding:0;  font-weight:400;}
img {border:none;}
h1, h2, h3, h4, h5, h6, p{ font-weight:400; text-align:left;} 
a:hover {text-decoration:none;}
* {box-sizing:border-box;}
.pad_left {padding-left:0;}
.pad_right {padding-right:0;}

#main_wrapper {width:100%;  }
#main_wrapper.bg_img {width:100%;  background-color:transparent;}
.h_top {background-color: transparent;
    /* color: #fff; */
    border-bottom: 1px solid #efefef;}
.h_l_lin {width:auto; float:left; margin:7px 0 8px 0;}
.h_l_lin ul { margin:0; padding:0px;}
.h_l_lin ul li {list-style:none; float:left; background-position:right; background-repeat:no-repeat;}
.h_l_lin ul li a {    color: #5001a8;
    font-size: 13px;
    text-align: left;
    margin: 0;
    padding: 0 7px;
    line-height: 14px;}
.h_l_lin ul li:last-child{background-image:none;}
.h_l_lin ul li a:hover { color:#000;}

.fb_outer { float:left; margin-left:138px;}
.fb_outer a {width:auto; float:left; margin:8px 4px 0 0;}
.fb_outer a img {}

.h_r_lin {float:right; margin:7px 0 8px 0;}
.h_r_lin ul { margin:0; padding:0px;}
.h_r_lin ul li {list-style:none; float:left; background-position:right; background-repeat:no-repeat;}
.h_r_lin ul li a {
  color: #cf638b;
    font-size: 13px;
    text-align: left;
    margin: 0;
    padding: 0 7px;
    line-height: 14px;
    font-weight: 600;
    
}
.h_r_lin ul li:last-child{background-image:none;}
.h_r_lin ul li a:hover { color:#000;}

.main_shade {width:100%;   background-color:#fff; box-shadow:-6px 4px 7px -8px #333, 6px 4px 8px -8px #333;}
.main_shade2 {width:100%;  background-color:#fff;  margin-bottom:0px;}
.shade_bg {box-shadow:-6px 0px 7px -8px #333, 6px 0px 8px -8px #333;}
.h_main.no_shadow {background-color:#fff; box-shadow:0 0 0 #000;}
.h_main_top {width:100%;  background:#fff;}
.logo { width:100%; margin:21px 0 13px 0; text-align:left; display:inline-block;}
.logo a img { 
 
    height: auto;
    
}
.nav {width:100%; float:right; margin-top:35px;}
.nav ul {margin:0; padding:0; float:right;}
.nav ul li {list-style:none; float:left;}
.nav ul li { padding:0; position:relative;}
.nav ul li a { line-height: 16px;
    text-align: left;
    font-family: 'silkaregular', sans-serif;
    font-weight: bold;
    color: #3a266b;
    font-size: 14px;
    margin: 0;
    padding: 1px 8px 1px 10px;
    display: block; }
/*.nav ul li:nth-child(1) {border-bottom:6px solid #3dc94d;}*/
/*.nav ul li:nth-child(2) {border-bottom:6px solid #2da1f2;}*/
/*.nav ul li:nth-child(3) {border-bottom:6px solid #c675dd;}*/
/*.nav ul li:nth-child(4) {border-bottom:6px solid #ff8b36;}*/
/*.nav ul li:nth-child(5) {border-bottom:6px solid #596beb;}*/
/*.nav ul li:nth-child(6) {border-bottom:6px solid #ff3b52;}*/
.nav ul li a:hover {color:#000}

.mini_nav {
    width: 100%;
    float: left;
    padding: 16px 0 18px 0;
    background: #cf638b;
}


.mini_nav ul {margin:0; padding:0; text-align:center;}
.mini_nav ul li {list-style:none; width:158px; height:44px;  margin:0 10px 0 0; padding:0; float:none; text-align:center; display:inline-block;}
.mini_nav ul li a { color:#fff; font-size:16px; font-weight: bold; text-align:center; line-height:44px; display:block; background-repeat:no-repeat;}
.mini_nav ul li a:hover {color:#ffc0d8}
.mini_nav ul li.find a 		{background-image:url(images/find_img.png); padding:40px 0 0 0; background-position:center top;}
.mini_nav ul li.scholar a 	{background-image:url(images/scholar_img.png); padding:40px 0 0 0; background-position:center top;}
.mini_nav ul li.univer a	{background-image:url(images/universal_img.png); padding:40px 0 0 0; background-position:center top;}
.mini_nav ul li.college a	{background-image:url(images/college_img.png); padding:40px 0 0 0; background-position:center top;}
.mini_nav ul li.inter a 	{background-image:url(images/internat_img.png); padding:40px 0 0 0; background-position:center top;}
.mini_nav ul li.spe a 		{background-image:url(images/special_img.png); padding:40px 0 0 0; background-position:center top;}
.mini_nav ul li.every a		{background-image:url(images/evey_img.png); padding:40px 0 0 0; background-position:center top;}
.mini_nav ul li:nth-child(5) {width:128px;}
/*.mini_nav ul li:nth-child(4){width: 226px;}*/
.mini_nav ul li:nth-child(6) {width:153px;}
.mini_nav ul li:nth-child(7) {width:153px;}

/*nav start*/
.nav ul li ul {display:none;}
.nav ul li:hover ul {display:block; position:absolute; top:50px; left:0; margin:0; width:140px; background-color:#fff; border-bottom:1px solid #222;  padding:5px 10px; overflow:hidden; z-index:9999999;}
.nav ul li:hover ul li {float:none; text-align:left; padding-left:0px; padding-right:0px; position:relative; width:100%; line-height:15px; margin-bottom:7px;}
.nav ul li:hover ul li a { border:none; color:#74726e; text-align:left; padding-left:6%; padding-right:6%; width:88%; line-height:normal; padding-top:2%; padding-bottom:2%; line-height:16px;  font-weight:400; font-size:14px;}
.nav ul li:hover ul li ul {display:none;}
.nav ul li:hover ul li:hover ul {display:block; position:absolute; top:0; left:160px;}
.nav ul li:hover ul li:hover {background:none;}
.nav ul li:hover ul li:hover a { color:#f0ab00;}


.showhide {display:none; color:#000; width:auto; float:left; padding:0 20px; line-height:40px; float:left; text-align:left; cursor:pointer; margin-bottom:10px;    position: absolute;
    z-index: 9;
    left:0;
    top: 0;}
.showhide:hover {color:#fff;}
.showhide b.txtl {float:left; text-align:left; width:50%; font-size:20px; line-height:40px; font-weight:normal;}
.showhide b.txtr {float:right; text-align:right; width:50%; font-size:24px; line-height:40px; font-weight:normal;}

.mobinav {    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    position: absolute;
    left: 0;}
.mobinav ul {float:left; margin:0px 0 0 0; padding:0; display:block; width:100%; background-color:#3d3d3d; box-sizing:border-box;}
.mobinav ul li {float:left; margin:0; display:block; width:100%; box-sizing:border-box;}
.mobinav ul li a {width:100%; float:left; padding:7px 15px; display:block; line-height:normal; font-size:14px; text-align:left; text-decoration:none; color:#fff;}
.mobinav ul li.current-menu-item a {color:#fff;}
.mobinav ul li a:hover {color:#fff;}
.mobinav ul li ul li a {border:0; line-height:30px; text-transform:capitalize;}
.mobinav ul li a:hover {background-color:#dd9f27; color:#fff;}




#main_container { width:100%;}
.banner_block {}
.banner_inner {width:100%;    position:relative;}
.banner_inner img {width:100%; height:auto;}
.ban_txt {position:absolute; top:145px; left:18px; color:#fff; text-align:left; text-shadow:0px 4px 7px #000; font-size:28px; font-family: 'TheGreatEscapeBold'; }
.select_outer {
        width: 1108px;
    position: absolute;
    left: 0;
    top: 378px;
    right: 0;
    margin: 0 auto;
}
.sel_box1 {width:34.5%; float:left; margin:0 16px 0 0; padding:16px 17px 20px 17px; background-image:url(images/src_trans_bg.png); background-repeat:repeat;}
.slct {position:relative; width:100%; float:left; border-radius:2px; background-image:url(images/src_bg.jpg); background-position:top left; background-repeat:repeat-x;}
.slct select {width:100%; margin:0; background: inherit; color:#000; border:none; outline:none; display:inline-block; font-size:16px; padding:0px 10px 0px 10px; cursor:pointer; height:40px; line-height:40px; font-family: 'Open Sans', sans-serif; font-weight:400; border-radius:2px;}
.slct:before {content:''; right:0px; top:0px; width:39px; height:40px; position:absolute; pointer-events:none; display:block; background:url(images/sel_btn.png) right no-repeat;}
.sel_box2 {width:auto; float:left; margin:0 0px 0 0; padding:16px 31px 20px 18px; position:relative; background-image:url(images/src_trans_bg.png); background-repeat:repeat;}
.slct2 {position:relative; width:289px; float:left; margin:0 17px 0 0; border-radius:2px; background-image:url(images/src_bg.jpg); background-position:top left; background-repeat:repeat-x;}
.slct2 select {width:100%; margin:0; background: inherit; color:#858585; border:none; outline:none; display:inline-block; font-size:15px; padding:0px 10px 0px 10px; cursor:pointer; height:40px; line-height:40px; font-family: 'Open Sans', sans-serif; font-weight:400; border-radius:2px;}
.slct2:before {content:''; right:0px; top:0px; width:30px; height:40px; position:absolute; pointer-events:none; display:block; background:url(images/sel_btn2.png) right no-repeat;}
.sel_box2 .course_search {width:289px; float:left; margin:0 17px 0 0; border-radius:2px; background-image:url(images/src_bg.jpg); background-position:top left; background-repeat:repeat-x; border:0; line-height:40px; padding:0 10px; color:#858585; font-family: 'Open Sans', sans-serif; font-weight:400; font-size:15px;}
.src_outer {width:342px; float:left; border-radius:2px; background-image:url(images/src_bg.jpg); background-position:top left; background-repeat:repeat-x;}
.sel_input2 {width:76%; float:left; margin:0; padding:0 10px; border-radius:2px; background-image:url(images/src_bg.jpg); background-position:top left; background-repeat:repeat-x; background-repeat:repeat; border:none; line-height:40px; color:#858585; font-family: 'Open Sans', sans-serif; font-weight:400; font-size:15px;}
.src_btn {width:80px; float:right; line-height:40px; color:#fff; border-radius:4px; font-size:16px; background-color:#dd9f27; font-family: 'Open Sans', sans-serif; font-weight:400; border:none; margin:0 -3px 0 0; text-align:center;}
.close_btn {width:32px; height:32px; position:absolute; right:0; top:-10px; margin:0 0 0 0; background-image:url(images/close_btn.png); background-repeat:no-repeat; border:none; background-color:inherit; cursor:pointer;}

.close_btn.search_btn { background-image:url(images/search_btn.png);}

.find_courses .select_outer { position:inherit; bottom:inherit; left:inherit; top:inherit; margin:auto}

.s_bot_outer {width:100%; float:left; margin:-81px 0 0 0; z-index:9999999999; opacity:0.99999;}
.s_bot {width:100%; float:left;}
.s_bot_left {width:100%; float:left; border-radius:2px; padding:20px 13px 13px 13px; background-image:url(images/src_trans_bg.png); background-repeat:repeat; margin-bottom:25px;}
.fb_like_row { width:100%; display:inline-block; text-align:right; margin-bottom:8px;}
.fb_btn, .twt_btn, .gp_btn, .li_btn { float:right; margin:0 0 0 6px; overflow:hidden;}
.fb_btn { width:80px;}
.twt_btn { width:78px;}
.gp_btn { width:57px;}
.li_btn { width:auto;}
.fb_like_row img {width:auto; height:auto; margin-left:6px;}

.studypostslide {width:100%; float:left;}
.studypostslide #owl-demo .owl-item img {display:block; width:100%; height:auto; border-top-left-radius:2px; border-top-right-radius:2px;}
.studypostslide .owl-pagination {position:absolute; bottom:12px; right:16px; display:inline; text-align:right;}
.studypostslide .owl-page {width:14px; height:14px; margin-left:4px; display:inline-block; text-align:right; background-image:url(images/scrol_btn.png); background-position:right; background-repeat:no-repeat;}
.studypostslide .owl-page.active {background-image:url(images/scrol_btn_hover.png);}	
.study_bot {width:100%; float:left; background-color:#000000; padding:18px 16px 12px 18px; border-bottom-left-radius:2px; border-bottom-right-radius:2px;}
.study_bot p {width:80%; float:left; font-size:20px; line-height:22px; color:#fff;}

.award_outer { width:100%; float:left; border:3px solid #dd9f27; background-image:url(images/add_img.jpg); background-position:left top; background-repeat:no-repeat; background-color:#fff;}
.award_right {width:192px; float:right; padding:12px 0 0 0;}
.award_right p {font-size:16px; line-height:17px; text-align:left; color:#464646; margin:0 0 8px 0;}
.tlt_award { font-weight:inherit; font-size:30px; line-height:24px; text-align:left; margin:0 0 13px 0; padding:0; color:#000; text-transform:uppercase; letter-spacing:-2.5px;}
.tlt_award span { width:100%; float:left; font-size:31px; }
.rm_btn {width:102px; float:left; height:30px; background-color:#000000; border-radius:4px; font-family: 'Open Sans', sans-serif; font-weight:300; font-size:14px; color:#fff; line-height:28px; text-align:left; padding:0 0px 0 10px; margin:0 0 15px 0; background-image:url(images/rm_bullet.png); background-position:center right 9px; background-repeat:no-repeat;}
.rm_btn:hover {color:#fff; text-decoration:underline;}

.tabs_blockh {width:100%; float:left; border-radius:2px; padding:11px 13px 11px 11px; background-image:url(images/src_trans_bg.png); background-repeat:repeat; margin-bottom:25px;}
.tabs_blockh ul.tabs {padding:0px; font-size:0; margin:0; list-style-type:none; text-align:left;}        
.tabs_blockh ul.tabs li {display: inline; margin: 0; margin-right:8px; padding:0;}
.tabs_blockh ul.tabs li a { text-decoration:none; font-size:19px; font-weight:400; position:relative; z-index:1; padding:0px 17px; display:inline-block; margin:0; color:#fff; height:46px; line-height:46px; background:#131313; border-radius: 2px 2px 0 0; outline:none; cursor:pointer;}
.tabs_blockh ul.tabs li a:hover {border:0; background:#dd9f27; color:#fff; text-decoration:none;}
.tabs_blockh ul.tabs li.selected a {position:relative; top:0px; background:#dd9f27; text-decoration:none; border:0; color:#fff;}
	     
.tabs_blockh ul.tabs li.selected a:hover {text-decoration:none; color:#fff;}
div.tabcontent {display:block;}
div.tabcontents {border:5px solid #dd9f27; padding:20px 17px; background-color:#FFF; border-radius:0 2px 2px 2px; width:100%; float:left;}

.tab_cont {width:100%; float:left; overflow: auto; height: 302px;}
.tab_cont ul {margin:0; padding:0;}
.tab_cont ul li {list-style:none; float:left; width:50%; padding-right:15px;}
.tab_cont ul li a { font-weight:400; text-align:left; font-size:15px; padding:0 0 0 20px; color:#000; line-height:25px; background-image: url(images/tab_bullet.png); background-position:left top 4px; background-repeat:no-repeat;}
.tab_cont ul li a:hover { color:#dd9f27; background-image: url(images/tab_bullet_hover.png); }



.studen_row {width:100%; float:left;}

.stud_left {width:49%; position:relative; float:left; border:3px solid #fff;}
.stud_right {width:49%; position:relative; float:right; border:3px solid #fff;}
.stud_left img,.stud_right img {width:100%; height:auto;}
.stud_left h5 { width:100%; position:absolute; bottom:0; left:0; text-align:center; line-height:48px; padding:0 0 6px 0; margin:0; color:#fff; font-weight:400; text-transform:uppercase; font-size:15px; background-image:url(images/trans_bg.png); background-repeat:repeat;}
.stud_left:hover {border:3px solid #bebebe;}
.stud_right:hover {border:3px solid #bebebe;}


.txt_bg {position:absolute; bottom:0; left:0; padding:8px 18px 7px 12px; background-image:url(images/sample_txt_bg.png); background-repeat:repeat;} 
.txt_bg h3 { font-size:20px; font-family: 'Open Sans', sans-serif; font-weight:700; text-align:left; color:#fff; line-height:22px; margin:0 0 3px 0; padding:0;}
.txt_bg a {font-size:15px; font-weight:400; font-family: 'Open Sans', sans-serif; text-align:left; color:#fff; background-image:url(images/rm_arr.png); background-position:left top 2px; background-repeat:no-repeat; padding:0 0 0 20px; margin:0;}
.txt_bg a:hover { color:#000}

.learn_eng_row {width:100%;  margin:50px 0 0 0;}

.tabsblockh {width:100%; float:left; background-color:#ededed;}

.tabsblockh ul.tabs {padding:0px; font-size:0; margin:0; list-style-type:none; text-align:left; width:158px; float:left; background-color:#ededed;}
.tabsblockh ul.tabs li {display: inline-block; margin:0 0 1px 0; padding:0; width:100%;}
.tabsblockh ul.tabs li a {background-color:#fff; border-left:3px solid #de0000; padding:13px 6px 15px 11px; line-height:18px; text-align:left; width:100%;
text-decoration:none; font-size:14px; font-weight:400; position:relative; z-index:1; display:inline-block; outline:none; cursor:pointer;
}
.tabsblockh ul.tabs li a:hover {background-color:#de0000; border-left:3px solid #de0000; color:#fff; text-decoration:none;}
.tabsblockh ul.tabs li.selected a {border-left:3px solid #ededed; background-color:#ededed; color:#121212 !important;}
.tabsblockh ul.tabs li.selected a:hover {border-left:3px solid #ededed; background-color:#ededed; color:#121212 !important;}
	     
.tabsblockh ul.tabs li.selected a:hover {text-decoration:none; color:#fff;}
.tabsblockh div.tabcontents {width:440px; float:left; margin:0; border:none; padding:0 15px 0 20px; background-color:#ededed;}
.tabsblockh div.tabcontents h4 {padding:0 0 4px 0; line-height:20px; text-align:left; color:#121212; font-size:14px; font-weight:600; margin:14px 0 10px 0; border-bottom:1px solid #838383;}
.tabsblockh div.tabcontents p {font-weight:400; font-size:15px; line-height:16px; color:#121212; margin:0 0 20px 0; padding:0 0 0 0;}
.tabsblockh div.tabcontents ul {margin:0; padding:0;}
.tabsblockh div.tabcontents ul li {list-style:none; margin-bottom:9px;}
.tabsblockh div.tabcontents ul li a {font-weight:400; font-size:14px; color:#121212; line-height:18px; padding:0 0 0 17px; background-image:url(images/tab_bullet_hover.png); background-position:left top 3px; background-repeat:no-repeat;}
.tabsblockh div.tabcontents ul li a:hover {color:#de0000;}




.colombo_bg p{
    color:#fff;
    font-size:15px;
        text-align: center;
}

.colombo_bg.col1{
    background:#b697f3;
        color: #fff;
            border-radius: 4px;
}
.colombo_bg.col1 .colom_tlt{
            color: #fff;
            font-weight: 600;
}
.colombo_bg.col1 p{
           color: #fff; 
}
.colombo_bg.col1 .click_outer a {
    border: 2px solid #906bd7;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background-image: url(images/click_bullet.png);
    margin-top: 10px;
}

.colombo_bg.col2{
        background: #3ab7d1;
        border-radius: 4px;
}
.colombo_bg.col2 .colom_tlt{
            color: #fff;
            font-weight: 600;
}
.colombo_bg.col2 p{
           color: #fff; 
}
.colombo_bg.col2 .click_outer a {
    border: 2px solid #458c97;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background-image: url(images/click_bullet.png);
    margin-top: 10px;
}



.colombo_bg.col3{
        background: #e4b31c;
        border-radius: 4px;
}
.colombo_bg.col3 .colom_tlt{
 
            font-weight: 600;
}
.colombo_bg.col3 p{
 
}
.colombo_bg.col3 .click_outer a {
    border: 2px solid #ab871b;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background-image: url(images/click_bullet.png);
    margin-top: 10px;
}

.colombo_bg {  padding:42px 35px 35px 35px; background:#000; background-repeat:repeat;}
.colom_tlt { font-size: 27px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;}
.click_outer {width:100%; display:inline-block; text-align:center;}
.click_outer a {width: auto;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #fff;
    line-height: 38px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    background-image: url(images/click_bullet.png);
    background-position: center right 16px;
    background-repeat: no-repeat;
    padding: 0 31px 2px 22px;}
.click_outer:hover a { color:#dd9f27; border:2px solid #dd9f27; background-image:url(images/click_bullet_hover.png);}

.video_img {width:265px; float:right;}
.video_img img {width:100%; height:auto;}

.goes_row {width:100%; float:left; margin:23px 0 0 0;}
.goes_box1 {width:398px; float:left; padding:0 0 14px 0; border-bottom:4px solid #3b106e;}
.goes_img {width:100%; float:left; padding:0 0 0 7px; margin:0 0 10px 0; position:relative; background-color:#3b106e;}
.goes_img img {width:100%; height:auto;}
.goes_img a {font-weight:700; font-size:20px; color:#fff; text-align:left; line-height:18px; position:absolute; left:0; bottom:0; padding:10px 24px 13px 14px; background-color:#3b106e; margin:0;}
.goes_box1 p {font-size:16px; line-height:19px; color:#343434; text-align:left; margin:0; padding:0;}




.goes_box2 {width:185px; float:left; background-color:#ededed; margin:0 25px 0 25px;}
.goes_box2 img { width:100%; height:auto;}
.goes_box2 p {font-size:15px; line-height:19px; color:#343434; text-align:left; margin:0; padding:15px 15px 38px 15px;}

.goes_box3 {width:319px; float:left; margin:0 0px 0 0; padding:0 0 9px 0; border-bottom:4px solid #3b106e;}
.goes_box3 h4 {width:100%; float:left; text-align:center; line-height:47px; font-size:22px; background-color:#3b106e; font-family: 'Open Sans', sans-serif; font-weight:700; margin:0 0 0 0; padding:0; color:#fff;}
.goes_box3 img { width:100%; height:auto; margin-bottom:9px;}
.goes_box3 p { font-size:16px; color:#2b2727; line-height:18px; letter-spacing:-1px; text-align:left; margin:0; padding:0;}

.f_like_box { width:266px; float:right;}
.f_like_box iframe {width:266px; height:252px;}

.cource_block {width:100%; float:left; margin:26px 0 0 0;}
.cour_bg { width:100%; float:left; background-color:#15357a; min-height:280px; margin:0 0 20px 0;}
.cour_bg h3 { color:#fff; font-size:20px; text-align:left; line-height:39px; background-color:#000; font-weight:700; padding:0 0 0 15px; margin:0;}
.cour_bg h3.latest {background:none;}
.cour_bg h3.featured  {background:none;}
.cour_bg{
    padding:20px;
   
}
.blueDark{
  background-color: #3169dd;   
}
.cour_lin { width:100%; float:left; padding:20px 13px 0 18px;}
.cour_lin ul { margin:0; padding:0;}
.cour_lin ul li {list-style:none; float:left; width:100%; padding:0; margin:0 0 7px 0;}
.cour_lin ul li a { font-size:15px; color:#fff; text-align:left; padding:0 0 0 18px; margin:0; line-height:17px; background-image:url(images/cource_bullet.png); background-position:0 5px; background-repeat:no-repeat;}
.cour_lin ul li a:hover {color:#dd9f27;}
.cour_bg a.rm_box_btn {width:auto; float:right; color:#fff; font-size:11.67px; font-family: 'Open Sans', sans-serif; font-weight:300; text-align:center; padding:0 20px 0 8px; margin:0 13px 14px 0; line-height:25px; background: #434343 url(images/cour_rm_bullet.png) no-repeat 90% center; border-radius:2px; background-position: -webkit-calc(100% - 9px) center; background-position:right 9px center;}
.cour_bg a.rm_box_btn:hover {color:#efeded;}

.feat_lin { width:100%; float:left; padding:15px 10px 0 10px; margin:0;}
.feat_lin ul { margin:0; padding:0;}
.feat_lin ul li {list-style:none; float:left; padding:0; margin:0 9px 14px 0; text-align:left;}
.feat_lin ul li a {width:117px; height:58px; float:left; position:relative; background-color:#fff; border-radius:5px;}
.feat_lin ul li a img { width:auto; max-height:100%; max-width:100%; height:auto; position:absolute; bottom:0; left:0; right:0; top:0; margin:auto;}
.feat_lin ul li:nth-child(3n+0) { margin-right:0;}

.f_bg { width:100%;  background-color:#181818; padding:17px 0 34px 0; clear:left;}
.f_logo {width:auto; height:auto; float:left; text-align:left; padding-right:42px; border-right:2px solid #fff; margin:6px 43px 0 0;}
.f_logo img {width:100%; height:auto;}
.f_nav { width:60%; float:left;}
.f_nav ul { margin:0; padding:0;}
.f_nav ul li {list-style:none; float:left;}
.f_nav ul li a {line-height:23px; font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:13px; text-align:left; margin:0; padding:0 13px 0 0;}
.f_nav p { width:100%; float:left; line-height:23px; font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:13px; text-align:left; margin:0; padding:0 13px 0 0;}

.main_bg {box-shadow:0 14px 18px #333; background-color:#fcfcfc;}
.main_bg_top {width:100%; float:left; padding-left:0; border-top:1px solid #fff; margin-bottom:0px;}
.main_bg_top ul {margin:0; padding:0;}
.main_bg_top ul li {list-style:none; float:left; margin:0 5px 0 0;}
.main_bg_top ul li a {font-size:13px; color:#565656; line-height:18px; background-image:url(images/top_bullet.png); background-position:right top 8px; background-repeat:no-repeat; margin:0; padding:0 11px 0 0; line-height:38px;}
.main_bg_top ul li a:hover { color:#dd9f27; background-image:url(images/top_bullet_hover.png);}
.main_bg_top ul li:last-child a {background-image:none;}

.main_bg_top span[typeof="v:Breadcrumb"] { padding:0 5px;}
.main_bg_top span[typeof="v:Breadcrumb"]:first-of-type { padding-left:0;}
.main_bg_top a, .main_bg_top span { font-size:13px; color:#565656; line-height:18px; margin:0; line-height:38px;}
.main_bg_top { font-size:13px; line-height:18px; color:#565656;}


/*.cont_mid_bg {width:1266px; margin:0 auto; background-color:#fcfcfc;}*/
.study_outer { width:100%; float:left;}
.sidebar_bg { width:100%; float:left; background-color:#e6e6e6; margin-bottom:18px;}
.sidebar_bg h4 {background-color:#3b106e; display:block; text-align:left; line-height:38px; padding:0 0 0 13px; color:#dd9f27; font-weight:700; font-size:18px; margin:0;}
.sidebar_inner { width:100%; float:left; padding:13px 12px 0 12px;}

.study_box {}
.study_box input[type="checkbox"]{display:none;}
.study_box input[type="checkbox"] + label {color:#000; font-weight:400; font-size:15px; line-height:20px; margin:-0px 0 14px 0; padding:0px 0 0 0; width:100%; float:left;}
.study_box input[type="checkbox"] + label span {display:inline-block; text-align:left; width:21px; height:21px; margin:-1px 9px 0px 0; vertical-align:middle; background:url(images/check_img.png) left top no-repeat; cursor:pointer;}
.study_box input[type="checkbox"]:checked + label span {background:url(images/check_img.png) -23px top no-repeat;}

.categ_top { width:100%; float:left; padding:0 0 13px 0; margin:0px 0 13px 0; border-bottom:1px solid #dedede;}
.categ_top_tlt { width:70%; padding:0 15% 0 0; float:left; text-align:left; font-weight:700; font-size:20px; line-height:21px; color:#4a4a4a;}
.dd_box {width:100%; float:right;}
.dd_box label {color:#000; font-size:15px; text-align:left; float:right; line-height:30px; font-weight:400; margin:0 11px 0 0;}

.feat_slct {position:relative; width:176px; float:right;}
.feat_slct select {margin: 0; background-color:#434343; color:#fff; border:none; border-radius:6px; outline:none; display:inline-block; font-size:14px; padding:0px 6px 0px 6px; cursor:pointer; height:30px; width:100%; line-height:30px; font-weight:400; }
.feat_slct:before {content:''; right:-1px; top:0px; width:29px; height:30px; position:absolute; pointer-events:none; display:block; background:url(images/dd_btn.png) right no-repeat;}

.detail_block { width:100%; float:left; border-bottom:6px solid #efefef; margin:0 0 23px 0; padding:15px 15px 15px 15px; background-color:#fff; position:relative;}
.detail_block.yellow_bg { background-color:#fffce9;}
.hs_img { width:195px; background-color:#fff; float:left; margin:0px 0 20px 4px; padding:10px; border:1px solid #dcdcdc;}
.hs_img a { width:100%; height:84px; float:left; position:relative;}
.hs_img img {width:auto; height:auto; max-width:100%; max-height:100%; position:absolute; top:0; left:0; right:0; bottom:0; margin:auto;}
.detail_mid { width:448px; float:left; margin-left:23px;}
.detail_mid h4 { font-size:20px; color:#303030; text-align:left; margin:8px 0 0 0; padding:0 0 0 0; line-height:22px; font-weight:700;}
.detail_mid h4 a { text-decoration:none;}
.detail_mid p { font-size:14px; color:#303030; text-align:left; margin:0; padding:0; line-height:22px; font-weight:400;}
.detail_mid p.review {}
.detail_mid p a {color:#0058db; text-decoration:none;}
/*.star_row {width:100%; float:left; margin:6px 0 0 0;}
.star_row p {font-size:15px; color:#303030; text-align:left; font-weight:400; margin:0; padding:0; float:left; line-height:20px;}
.star_box { width:auto; float:left; margin:2px 8px 0 3px;}
.star_row p b { color:#00ad10; font-weight:700; font-size:16px;}
.star_row p span { color:#adadad; font-size:16px; float:left; margin-right:4px;}*/

.star_row {width:100%; float:left; margin:6px 0 0 0;}
.star_row p {font-size:15px; color:#303030; text-align:left; font-weight:400; margin:0; padding:0; float:right; line-height:20px;}
.star_row .rating { float:right;}
.star_row p b { color:#00ad10; font-weight:700; font-size:16px;}
.star_row p span { color:#adadad; font-size:16px; float:left; margin-right:4px;}

.detail_mid p { float:left; }
.detail_mid .star_row div.rating { float:left; margin:3px 0 0 0; }
.detail_mid .star_row { margin:0;}

.popular_lin { width:100%; float:left; padding:18px 0 0 0;}
.popular_lin p { margin:0 0 6px 0; width:100%; float:left;}
.popular_lin ul { margin:0; padding:0;}
.popular_lin ul li {list-style:none; font-weight:400; color:#303030; font-size:14px; margin:0 0 8px 0; padding:0 0 0 21px; line-height:18px; background-image:url(images/popular_bullet.png); background-position:left top 3px; background-repeat:no-repeat; width:100%; float:left;}

.offer_row { width:100%; float:left; margin:18px 0 20px 0;}
.offer_box {width:auto; float:left; font-weight:400; color:#303030; line-height:28px; font-size:14.5px; margin-right:15px;}
.offer_box img {width:auto; float:left; margin-right:10px;}

.feat_outer {width:194px; float:right;}
.feature_img { width:84px; height:70px; position:absolute; top:-5px; right:-5px;}
.feature_img img { width:100%; height:auto;}
.btns_outer {width:100%; float:right; margin:153px 3px 0 0;}
a.view_btn { width:208px; height:32px; float:right; line-height:30px; border-radius:4px; background-color:#dd9f27; margin:0 0 9px 0; text-align:left; padding:0 0 0 16px; color:#000; font-size:14px; font-weight:700;}
a.view_btn:hover {color:#000}
.btns_outer a img {float:right; margin:7px 9px 0 0; width:auto; height:auto;}

/*-- contact us styles start --*/

#main_innerpage {width:100%; float:left; background-color:#fcfcfc; padding:28px 0 15px 0; min-height:300px;}
.ipage_left {width:100%; float:left;}
.ipage_left img { width:100%; height:auto;}
.ipagel_cont {background-color:#fff; width:100%; float:left; padding:25px; margin:0 0 30px 0;}
.ipage_right {width:100%; float:left;}

.inrp_ttl {width:100%; float:left; padding:0px 0 18px 0; margin:0 0 18px 0; border-bottom:1px solid #dedede;}
.inrp_tlt1_left { width:56%; float:left;}
.inrp_tlt1_right { width:44%; float:right;}
.inrp_ttl h1 {font-weight:700; text-align:left; color:#4a4a4a; font-size:22px; line-height:27px; padding:0; margin:0;}
.inrp_ttl p {font-size:16px; font-weight:400; padding:3px 0 0 0; line-height:18px; margin:0;}


.uni_title .inrp_tlt1_left { width:53%;}
.uni_title .inrp_tlt1_right { width:47%;}

.form_outer {width:100%; float:left;}
.form_left { width:100%; float:left;}
.form_txt {width:100%; float:left; margin:0 0 30px 0;}
.form_left p { font-size:16px; text-align:left; line-height:normal; font-weight:400; margin:0; padding:0; color:#000;}

.addr {width:100%; float:left; padding:3px 0 0 0px; margin:0 0 6px 0; font-size:16px; font-weight:400; line-height:16px;}
.addr img.loc { width:auto; height:auto; float:left; margin:0 10px 20px 0;}
.addr img { width:auto; height:auto; float:left; margin:0 10px 3px 0;}
.addr p { margin:0; padding:0; line-height:17px;}
.addr p.ph { font-size:15px;}
.addr a { color:#000;}
.form_right {width:100%; float:right;}

.form_input, .msg_input {width:100%; float:left; background-color:#fcfcfc; border:1px solid #cbcbcb; font-size:15px; color:#5f5f5f; text-align:left; margin:0 0 13px 0;}
.form_input {line-height:37px; padding:0 10px 0 10px;}
.msg_input { height:97px; resize:none; overflow:auto; line-height:20px; padding:5px 10px;}
.send_outer { width:100%; display:inline-block; text-align:right; margin-bottom:5px;}
.send_btn {width:auto; border-radius:6px; border:1px solid #085800; text-align:center; padding:0 26px; line-height:33px; color:#fff; font-size:16.9px; font-family: 'Open Sans', sans-serif;
background: #0d8f22; /* Old browsers */
background: -moz-linear-gradient(top, #0d8f22 0%, #047a1a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d8f22), color-stop(100%,#047a1a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0d8f22 0%,#047a1a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0d8f22 0%,#047a1a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0d8f22 0%,#047a1a 100%); /* IE10+ */
background: linear-gradient(to bottom, #0d8f22 0%,#047a1a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d8f22', endColorstr='#047a1a',GradientType=0 ); /* IE6-9 */
}
.send_btn:hover {
background: #ff2121; /* Old browsers */
background: -moz-linear-gradient(top, #ff2121 0%, #dd9f27 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2121), color-stop(100%,#dd9f27)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff2121 0%,#dd9f27 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff2121 0%,#dd9f27 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff2121 0%,#dd9f27 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff2121 0%,#dd9f27 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2121', endColorstr='#dd9f27',GradientType=0 ); /* IE6-9 */ border:1px solid #bd0000;}


.form_right .visual-form-builder fieldset { background:none; border:none; padding:0 !important; margin:0 !important;}
.form_right .vfb-legend { display:none;}
.form_right .visual-form-builder li,
.form_right .entry-content .visual-form-builder li,
.form_right .comment-content .visual-form-builder li,
.form_right .mu_register .visual-form-builder li { padding:0 !important; margin:0 !important; width:100% !important;}
.form_right .visual-form-builder { margin:0; padding:0;}
.form_right label.vfb-desc { display:none;}

.form_right .visual-form-builder ul, .form_right .entry-content .visual-form-builder ul, .form_right .comment-content .visual-form-builder ul, .form_right .mu_register .visual-form-builder ul, .form_right .visual-form-builder ol, .form_right .entry-content .visual-form-builder ol, .form_right .comment-content .visual-form-builder ol, .form_right .mu_register .visual-form-builder ol { margin:0 !important; padding:0 !important;}

.form_right input.vfb-text,
.form_right input.vfb-text[type="text"],
.form_right input.vfb-text[type="tel"],
.form_right input.vfb-text[type="email"],
.form_right input.vfb-text[type="url"],
.form_right textarea.vfb-textarea {width:100%; float:left; background-color:#fcfcfc; border:1px solid #cbcbcb; font-size:15px; color:#5f5f5f; text-align:left; margin:0 0 13px 0; box-shadow:none; line-height:37px; padding:0 10px 0 10px;}

.form_right textarea.vfb-textarea { height:97px; resize:none; overflow:auto; line-height:20px; padding:5px 10px;}

.form_right .vfb-submit, .form_right input.vfb-submit[type="submit"] {width:auto; border-radius:6px; border:1px solid #085800; text-align:center; padding:0 26px; line-height:33px; color:#fff; font-size:16.9px; font-family: 'Open Sans', sans-serif; float:right;
background: #0d8f22; /* Old browsers */
background: -moz-linear-gradient(top, #0d8f22 0%, #047a1a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d8f22), color-stop(100%,#047a1a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0d8f22 0%,#047a1a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0d8f22 0%,#047a1a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0d8f22 0%,#047a1a 100%); /* IE10+ */
background: linear-gradient(to bottom, #0d8f22 0%,#047a1a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d8f22', endColorstr='#047a1a',GradientType=0 ); /* IE6-9 */
}
.form_right .vfb-submit:hover, .form_right input.vfb-submit[type="submit"]:hover {
background: #ff2121; /* Old browsers */
background: -moz-linear-gradient(top, #ff2121 0%, #dd9f27 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2121), color-stop(100%,#dd9f27)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff2121 0%,#dd9f27 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff2121 0%,#dd9f27 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff2121 0%,#dd9f27 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff2121 0%,#dd9f27 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2121', endColorstr='#dd9f27',GradientType=0 ); /* IE6-9 */ border:1px solid #bd0000;}




.contact_right { width:100%; float:left;}

.add_bg {width:100%; float:left; margin:0 0 20px 0;}
.add_bg:last-of-type { margin-bottom:0;}
.add_bg img { width:100%; height:auto;}
.add_bg.add_bg2 {}

.side_banners img { margin:0 0 20px 0;}

a.view_btn.view_btn2 {width:196px; float:right; margin-right:24px; padding:0 0 0 16px;}
a.view_btn.view_btn2 img {float:right; margin:7px 9px 0 0; width:auto; height:auto;}

.blog_bg {width:100%; float:left; padding:18px 24px 20px 20px; background-color:#fff; border-bottom:6px solid #efefef; margin:0 0 20px 0;}
.blog_left {width:83%; float:left;}
.blog_left h2 {font-size:20px; text-align:left; color:#303030; font-weight:700; line-height:23px; padding:0; margin:0 0 10px 0;}
.blog_links { width:100%; float:left; margin-bottom:23px;}
.blog_links ul { margin:0; padding:0;}
.blog_links ul li { list-style:none; padding:0 0 0 23px; margin:0 0 4px 0; background-image:url(images/blog_bullet.png); background-position:left top 4px; background-repeat:no-repeat; }
.blog_links ul li a { font-size:14px; text-align:left; color:#303030; line-height:20px; margin:0; padding:0;}
/*.blog_links ul li a b { font-weight:700;}*/
.blog_right {width:16%; float:right; padding-top:12px;}
.blog_right a.mail_btns {width:100%; float:left; padding:0 0 0 7px; margin-bottom:18px; border-radius:6px; text-align:left; line-height:34px; color:#fff; font-weight:400; font-size:12px; background-color:#4c4c4c; background-image:url(images/email_icon.png); background-position:90% center; background-repeat:no-repeat;}
.blog_right a.apply_btns {width:100%; float:left; padding:0 0 0 9px; margin-bottom:18px; border-radius:6px; text-align:left; line-height:34px; color:#fff; font-weight:400; font-size:12px; background-color:#000; background-image:url(images/apply_arrow.png); background-position:90% center; background-repeat:no-repeat;}

.couse_single_ttl .blog_right a.mail_btns { margin-bottom:10px;}

.course_overview_table a.mail_btns { display:block; padding:0 17px 0 7px; margin-bottom:18px; border-radius:6px; text-align:left; line-height:34px; color:#fff; font-weight:400; font-size:14px; background-color:#00ac14; background-image:url(images/email_icon.png); background-position:center right 11px; background-repeat:no-repeat;}

/*-- sidebar start --*/
.iihs_img { width:100%; float:left; border:1px solid #dcdcdc; margin-bottom:15px; height:84px; position:relative; background-color:#fff;}
.iihs_img img { width:auto; height:auto; max-height:85%; max-width:90%; position:absolute; top:0; right:0; left:0; bottom:0; margin:auto;}
.univ_bg {width:100%; float:left; background-color:#f4f4f4; margin-bottom:18px;}
.univ_bg h4 {background-color:#dd9f27; display:block; text-align:left; line-height:38px; padding:0 0 0 13px; color:#fff; font-weight:700; font-size:18px; margin:0;}
.univ_inner {width:100%; float:left;}
.univ_inner ul { margin:0; padding:0;}
.univ_inner ul li {list-style:none; float:left; width:100%; padding:0 17px 0 16px; margin:0; }
.univ_inner ul li.ui-tabs-active { background-color:#fff;}
.univ_inner ul li a { line-height:18px; font-size:15px; color:#303030; text-align:left; margin:0; padding:7px 0 9px 20px; font-weight:400; border-bottom:1px solid #bebebe; background-image:url(images/university_bullet.png); background-position:left 12px; background-repeat:no-repeat; width:100%; float:left;}
.univ_inner ul li.ui-tabs-active a,
.univ_inner ul li:last-child a { border:none;}
.univ_inner ul li a:hover { color:#dd9f27;}
.univ_inner ul li a:focus{
    outline:none;
}

.pros_box { width:100%; float:left; background-color:#fff; border-bottom:8px solid #f0f0f0; margin-bottom:20px;}
.pros_box h4 {background-color:#00ac14; display:block; text-align:left; line-height:38px; padding:0 0 0 13px; color:#fff; font-weight:700; font-size:18px; margin:0 0 18px 0;}
.pros_inner { width:100%; float:left; padding:0 15px;}
.pros_inner img {width:68px; height:96px; float:left; margin:0 13px 0 0;}
.pros_links {width:146px; float:left; margin-bottom:9px;}
.pros_links h5 { font-size:14px; font-weight:700; line-height:14px; color:#000; text-align:left; margin:0; padding:0 0 3px 0;}
.pros_links ul { margin:0; padding:0;}
.pros_links ul li {list-style:none; float:left; width:100%; padding:0 0 6px 12px; background-image:url(images/pros_bullet.png); background-position:left top 3px; background-repeat:no-repeat; color:#000; text-align:left; font-weight:400; font-size:14px; line-height:16px;}

a.view_btn.dl_btn {width:80%; height:32px; line-height:32px; float:left; margin:0 10% 5% 10%; padding:0 0 0 16px;}
a.view_btn.dl_btn img {float:right; margin:7px 9px 0 0; width:auto; height:auto;}


.f_like_img {width:267px; float:left; margin:8px 0 0 0;}
.f_like_img img {width:100%; height:auto;}
.star_row.rating { width:275px; margin:8px 0 20px 115px;}
.btn_row {width:100%; float:left;}
a.view_btn3 {width:196px; height:32px; float:right; line-height:30px; border-radius:4px; background-color:#fcb316; margin:0 0 0px 10px; text-align:left; padding:0 0 0 16px; color:#fff; font-size:14px; font-weight:700;}
a.view_btn3 img { float:right; margin:8px 12px 0 0;}
a.view_btn3:hover {color:#000}

.view_cont {width:100%; float:left; padding:2%; margin-bottom:30px; background-color:#fff;}
.view_left {width:50%; float:left; background-color:#fff; padding:4px; box-shadow:0 0 4px #ccc; margin:0 3% 1% 0;}
.view_left img { width:100%; height:auto;}
.view_txt .view_r p {font-size:14px; line-height:21px; color:#303030; margin-bottom:17px;}

.view_txt {width:100%; float:left; margin:0px 0 0 0;}
.view_txt h4 {font-weight:600; margin:7px 0 0 0; padding:0; font-size:16px;}
.view_txt p { font-size:14px; line-height:17px; margin:0 0 20px 0; color:#303030;}

.view_r p {font-size:14px; line-height:21px; color:#303030;}

.key_links {width:100%; float:left; margin-top:8px; margin-bottom:20px;}
.key_links ul {margin:0; padding:0;}
.key_links ul li {list-style:none; padding:0 0 0 24px; margin:0; font-weight:400; font-size:14px; line-height:20px; color:#303030; text-align:left; background-image:url(images/blog_bullet.png); background-position:left top 2px; background-repeat:no-repeat;}

.view_r ul li, .view_r  ol li,
.view_txt ul li { font-weight:400; font-size:14px; line-height:20px; color:#303030; text-align:left;  background-position:left top 2px; background-repeat:no-repeat;}

.comments-area .comment-form-cookies-consent label{
    width:inherit;
    margin-left:10px;
}
 .comment-form-cookies-consent {
    display:flex;
    align-items: baseline;
}
/*------------------------------------------------------------------------*/
.apply_forms {width:100%; float:left;}
.apply_forms .afitemrow {width:100%; float:left; margin:0 0 20px 0; padding:0px;}
.apply_forms .afitemrow.hide_row {display:block;}
.apply_forms label {font-size:15px; line-height:normal; padding:0; margin:0 0 5px 0;  color:#5f5f5f; font-weight:400; width:100%; float:left; letter-spacing:-0.8px;}
.apply_forms label em {font-size:15px; line-height:normal; padding:0; margin:0;  color:#ff0000; font-weight:400;}
.apply_forms .af_inp1 {font-size:14px; padding:0 3%; margin:0; color:#363636; font-weight:400; background-color:#ebebeb; border:1px solid #cbcbcb; height:39px; line-height:39px; width:100%;}
.apply_forms .af_select {position:relative; float:left; width:100%;}
.apply_forms .af_select select {margin: 0; background: #ebebeb; color:#363636; border:1px solid #cbcbcb; display: inline-block; -webkit-appearance:none; -moz-appearance:none; appearance:none; cursor:pointer; height:39px; width:100%; font-size:14px; padding:0 0 0 10px;  font-weight:400;}
.apply_forms .af_select:after {content:''; right:1px; top:1px; border:none; position:absolute; pointer-events:none; width:25px; height:37px; background-image:url(images/select-img.png); background-position:0 0; background-repeat:no-repeat;}
.apply_forms .af_textarea {font-size:14px; padding:10px; margin:0;  color:#363636; font-weight:400; background-color:#ebebeb; border:1px solid #cbcbcb; height:111px; line-height:17px; width:100%;}
.apply_forms .hearus .af_select select {color:#c7c7c7;}
.afitemrow.send_outer { text-align:left;}
.apply_forms .af_btn {border:1px solid #000; font-size:16.09px; text-align:center; height:35px; line-height:30px; border-radius:8px; color:#fff; letter-spacing:-0.4px; text-transform:capitalize; font-weight:normal; background: #000; cursor:pointer; width:88px; margin:0; padding:0;}
.apply_forms .af_btn:hover {border:1px solid red; background:#dd9f27;}

.apply_forms label.error { color:#F00; font-size:13px;}

.about_page {width:100%; display:inline-block; text-align:center;}
.about_page .abtimgcont {margin-bottom:35px; width:100%; float:left;}
.about_page .abtimgcont p {font-size:16px; line-height:20px; margin:0 0 13px 0; padding:0; letter-spacing:-0.6px; color:#000;}
.abtimgt {width:410px; float:left; padding:0 18px 18px 0;}
.abtimgt img {width:100%; height:auto;}
.about_page .abtimgcont .abtcontb {font-size:16px; line-height:20px; margin:0 0 0px 0; padding:0; letter-spacing:-0.7px; color:#000; width:100%; float:left;}
.abtvid {width:558px; height:auto; display:inline-block; text-align:center; margin:20px 0 24px 0; box-shadow:0 0 5px #a3a3a3;}
.abtvid img {width:100%; height:auto;}
.taglinelinks {width:100%; display:inline-block; text-align:left; margin-top:6px;}
.taglinelinks a {border:1px solid #00b00c; float:left; text-align:center; height:32px; line-height:26px; border-radius:8px; font-size:15px; color:#009907; text-decoration:none; margin:0 6px 10px 0; padding:0 26px 0 27px;}
.taglinelinks a:hover {border:1px solid #dd9f27; color:#009907;}

.sclr_cont {width:100%; float:left; padding-left:5px; box-sizing:border-box;}
.sclshpcont_top {width:100%; float:left; margin:0; padding:0;}
.sclshpcont_top h3 {font-weight:700; text-align:left; color:#4a4a4a; font-size:20px; line-height:21px; padding:0; margin:0 0 12px 0; width:100%; float:left;}
.sclr-imgcont {width:100%; float:left; margin-bottom:15px;}
.sclr-imgcont {width:100%; float:left;}
.sclimg {width:429px; float:left; margin-right:18px;}
.sclimg img { width:100%; height:auto;}
/*.sclr-imgcont .sclcont {width:445px; float:left;}*/
.sclr-imgcont p {margin:0 0 21px 0; padding:0; font-size:14px; line-height:21px; text-align:left; color:#4a4a4a;}
.sclr-listing {width:100%; float:left; margin-bottom:20px;}
.sclr-list-tr {width:100%; float:left; padding:0 0 21px 0; margin:14px 0 28px 0; border-bottom:1px solid #dedede;}
.sclr-list-tr h2 {font-weight:700; text-align:left; color:#4a4a4a; font-size:20px; line-height:21px; padding:0; margin:0; width:645px; float:left;}
.sclr_sortby {width:243px; float:right;}
.sclr_sortby .sortybytxt {float:left; text-align:right; width:57px; margin:2px 10px 0 0; padding:0; line-height:19px; font-size:15px; color:#000000;}
.sclr_sortby .sort_select {position:relative; float:right; width:176px; height:30px; margin-top:-1px;}
.sclr_sortby .sort_select select {margin: 0; background: #434343; color:#fff; border:0px; display: inline-block; -webkit-appearance:none; -moz-appearance:none; appearance:none; cursor:pointer; height:30px; width:176px; font-size:14px; padding:0 0 0 7px;  font-weight:400; border-radius:6px;}
.sclr_sortby .sort_select:after {content:''; right:0px; top:0px; border:none; position:absolute; pointer-events:none; width:28px; height:30px; background-image:url(images/sort-select-img.png); background-position:0 0; background-repeat:no-repeat;}
.sclr_sortby .sort_select select option {background-image:url(images/option-trans.png); background-position:0 0; background-repeat:repeat; border:0px; padding:1px 0 1px 11px;}
.scholar-list {width:100%; float:left;}
.scholar-list ul {list-style:none; width:100%; float:left; margin:0; padding:0;}
.scholar-list ul li {list-style:none; border-bottom:6px solid #efefef; background-color:#fff; padding:14px 1px 35px 18px; width:100%; float:left; margin:0 0 20px 0;}
.scholar-list ul li .sl_img {width:195px; height:84px; float:left; margin-right:24px; border:1px solid #dcdcdc; position:relative;}
.scholar-list ul li .sl_img img {width:auto; height:auto; max-height:100%; position:absolute; top:0; left:0; right:0; bottom:0; margin:auto;}
.scholar-list ul li .sl-cont {width:420px; float:left;}
.scholar-list ul li .sl-cont h4 {margin:0 0 1px 0; padding:0; font-size:17px; line-height:21px; text-align:left; color:#010101; font-weight:700;}
.scholar-list ul li .sl-cont h4 a {font-size:17px; line-height:21px; text-align:left; color:#010101; font-weight:700;}
.scholar-list ul li .sl-cont h5 {margin:0 0 13px 0; padding:0; font-size:17px; line-height:21px; text-align:left; color:#919191; font-weight:700;}
.scholar-list ul li .sl-cont .avbl-sclp {width:100%; float:left; background-image:url(images/avlbl-sclr-img.png); background-position:0 3px; background-repeat:no-repeat; font-size:15px; line-height:normal; color:#303030; padding:1px 0 0 37px; margin:0;}
.scholar-list ul li .sl-cont .avbl-sclp span {margin:0; padding:0;}
.scholar-list ul li .sl-sendmail {width:208px; float:right; line-height:32px; background-color:#434343; border-radius:4px; padding:0 10px 0 15px; margin-top:7px; background-image:url(images/mailbtn.png); background-position: 90% center; background-repeat:no-repeat; color:#fff; font-size:14px; font-weight:700; }

.sl_desc p { font-size:15px; color: #303030; line-height:20px;}


.sorting-page {width:100%; float:left; margin-bottom:20px; padding-right:8px;}
.sorting-page h1 {margin:0 0 31px 0; padding:0; font-size:20px; line-height:13px; text-align:left; color:#4a4a4a; font-weight:700;}
.sorting_block {background-color:#fff; width:100%; float:left; padding:20px 18px 20px 23px;}
.sorting_block .glosary_links {width:100%; float:left; margin:0;}
.sorting_block .glosary_links ul {width:100%; float:left; list-style:none; margin:0; padding:0;}
.sorting_block .glosary_links ul li {float:left; margin:0 5px 9px 0; padding:0; list-style:none; display:block;}
.sorting_block .glosary_links ul li a {width:27px; height:26px; background-color:#fff; border:2px solid #e6e6e6; border-radius:5px; text-align:center; line-height:19px; font-size:15.17px; color:#a1a1a1; text-decoration:none; font-weight:400; display:block; float:left;}
.sorting_block .glosary_links ul li a:hover,
.sorting_block .glosary_links ul li.current-menu-item a {background-color:#ca2828; border:2px solid #ca2828; color:#fff; text-decoration:none;}
.sorting_block .glosary_links ul li span {width:27px; height:26px; background-color:#ccc; border:2px solid #ccc; border-radius:5px; text-align:center; line-height:19px; font-size:15.17px; color:#fff; text-decoration:none; font-weight:400; float:left; display:block;}

.sort-by-dd {width:246px; float:right; margin-bottom:9px;}
.sort-by-dd .sb_text {float:left; text-align:right; width:60px; margin:2px 10px 0 0; padding:0; line-height:19px; font-size:15px; color:#000000; font-weight:normal;}
.sort-by-dd .sbdd_select {position:relative; float:right; width:176px; height:30px; margin-top:-1px;}
.sort-by-dd .sbdd_select select {margin: 0; background: #434343; color:#fff; border:0px; display: inline-block; -webkit-appearance:none; -moz-appearance:none; appearance:none; cursor:pointer; height:30px; width:176px; font-size:14px; padding:0 0 0 7px;  font-weight:400; border-radius:6px;}
.sort-by-dd .sbdd_select:after {content:''; right:0px; top:0px; border:none; position:absolute; pointer-events:none; width:28px; height:30px; background-image:url(images/sb-select-img.png); background-position:0 0; background-repeat:no-repeat;}
.sort-by-dd .sbdd_select select option {background-image:url(images/option-trans.png); background-position:0 0; background-repeat:repeat; border:0px; padding:1px 0 1px 11px;}

.unvrstys_list {width:100%; float:left; margin:0; padding:0 5px;}
.unvrstys_list p { font-size:14px; line-height:20px;}
.unvrstys_list ul {list-style:none; margin:0 0 34px 0; padding:0 0 20px 0; width:100%; float:left; }
.unvrstys_list ul li {    list-style: none;
    padding: 0px;
    margin: 0 0 20px 0;
    float: left;
    width: 25%;
    display: block;}
.unvrstys_list ul li:hover a.links{border:1px solid #333333;}
.unvrstys_list ul li:last-child {margin:0 0 0 0;}

.uis_img {width:100%; float:left;  margin:0 0 7px 0; padding:0 10px;}
.uis_img a {width:100%; float:left; height:135px; position:relative; border:1px solid #dcdcdc; padding:10px;}
.uis_img img {width:auto; height:auto; max-width:90px; max-height:100%; position:absolute; top:0; left:0; right:0; bottom:0; margin:auto;}
.unvrstys_list ul li h4 {padding:0; margin:0; text-align:center;}
.unvrstys_list ul li h4 a {color:#303030; font-size:18.15px; line-height:20.51px; text-align:center; color:#303030; font-weight:400;}
.unvrstys_list ul li:hover h4 a {color:#dd9f27; text-decoration:none;}

.unvrstys_list.featued_list ul li { width:28%; margin-bottom:25px}

.pgnsn_controls { width:100%; display:inline-block; text-align:right; margin:10px 0 15px 0;}
.pgnsn_controls.num_box {}
.pgnsn_controls ul {margin:0; padding:0 1px 0 0; list-style:none;}
.pgnsn_controls ul li {list-style:none; margin:0 0px 0 0; padding:0; display:inline-block; }
.pgnsn_controls ul li a {width:23px; height:27px; border:1px solid #252525; border-radius:4px; display:inline-block; text-align:center; font-size:13.94px; line-height:24px; color:#000; font-weight:700; padding:0; margin:0 0 0 5px;}
.pgnsn_controls ul li a:hover {background-color:#252525; color:#fff;}
.pgnsn_controls ul li a.prev {width:19px; height:27px; border:0px; border-radius:0px; text-align:left; margin:0 3px 0 0px; display:block; background-position:left center; background-repeat: no-repeat; border:none; background-image:url(images/prev_hover.png);}
.pgnsn_controls ul li a.next {width:19px; height:27px; border:0px; border-radius:0px; text-align:left; margin:0 0 0 11px; display:block; background-position:right center; background-repeat: no-repeat; border:none; background-image:url(images/next_hover.png);}
.pgnsn_controls ul li a.prev:hover {background-image:url(images/prev.png); background-color:inherit;}
.pgnsn_controls ul li a.next:hover	{background-image:url(images/next.png); background-color:inherit;}


.wp-pagenavi,
.navigation { width:100%; float:left; text-align:right; margin:10px 0 15px 0;}

.wp-pagenavi .pages,
.navigation .screen-reader-text { display:none;}

.wp-pagenavi span,
.navigation span {width:23px; height:27px; border-radius:4px; display:inline-block; text-align:center; font-size:13.94px; line-height:24px; color:#000; font-weight:700; padding:0; margin:0 0 0 5px; background-color:#252525; color:#fff; border-color:#000;}

.wp-pagenavi a,
.navigation a {width:23px; height:27px; border:1px solid #252525; border-radius:4px; display:inline-block; text-align:center; font-size:13.94px; line-height:24px; color:#000; font-weight:700; padding:0; margin:0 0 0 5px;}
.wp-pagenavi a:hover,
.navigation a:hover {background-color:#252525; color:#fff;}
.wp-pagenavi a.previouspostslink,
.navigation a.prev {width:19px; height:27px; border:0px; border-radius:0px; text-align:left; margin:-10px 3px 0 0px; background-position:left top; background-repeat: no-repeat; border:none; background-image:url(images/prev_hover.png); text-indent:-99999; font-size:0;}
.wp-pagenavi a.previouspostslink:hover,
.navigation a.prev:hover {background-image:url(images/prev.png); background-color:inherit;}
.wp-pagenavi a.nextpostslink,
.navigation a.next {width:19px; height:27px; border:0px; border-radius:0px; text-align:left; margin:0 0 0 11px; background-position:right top; background-repeat: no-repeat; border:none; background-image:url(images/next_hover.png); text-indent:-99999; font-size:0;}
.wp-pagenavi a.nextpostslink:hover,
.navigation a.next:hover {background-image:url(images/next.png); background-color:inherit;}

.wp-pagenavi a.last, .wp-pagenavi a.first { width:auto; padding:0 10px;}
.wp-pagenavi a.first { margin-right:5px;}

.sisl_innerpage {width:100%; float:left; background-color:#fcfcfc; padding-top:24px; padding-bottom:32px; padding-left:22px; padding-right:25px;}
.sisl_ttl {width:100%; float:left; font-weight:700; text-align:left; color:#4a4a4a; padding:0 0 15px 0; margin:0 0 10px 0; border-bottom:1px solid #dedede;}
.sisl_ttl h1 {font-weight:700; text-align:left; color:#4a4a4a; font-size:22px; line-height:20px; padding:0 0 3px 0; margin:0;}
.sisl_ttl p {font-size:16px; font-weight:400; padding:3px 0 0 0; line-height:18px; margin:0;}

.sisl_innerpage .taglinelinks {margin-top:0px;}
.sisl_innerpage .taglinelinks a {margin:0 10px 10px 0; padding:0 26px 0 26px;}

.sisl_list {width:100%; float:left; background-color:#fff; padding:25px 21px 32px 19px;}
.sisl_list ul {width:100%; float:left; list-style:none; margin:0; padding:0;}
.sisl_list ul li {width:100%; float:left; border-bottom:3px solid #efefef; padding-bottom:22px; margin-bottom:27px;}
.sisl_list ul li:last-child {margin-bottom:0px; border-bottom:0px; padding-bottom:0px;}
.sisl_list ul li .sisl_img {width:300px; display:inline-block; text-align:left; padding:4px; border:1px solid #d9d9d9; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);}
.sisl_list ul li .sisl_img img {width:100%; height:auto;}
.sisl_list ul li .sisl_listcont {width:529px; float:right; margin:0; padding:0px;}
.sisl_list ul li .sisl_listcont.sisl_listcont_full {width:100%; float:left; margin:0; padding:0px;}
.sisl_list ul li .sisl_listcont h3 {margin:0 0 14px 0; padding:0; color:#303030; font-size:21px; line-height:24px; font-weight:700;}
.sisl_list ul li .sisl_listcont p {margin:0 0 20px 0; padding:0 0 0 2px; color:#303030; font-size:15px; line-height:16px; font-weight:400;}
.sisl-rm {width:100%; display:inline-block; text-align:left; margin:0; padding:0 0 0 1px;}
.sisl-rm a {border:2px solid #000; width:120px; height:36px; text-align:left; line-height:30px; padding:0 0 0 13px; text-decoration:none; color:#303030; background-image:url(images/rmarrw.png); background-position:103px center; background-repeat:no-repeat; display:block; font-size:15px; border-radius:8px; transition-duration:0.5s;}
.sisl-rm a:hover {border:2px solid #303030; background-color:#303030; transition-duration:0.5s; color:#fff;}

.apply_forms.register {}
.register h5 {width:100%; font-weight:700; float:left; font-size:18px; line-height:19px; color:#4a4a4a; margin:22px 0 15px 0;}
.reg_row {width:100%; display:inline-block; text-align:left; margin:50px 0 0 0;}
.reg_register {width:88px; height:35px; background-color:#047b1a; border:1px solid #085800; border-radius:5px; text-align:center; line-height:32px; color:#fff; font-size:16px; text-transform:capitalize;}
.reg_register:hover {border:1px solid red; background:#dd9f27;}

.reg_chk {position:relative; float:left; width:100%; background-color:#ebebeb; margin-top:7px; }
.reg_chk select {width:100%; margin:0; color:#363636; border:none; letter-spacing:-0.6px; outline:none; display:inline-block; font-size:14px; cursor:pointer; height:37px; line-height:37px; font-family: 'Open Sans', sans-serif;  background-color:#ebebeb; font-weight:400; width:100%; padding:0px 10px;}
.reg_chk:before {content:''; right:0px; top:0px; width:39px; height:37px; position:absolute; pointer-events:none; display:block; background:url(images/reg_chck.png) right no-repeat; }

.reg_check {width:100%; float:left; margin-top:25px;}
.reg_check input[type="checkbox"]{display:none;}
.reg_check input[type="checkbox"] + label {color:#5f5f5f; font-weight:normal; line-height:23px; font-size:15px; letter-spacing:-0.6px;}
.reg_check input[type="checkbox"] + label span {display:inline-block; width:23px; height:23px; margin:-1px 9px 0 0; vertical-align:middle; background-image:url(images/chk_img.png); background-position:left center; background-repeat:no-repeat; cursor:pointer;}
.reg_check input[type="checkbox"]:checked + label span {background-image:url(images/chk_img-hr.png); background-position:left center; background-repeat:no-repeat;}

.blog_list {width:100%; height:auto; float:left; margin-bottom:20px;}
.blog_list h4 { font-size:22px; color:#4a4a4a; width:100%; height:auto; float:left; font-weight:bold; line-height:23px; margin:0; padding:0;}
.blog_list h5 {width:100%; height:auto; float:left; font-family:'Noto Sans', sans-serif; font-size:16px; color:#4a4a4a; line-height:23px; margin:0; padding:0; border-bottom:1px solid #dedede; padding-bottom:10px;}
.blog_cnt {width:100%; float:left;}
.blog_cnt ul {margin:0; padding:0;}
.blog_cnt ul li { list-style:none; float:left; width:100%; display:block; margin-bottom:20px;}
.blog_info {width:100%; float:left; padding:25px 10px 25px 18px; background-color:#fff; position:relative;}
.blog_info .blog_img {width:300px; height:auto; float:left; border:1px solid #d9d9d9; padding:4px;}
.blog_info .blog_img img {width:100%; height:auto;}
.blog_info .blog_cnt {width:530px; float:left; margin-left:15px;}
.blog_info .blog_cnt.blog_full_cnt { width:100%; margin:0;}
.blog_info .blog_cnt a.post_ttl {width:100%; height:auto; float:left; font-size:21px; color:#303030; font-weight:bold; padding:0 100px 0 0;}
.blog_info .blog_cnt a.post_ttl:hover { color:#dd9f27;}
.blog_info .blog_cnt a.blog_dt {width:100%; height:auto; float:left; font-size:15px; color:#a6a6a6; font-style:italic;}
.blog_info .blog_cnt a.blog_dt span  {}
.blog_info .blog_cnt p {width:100%; height:auto; float:left; font-size:15px; color:#303030; line-height:16px; margin-top:6px;}
.blog_info .blog_cnt a.blg_readmore {width:126px; height:36px; border:2px solid #000; float:left; border-radius:7px; font-size:15px; text-transform:capitalize; text-align:center; line-height:30px; color:#303030; background-image:url(images/blg-rm-btn.png); background-position:105px center; background-repeat:no-repeat; margin-top:10px;}
.blog_info .blog_cnt a.blg_readmore:hover {color:#000; background-image:url(images/blg-rm-btn-hr.png);}
.blog_info .blog_cnt .post_no {position:absolute; right:0; top:0; width:auto; padding:15px 10px; background-color:#000000; color:#fff; text-align:center; font-size:20px; line-height:normal;}




.blog_single {width:100%; float:left;}
.blog_single .blog_img {width:30%; height:auto; float:left; border:1px solid #d9d9d9; padding:4px;}
.blog_single .blog_img img {width:100%; height:auto;}
.blog_single .blog_cnt {width:68%; float:right;}
.blog_single .blog_cnt a.post_ttl {width:100%; height:auto; float:left; font-size:21px; color:#303030; font-weight:bold;}
.blog_single .blog_cnt a.blog_dt {width:100%; height:auto; float:left; font-size:15px; color:#a6a6a6; font-style:italic;}
.blog_single .blog_cnt p {width:100%; height:auto; float:left; font-size:15px; color:#303030; line-height:20px; margin-top:6px;}
.blog_single .blog_cnt.blog_full_cnt  {width:100%; float:left;}



.ipage_left .widget { width:100%; float:left; background-color:#e6e6e6; margin-bottom:18px;}
.ipage_left .widget h4 {background-color:#dd9f27; display:block; text-align:left; line-height:38px; padding:0 0 0 13px; color:#fff; font-weight:700; font-size:18px; margin:0;}


.sidebar_lst { width:100%; float:left; padding:13px 13px 0 15px; height:auto;}
.ipage_left .widget ul {width:100%; height:auto; float:left; display:block; margin:0; padding:13px; }
.ipage_left .widget ul li { list-style:none; float:left; display:block; width:100%; border-bottom:1px solid #bebebe; padding-bottom:10px; margin-top:10px;}
.ipage_left .widget ul li a { font-size:15px; color:#303030; background-image:url(images/blg-tick.png); background-position:left center; background-repeat:no-repeat; padding-left:20px;  width:100%;}
.ipage_left .widget ul li:last-child { border-bottom:none;}
.ipage_left .widget ul li a:hover {color:#dd9f27;}




.adds_bg {width:100%; float:left; background-color:#b8b8b8; padding:145px 50px; color:#fff; text-align:center; font-size:19px; line-height:21px; font-weight:700; margin:0 0 20px 0;}

.single_cnt { padding:30px 5px; width:100%; float:left; min-height:330px;}


.single_cnt .single_cnt_img {width:100%; float:left; text-align:left; padding:4px; border:1px solid #d9d9d9; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);}
.single_cnt .single_cnt_img img { width:100%; height:auto;}
.single_cnt_cnt { font-size:14px; line-height:20px;}

.single_cnt_cnt h1 { font-size:21px; margin:0 0 10px 0; padding:0; color:#303030; line-height:26px; font-weight:700;}

.location_cnt { width:100%; float:left;}

.location_left { width:50%; float:left;}
.location_right { width:50%; float:right;}
.location_right iframe { width:100%; height:250px;}

#overview, #accommodation, #scholarships, #student-life, #student-speak, #facilities, #view-courses, #view-scholarships, #view-language-courses, #rating-review { width:100%; float:left;}


.comments-area { width:100%; float:left; margin:20px 0 0 0;}

.comments-area h3 {line-height:18px; text-align:left; width:100%; float:left; margin:0 0 15px 0; padding:0; color:#000; font-size:16px; text-transform:uppercase;}

.comment-content { margin:0; padding:0;}

.comments-area h3, .comments-area h2 { font-size:25px; margin-top:20px;}

.comments-area p, .comments-list p { font-size:13px; padding:0; margin:0 0 5px 0;}

.comments-area .comment-respond p { font-weight:normal; margin:0 0 20px 0; padding:0; width:100%; float:left;}

.comments-area .reply { display:none;}

.comments-area label { width:9%; float:left; font-size:13px; line-height:30px; font-weight:normal;}

.comments-area input[type="text"], .comments-area input[type="email"], .comments-area input[type="url"], .comments-area input#captcha_code { width:350px; float:left; height:30px; text-align:left; line-height:30px; padding:0 10px; margin:0px; border:1px solid #ededed; box-sizing:border-box; font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#454545;}

.comments-area textarea { padding:10px; border:1px solid #ededed; box-sizing:border-box; font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#454545; width:350px; float:left;}

.comments-area .form-allowed-tags { display:none;}

.comment-form .captchaSizeDivLarge { width:auto; margin:0 0 20px 9%; float:left; min-width:95px;}

.comment-form .captchaImgRefresh { display:none;}

.comments-area input[type="submit"] {width:auto; border-radius:6px; border:1px solid #085800; text-align:center; padding:0 15px; line-height:33px; margin:0 0 0 9%; color:#fff; font-size:16.9px; font-family: 'Open Sans', sans-serif; float:left;
background: #0d8f22; /* Old browsers */
background: -moz-linear-gradient(top, #0d8f22 0%, #047a1a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d8f22), color-stop(100%,#047a1a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0d8f22 0%,#047a1a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0d8f22 0%,#047a1a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0d8f22 0%,#047a1a 100%); /* IE10+ */
background: linear-gradient(to bottom, #0d8f22 0%,#047a1a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d8f22', endColorstr='#047a1a',GradientType=0 ); /* IE6-9 */
}
.comments-area input[type="submit"]:hover {
background: #ff2121; /* Old browsers */
background: -moz-linear-gradient(top, #ff2121 0%, #dd9f27 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2121), color-stop(100%,#dd9f27)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff2121 0%,#dd9f27 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff2121 0%,#dd9f27 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff2121 0%,#dd9f27 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff2121 0%,#dd9f27 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2121', endColorstr='#dd9f27',GradientType=0 ); /* IE6-9 */ border:1px solid #bd0000;}

.comment-list { padding:0 0 15px 0; margin:15px 0 0 0; list-style:none; border-bottom:1px solid #ccc;}

.comment-author { margin:0 0 15px 0; font-size:13px;}

.comment-metadata a, .logged-in-as a, .comment-author a { font-size:13px; color: #000; margin:0 0 5px 0;}

.logged-in-as { font-size:13px;}

.rating-cancel { display:none !important;}

div.star-rating, div.star-rating a { width:18px; height:17px; background-image:url(images/star_icon2.png); background-position:0 0; background-repeat:no-repeat;}
div.star-rating-hover a, div.star-rating-on a {background-image:url(images/star_icon1.png); background-position:0 0 !important;}

.star-rating-control { margin-top:8px !important; float:left;}

div.rating { width: 90px; height: 17px; margin: 5px 0 10px 0; background-image:url(images/star_icon2.png); background-position:0 0; background-repeat:repeat-x; }
div.crfp-rating { width: 90px; height: 16px; background: url(images/star_icon1.png) 0 0 repeat-x; text-indent: -9999px; overflow: hidden; }
div.crfp-rating-5 { width: 90px !important; }
div.crfp-rating-4 { width: 72px !important; }
div.crfp-rating-3 { width: 54px !important; }
div.crfp-rating-2 { width: 36px !important; }
div.crfp-rating-1 { width: 18px !important; }
div.crfp-rating-0 { width: 0 !important; }

.a_z_items h4 { color:#dd9f27;}
.a_z_items ul { padding:0; margin:0 0 20px 0;}
.a_z_items ul li { padding:0 0 0 12px; margin:0; list-style:none; position:relative; transition-duration:0.5s; }
.a_z_items ul li:hover { padding:0 0 0 18px;}
.a_z_items ul li:after {background-image:url(images/a_z_list.png); background-position:left -6px top; background-repeat:no-repeat; position:absolute; top:8px; left:0; content:""; width:5px; height:9px; transition-duration:0.5s;}
.a_z_items ul li:hover:after { width:11px; background-position:left top;}
.a_z_items ul li a { font-size:14px; line-height:24px;}

.thankyou { font-size:14px; line-height:30px; background-color:#696; padding:0 10px; color:#fff;}

.wrong-captcha { font-size:14px; line-height:30px; background-color:#ff0000; padding:0 10px; color:#fff;}

.empty_courses, .empty_items { font-size:14px; line-height:20px;}


.course_single_cnt ul.tabs { width:100%; float:left; padding:0; margin:0; border-bottom:1px solid #ccc;}
.course_single_cnt ul.tabs li { list-style:none; padding:0; margin:0 5px 0 0; float:left;}
.course_single_cnt ul.tabs li a { cursor:pointer; font-size:14px; line-height:40px; padding:0 15px; background-color:#ccc; display:block; border-top-left-radius:5px; border-top-right-radius:5px;}
.course_single_cnt ul.tabs li.selected a,
.course_single_cnt ul.tabs li:hover a { background-color:#dd9f27; color:#fff;}
.course_single_cnt div.tabcontents { border:0; padding:0; border-radius:0;}

.course_overview_details { width:100%; float:left; padding:20px 0;}
.course_overview_details p { width:100%; float:left; font-size:13px; line-height:20px;}
.course_overview_table { width:100%; float:left;}
.course_overview_table th { font-size:14px; vertical-align:middle !important; background:#f4f4f4;}
.course_overview_table td { font-size:13px; vertical-align:middle !important}

.course-venue-details { width:100%; float:left; padding:20px 0;}
.course-venue-details p { font-size:13px; line-height:20px;}



.sitemaplinks {width:100%; float:left; margin:0 0 20px 0; padding:0;}
.sitemaplinks ul.page-list {width:100%; float:left; margin:0; padding:0; list-style:none;}
.sitemaplinks ul.page-list li {background-image:url(images/listicon.png); background-position:left 5px; background-repeat:no-repeat; background-size:10px 10px; padding-left:18px; width:33.3%; padding-right:2%; padding-bottom:0px; padding-top:0px; text-align:left; margin:0px 0 8px 0; float:left;}
.sitemaplinks ul.page-list li a {font-size:14px; text-align:left; margin:0; padding:0; font-weight:normal; color:#000; text-decoration:none;}
.sitemaplinks ul.page-list li a:hover {color:#ed1c24; text-decoration:underline;}

.study_outer.show{
    display:block;
}
.mobileFilter{
    display:none;
}
ul#menu-header {
    margin:0;
    padding:0;
}
ul#menu-header li {
    display: inline-block;
}
ul#menu-header li a{
    display: block;
    padding: 15px 10px;
    font-size: 15px;
    font-weight: bold;
    color: #0095b3;
}
.mainNavigation {
    background:none;
    border-top: 1px solid #ebebeb;
}
.mslider{
    position:relative;
    z-index:-1;
}
.listofFaculty h3{
      font-weight: 600;
    font-size: 35px;
    text-align: center;
    color: #095eb5;
    margin-bottom:30px;
}
 
.listofFaculty{
    clear: left;
    margin:25px 0 0px 0;
    padding:15px 0;

}
.colombo_bg.blue{
    background:#004bbb;
}
.goes_row .colombo_bg img{
        max-width: 90px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.colombo_bg.purple{
       background:#d55409;
}
.colombo_bg.rinse{
             background:#57a95a;
}
.colombo_bg.pink{
         background:#eb8698;  
}

.colombo_bg.bio{
       background:#703f56;
}
.colombo_bg.battery{
             background:#a52d43;
}
 
.goes_row .colombo_bg{
    border-radius:3px;
    margin-bottom:20px;
}
.menu-item-5781{
    border-right:1px solid #ccc;
}
.menu-item-5781 a{
    color: #e1ac0b !important;
}
.ipage_right .unvrstys_list ul li {
    list-style: none;
    padding: 0px;
    margin: 0 25px 0 0;
    float: left;
    width: 255px;
    display: block;
}
.ipage_right  .uis_img {
    width: 100%;
    float: left;
    border: 1px solid #dcdcdc;
    padding: 10px;
    margin: 0 0 7px 0;
}
.ipage_right  .uis_img a {
    width: 100%;
    float: left;
    height: 94px;
    position: relative;
    border:none;
    padding:0;
}
.ipage_right  .unvrstys_list{
    padding:0;
}
.ipage_right .unvrstys_list ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
    width: 100%;
    float: left;
}
#menu-item-72{
    display:none;
}
.comBlock a:hover{
    color:#fff;
}
.comBlock {
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px;
}
.comBlock:hover{
     background: #000;
}
.comBlock a{
    display: block;
    padding: 50px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.marginTop50{
    margin-top:50px;
}
.uniqueId-191 {
    background: #dd8540;
}
.uniqueId-190 {
    background: #27aad5;
}
.uniqueId-189 {
    background: #71c160;
}
.uniqueId-188 {
    background: #b697f3;
}
.uniqueId-187 {
    background: #cf638b;
}
.uniqueId-186 {
    background: #5001a8;
}
.uniqueId-185 {
    background: #eb8698;
}
.uniqueId-184 {
    background: #d55409;
}

.uniqueId-183 {
    background: #a52d43;
}
.uniqueId-182 {
    background: #703f56;
}
.uniqueId-181 {
    background: #596da5;
}
.uniqueId-180 {
    background: #58483b;
}

.uniqueId-179 {
    background: #1d9f85;
}
.uniqueId-178 {
    background: #1d9f85;
}
.uniqueId-177 {
    background: #1d9f85;
}
.uniqueId-176 {
    background: #1d9f85;
}
.showhide b{
    font-weight:100;
}
.showhide b:after{
    content: '\f333';
    font-family: 'dashicons';
    font-size: 24px;
    color: #534e4e;
    margin: 0 0 0 5px;
}